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.14.0a2cpython-3.14.0a2.zip  cpython-3.14.0a2.tar.gz  cpython-3.14.0a2.tar.bz2  Hugo van Kemenade2 weeks
v3.14.0a1cpython-3.14.0a1.zip  cpython-3.14.0a1.tar.gz  cpython-3.14.0a1.tar.bz2  Hugo van Kemenade7 weeks
3.8cpython-3.8.zip  cpython-3.8.tar.gz  cpython-3.8.tar.bz2  Łukasz Langa8 weeks
v3.13.0cpython-3.13.0.zip  cpython-3.13.0.tar.gz  cpython-3.13.0.tar.bz2  Thomas Wouters8 weeks
v3.12.7cpython-3.12.7.zip  cpython-3.12.7.tar.gz  cpython-3.12.7.tar.bz2  Thomas Wouters2 months
v3.13.0rc3cpython-3.13.0rc3.zip  cpython-3.13.0rc3.tar.gz  cpython-3.13.0rc3.tar.bz2  Thomas Wouters2 months
v3.11.10cpython-3.11.10.zip  cpython-3.11.10.tar.gz  cpython-3.11.10.tar.bz2  Pablo Galindo3 months
v3.10.15cpython-3.10.15.zip  cpython-3.10.15.tar.gz  cpython-3.10.15.tar.bz2  Pablo Galindo3 months
v3.13.0rc2cpython-3.13.0rc2.zip  cpython-3.13.0rc2.tar.gz  cpython-3.13.0rc2.tar.bz2  Thomas Wouters3 months
v3.8.20cpython-3.8.20.zip  cpython-3.8.20.tar.gz  cpython-3.8.20.tar.bz2  Łukasz Langa3 months
[...]
 
AgeCommit messageAuthorFilesLines
2021-06-17Python 3.10.0b3v3.10.0b3Pablo Galindo37-81/+346
2021-06-17bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) (...Miss Islington (bot)22-38/+61
2021-06-17bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)Miss Islington (bot)2-2/+2
2021-06-16bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it t...Miss Islington (bot)1-2/+2
2021-06-16bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)Miss Islington (bot)6-3/+53
2021-06-16bpo-43795: Don't list private names in the limited API (GH-26740)Miss Islington (bot)4-5/+17
2021-06-16[3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726)Ethan Furman4-4/+28
2021-06-15bpo-44342: [Enum] fix data type search (GH-26667)Miss Islington (bot)2-1/+9
2021-06-15[3.10] bpo-43475: Add what's new entry for NaN hash changes (GH-26725) (GH-26...Mark Dickinson1-0/+7
2021-06-15Fix a typo in _make_class_unpicklable() docstring (GH-26729)Miss Islington (bot)1-1/+1
[...]