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
*
Fixes Issue #20165: The unittest module no longer considers tests marked with
Gregory P. Smith
2014-01-20
2
-5/+10
*
Fix the unittest to run properly when the working directory has
Gregory P. Smith
2014-01-20
1
-1/+1
*
merge 3.3 (#18574)
Benjamin Peterson
2014-01-19
2
-3/+5
|
\
|
*
fix handling of 100-continue status code (closes #18574)
Benjamin Peterson
2014-01-19
2
-3/+5
*
|
Fix test failures (--without-doc-strings).
Stefan Krah
2014-01-18
1
-1/+3
*
|
Merge #19855: restore use of LC_ALL, not LC_MESSAGES
R David Murray
2014-01-18
1
-3/+4
|
\
\
|
|
/
|
*
#19855: restore use of LC_ALL, not LC_MESSAGES
R David Murray
2014-01-18
1
-2/+2
*
|
Issue #20270: urllib.urlparse now supports empty ports.
Serhiy Storchaka
2014-01-18
2
-24/+45
|
\
\
|
|
/
|
*
Issue #20270: urllib.urlparse now supports empty ports.
Serhiy Storchaka
2014-01-18
2
-24/+45
*
|
Issue #20244: Fixed possible file leaks when unexpected error raised in
Serhiy Storchaka
2014-01-18
1
-0/+6
|
\
\
|
|
/
|
*
Issue #20244: Fixed possible file leaks when unexpected error raised in
Serhiy Storchaka
2014-01-18
1
-0/+6
*
|
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
Serhiy Storchaka
2014-01-18
2
-10/+33
|
\
\
|
|
/
|
*
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
Serhiy Storchaka
2014-01-18
2
-11/+34
*
|
Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't
Serhiy Storchaka
2014-01-18
2
-1/+7
|
\
\
|
|
/
|
*
Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't
Serhiy Storchaka
2014-01-18
2
-1/+7
*
|
Issue #20245: The open functions in the tarfile module now correctly handle e...
Serhiy Storchaka
2014-01-18
2
-7/+22
|
\
\
|
|
/
|
*
Issue #20245: The open functions in the tarfile module now correctly handle e...
Serhiy Storchaka
2014-01-18
2
-7/+22
*
|
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
[next]