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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
add braces and fix indentation
Benjamin Peterson
2014-03-30
1
-17/+18
|
*
|
fix indentation and add braces
Benjamin Peterson
2014-03-30
1
-16/+17
|
*
|
support CDN purging
Benjamin Peterson
2014-03-30
1
-3/+48
|
*
|
Issue #21029: IDLE now colors print consistently as a keyword.
Raymond Hettinger
2014-03-30
2
-0/+7
|
*
|
Minor readability improvement.
Raymond Hettinger
2014-03-29
1
-1/+1
|
*
|
Issue #21093: Prevent failures of ctypes test_macholib on OS X if a
Ned Deily
2014-03-29
2
-2/+8
|
*
|
Update suspicious ignore file.
Georg Brandl
2014-03-28
1
-3/+2
|
*
|
Issue #17654: Ensure IDLE menus are customized properly on OS X for
Ned Deily
2014-03-28
12
-79/+125
|
*
|
Issue #6676: Ensure a meaningful exception is raised when attempting
Ned Deily
2014-03-27
4
-2/+24
|
*
|
Issue #20939: Use www.example.com instead of www.python.org to avoid test
Ned Deily
2014-03-27
4
-20/+28
|
*
|
backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex.
R David Murray
2014-03-25
4
-2/+12
|
*
|
Issue #21038: Cleanup test_epoll.py
Victor Stinner
2014-03-25
1
-3/+0
|
*
|
Updated external link in documentation.
Vinay Sajip
2014-03-25
1
-1/+1
|
*
|
Closes #21045: make the Qt help build not look completely stupid
Georg Brandl
2014-03-25
1
-0/+8
|
*
|
Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not ...
Georg Brandl
2014-03-25
1
-2/+5
|
*
|
Issue #21058: NamedTemporaryFile() closes the FD on any error, not only Excep...
Victor Stinner
2014-03-25
1
-1/+1
|
*
|
Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),
Victor Stinner
2014-03-25
3
-2/+27
|
*
|
Issue #21043 - Remove CACert.org from the recommendations
Donald Stufft
2014-03-24
1
-2/+1
|
*
|
Use "x" instead of "i" for s.index and s.count entries in sequence ops table.
Zachary Ware
2014-03-20
1
-4/+4
|
*
|
sync with 3.4 branch
Benjamin Peterson
2014-03-20
1
-49/+334
|
*
|
add Nehal Hussain
Benjamin Peterson
2014-03-20
1
-0/+1
|
*
|
Issue #20966: Fix Tkinter Resources link
Zachary Ware
2014-03-18
1
-1/+1
|
*
|
Update doc version switcher for 3.4/3.5.
Georg Brandl
2014-03-17
1
-1/+2
|
*
|
fix ctypes test alignment assumptions (closes #20946)
Benjamin Peterson
2014-03-16
4
-12/+14
|
*
|
Close #16665: improve documentation for hex(). Patch by Jessica McKellar.
Antoine Pitrou
2014-03-16
1
-2/+15
|
*
|
send people to the right editors page (#20938)
Benjamin Peterson
2014-03-15
1
-1/+2
|
*
|
Issue #20939: Fix test_geturl failure in test_urllibnet due to
Ned Deily
2014-03-15
2
-1/+4
|
*
|
remove runtime_library_dirs for _sqlite; it isn't needed
Benjamin Peterson
2014-03-15
1
-1/+0
|
*
|
Clarify distutils’ clean command (ref #6142)
Éric Araujo
2014-03-13
2
-1/+7
|
*
|
Closes #20908: Memory leak in Reg2Py()
Jesus Cea
2014-03-13
1
-1/+4
|
*
|
weaken callback count inequality (closes #20901)
Benjamin Peterson
2014-03-13
1
-1/+1
|
*
|
remove unnecessary word (closes #19060)
Benjamin Peterson
2014-03-13
2
-2/+2
|
*
|
Make distutils error messages more helpful (#11599).
Éric Araujo
2014-03-13
4
-22/+58
|
*
|
Fix note markup (#16805).
Éric Araujo
2014-03-12
6
-3/+13
|
*
|
use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)
Benjamin Peterson
2014-03-12
1
-3/+8
|
*
|
add Sean Rodman
Benjamin Peterson
2014-03-12
1
-0/+1
|
*
|
Fix missing import in bdist_rpm (#18045)
Éric Araujo
2014-03-12
1
-0/+1
|
*
|
Restore missing part of error message (#4931)
Éric Araujo
2014-03-12
1
-1/+1
|
*
|
Avoid “error: None” messages from distutils (#4931).
Éric Araujo
2014-03-12
6
-38/+20
|
*
|
Define what “updating” means in docs for open (#19627).
Éric Araujo
2014-03-12
1
-2/+2
|
*
|
#20030: doc that TestLoader.discover returns a TestSuite.
R David Murray
2014-03-11
1
-5/+5
|
*
|
sync pyporting howto from python 3 docs
Benjamin Peterson
2014-03-11
1
-360/+282
|
*
|
#13530: port to 2.7 branch (document what os.lseek returns).
Georg Brandl
2014-03-11
2
-2/+3
|
*
|
Closes #20090: update Doc/README and the error message in sphinx-build.py to ...
Georg Brandl
2014-03-10
2
-35/+17
|
*
|
note that future_builtin's map is not quite like python 3's (closes #19363)
Benjamin Peterson
2014-03-09
1
-0/+5
|
*
|
merge
Georg Brandl
2014-03-09
1
-1/+0
|
|
\
\
|
|
*
|
Closes #20735: remove erroneous deprecated marker from stringprep docs
Georg Brandl
2014-02-24
1
-1/+0
|
*
|
|
Improve the default seeding in random module to use 32 bytes of entropy when ...
Raymond Hettinger
2014-03-08
2
-1/+5
|
*
|
|
Issue #20283: RE pattern methods now accept the string keyword parameters
Serhiy Storchaka
2014-03-06
3
-16/+98
|
*
|
|
Issue #15618: Make turtle.py itself work when run from a module with
Terry Jan Reedy
2014-03-06
3
-10/+14
[prev]
[next]