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.11.10cpython-3.11.10.zip  cpython-3.11.10.tar.gz  cpython-3.11.10.tar.bz2  Pablo Galindo3 weeks
v3.10.15cpython-3.10.15.zip  cpython-3.10.15.tar.gz  cpython-3.10.15.tar.bz2  Pablo Galindo3 weeks
v3.13.0rc2cpython-3.13.0rc2.zip  cpython-3.13.0rc2.tar.gz  cpython-3.13.0rc2.tar.bz2  Thomas Wouters3 weeks
v3.8.20cpython-3.8.20.zip  cpython-3.8.20.tar.gz  cpython-3.8.20.tar.bz2  Łukasz Langa3 weeks
v3.9.20cpython-3.9.20.zip  cpython-3.9.20.tar.gz  cpython-3.9.20.tar.bz2  Łukasz Langa3 weeks
v3.12.6cpython-3.12.6.zip  cpython-3.12.6.tar.gz  cpython-3.12.6.tar.bz2  Thomas Wouters3 weeks
v3.12.5cpython-3.12.5.zip  cpython-3.12.5.tar.gz  cpython-3.12.5.tar.bz2  Thomas Wouters8 weeks
v3.13.0rc1cpython-3.13.0rc1.zip  cpython-3.13.0rc1.tar.gz  cpython-3.13.0rc1.tar.bz2  Thomas Wouters8 weeks
v3.13.0b4cpython-3.13.0b4.zip  cpython-3.13.0b4.tar.gz  cpython-3.13.0b4.tar.bz2  Thomas Wouters2 months
v3.13.0b3cpython-3.13.0b3.zip  cpython-3.13.0b3.tar.gz  cpython-3.13.0b3.tar.bz2  Thomas Wouters3 months
[...]
 
AgeCommit messageAuthorFilesLines
2022-03-07Python 3.11.0a6v3.11.0a6Pablo Galindo122-272/+1244
2022-03-07bpo-46940: Don't override existing AttributeError suggestion information (GH-...Pablo Galindo Salgado4-15/+48
2022-03-07bpo-46937: convert remaining functions to AC in _weakref (GH-31705)Kumar Aditya2-22/+73
2022-03-07bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)Jacob Walls4-7/+20
2022-03-07Use assertEqual, not assertEquals, in test_unicode (GH-31718)Dennis Sweeney1-4/+4
2022-03-07Clean up CODEOWNERS (#31715)Jelle Zijlstra1-16/+8
2022-03-06bpo-45582: Don't fail if ENV_PATH is None in getpath.py (GH-31699)Christian Heimes1-1/+1
2022-03-06Update grammar_grapher with the new forced (&&) directive (#31704)Luca Chiodini1-0/+3
2022-03-06bpo-14156: Make argparse.FileType work correctly for binary file modes when a...MojoVampire3-17/+110
2022-03-06bpo-46921: Vectorcall support for `super()` (GH-31687)Ken Jin3-2/+62
[...]