summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
2.7[2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...Serhiy Storchaka7 years
3.3post 3.3.7, should there be anyNed Deily7 years
3.4Remove retired and security branches from active docs (#3883)Ned Deily7 years
3.5Remove retired and security branches from active docs (#3882)Ned Deily7 years
3.6[3.6] bpo-31178: Mock os.waitpid() in test_subprocess (GH-3896) (#3897)Miss Islington (bot)7 years
benjamin-clangcloses bpo-31696: don't mention GCC in sys.version when building with clangBenjamin Peterson7 years
benjamin-iteration-torturebpo-31530: stop crashes when iterating over a file on multiple threadsBenjamin Peterson7 years
buildbot-custombpo-5885: add Misc/NEWS entryIgor Galić7 years
masterbpo-38614: Use support timeout constants (GH-17572)Victor Stinner5 years
 
TagDownloadAuthorAge
v3.14.0a4cpython-3.14.0a4.zip  cpython-3.14.0a4.tar.gz  cpython-3.14.0a4.tar.bz2  Hugo van Kemenade2 weeks
v3.14.0a3cpython-3.14.0a3.zip  cpython-3.14.0a3.tar.gz  cpython-3.14.0a3.tar.bz2  Hugo van Kemenade6 weeks
v3.12.8cpython-3.12.8.zip  cpython-3.12.8.tar.gz  cpython-3.12.8.tar.bz2  Thomas Wouters8 weeks
v3.13.1cpython-3.13.1.zip  cpython-3.13.1.tar.gz  cpython-3.13.1.tar.bz2  Thomas Wouters8 weeks
v3.9.21cpython-3.9.21.zip  cpython-3.9.21.tar.gz  cpython-3.9.21.tar.bz2  Łukasz Langa8 weeks
v3.10.16cpython-3.10.16.zip  cpython-3.10.16.tar.gz  cpython-3.10.16.tar.bz2  Pablo Galindo8 weeks
v3.11.11cpython-3.11.11.zip  cpython-3.11.11.tar.gz  cpython-3.11.11.tar.bz2  Pablo Galindo8 weeks
v3.14.0a2cpython-3.14.0a2.zip  cpython-3.14.0a2.tar.gz  cpython-3.14.0a2.tar.bz2  Hugo van Kemenade2 months
v3.14.0a1cpython-3.14.0a1.zip  cpython-3.14.0a1.tar.gz  cpython-3.14.0a1.tar.bz2  Hugo van Kemenade3 months
3.8cpython-3.8.zip  cpython-3.8.tar.gz  cpython-3.8.tar.bz2  Łukasz Langa4 months
[...]
 
AgeCommit messageAuthorFilesLines
2025-01-14Python 3.14.0a4v3.14.0a4Hugo van Kemenade96-230/+880
2025-01-14gh-118761: Improve import time of the `pickle` module. (#128732)Bénédikt Tran2-2/+4
2025-01-14gh-109959: Skip test_glob.test_selflink() flaky test (#128812)Victor Stinner1-0/+4
2025-01-14gh-127787: Move _PyUnicodeError_GetParams() to the internal C API (#128803)Victor Stinner2-6/+9
2025-01-14Update cryptographic primitives code owners. (#128747)Bénédikt Tran1-5/+6
2025-01-14gh-123299: Copyedit "What's New in Python 3.14" (#128814)Hugo van Kemenade2-13/+18
2025-01-14Skip CI expensive checks on `CODEOWNERS` update (#128754)Bénédikt Tran1-1/+16
2025-01-14gh-71339: Add additional assertion methods for unittest (GH-128707)Serhiy Storchaka20-100/+555
2025-01-14gh-106320: Document private C APIs promoted to public C API (#128788)Victor Stinner1-0/+24
2025-01-13gh-125997: Increase test coverage for `time.sleep()` (#128751)Bénédikt Tran1-2/+11
[...]