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 Stinner6 years
 
TagDownloadAuthorAge
v3.15.0a3cpython-3.15.0a3.zip  cpython-3.15.0a3.tar.gz  cpython-3.15.0a3.tar.bz2  Hugo van Kemenade10 days
v3.14.2cpython-3.14.2.zip  cpython-3.14.2.tar.gz  cpython-3.14.2.tar.bz2  Hugo van Kemenade3 weeks
v3.13.11cpython-3.13.11.zip  cpython-3.13.11.tar.gz  cpython-3.13.11.tar.bz2  Thomas Wouters3 weeks
v3.14.1cpython-3.14.1.zip  cpython-3.14.1.tar.gz  cpython-3.14.1.tar.bz2  Hugo van Kemenade3 weeks
v3.13.10cpython-3.13.10.zip  cpython-3.13.10.tar.gz  cpython-3.13.10.tar.bz2  Thomas Wouters3 weeks
v3.15.0a2cpython-3.15.0a2.zip  cpython-3.15.0a2.tar.gz  cpython-3.15.0a2.tar.bz2  Hugo van Kemenade5 weeks
v3.13.9cpython-3.13.9.zip  cpython-3.13.9.tar.gz  cpython-3.13.9.tar.bz2  Thomas Wouters2 months
v3.15.0a1cpython-3.15.0a1.zip  cpython-3.15.0a1.tar.gz  cpython-3.15.0a1.tar.bz2  Hugo van Kemenade2 months
v3.11.14cpython-3.11.14.zip  cpython-3.11.14.tar.gz  cpython-3.11.14.tar.bz2  Pablo Galindo3 months
v3.10.19cpython-3.10.19.zip  cpython-3.10.19.tar.gz  cpython-3.10.19.tar.bz2  Pablo Galindo3 months
[...]
 
AgeCommit messageAuthorFilesLines
2001-04-16This commit was manufactured by cvs2svn to create tag 'release21'.v2.1cvs2svn1-0/+1
2001-04-16Noted what's new in 2.1 (final).Guido van Rossum1-0/+21
2001-04-16Fix three PyChecker-detected gotchas.Jeremy Hylton1-4/+10
2001-04-16Export three optimization (fast locals) flagsJeremy Hylton1-0/+4
2001-04-16Update Windows installer & buildno for 2.1 final.Tim Peters3-4/+6
2001-04-16In walk(), don't die when os.lstat() raises os.error, e.g. because aGuido van Rossum1-1/+4
2001-04-16Update the version to 2.1final (again :-).Guido van Rossum1-4/+4
2001-04-16Add a test case for Weak*Dictionary.update() that would have caught aFred Drake1-0/+25
2001-04-16Weak*Dictionary.update(): Fix calls to [].append() to only have oneFred Drake1-4/+15
2001-04-16Implement Mark Favas's suggestion. There's a clear bug in _group():Guido van Rossum1-1/+1
[...]