| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | #4489: Don't follow ever symlinks in rmtree | Hynek Schlawack | 2012-06-28 | 1 | -1/+33 |
|
|
* | | Avoid using scrdir, it's broken. | Antoine Pitrou | 2012-06-27 | 1 | -2/+2 |
|
|
* | | Fix bug in test_tools that prevented building is separate directory. | Neil Schemenauer | 2012-06-27 | 1 | -1/+1 |
|
|
* | | Issue #12605: Show information on more C frames within gdb backtraces | David Malcolm | 2012-06-27 | 1 | -2/+99 |
|
|
* | | Flush stdout and stderr when running tests in parallel | Antoine Pitrou | 2012-06-27 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Flush stdout and stderr when running tests in parallel | Antoine Pitrou | 2012-06-27 | 1 | -0/+2 |
|
|
* | | Issue #15079: make a test applicable to both C and Python versions of the pic... | Antoine Pitrou | 2012-06-26 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Issue #15079: make a test applicable to both C and Python versions of the pic... | Antoine Pitrou | 2012-06-26 | 1 | -3/+5 |
|
|
| * | Backport test_nntplib fixes from default. | Antoine Pitrou | 2012-06-25 | 1 | -2/+5 |
|
|
* | | Use ValueError, not RuntimeError for a utime flag combination illegal on some... | Georg Brandl | 2012-06-26 | 1 | -1/+1 |
|
|
* | | Issue #15817: Bugfix: remove temporary directories test_shutil was leaving | Larry Hastings | 2012-06-26 | 1 | -0/+3 |
|
|
* | | Issue #15177: Added dir_fd parameter to os.fwalk(). | Larry Hastings | 2012-06-25 | 1 | -5/+24 |
|
|
* | | Skip test in freebsd entirely - Kernel bug in freebsd7/8/9 - #10142: Support ... | Jesus Cea | 2012-06-25 | 1 | -1/+1 |
|
|
* | | Issue #15176: Clarified behavior, documentation, and implementation | Larry Hastings | 2012-06-25 | 1 | -8/+13 |
|
|
* | | #4489 Make fd based rmtree work on bytes | Hynek Schlawack | 2012-06-25 | 1 | -0/+9 |
|
|
* | | Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test | Gregory P. Smith | 2012-06-25 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test | Gregory P. Smith | 2012-06-25 | 1 | -5/+5 |
|
|
* | | Give test directory a more reasonable name. | Eric V. Smith | 2012-06-24 | 3 | -2/+4 |
|
|
* | | Closes #15173: Tidied up copyright statements and removed pythonv references. | Vinay Sajip | 2012-06-24 | 1 | -5/+6 |
|
|
* | | Fixes issue 15039: namespace packages are no longer imported in preference to... | Eric V. Smith | 2012-06-24 | 3 | -0/+9 |
|
|
* | | Issue #15164: Change return value of platform.uname() from a | Larry Hastings | 2012-06-24 | 2 | -3/+9 |
|
|
* | | #15156: HTMLParser now uses the new "html.entities.html5" dictionary. | Ezio Melotti | 2012-06-24 | 1 | -1/+6 |
|
|
* | | Merge with 3.2. | Georg Brandl | 2012-06-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org. | Georg Brandl | 2012-06-24 | 1 | -1/+1 |
|
|
* | | Branch merge | Éric Araujo | 2012-06-24 | 1 | -0/+4 |
|\ \ |
|
| * | | Restore test that was using pysetup and can now (#15157) use pydoc | Éric Araujo | 2012-06-24 | 1 | -0/+4 |
|
|