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.0a2cpython-3.14.0a2.zip  cpython-3.14.0a2.tar.gz  cpython-3.14.0a2.tar.bz2  Hugo van Kemenade43 hours
v3.14.0a1cpython-3.14.0a1.zip  cpython-3.14.0a1.tar.gz  cpython-3.14.0a1.tar.bz2  Hugo van Kemenade5 weeks
3.8cpython-3.8.zip  cpython-3.8.tar.gz  cpython-3.8.tar.bz2  Łukasz Langa6 weeks
v3.13.0cpython-3.13.0.zip  cpython-3.13.0.tar.gz  cpython-3.13.0.tar.bz2  Thomas Wouters6 weeks
v3.12.7cpython-3.12.7.zip  cpython-3.12.7.tar.gz  cpython-3.12.7.tar.bz2  Thomas Wouters7 weeks
v3.13.0rc3cpython-3.13.0rc3.zip  cpython-3.13.0rc3.tar.gz  cpython-3.13.0rc3.tar.bz2  Thomas Wouters7 weeks
v3.11.10cpython-3.11.10.zip  cpython-3.11.10.tar.gz  cpython-3.11.10.tar.bz2  Pablo Galindo2 months
v3.10.15cpython-3.10.15.zip  cpython-3.10.15.tar.gz  cpython-3.10.15.tar.bz2  Pablo Galindo2 months
v3.13.0rc2cpython-3.13.0rc2.zip  cpython-3.13.0rc2.tar.gz  cpython-3.13.0rc2.tar.bz2  Thomas Wouters2 months
v3.8.20cpython-3.8.20.zip  cpython-3.8.20.tar.gz  cpython-3.8.20.tar.bz2  Łukasz Langa2 months
[...]
 
AgeCommit messageAuthorFilesLines
2023-08-24Python 3.10.13v3.10.13Pablo Galindo8-18/+48
2023-08-24[3.10] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#...Łukasz Langa1-31/+72
2023-08-23[3.10] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#10...Miss Islington (bot)1-1/+5
2023-08-22[3.10] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-9...Miss Islington (bot)4-1/+95
2023-08-22[3.10] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close fla...Łukasz Langa3-1/+252
2023-08-22[3.10] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#...Miss Islington (bot)4-9/+154
2023-08-18[3.10] gh-107565: Update multissltests and GitHub CI workflows to use OpenSS...Ned Deily3-5/+7
2023-08-11[3.10] gh-98154: Clarify Usage of "Reference Count" In the Docs (#107754)Eric Snow14-79/+120
2023-08-03[3.10] Revert "[3.10] gh-107077: Raise SSLCertVerificationError even if the e...Pablo Galindo Salgado2-10/+0
2023-08-03[3.10] gh-107077: Raise SSLCertVerificationError even if the error is set via...Miss Islington (bot)2-0/+10
[...]