| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Minor refactoring in importlib._bootstrap, and fix the '_wrap' docstring. | Florent Xicluna | 2012-07-07 | 1 | -14/+15 |
|
|
* | | Minor refactoring in xml.etree.ElementTree doctype parser. | Florent Xicluna | 2012-07-07 | 1 | -2/+2 |
|
|
* | | Merge branch | Florent Xicluna | 2012-07-07 | 2 | -1/+5 |
|\ \
| |/ |
|
| * | Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding d... | Florent Xicluna | 2012-07-07 | 2 | -1/+5 |
|
|
* | | Issue 14814: Provide more informative error messages in ipaddress, and ensure... | Nick Coghlan | 2012-07-07 | 2 | -196/+498 |
|
|
* | | Issue 14814: %s implies coercion with str() - remove a lot of redundant str()... | Nick Coghlan | 2012-07-07 | 1 | -34/+33 |
|
|
* | | 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 | 2 | -31/+46 |
|
|
* | | Issue 14814: Better handling of cases where octet/hextet parsing fails, inclu... | Nick Coghlan | 2012-07-06 | 2 | -39/+48 |
|
|
* | | 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 |
|
|
* | | Issue #15210: Greatly simplify the test for supporting importlib | Brett Cannon | 2012-07-04 | 2 | -14/+7 |
|
|
* | | 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 15241: Improved site.py documentation relating to venvs. | Vinay Sajip | 2012-07-03 | 1 | -2/+2 |
|
|
* | | Issue #15166: Re-implement imp.get_tag() using sys.implementation. | Brett Cannon | 2012-07-02 | 2 | -2/+7 |
|
|
* | | Issue #15210: If _frozen_importlib is not found in sys.modules by | Brett Cannon | 2012-07-02 | 2 | -2/+23 |
|
|
* | | Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc | Brett Cannon | 2012-07-02 | 2 | -3/+13 |
|
|
* | | Issue #15229: An OSError subclass whose __init__ doesn't call back | Antoine Pitrou | 2012-06-30 | 1 | -0/+10 |
|
|
* | | - Issue #14330: For cross builds, don't use host python, use host search paths | doko@ubuntu.com | 2012-06-30 | 1 | -2/+2 |
|
|
* | | - Issue #14330: For cross builds, don't use host python, use host search paths | doko@ubuntu.com | 2012-06-30 | 2 | -0/+12 |
|
|
* | | 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 | 2 | -1/+13 |
|
|
* | | Update GzipFile docstring to mention gzip.open()'s new text-mode support. | Nadeem Vawda | 2012-06-30 | 1 | -1/+1 |
|
|
* | | urllib.parse cleanup. rename keywords used as variables | Senthil Kumaran | 2012-06-29 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | urllib.parse cleanup. rename keywords used as variables | Senthil Kumaran | 2012-06-29 | 1 | -7/+7 |
|
|
* | | 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 | 2 | -0/+20 |
|\ \
| |/ |
|
| * | #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() | Petri Lehtinen | 2012-06-29 | 2 | -0/+20 |
|
|
* | | #9559: Don't call _pre_mailbox_hook more than once | Petri Lehtinen | 2012-06-29 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | #9559: Don't call _pre_mailbox_hook more than once | Petri Lehtinen | 2012-06-29 | 1 | -2/+5 |
|
|
* | | Check for all used fd-based functions in shutil.rmdir, closes #15218 | Hynek Schlawack | 2012-06-29 | 2 | -3/+9 |
|
|
* | | Issue #5067: improve some json error messages. | Antoine Pitrou | 2012-06-28 | 3 | -7/+9 |
|\ \
| |/ |
|
| * | Issue #5067: improve some json error messages. | Antoine Pitrou | 2012-06-28 | 3 | -7/+9 |
|
|
* | | Port tests from Issue #15219, and verify we don't have a reference leak. | Amaury Forgeot d'Arc | 2012-06-28 | 1 | -6/+2 |
|
|
* | | Issue #10571: Fix the "--sign" option of distutils' upload command. | Antoine Pitrou | 2012-06-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #10571: Fix the "--sign" option of distutils' upload command. | Antoine Pitrou | 2012-06-28 | 1 | -1/+1 |
|
|
* | | #4489: Use dir_fd in rmdir in _rmtree_safe_fd() | Hynek Schlawack | 2012-06-28 | 1 | -4/+8 |
|
|
* | | #9559: Append data to single-file mailbox files if messages are only added | Petri Lehtinen | 2012-06-28 | 2 | -5/+42 |
|\ \
| |/ |
|
| * | #9559: Append data to single-file mailbox files if messages are only added | Petri Lehtinen | 2012-06-28 | 2 | -5/+42 |
|
|
* | | Merge. | Eric V. Smith | 2012-06-28 | 2 | -3/+35 |
|\ \ |
|
| * | | #4489: Don't follow ever symlinks in rmtree | Hynek Schlawack | 2012-06-28 | 2 | -3/+35 |
|
|
* | | | Use assertIsNone. Thanks Terry Reedy. | Eric V. Smith | 2012-06-28 | 9 | -11/+11 |
|/ / |
|
* | | 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 |
|
|
* | | Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j... | Eric V. Smith | 2012-06-27 | 14 | -58/+58 |
|
|