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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
revert the changes done for issue14826 - quoting witin Request is not desirable.
Senthil Kumaran
2012-07-09
1
-5/+0
|
\
|
*
revert the changes done for issue14826 - quoting witin Request is not desirable.
Senthil Kumaran
2012-07-09
1
-5/+0
*
|
test AST base type garbage collection
Benjamin Peterson
2012-07-08
1
-1/+14
*
|
Issue 14814: The new systematic tests aren't just about error reporting any m...
Nick Coghlan
2012-07-08
1
-26/+72
*
|
Merge
Antoine Pitrou
2012-07-08
1
-3/+9
|
\
\
|
*
|
Fix test_inspect messing up with linecache.cache.
Antoine Pitrou
2012-07-08
1
-3/+9
*
|
|
Issue 14814: Remove dead function (noticed by Serhiy Storchaka)
Nick Coghlan
2012-07-08
1
-1/+0
|
/
/
*
|
Fix test failure under Windows
Antoine Pitrou
2012-07-08
1
-1/+1
*
|
Issue #11022 and #15287: correctly remove the TESTFN file in test_builtin.
Florent Xicluna
2012-07-08
1
-1/+2
*
|
Issue #15110: Fix the tracebacks generated by "import xxx" to not show the im...
Antoine Pitrou
2012-07-08
1
-0/+93
*
|
#15284: Skip {send,recv}msg tests with disabled IPv6
Ross Lagerwall
2012-07-08
1
-5/+5
*
|
Issue 14814: Further error case testing coverage and cleanups
Nick Coghlan
2012-07-08
1
-73/+67
*
|
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...
Senthil Kumaran
2012-07-08
1
-0/+5
|
\
\
|
|
/
|
*
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...
Senthil Kumaran
2012-07-08
1
-0/+5
*
|
Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifi...
Senthil Kumaran
2012-07-07
1
-2/+8
*
|
Merge remote
Łukasz Langa
2012-07-07
1
-0/+37
|
\
\
|
*
|
Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs
Łukasz Langa
2012-07-07
1
-0/+37
*
|
|
Merge with remote.
Ross Lagerwall
2012-07-07
1
-3/+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
#15277: Fix a resource leak in support.py when IPv6 is disabled.
Ross Lagerwall
2012-07-07
1
-3/+5
*
|
|
Add tests to marshall double with xmlrpc.client.
Florent Xicluna
2012-07-07
1
-0/+16
*
|
|
Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWrite...
Florent Xicluna
2012-07-07
1
-6/+4
*
|
|
Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser.
Florent Xicluna
2012-07-07
1
-43/+36
*
|
|
Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress...
Nick Coghlan
2012-07-07
1
-61/+97
|
/
/
*
|
Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__
Nick Coghlan
2012-07-07
1
-1/+16
*
|
Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATA
Jesus Cea
2012-07-07
1
-8/+12
*
|
Issue 14814: Explain how to get more error detail in the ipaddress tutorial, ...
Nick Coghlan
2012-07-07
1
-3/+3
*
|
Merge branch
Florent Xicluna
2012-07-07
1
-0/+4
|
\
\
|
|
/
|
*
Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding d...
Florent Xicluna
2012-07-07
1
-0/+4
*
|
Issue 14814: Provide more informative error messages in ipaddress, and ensure...
Nick Coghlan
2012-07-07
1
-146/+407
*
|
Issue #15247: FileIO now raises an error when given a file descriptor pointin...
Antoine Pitrou
2012-07-06
1
-0/+8
|
\
\
|
|
/
|
*
Issue #15247: FileIO now raises an error when given a file descriptor pointin...
Antoine Pitrou
2012-07-06
1
-0/+8
*
|
Issue 14814: Eliminate bytes warnings from ipaddress by correctly throwing an...
Nick Coghlan
2012-07-06
1
-27/+34
*
|
Issue 14814: Better handling of cases where octet/hextet parsing fails, inclu...
Nick Coghlan
2012-07-06
1
-36/+41
*
|
Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open.
Richard Oudkerk
2012-07-06
2
-0/+23
*
|
Fix issue # 15033 - Return the proper exitcode for failure when modules are i...
Senthil Kumaran
2012-07-05
1
-0/+15
|
\
\
|
|
/
|
*
Fix issue # 15033 - Return the proper exitcode for failure when modules are i...
Senthil Kumaran
2012-07-05
1
-0/+15
*
|
Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks t...
Vinay Sajip
2012-07-03
1
-2/+4
*
|
Issue #15241: Added test for venv prefixes.
Vinay Sajip
2012-07-03
1
-0/+25
*
|
Issue #15229: An OSError subclass whose __init__ doesn't call back
Antoine Pitrou
2012-06-30
1
-0/+10
*
|
Issue #9239: add tests for modifying zipfile comments in append mode.
Antoine Pitrou
2012-06-30
1
-0/+18
|
\
\
|
|
/
|
*
Issue #9239: add tests for modifying zipfile comments in append mode.
Antoine Pitrou
2012-06-30
1
-0/+18
*
|
Issue #15225: improve error message when hmac is passed a wrong key type.
Antoine Pitrou
2012-06-30
1
-0/+12
*
|
Better diagnose test failure
Antoine Pitrou
2012-06-29
1
-2/+2
|
\
\
|
|
/
|
*
Better diagnose test failure
Antoine Pitrou
2012-06-29
1
-2/+2
*
|
#5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()
Petri Lehtinen
2012-06-29
1
-0/+17
|
\
\
|
|
/
|
*
#5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()
Petri Lehtinen
2012-06-29
1
-0/+17
*
|
Check for all used fd-based functions in shutil.rmdir, closes #15218
Hynek Schlawack
2012-06-29
1
-1/+5
*
|
Port tests from Issue #15219, and verify we don't have a reference leak.
Amaury Forgeot d'Arc
2012-06-28
1
-6/+2
*
|
#9559: Append data to single-file mailbox files if messages are only added
Petri Lehtinen
2012-06-28
1
-2/+27
|
\
\
|
|
/
|
*
#9559: Append data to single-file mailbox files if messages are only added
Petri Lehtinen
2012-06-28
1
-2/+27
[next]