Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/authors/stan-ulbrych.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"github": "StanFromIreland",
"avatar": "",
"twitter": "",
"bluesky": "https://bsky.app/profile/stan.ulbrych.org",
"bluesky": "stan.ulbrych.org",
"mastodon": "https://mastodon.social/@stanfromireland",
"website": "https://stan.ulbrych.org",
"featured": false
Expand Down
4 changes: 2 additions & 2 deletions content/posts/cpython-codebase-growth/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'CPython: 36 Years of Source Code'
publishDate: 2026-08-03
publishDate: 2026-03-08
author: Stan Ulbrych
description: >-
An analysis of the growth of CPython's codebase from its first commits to the
Expand All @@ -13,4 +13,4 @@ published: true

While working on a patch and navigating through CPython, I got curious as to how the codebase has grown over the years. Using an interesting tool I found on the internet to *count lines of code* ([cloc](https://github.com/AlDanial/cloc)), some scripts, and some patience (thank goodness for multiple cores, or I’d be at this all day), I amassed a [1,392 commit dataset.](https://gist.github.com/StanFromIreland/bd33d5ee3c59c54cbe1f3bad2fbdb4e9) With that, and some Git spelunking for the annotations, I was able to generate the above graph.

Many thanks to Tim and Ned for their help with this little project! I plan to tidy my scripts and upload them to a repository sometime in the near future. Please feel free to use my dataset :-)
Many thanks to Tim, Ned, and Hugo for their help with this little project! I plan to tidy my scripts and upload them to a repository sometime in the near future. Please feel free to use my dataset :-)