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.0a1cpython-3.14.0a1.zip  cpython-3.14.0a1.tar.gz  cpython-3.14.0a1.tar.bz2  Hugo van Kemenade4 weeks
3.8cpython-3.8.zip  cpython-3.8.tar.gz  cpython-3.8.tar.bz2  Łukasz Langa5 weeks
v3.13.0cpython-3.13.0.zip  cpython-3.13.0.tar.gz  cpython-3.13.0.tar.bz2  Thomas Wouters5 weeks
v3.12.7cpython-3.12.7.zip  cpython-3.12.7.tar.gz  cpython-3.12.7.tar.bz2  Thomas Wouters6 weeks
v3.13.0rc3cpython-3.13.0rc3.zip  cpython-3.13.0rc3.tar.gz  cpython-3.13.0rc3.tar.bz2  Thomas Wouters6 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
v3.9.20cpython-3.9.20.zip  cpython-3.9.20.tar.gz  cpython-3.9.20.tar.bz2  Łukasz Langa2 months
[...]
 
AgeCommit messageAuthorFilesLines
2014-02-10Python 3.4.0rc1: Version bump.v3.4.0rc1Larry Hastings6-9/+9
2014-02-10Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis.Larry Hastings2-0/+2
2014-02-10Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors.Larry Hastings5-13/+13
2014-02-10Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.Larry Hastings6-173/+7
2014-02-10Issue #20505: Add debug info to analyze sporaric failures ofVictor Stinner2-1/+10
2014-02-10Issue #20530: The signatures for slot builtins have been updatedLarry Hastings2-42/+45
2014-02-10Issue #20517: Functions in the os module that accept two filenamesLarry Hastings10-73/+380
2014-02-09asyncio: Tulip issue 112: Inline make_handle() into Handle constructorVictor Stinner6-14/+9
2014-02-09More complete documentation of event loops and policies.Eli Bendersky1-15/+54
2014-02-09Various formatting & grammar fixes in asyncio* docs.Eli Bendersky3-6/+6
[...]