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 Langa3 days
v3.11.12cpython-3.11.12.zip  cpython-3.11.12.tar.gz  cpython-3.11.12.tar.bz2  Pablo Galindo3 days
v3.13.3cpython-3.13.3.zip  cpython-3.13.3.tar.gz  cpython-3.13.3.tar.bz2  Thomas Wouters3 days
v3.10.17cpython-3.10.17.zip  cpython-3.10.17.tar.gz  cpython-3.10.17.tar.bz2  Pablo Galindo3 days
v3.12.10cpython-3.12.10.zip  cpython-3.12.10.tar.gz  cpython-3.12.10.tar.bz2  Thomas Wouters4 days
v3.14.0a7cpython-3.14.0a7.zip  cpython-3.14.0a7.tar.gz  cpython-3.14.0a7.tar.bz2  Hugo van Kemenade4 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-09-22bpo-5885: add Misc/NEWS entrybuildbot-customIgor Galić1-0/+4
2017-09-22lazy-load uuid_generate_timeStefan Grönke1-59/+84
2017-09-22optimize paths for finding uuid_generate_timeIgor Galić1-15/+19
2017-09-21bpo-31410: Optimized calling wrapper and classmethod descriptors. (#3481)Serhiy Storchaka2-29/+34
2017-09-21bpo-27541: Reprs of subclasses of some classes now contain actual type name. ...Serhiy Storchaka6-20/+40
2017-09-21bpo-31351: Set return code in ensurepip when pip fails (GH-3626)Igor Filatov6-9/+46
2017-09-21bpo-31500: IDLE: Scale default fonts on HiDPI displays. (#3639)Serhiy Storchaka4-0/+20
2017-09-21bpo-31532: Fix memory corruption due to allocator mix (#3679)nurelin2-1/+3
2017-09-20bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678)Antoine Pitrou4-51/+86
2017-09-20bpo-26510: make argparse subparsers required by default (#3027)Anthony Sottile4-3/+46
[...]