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.0a4cpython-3.14.0a4.zip  cpython-3.14.0a4.tar.gz  cpython-3.14.0a4.tar.bz2  Hugo van Kemenade2 weeks
v3.14.0a3cpython-3.14.0a3.zip  cpython-3.14.0a3.tar.gz  cpython-3.14.0a3.tar.bz2  Hugo van Kemenade6 weeks
v3.12.8cpython-3.12.8.zip  cpython-3.12.8.tar.gz  cpython-3.12.8.tar.bz2  Thomas Wouters8 weeks
v3.13.1cpython-3.13.1.zip  cpython-3.13.1.tar.gz  cpython-3.13.1.tar.bz2  Thomas Wouters8 weeks
v3.9.21cpython-3.9.21.zip  cpython-3.9.21.tar.gz  cpython-3.9.21.tar.bz2  Łukasz Langa8 weeks
v3.10.16cpython-3.10.16.zip  cpython-3.10.16.tar.gz  cpython-3.10.16.tar.bz2  Pablo Galindo8 weeks
v3.11.11cpython-3.11.11.zip  cpython-3.11.11.tar.gz  cpython-3.11.11.tar.bz2  Pablo Galindo8 weeks
v3.14.0a2cpython-3.14.0a2.zip  cpython-3.14.0a2.tar.gz  cpython-3.14.0a2.tar.bz2  Hugo van Kemenade2 months
v3.14.0a1cpython-3.14.0a1.zip  cpython-3.14.0a1.tar.gz  cpython-3.14.0a1.tar.bz2  Hugo van Kemenade4 months
3.8cpython-3.8.zip  cpython-3.8.tar.gz  cpython-3.8.tar.bz2  Łukasz Langa4 months
[...]
 
AgeCommit messageAuthorFilesLines
2021-04-05Python 3.10.0a7v3.10.0a7Pablo Galindo92-5325/+8322
2021-04-05Fix the "make suspicious" check on the pprint docs (GH-25193)Pablo Galindo1-2/+2
2021-04-05bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)Serhiy Storchaka5-19/+18
2021-04-05bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)Inada Naoki11-50/+55
2021-04-05bpo-43651: PEP 597: Fix EncodingWarning in test_filecmp (GH-25159)Inada Naoki1-6/+6
2021-04-05bpo-43651: PEP 597: Fix test_email (GH-25158)Inada Naoki2-27/+27
2021-04-04bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs (#25183)Ken Jin1-2/+7
2021-04-04bpo-24160: Fix test_pdb refleaks failure (GH-25182)Irit Katriel1-3/+3
2021-04-04bpo-27129: Update magic numbers and bootstrapping for GH-25069 (GH-25172)Dennis Sweeney3-2/+3
2021-04-04bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25171)Inada Naoki6-14/+14
[...]