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
8 years
3.3
post 3.3.7, should there be any
Ned Deily
8 years
3.4
Remove retired and security branches from active docs (#3883)
Ned Deily
8 years
3.5
Remove retired and security branches from active docs (#3882)
Ned Deily
8 years
3.6
[3.6] bpo-31178: Mock os.waitpid() in test_subprocess (GH-3896) (#3897)
Miss Islington (bot)
8 years
benjamin-clang
closes bpo-31696: don't mention GCC in sys.version when building with clang
Benjamin Peterson
8 years
benjamin-iteration-torture
bpo-31530: stop crashes when iterating over a file on multiple threads
Benjamin Peterson
8 years
buildbot-custom
bpo-5885: add Misc/NEWS entry
Igor Galić
8 years
master
bpo-38614: Use support timeout constants (GH-17572)
Victor Stinner
5 years
Tag
Download
Author
Age
v3.9.22
cpython-3.9.22.zip
cpython-3.9.22.tar.gz
cpython-3.9.22.tar.bz2
Łukasz Langa
3 days
v3.11.12
cpython-3.11.12.zip
cpython-3.11.12.tar.gz
cpython-3.11.12.tar.bz2
Pablo Galindo
3 days
v3.13.3
cpython-3.13.3.zip
cpython-3.13.3.tar.gz
cpython-3.13.3.tar.bz2
Thomas Wouters
3 days
v3.10.17
cpython-3.10.17.zip
cpython-3.10.17.tar.gz
cpython-3.10.17.tar.bz2
Pablo Galindo
3 days
v3.12.10
cpython-3.12.10.zip
cpython-3.12.10.tar.gz
cpython-3.12.10.tar.bz2
Thomas Wouters
4 days
v3.14.0a7
cpython-3.14.0a7.zip
cpython-3.14.0a7.tar.gz
cpython-3.14.0a7.tar.bz2
Hugo van Kemenade
4 days
v3.14.0a6
cpython-3.14.0a6.zip
cpython-3.14.0a6.tar.gz
cpython-3.14.0a6.tar.bz2
Hugo van Kemenade
4 weeks
v3.14.0a5
cpython-3.14.0a5.zip
cpython-3.14.0a5.tar.gz
cpython-3.14.0a5.tar.bz2
Hugo van Kemenade
8 weeks
v3.13.2
cpython-3.13.2.zip
cpython-3.13.2.tar.gz
cpython-3.13.2.tar.bz2
Thomas Wouters
2 months
v3.12.9
cpython-3.12.9.zip
cpython-3.12.9.tar.gz
cpython-3.12.9.tar.bz2
Thomas Wouters
2 months
[...]
Age
Commit message
Author
Files
Lines
2017-09-22
bpo-5885: add Misc/NEWS entry
buildbot-custom
Igor Galić
1
-0/+4
2017-09-22
lazy-load uuid_generate_time
Stefan Grönke
1
-59/+84
2017-09-22
optimize paths for finding uuid_generate_time
Igor Galić
1
-15/+19
2017-09-21
bpo-31410: Optimized calling wrapper and classmethod descriptors. (#3481)
Serhiy Storchaka
2
-29/+34
2017-09-21
bpo-27541: Reprs of subclasses of some classes now contain actual type name. ...
Serhiy Storchaka
6
-20/+40
2017-09-21
bpo-31351: Set return code in ensurepip when pip fails (GH-3626)
Igor Filatov
6
-9/+46
2017-09-21
bpo-31500: IDLE: Scale default fonts on HiDPI displays. (#3639)
Serhiy Storchaka
4
-0/+20
2017-09-21
bpo-31532: Fix memory corruption due to allocator mix (#3679)
nurelin
2
-1/+3
2017-09-20
bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678)
Antoine Pitrou
4
-51/+86
2017-09-20
bpo-26510: make argparse subparsers required by default (#3027)
Anthony Sottile
4
-3/+46
[...]