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.14.0a6cpython-3.14.0a6.zip  cpython-3.14.0a6.tar.gz  cpython-3.14.0a6.tar.bz2  Hugo van Kemenade4 weeks
v3.14.0a5cpython-3.14.0a5.zip  cpython-3.14.0a5.tar.gz  cpython-3.14.0a5.tar.bz2  Hugo van Kemenade8 weeks
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
v3.14.0a4cpython-3.14.0a4.zip  cpython-3.14.0a4.tar.gz  cpython-3.14.0a4.tar.bz2  Hugo van Kemenade3 months
v3.14.0a3cpython-3.14.0a3.zip  cpython-3.14.0a3.tar.gz  cpython-3.14.0a3.tar.bz2  Hugo van Kemenade4 months
v3.12.8cpython-3.12.8.zip  cpython-3.12.8.tar.gz  cpython-3.12.8.tar.bz2  Thomas Wouters4 months
v3.13.1cpython-3.13.1.zip  cpython-3.13.1.tar.gz  cpython-3.13.1.tar.bz2  Thomas Wouters4 months
v3.9.21cpython-3.9.21.zip  cpython-3.9.21.tar.gz  cpython-3.9.21.tar.bz2  Łukasz Langa4 months
v3.10.16cpython-3.10.16.zip  cpython-3.10.16.tar.gz  cpython-3.10.16.tar.bz2  Pablo Galindo4 months
[...]
 
AgeCommit messageAuthorFilesLines
2017-09-20bpo-31530: stop crashes when iterating over a file on multiple threadsbenjamin-iteration-tortureBenjamin Peterson3-38/+78
2017-09-16a post 2.7.14 worldBenjamin Peterson1-1/+1
2017-09-16merge 2.7.14 release branchBenjamin Peterson2-5/+5
2017-09-162.7.14 final version bumpsv2.7.14Benjamin Peterson3-5/+16
2017-09-16bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3609)Michael Seifert2-15/+40
2017-09-15bpo-31474: Fix -Wint-in-bool-context warnings (#3581)Christian Heimes2-2/+3
2017-09-15[2.7] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in c...Oren Milman1-1/+5
2017-09-14consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563)Benjamin Peterson22-138/+117
2017-09-13[2.7] bpo-30442: Skips refcount test in test_xml_etree under coverage (GH-176...Miss Islington (bot)1-0/+1
2017-09-13bpo-31234: fork_wait tests now join threads (#3139) (#3535)Victor Stinner1-6/+17
[...]