summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
2.7[2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...Serhiy Storchaka7 years
3.3post 3.3.7, should there be anyNed Deily7 years
3.4Remove retired and security branches from active docs (#3883)Ned Deily7 years
3.5Remove retired and security branches from active docs (#3882)Ned Deily7 years
3.6[3.6] bpo-31178: Mock os.waitpid() in test_subprocess (GH-3896) (#3897)Miss Islington (bot)7 years
benjamin-clangcloses bpo-31696: don't mention GCC in sys.version when building with clangBenjamin Peterson7 years
benjamin-iteration-torturebpo-31530: stop crashes when iterating over a file on multiple threadsBenjamin Peterson7 years
buildbot-custombpo-5885: add Misc/NEWS entryIgor Galić7 years
masterbpo-38614: Use support timeout constants (GH-17572)Victor Stinner5 years
 
TagDownloadAuthorAge
v3.13.0b3cpython-3.13.0b3.zip  cpython-3.13.0b3.tar.gz  cpython-3.13.0b3.tar.bz2  Thomas Wouters4 days
v3.12.4cpython-3.12.4.zip  cpython-3.12.4.tar.gz  cpython-3.12.4.tar.bz2  Thomas Wouters4 weeks
v3.13.0b2cpython-3.13.0b2.zip  cpython-3.13.0b2.tar.gz  cpython-3.13.0b2.tar.bz2  Thomas Wouters4 weeks
v3.13.0b1cpython-3.13.0b1.zip  cpython-3.13.0b1.tar.gz  cpython-3.13.0b1.tar.bz2  Thomas Wouters8 weeks
v3.13.0a6cpython-3.13.0a6.zip  cpython-3.13.0a6.tar.gz  cpython-3.13.0a6.tar.bz2  Thomas Wouters3 months
v3.12.3cpython-3.12.3.zip  cpython-3.12.3.tar.gz  cpython-3.12.3.tar.bz2  Thomas Wouters3 months
v3.11.9cpython-3.11.9.zip  cpython-3.11.9.tar.gz  cpython-3.11.9.tar.bz2  Pablo Galindo3 months
v3.10.14cpython-3.10.14.zip  cpython-3.10.14.tar.gz  cpython-3.10.14.tar.bz2  Łukasz Langa3 months
v3.9.19cpython-3.9.19.zip  cpython-3.9.19.tar.gz  cpython-3.9.19.tar.bz2  Łukasz Langa3 months
v3.8.19cpython-3.8.19.zip  cpython-3.8.19.tar.gz  cpython-3.8.19.tar.bz2  Łukasz Langa3 months
[...]
 
AgeCommit messageAuthorFilesLines
2018-04-142.7.15rc1 version bumpv2.7.15rc1Benjamin Peterson2-5/+5
2018-04-14make NEWS for 2.7.15rc1Benjamin Peterson167-370/+1693
2018-04-14bpo-33148: Update Windows build to use OpenSSL 1.0.2oSteve Dower4-3/+4
2018-04-14[2.7] bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408...Miss Islington (bot)2-3/+4
2018-04-14[2.7] Fix errant NEWS item: bpo-19019 -> bpo-17128 (GH-6470)Ned Deily1-0/+0
2018-04-14[2.7] Backport macOS universal build and installer fixes from 3.6. (GH-6469)Ned Deily18-711/+739
2018-04-10[2.7] bpo-31920: Fixed handling directories as arguments in the ``pygettext``...Serhiy Storchaka3-20/+17
2018-04-07[2.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (G...Miss Islington (bot)2-0/+14
2018-04-02[2.7] bpo-27212: Modify islice recipe to consume initial values preceding sta...Cheryl Sabella3-9/+90
2018-04-01[2.7] bpo-33132: Fix reference counting issues in the compiler. (GH-6209). (G...Serhiy Storchaka1-18/+19
[...]