summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
2.7[2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...Serhiy Storchaka8 years
3.3post 3.3.7, should there be anyNed Deily9 years
3.4Remove retired and security branches from active docs (#3883)Ned Deily8 years
3.5Remove retired and security branches from active docs (#3882)Ned Deily8 years
3.6[3.6] bpo-31178: Mock os.waitpid() in test_subprocess (GH-3896) (#3897)Miss Islington (bot)8 years
benjamin-clangcloses bpo-31696: don't mention GCC in sys.version when building with clangBenjamin Peterson8 years
benjamin-iteration-torturebpo-31530: stop crashes when iterating over a file on multiple threadsBenjamin Peterson9 years
buildbot-custombpo-5885: add Misc/NEWS entryIgor Galić8 years
masterbpo-38614: Use support timeout constants (GH-17572)Victor Stinner6 years
 
TagDownloadAuthorAge
v3.15.0a7cpython-3.15.0a7.zip  cpython-3.15.0a7.tar.gz  cpython-3.15.0a7.tar.bz2  Hugo van Kemenade11 days
v3.12.13cpython-3.12.13.zip  cpython-3.12.13.tar.gz  cpython-3.12.13.tar.bz2  Thomas Wouters3 weeks
v3.11.15cpython-3.11.15.zip  cpython-3.11.15.tar.gz  cpython-3.11.15.tar.bz2  Pablo Galindo Salgado3 weeks
v3.10.20cpython-3.10.20.zip  cpython-3.10.20.tar.gz  cpython-3.10.20.tar.bz2  Pablo Galindo Salgado3 weeks
v3.15.0a6cpython-3.15.0a6.zip  cpython-3.15.0a6.tar.gz  cpython-3.15.0a6.tar.bz2  Hugo van Kemenade5 weeks
v3.13.12cpython-3.13.12.zip  cpython-3.13.12.tar.gz  cpython-3.13.12.tar.bz2  Thomas Wouters7 weeks
v3.14.3cpython-3.14.3.zip  cpython-3.14.3.tar.gz  cpython-3.14.3.tar.bz2  Hugo van Kemenade7 weeks
v3.15.0a5cpython-3.15.0a5.zip  cpython-3.15.0a5.tar.gz  cpython-3.15.0a5.tar.bz2  Hugo van Kemenade2 months
v3.15.0a4cpython-3.15.0a4.zip  cpython-3.15.0a4.tar.gz  cpython-3.15.0a4.tar.bz2  Hugo van Kemenade2 months
v3.15.0a3cpython-3.15.0a3.zip  cpython-3.15.0a3.tar.gz  cpython-3.15.0a3.tar.bz2  Hugo van Kemenade3 months
[...]
 
AgeCommit messageAuthorFilesLines
2025-12-02Python 3.14.1v3.14.1Hugo van Kemenade209-548/+2451
2025-12-02[3.14] Revert "gh-119452: Fix a potential virtual memory allocation denial of...Hugo van Kemenade3-57/+1
2025-12-02[3.14] Document None for timeout argument of select.select (GH-142177) (#142182)Petr Viktorin1-2/+3
2025-12-02[3.14] gh-140281: Update free threading Python HOWTO for 3.14 (gh-140566) (gh...Miss Islington (bot)1-40/+17
2025-12-02[3.14] gh-59000: Fix pdb breakpoint resolution for class methods when module ...Miss Islington (bot)3-1/+20
2025-12-02[3.14] gh-142048: Fix quadratically increasing GC delays (gh-142051) (gh-142166)Miss Islington (bot)2-1/+15
2025-12-01[3.14] Revert "GH-91636: Clear weakrefs created by finalizers. (GH-136401) (#...Hugo van Kemenade4-54/+14
2025-12-01[3.14] gh-119451: Fix a potential denial of service in http.client (GH-119454...Miss Islington (bot)3-4/+95
2025-12-01[3.14] gh-141930: Use the regular IO stack to write .pyc files for a better e...Miss Islington (bot)3-22/+59
2025-12-01[3.14] gh-141004: Document descriptor and dict proxy type objects (GH-141803)...Miss Islington (bot)2-0/+53
[...]