index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Branch
Commit message
Author
Age
2.7
[2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...
Serhiy Storchaka
7 years
3.3
post 3.3.7, should there be any
Ned Deily
7 years
3.4
Remove retired and security branches from active docs (#3883)
Ned Deily
7 years
3.5
Remove retired and security branches from active docs (#3882)
Ned Deily
7 years
3.6
[3.6] bpo-31178: Mock os.waitpid() in test_subprocess (GH-3896) (#3897)
Miss Islington (bot)
7 years
benjamin-clang
closes bpo-31696: don't mention GCC in sys.version when building with clang
Benjamin Peterson
7 years
benjamin-iteration-torture
bpo-31530: stop crashes when iterating over a file on multiple threads
Benjamin Peterson
7 years
buildbot-custom
bpo-5885: add Misc/NEWS entry
Igor Galić
7 years
master
bpo-38614: Use support timeout constants (GH-17572)
Victor Stinner
5 years
Tag
Download
Author
Age
v3.14.0a4
cpython-3.14.0a4.zip
cpython-3.14.0a4.tar.gz
cpython-3.14.0a4.tar.bz2
Hugo van Kemenade
2 weeks
v3.14.0a3
cpython-3.14.0a3.zip
cpython-3.14.0a3.tar.gz
cpython-3.14.0a3.tar.bz2
Hugo van Kemenade
6 weeks
v3.12.8
cpython-3.12.8.zip
cpython-3.12.8.tar.gz
cpython-3.12.8.tar.bz2
Thomas Wouters
8 weeks
v3.13.1
cpython-3.13.1.zip
cpython-3.13.1.tar.gz
cpython-3.13.1.tar.bz2
Thomas Wouters
8 weeks
v3.9.21
cpython-3.9.21.zip
cpython-3.9.21.tar.gz
cpython-3.9.21.tar.bz2
Łukasz Langa
8 weeks
v3.10.16
cpython-3.10.16.zip
cpython-3.10.16.tar.gz
cpython-3.10.16.tar.bz2
Pablo Galindo
8 weeks
v3.11.11
cpython-3.11.11.zip
cpython-3.11.11.tar.gz
cpython-3.11.11.tar.bz2
Pablo Galindo
8 weeks
v3.14.0a2
cpython-3.14.0a2.zip
cpython-3.14.0a2.tar.gz
cpython-3.14.0a2.tar.bz2
Hugo van Kemenade
2 months
v3.14.0a1
cpython-3.14.0a1.zip
cpython-3.14.0a1.tar.gz
cpython-3.14.0a1.tar.bz2
Hugo van Kemenade
4 months
3.8
cpython-3.8.zip
cpython-3.8.tar.gz
cpython-3.8.tar.bz2
Łukasz Langa
4 months
[...]
Age
Commit message
Author
Files
Lines
2021-04-05
Python 3.10.0a7
v3.10.0a7
Pablo Galindo
92
-5325/+8322
2021-04-05
Fix the "make suspicious" check on the pprint docs (GH-25193)
Pablo Galindo
1
-2/+2
2021-04-05
bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
Serhiy Storchaka
5
-19/+18
2021-04-05
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)
Inada Naoki
11
-50/+55
2021-04-05
bpo-43651: PEP 597: Fix EncodingWarning in test_filecmp (GH-25159)
Inada Naoki
1
-6/+6
2021-04-05
bpo-43651: PEP 597: Fix test_email (GH-25158)
Inada Naoki
2
-27/+27
2021-04-04
bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs (#25183)
Ken Jin
1
-2/+7
2021-04-04
bpo-24160: Fix test_pdb refleaks failure (GH-25182)
Irit Katriel
1
-3/+3
2021-04-04
bpo-27129: Update magic numbers and bootstrapping for GH-25069 (GH-25172)
Dennis Sweeney
3
-2/+3
2021-04-04
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25171)
Inada Naoki
6
-14/+14
[...]