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 Deily8 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 Peterson8 years
buildbot-custombpo-5885: add Misc/NEWS entryIgor Galić8 years
masterbpo-38614: Use support timeout constants (GH-17572)Victor Stinner5 years
 
TagDownloadAuthorAge
v3.9.22cpython-3.9.22.zip  cpython-3.9.22.tar.gz  cpython-3.9.22.tar.bz2  Łukasz Langa11 days
v3.11.12cpython-3.11.12.zip  cpython-3.11.12.tar.gz  cpython-3.11.12.tar.bz2  Pablo Galindo11 days
v3.13.3cpython-3.13.3.zip  cpython-3.13.3.tar.gz  cpython-3.13.3.tar.bz2  Thomas Wouters11 days
v3.10.17cpython-3.10.17.zip  cpython-3.10.17.tar.gz  cpython-3.10.17.tar.bz2  Pablo Galindo11 days
v3.12.10cpython-3.12.10.zip  cpython-3.12.10.tar.gz  cpython-3.12.10.tar.bz2  Thomas Wouters12 days
v3.14.0a7cpython-3.14.0a7.zip  cpython-3.14.0a7.tar.gz  cpython-3.14.0a7.tar.bz2  Hugo van Kemenade12 days
v3.14.0a6cpython-3.14.0a6.zip  cpython-3.14.0a6.tar.gz  cpython-3.14.0a6.tar.bz2  Hugo van Kemenade5 weeks
v3.14.0a5cpython-3.14.0a5.zip  cpython-3.14.0a5.tar.gz  cpython-3.14.0a5.tar.bz2  Hugo van Kemenade2 months
v3.13.2cpython-3.13.2.zip  cpython-3.13.2.tar.gz  cpython-3.13.2.tar.bz2  Thomas Wouters2 months
v3.12.9cpython-3.12.9.zip  cpython-3.12.9.tar.gz  cpython-3.12.9.tar.bz2  Thomas Wouters2 months
[...]
 
AgeCommit messageAuthorFilesLines
2020-08-19Version bump and copyright update for 3.5.10rc1.v3.5.10rc1Larry Hastings6-12/+12
2020-08-19Blurb release and pydoc topics for 3.5.10rc1.Larry Hastings12-18/+107
2020-08-04[3.5] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface ...Tapas Kundu3-2/+14
2020-08-04[3.5] bpo-29778: Ensure python3.dll is loaded from correct locations when Pyt...Steve Dower5-40/+92
2020-07-16[3.5] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (#21489)Petr Viktorin4-0/+10
2020-07-02bpo-41183: Update finite DH params to 3072 bits (#21278)Christian Heimes3-8/+42
2020-07-02bpo-41183: Update test certs and keys (#21258)Christian Heimes16-397/+900
2020-06-20[3.5] closes bpo-38576: Disallow control characters in hostnames in http.clie...Tapas Kundu4-3/+59
2020-06-20bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (#19305)Victor Stinner4-52/+115
2020-06-12bpo-39073: validate Address parts to disallow CRLF (#19007) (#20450)Victor Stinner3-0/+25
[...]