index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Branch
Commit message
Author
Age
2.7
[2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...
Serhiy Storchaka
7 years
3.3
post 3.3.7, should there be any
Ned Deily
7 years
3.4
Remove retired and security branches from active docs (#3883)
Ned Deily
7 years
3.5
Remove retired and security branches from active docs (#3882)
Ned Deily
7 years
3.6
[3.6] bpo-31178: Mock os.waitpid() in test_subprocess (GH-3896) (#3897)
Miss Islington (bot)
7 years
benjamin-clang
closes bpo-31696: don't mention GCC in sys.version when building with clang
Benjamin Peterson
7 years
benjamin-iteration-torture
bpo-31530: stop crashes when iterating over a file on multiple threads
Benjamin Peterson
7 years
buildbot-custom
bpo-5885: add Misc/NEWS entry
Igor Galić
7 years
master
bpo-38614: Use support timeout constants (GH-17572)
Victor Stinner
5 years
Tag
Download
Author
Age
v3.14.0a4
cpython-3.14.0a4.zip
cpython-3.14.0a4.tar.gz
cpython-3.14.0a4.tar.bz2
Hugo van Kemenade
2 weeks
v3.14.0a3
cpython-3.14.0a3.zip
cpython-3.14.0a3.tar.gz
cpython-3.14.0a3.tar.bz2
Hugo van Kemenade
6 weeks
v3.12.8
cpython-3.12.8.zip
cpython-3.12.8.tar.gz
cpython-3.12.8.tar.bz2
Thomas Wouters
8 weeks
v3.13.1
cpython-3.13.1.zip
cpython-3.13.1.tar.gz
cpython-3.13.1.tar.bz2
Thomas Wouters
8 weeks
v3.9.21
cpython-3.9.21.zip
cpython-3.9.21.tar.gz
cpython-3.9.21.tar.bz2
Łukasz Langa
8 weeks
v3.10.16
cpython-3.10.16.zip
cpython-3.10.16.tar.gz
cpython-3.10.16.tar.bz2
Pablo Galindo
8 weeks
v3.11.11
cpython-3.11.11.zip
cpython-3.11.11.tar.gz
cpython-3.11.11.tar.bz2
Pablo Galindo
8 weeks
v3.14.0a2
cpython-3.14.0a2.zip
cpython-3.14.0a2.tar.gz
cpython-3.14.0a2.tar.bz2
Hugo van Kemenade
2 months
v3.14.0a1
cpython-3.14.0a1.zip
cpython-3.14.0a1.tar.gz
cpython-3.14.0a1.tar.bz2
Hugo van Kemenade
3 months
3.8
cpython-3.8.zip
cpython-3.8.tar.gz
cpython-3.8.tar.bz2
Łukasz Langa
4 months
[...]
Age
Commit message
Author
Files
Lines
2025-01-14
Python 3.14.0a4
v3.14.0a4
Hugo van Kemenade
96
-230/+880
2025-01-14
gh-118761: Improve import time of the `pickle` module. (#128732)
Bénédikt Tran
2
-2/+4
2025-01-14
gh-109959: Skip test_glob.test_selflink() flaky test (#128812)
Victor Stinner
1
-0/+4
2025-01-14
gh-127787: Move _PyUnicodeError_GetParams() to the internal C API (#128803)
Victor Stinner
2
-6/+9
2025-01-14
Update cryptographic primitives code owners. (#128747)
Bénédikt Tran
1
-5/+6
2025-01-14
gh-123299: Copyedit "What's New in Python 3.14" (#128814)
Hugo van Kemenade
2
-13/+18
2025-01-14
Skip CI expensive checks on `CODEOWNERS` update (#128754)
Bénédikt Tran
1
-1/+16
2025-01-14
gh-71339: Add additional assertion methods for unittest (GH-128707)
Serhiy Storchaka
20
-100/+555
2025-01-14
gh-106320: Document private C APIs promoted to public C API (#128788)
Victor Stinner
1
-0/+24
2025-01-13
gh-125997: Increase test coverage for `time.sleep()` (#128751)
Bénédikt Tran
1
-2/+11
[...]