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.14.0rc2cpython-3.14.0rc2.zip  cpython-3.14.0rc2.tar.gz  cpython-3.14.0rc2.tar.bz2  Hugo van Kemenade5 weeks
v3.13.7cpython-3.13.7.zip  cpython-3.13.7.tar.gz  cpython-3.13.7.tar.bz2  Thomas Wouters5 weeks
v3.13.6cpython-3.13.6.zip  cpython-3.13.6.tar.gz  cpython-3.13.6.tar.bz2  Thomas Wouters6 weeks
v3.14.0rc1cpython-3.14.0rc1.zip  cpython-3.14.0rc1.tar.gz  cpython-3.14.0rc1.tar.bz2  Hugo van Kemenade8 weeks
v3.14.0b4cpython-3.14.0b4.zip  cpython-3.14.0b4.tar.gz  cpython-3.14.0b4.tar.bz2  Hugo van Kemenade2 months
v3.14.0b3cpython-3.14.0b3.zip  cpython-3.14.0b3.tar.gz  cpython-3.14.0b3.tar.bz2  Hugo van Kemenade3 months
v3.13.5cpython-3.13.5.zip  cpython-3.13.5.tar.gz  cpython-3.13.5.tar.bz2  Thomas Wouters3 months
v3.9.23cpython-3.9.23.zip  cpython-3.9.23.tar.gz  cpython-3.9.23.tar.bz2  Łukasz Langa3 months
v3.11.13cpython-3.11.13.zip  cpython-3.11.13.tar.gz  cpython-3.11.13.tar.bz2  Pablo Galindo3 months
v3.10.18cpython-3.10.18.zip  cpython-3.10.18.tar.gz  cpython-3.10.18.tar.bz2  Pablo Galindo3 months
[...]
 
AgeCommit messageAuthorFilesLines
2017-10-04[2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...2.7Serhiy Storchaka3-21/+31
2017-10-04Remove retired and security branches from active docs (#3881)Ned Deily2-4/+0
2017-10-02[2.7] bpo-31478: Prevent unwanted behavior in _random.Random.seed() in case t...Oren Milman3-2/+26
2017-10-02bpo-31158: Fix nondeterministic read in test_pty (#3808) (#3853)Victor Stinner1-2/+19
2017-09-30[2.7] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#...Serhiy Storchaka1-1/+1
2017-09-30[2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit() in cas...Oren Milman2-2/+24
2017-09-28bpo-28129: fix ctypes crashes (#386) (#3800)Victor Stinner7-9/+87
2017-09-27bpo-31593: test_socketserver waits child processes (#3786)Victor Stinner1-3/+18
2017-09-27[2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at...Miss Islington (bot)3-1/+25
2017-09-27[2.7] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(...Serhiy Storchaka3-0/+33
[...]