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.9.22cpython-3.9.22.zip  cpython-3.9.22.tar.gz  cpython-3.9.22.tar.bz2  Łukasz Langa2 days
v3.11.12cpython-3.11.12.zip  cpython-3.11.12.tar.gz  cpython-3.11.12.tar.bz2  Pablo Galindo2 days
v3.13.3cpython-3.13.3.zip  cpython-3.13.3.tar.gz  cpython-3.13.3.tar.bz2  Thomas Wouters2 days
v3.10.17cpython-3.10.17.zip  cpython-3.10.17.tar.gz  cpython-3.10.17.tar.bz2  Pablo Galindo2 days
v3.12.10cpython-3.12.10.zip  cpython-3.12.10.tar.gz  cpython-3.12.10.tar.bz2  Thomas Wouters2 days
v3.14.0a7cpython-3.14.0a7.zip  cpython-3.14.0a7.tar.gz  cpython-3.14.0a7.tar.bz2  Hugo van Kemenade2 days
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
[...]
 
AgeCommit messageAuthorFilesLines
2017-10-05closes bpo-31696: don't mention GCC in sys.version when building with clangbenjamin-clangBenjamin Peterson2-8/+9
2017-10-05remove tabs from getcompiler.c (#3892)Benjamin Peterson1-1/+1
2017-10-05closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756)pdox7-0/+84
2017-10-05Add self and idlelib to CODEOWNERS file. (#3889)Terry Jan Reedy1-0/+2
2017-10-04bpo-30872: Update the curses docs to Python 3. (#2620)Serhiy Storchaka3-109/+115
2017-10-04Refactor multiplication and division of timedelta and float. (#3656)Serhiy Storchaka1-41/+10
2017-10-04bpo-31667: Fix gettext related links. (#3860)Serhiy Storchaka2-9/+15
2017-10-04bpo-30404: The -u option now makes the stdout and stderr streams totally unbu...Serhiy Storchaka4-12/+17
2017-10-04bpo-30397: Add re.Pattern and re.Match. (#1646)Serhiy Storchaka13-107/+120
2017-10-04bpo-31683: Py_FatalError() now supports long error messages (#3878)Victor Stinner1-20/+42
[...]