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 Stinner6 years
 
TagDownloadAuthorAge
v3.14.0b3cpython-3.14.0b3.zip  cpython-3.14.0b3.tar.gz  cpython-3.14.0b3.tar.bz2  Hugo van Kemenade2 weeks
v3.13.5cpython-3.13.5.zip  cpython-3.13.5.tar.gz  cpython-3.13.5.tar.bz2  Thomas Wouters3 weeks
v3.9.23cpython-3.9.23.zip  cpython-3.9.23.tar.gz  cpython-3.9.23.tar.bz2  Łukasz Langa4 weeks
v3.11.13cpython-3.11.13.zip  cpython-3.11.13.tar.gz  cpython-3.11.13.tar.bz2  Pablo Galindo4 weeks
v3.10.18cpython-3.10.18.zip  cpython-3.10.18.tar.gz  cpython-3.10.18.tar.bz2  Pablo Galindo4 weeks
v3.12.11cpython-3.12.11.zip  cpython-3.12.11.tar.gz  cpython-3.12.11.tar.bz2  Thomas Wouters4 weeks
v3.13.4cpython-3.13.4.zip  cpython-3.13.4.tar.gz  cpython-3.13.4.tar.bz2  Thomas Wouters4 weeks
v3.14.0b2cpython-3.14.0b2.zip  cpython-3.14.0b2.tar.gz  cpython-3.14.0b2.tar.bz2  Hugo van Kemenade5 weeks
v3.14.0b1cpython-3.14.0b1.zip  cpython-3.14.0b1.tar.gz  cpython-3.14.0b1.tar.bz2  Hugo van Kemenade8 weeks
v3.9.22cpython-3.9.22.zip  cpython-3.9.22.tar.gz  cpython-3.9.22.tar.bz2  Łukasz Langa3 months
[...]
 
AgeCommit messageAuthorFilesLines
2019-12-11bpo-38614: Use support timeout constants (GH-17572)HEADmasterVictor Stinner5-36/+67
2019-12-11bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)Victor Stinner19-65/+73
2019-12-11bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568)Jason R. Coombs4-7/+62
2019-12-10bpo-39012: Fix RC version suffix for nuget release files (GH-17564)Steve Dower1-1/+1
2019-12-10bpo-38614: Use test.support.INTERNET_TIMEOUT constant (GH-17565)Victor Stinner3-10/+12
2019-12-10bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562)Victor Stinner3-5/+6
2019-12-10bpo-38614: Use default join_thread() timeout in tests (GH-17559)Victor Stinner7-34/+26
2019-12-10bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)Victor Stinner10-42/+71
2019-12-10Minor fixes to the NEWS entries (GH-17556)Pablo Galindo2-2/+1
2019-12-10bpo-39004: increment large sendfile() test timeout (GH-17552)Giampaolo Rodola1-1/+3
[...]