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
6 years
Tag
Download
Author
Age
v3.14.0rc2
cpython-3.14.0rc2.zip
cpython-3.14.0rc2.tar.gz
cpython-3.14.0rc2.tar.bz2
Hugo van Kemenade
5 weeks
v3.13.7
cpython-3.13.7.zip
cpython-3.13.7.tar.gz
cpython-3.13.7.tar.bz2
Thomas Wouters
5 weeks
v3.13.6
cpython-3.13.6.zip
cpython-3.13.6.tar.gz
cpython-3.13.6.tar.bz2
Thomas Wouters
6 weeks
v3.14.0rc1
cpython-3.14.0rc1.zip
cpython-3.14.0rc1.tar.gz
cpython-3.14.0rc1.tar.bz2
Hugo van Kemenade
8 weeks
v3.14.0b4
cpython-3.14.0b4.zip
cpython-3.14.0b4.tar.gz
cpython-3.14.0b4.tar.bz2
Hugo van Kemenade
2 months
v3.14.0b3
cpython-3.14.0b3.zip
cpython-3.14.0b3.tar.gz
cpython-3.14.0b3.tar.bz2
Hugo van Kemenade
3 months
v3.13.5
cpython-3.13.5.zip
cpython-3.13.5.tar.gz
cpython-3.13.5.tar.bz2
Thomas Wouters
3 months
v3.9.23
cpython-3.9.23.zip
cpython-3.9.23.tar.gz
cpython-3.9.23.tar.bz2
Łukasz Langa
3 months
v3.11.13
cpython-3.11.13.zip
cpython-3.11.13.tar.gz
cpython-3.11.13.tar.bz2
Pablo Galindo
3 months
v3.10.18
cpython-3.10.18.zip
cpython-3.10.18.tar.gz
cpython-3.10.18.tar.bz2
Pablo Galindo
3 months
[...]
Age
Commit message
Author
Files
Lines
2017-10-04
[2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...
2.7
Serhiy Storchaka
3
-21/+31
2017-10-04
Remove retired and security branches from active docs (#3881)
Ned Deily
2
-4/+0
2017-10-02
[2.7] bpo-31478: Prevent unwanted behavior in _random.Random.seed() in case t...
Oren Milman
3
-2/+26
2017-10-02
bpo-31158: Fix nondeterministic read in test_pty (#3808) (#3853)
Victor Stinner
1
-2/+19
2017-09-30
[2.7] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#...
Serhiy Storchaka
1
-1/+1
2017-09-30
[2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit() in cas...
Oren Milman
2
-2/+24
2017-09-28
bpo-28129: fix ctypes crashes (#386) (#3800)
Victor Stinner
7
-9/+87
2017-09-27
bpo-31593: test_socketserver waits child processes (#3786)
Victor Stinner
1
-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 Storchaka
3
-0/+33
[...]