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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
sort os.listxattr results before comparing it to avoid depending on the ...
Gregory P. Smith
2014-01-17
1
-1/+1
|
\
|
*
sort os.listxattr results before comparing it to avoid depending on the
Gregory P. Smith
2014-01-17
1
-1/+1
|
*
Issue #19936: Remove executable bits from C source files and several forgotten
Serhiy Storchaka
2014-01-16
1
-0/+0
*
|
Issue #20226: Added tests for new features and regressions.
Larry Hastings
2014-01-16
1
-0/+5
*
|
Issue #20226: Major improvements to Argument Clinic.
Larry Hastings
2014-01-16
2
-38/+62
*
|
asyncio: Reincarnate CoroWrapper's docstring as a comment.
Guido van Rossum
2014-01-16
1
-0/+2
*
|
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
70
-66/+0
|
\
\
|
|
/
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
67
-65/+0
*
|
asyncio: Fix CoroWrapper (fix my previous commit)
Victor Stinner
2014-01-16
1
-3/+1
*
|
asyncio: Fix a typo in CoroWrapper
Victor Stinner
2014-01-16
1
-1/+1
*
|
Issue #14455: Fix some issues with plistlib
Ronald Oussoren
2014-01-15
2
-66/+112
*
|
merge 3.3
Benjamin Peterson
2014-01-14
1
-0/+7
|
\
\
|
|
/
|
*
add test for #20251
Benjamin Peterson
2014-01-14
1
-0/+7
|
*
merge 3.2 (#20246)
Benjamin Peterson
2014-01-14
1
-0/+8
|
|
\
|
|
*
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
Benjamin Peterson
2014-01-14
1
-0/+8
*
|
|
merge 3.3 (#20246)
Benjamin Peterson
2014-01-14
1
-0/+8
*
|
|
Closes #20242: Merged fix from 3.3.
Vinay Sajip
2014-01-13
2
-7/+26
|
\
\
\
|
|
/
/
|
*
|
Issue #20242: Fixed basicConfig() format strings for the alternative formatti...
Vinay Sajip
2014-01-13
2
-7/+26
*
|
|
Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver().
Ned Deily
2014-01-13
1
-1/+2
*
|
|
Merge #20206, #5803: more efficient algorithm that doesn't truncate output.
R David Murray
2014-01-13
2
-82/+65
|
\
\
\
|
|
/
/
|
*
|
#20206, #5803: more efficient algorithm that doesn't truncate output.
R David Murray
2014-01-13
2
-82/+65
|
*
|
Test the open of non-exitent tarfile in all modes.
Serhiy Storchaka
2014-01-13
1
-5/+7
*
|
|
Test the open of non-exitent tarfile in all modes.
Serhiy Storchaka
2014-01-13
1
-5/+7
*
|
|
Fixed typo.
Serhiy Storchaka
2014-01-13
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fixed typo.
Serhiy Storchaka
2014-01-13
1
-1/+1
*
|
|
merge from 3.3
Senthil Kumaran
2014-01-13
2
-5/+19
|
\
\
\
|
|
/
/
|
*
|
Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modul...
Senthil Kumaran
2014-01-13
2
-5/+19
*
|
|
Issue19995: fixed typo; switched from test.support.check_warnings to assertWarns
Ethan Furman
2014-01-12
1
-15/+5
*
|
|
Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()
Serhiy Storchaka
2014-01-12
2
-4/+8
|
\
\
\
|
|
/
/
|
*
|
Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()
Serhiy Storchaka
2014-01-12
2
-4/+8
*
|
|
Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %X
Ethan Furman
2014-01-12
2
-5/+20
*
|
|
merge from 3.3
Senthil Kumaran
2014-01-12
2
-2/+19
|
\
\
\
|
|
/
/
|
*
|
Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an
Senthil Kumaran
2014-01-12
2
-2/+19
*
|
|
tkinter.Text.debug() now always returns 0/1.
Serhiy Storchaka
2014-01-11
2
-4/+3
|
\
\
\
|
|
/
/
|
*
|
tkinter.Text.debug() now always returns 0/1.
Serhiy Storchaka
2014-01-11
2
-4/+3
*
|
|
Fix ResourceWarning in test_asyncio.test_windows_events:
Victor Stinner
2014-01-10
1
-0/+1
*
|
|
Cleanup properly proactor event loop
Victor Stinner
2014-01-10
2
-4/+23
*
|
|
Try to fix some ttk tests. Error messages were changed in 8.6b3.
Serhiy Storchaka
2014-01-10
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Try to fix some ttk tests. Error messages were changed in 8.6b3.
Serhiy Storchaka
2014-01-10
1
-3/+3
*
|
|
asyncio: Minimal pty support in UNIX read pipe, by Jonathan Slenders.
Guido van Rossum
2014-01-10
2
-2/+47
*
|
|
asyncio: Fix race in subprocess transport, by Victor Stinner.
Guido van Rossum
2014-01-10
1
-1/+2
*
|
|
asyncio: Tiny cleanup in streams.py.
Guido van Rossum
2014-01-10
1
-2/+2
*
|
|
asyncio: Don't special-case GeneratorExit in Condition.wait().
Guido van Rossum
2014-01-10
1
-6/+1
*
|
|
Issue #19804: The test_find_mac test in test_uuid is now skipped if the
Serhiy Storchaka
2014-01-10
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #19804: The test_find_mac test in test_uuid is now skipped if the
Serhiy Storchaka
2014-01-10
1
-0/+6
*
|
|
Issue #19886: Use better estimated memory requirements for bigmem tests.
Serhiy Storchaka
2014-01-10
5
-35/+22
|
\
\
\
|
|
/
/
|
*
|
Issue #19886: Use better estimated memory requirements for bigmem tests.
Serhiy Storchaka
2014-01-10
5
-28/+18
*
|
|
assertEquals is deprecated, use assertEqual instead.
Antoine Pitrou
2014-01-09
1
-8/+8
*
|
|
Issue #13107: argparse and optparse no longer raises an exception when output
Serhiy Storchaka
2014-01-09
4
-6/+98
|
\
\
\
|
|
/
/
|
*
|
Issue #13107: argparse and optparse no longer raises an exception when output
Serhiy Storchaka
2014-01-09
4
-6/+98
[next]