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.13.0b4cpython-3.13.0b4.zip  cpython-3.13.0b4.tar.gz  cpython-3.13.0b4.tar.bz2  Thomas Wouters4 days
v3.13.0b3cpython-3.13.0b3.zip  cpython-3.13.0b3.tar.gz  cpython-3.13.0b3.tar.bz2  Thomas Wouters4 weeks
v3.12.4cpython-3.12.4.zip  cpython-3.12.4.tar.gz  cpython-3.12.4.tar.bz2  Thomas Wouters6 weeks
v3.13.0b2cpython-3.13.0b2.zip  cpython-3.13.0b2.tar.gz  cpython-3.13.0b2.tar.bz2  Thomas Wouters7 weeks
v3.13.0b1cpython-3.13.0b1.zip  cpython-3.13.0b1.tar.gz  cpython-3.13.0b1.tar.bz2  Thomas Wouters2 months
v3.13.0a6cpython-3.13.0a6.zip  cpython-3.13.0a6.tar.gz  cpython-3.13.0a6.tar.bz2  Thomas Wouters3 months
v3.12.3cpython-3.12.3.zip  cpython-3.12.3.tar.gz  cpython-3.12.3.tar.bz2  Thomas Wouters3 months
v3.11.9cpython-3.11.9.zip  cpython-3.11.9.tar.gz  cpython-3.11.9.tar.bz2  Pablo Galindo4 months
v3.10.14cpython-3.10.14.zip  cpython-3.10.14.tar.gz  cpython-3.10.14.tar.bz2  Łukasz Langa4 months
v3.9.19cpython-3.9.19.zip  cpython-3.9.19.tar.gz  cpython-3.9.19.tar.bz2  Łukasz Langa4 months
[...]
 
AgeCommit messageAuthorFilesLines
2024-06-06Python 3.12.4v3.12.4Thomas Wouters75-241/+834
2024-06-06[3.12] Restore decimal context after decimal doctests (GH-120149) (GH-120168)Miss Islington (bot)1-3/+7
2024-06-06[3.12] gh-120111: Don't use cirrus M1 macOS runners on fork (GH-120116) (GH-1...Łukasz Langa2-3/+11
2024-06-05[3.12] typing docs: fix indentation of TypedDict deprecation notice (#120124)Alex Waygood1-3/+3
2024-06-05[3.12] gh-119287: clarify doc on BaseExceptionGroup.derive and link to it fro...Miss Islington (bot)2-2/+5
2024-06-05[3.12] gh-119819: Update logging configuration to support joinable multiproc...Miss Islington (bot)2-3/+9
2024-06-05[3.12] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/...Miss Islington (bot)1-1/+1
2024-06-04[3.12] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#...Jelle Zijlstra7-14/+152
2024-06-04[3.12] gh-119819: Update test to skip if _multiprocessing is unavailable. (GH...Miss Islington (bot)1-1/+1
2024-06-04[3.12] gh-120048: Make `test_imaplib` faster (GH-120050) (#120070)Miss Islington (bot)1-14/+8
[...]