summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Merge remoteŁukasz Langa2012-07-071-0/+37
|\
| * Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occursŁukasz Langa2012-07-071-0/+37
* | Merge with remote.Ross Lagerwall2012-07-071-3/+5
|\ \ | |/ |/|
| * #15277: Fix a resource leak in support.py when IPv6 is disabled.Ross Lagerwall2012-07-071-3/+5
* | Add tests to marshall double with xmlrpc.client.Florent Xicluna2012-07-071-0/+16
* | Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWrite...Florent Xicluna2012-07-071-6/+4
* | Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser.Florent Xicluna2012-07-071-43/+36
* | Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress...Nick Coghlan2012-07-071-61/+97
|/
* Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__Nick Coghlan2012-07-071-1/+16
* Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-07-071-8/+12
* Issue 14814: Explain how to get more error detail in the ipaddress tutorial, ...Nick Coghlan2012-07-071-3/+3
* Merge branchFlorent Xicluna2012-07-071-0/+4
|\
| * Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding d...Florent Xicluna2012-07-071-0/+4
* | Issue 14814: Provide more informative error messages in ipaddress, and ensure...Nick Coghlan2012-07-071-146/+407
* | Issue #15247: FileIO now raises an error when given a file descriptor pointin...Antoine Pitrou2012-07-061-0/+8
|\ \ | |/
| * Issue #15247: FileIO now raises an error when given a file descriptor pointin...Antoine Pitrou2012-07-061-0/+8
* | Issue 14814: Eliminate bytes warnings from ipaddress by correctly throwing an...Nick Coghlan2012-07-061-27/+34
* | Issue 14814: Better handling of cases where octet/hextet parsing fails, inclu...Nick Coghlan2012-07-061-36/+41
* | Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open.Richard Oudkerk2012-07-062-0/+23
* | Fix issue # 15033 - Return the proper exitcode for failure when modules are i...Senthil Kumaran2012-07-051-0/+15
|\ \ | |/
| * Fix issue # 15033 - Return the proper exitcode for failure when modules are i...Senthil Kumaran2012-07-051-0/+15
* | Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks t...Vinay Sajip2012-07-031-2/+4
* | Issue #15241: Added test for venv prefixes.Vinay Sajip2012-07-031-0/+25
* | Issue #15229: An OSError subclass whose __init__ doesn't call backAntoine Pitrou2012-06-301-0/+10
* | Issue #9239: add tests for modifying zipfile comments in append mode.Antoine Pitrou2012-06-301-0/+18
|\ \ | |/
| * Issue #9239: add tests for modifying zipfile comments in append mode.Antoine Pitrou2012-06-301-0/+18
* | Issue #15225: improve error message when hmac is passed a wrong key type.Antoine Pitrou2012-06-301-0/+12
* | Better diagnose test failureAntoine Pitrou2012-06-291-2/+2
|\ \ | |/
| * Better diagnose test failureAntoine Pitrou2012-06-291-2/+2
* | #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-291-0/+17
|\ \ | |/
| * #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-291-0/+17
* | Check for all used fd-based functions in shutil.rmdir, closes #15218Hynek Schlawack2012-06-291-1/+5
* | Port tests from Issue #15219, and verify we don't have a reference leak.Amaury Forgeot d'Arc2012-06-281-6/+2
* | #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-281-2/+27
|\ \ | |/
| * #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-281-2/+27
* | #4489: Don't follow ever symlinks in rmtreeHynek Schlawack2012-06-281-1/+33
* | Avoid using scrdir, it's broken.Antoine Pitrou2012-06-271-2/+2
* | Fix bug in test_tools that prevented building is separate directory.Neil Schemenauer2012-06-271-1/+1
* | Issue #12605: Show information on more C frames within gdb backtracesDavid Malcolm2012-06-271-2/+99
* | Flush stdout and stderr when running tests in parallelAntoine Pitrou2012-06-271-0/+2
|\ \ | |/
| * Flush stdout and stderr when running tests in parallelAntoine Pitrou2012-06-271-0/+2
* | Issue #15079: make a test applicable to both C and Python versions of the pic...Antoine Pitrou2012-06-261-3/+5
|\ \ | |/
| * Issue #15079: make a test applicable to both C and Python versions of the pic...Antoine Pitrou2012-06-261-3/+5
| * Backport test_nntplib fixes from default.Antoine Pitrou2012-06-251-2/+5
* | Use ValueError, not RuntimeError for a utime flag combination illegal on some...Georg Brandl2012-06-261-1/+1
* | Issue #15817: Bugfix: remove temporary directories test_shutil was leavingLarry Hastings2012-06-261-0/+3
* | Issue #15177: Added dir_fd parameter to os.fwalk().Larry Hastings2012-06-251-5/+24
* | Skip test in freebsd entirely - Kernel bug in freebsd7/8/9 - #10142: Support ...Jesus Cea2012-06-251-1/+1
* | Issue #15176: Clarified behavior, documentation, and implementationLarry Hastings2012-06-251-8/+13
* | #4489 Make fd based rmtree work on bytesHynek Schlawack2012-06-251-0/+9