Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | issue 14826 - Address the buildbot failure quote of url is the required ↵ | Senthil Kumaran | 2012-07-08 | 2 | -3/+3 |
|\ | | | | | | | change ( explanation msg164973) | ||||
| * | issue 14826 - Address the buildbot failure ( explanation msg164973) | Senthil Kumaran | 2012-07-08 | 2 | -3/+3 |
| | | |||||
* | | merge heads | Senthil Kumaran | 2012-07-08 | 2 | -5/+8 |
|\ \ | |||||
| * | | #15284: Skip {send,recv}msg tests with disabled IPv6 | Ross Lagerwall | 2012-07-08 | 2 | -5/+8 |
| | | | | | | | | | | | | Patch by Brian Brazil. | ||||
* | | | Fix markup for versionchanged sphinx directive. | Senthil Kumaran | 2012-07-08 | 1 | -4/+2 |
|/ / | |||||
* | | Issue 14814: Further error case testing coverage and cleanups | Nick Coghlan | 2012-07-08 | 2 | -98/+93 |
| | | |||||
* | | Fix issue14826 - make urllib.request.Request quoted url consistent with ↵ | Senthil Kumaran | 2012-07-08 | 3 | -1/+12 |
|\ \ | |/ | | | | | | | | | URLOpener open method. Patch contributed by Stephen Thorne. | ||||
| * | Fix issue14826 - make urllib.request.Request quoted url consistent with ↵ | Senthil Kumaran | 2012-07-08 | 3 | -1/+12 |
| | | | | | | | | | | | | URLOpener open method. Patch contributed by Stephen Thorne. | ||||
* | | Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it ↵ | Senthil Kumaran | 2012-07-07 | 4 | -3/+18 |
| | | | | | | | | specifies an implementation specific term. | ||||
* | | Check-in compiled importlib changes (you must run "make" after modifying the ↵ | Antoine Pitrou | 2012-07-07 | 1 | -3422/+3408 |
| | | | | | | | | importlib sources). | ||||
* | | Merge remote | Łukasz Langa | 2012-07-07 | 2 | -6/+51 |
|\ \ | |||||
| * | | Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs | Łukasz Langa | 2012-07-07 | 2 | -6/+51 |
| | | | | | | | | | | | | earlier without preceding space. | ||||
* | | | Merge with remote. | Ross Lagerwall | 2012-07-07 | 2 | -3/+11 |
|\ \ \ | |/ / |/| | | |||||
| * | | #15277: Fix a resource leak in support.py when IPv6 is disabled. | Ross Lagerwall | 2012-07-07 | 2 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | The leak occurred by setting: echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 before running test_support. Patch by Brian Brazil. | ||||
* | | | Add a blurb about PEP 412 | Antoine Pitrou | 2012-07-07 | 1 | -0/+12 |
| | | | |||||
* | | | Some cleanup in the Tools directory. | Florent Xicluna | 2012-07-07 | 8 | -49/+53 |
| | | | |||||
* | | | trace: remove unused imports. | Florent Xicluna | 2012-07-07 | 1 | -3/+0 |
| | | | |||||
* | | | 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 ↵ | Florent Xicluna | 2012-07-07 | 5 | -63/+21 |
| | | | | | | | | | | | | BufferedWriter and BufferedRWPair. | ||||
* | | | Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser. | Florent Xicluna | 2012-07-07 | 3 | -79/+39 |
| | | | |||||
* | | | Issue 14814: Ensure ordering semantics across all 3 entity types in ↵ | Nick Coghlan | 2012-07-07 | 3 | -128/+169 |
|/ / | | | | | | | ipaddress are consistent and well-defined | ||||
* | | Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__ | Nick Coghlan | 2012-07-07 | 3 | -7/+25 |
| | | |||||
* | | Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATA | Jesus Cea | 2012-07-07 | 1 | -8/+12 |
| | | |||||
* | | Issue 14814: Further clean ups to the ipaddress tutorial | Nick Coghlan | 2012-07-07 | 1 | -13/+24 |
| | | |||||
* | | Issue 14814: Explain how to get more error detail in the ipaddress tutorial, ↵ | Nick Coghlan | 2012-07-07 | 3 | -16/+43 |
| | | | | | | | | and tweak the display for octet errors in IPv4 (noticed the formatting problem when adding to the docs) | ||||
* | | Use correct types for ASCII_CHAR_MASK integer constants. | Mark Dickinson | 2012-07-07 | 3 | -6/+6 |
| | | |||||
* | | Issue 14814: Make the ipaddress code easier to follow by using newer ↵ | Nick Coghlan | 2012-07-07 | 1 | -91/+67 |
| | | | | | | | | language features (patch by Serhiy Storchaka) | ||||
* | | 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 | 3 | -1/+8 |
|\ \ | |/ | |||||
| * | Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding ↵ | Florent Xicluna | 2012-07-07 | 3 | -1/+8 |
| | | | | | | | | declaration. | ||||
* | | Issue 14814: Provide more informative error messages in ipaddress, and ↵ | Nick Coghlan | 2012-07-07 | 3 | -196/+502 |
| | | | | | | | | ensure that errors are caught as expected | ||||
* | | Issue 14814: %s implies coercion with str() - remove a lot of redundant ↵ | Nick Coghlan | 2012-07-07 | 1 | -34/+33 |
| | | | | | | | | str() calls from the ipaddress implementation | ||||
* | | - Issue #15268: Search curses.h in /usr/include/ncursesw. | doko@ubuntu.com | 2012-07-07 | 3 | -0/+16 |
| | | |||||
* | | Issue #15247: FileIO now raises an error when given a file descriptor ↵ | Antoine Pitrou | 2012-07-06 | 3 | -12/+16 |
|\ \ | |/ | | | | | pointing to a directory. | ||||
| * | Issue #15247: FileIO now raises an error when given a file descriptor ↵ | Antoine Pitrou | 2012-07-06 | 3 | -12/+16 |
| | | | | | | | | pointing to a directory. | ||||
* | | Issue 14814: Eliminate bytes warnings from ipaddress by correctly throwing ↵ | Nick Coghlan | 2012-07-06 | 2 | -31/+46 |
| | | | | | | | | an exception early when given bytes data of the wrong length. Also removes 2.x backwards compatibility code from associated tests. | ||||
* | | Issue 14814: Better handling of cases where octet/hextet parsing fails, ↵ | Nick Coghlan | 2012-07-06 | 2 | -39/+48 |
| | | | | | | | | including ensuring that tracebacks are still clean even when calling class constructors directly | ||||
* | | Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. | Richard Oudkerk | 2012-07-06 | 5 | -6/+37 |
| | | |||||
* | | Issue #15020: The program name used to search for Python's path is now ↵ | Antoine Pitrou | 2012-07-05 | 2 | -0/+7 |
|\ \ | |/ | | | | | python3 under Unix, not python. | ||||
| * | Issue #15020: The program name used to search for Python's path is now ↵ | Antoine Pitrou | 2012-07-05 | 2 | -0/+7 |
| | | | | | | | | "python3" under Unix, not "python". | ||||
* | | Fix issue # 15033 - Return the proper exitcode for failure when modules are ↵ | Senthil Kumaran | 2012-07-05 | 3 | -1/+19 |
|\ \ | |/ | | | | | invoked using -m switch. Patch contributed by Jeff Knupp | ||||
| * | Fix issue # 15033 - Return the proper exitcode for failure when modules are ↵ | Senthil Kumaran | 2012-07-05 | 3 | -1/+19 |
| | | | | | | | | invoked using -m switch. Patch contributed by Jeff Knupp | ||||
* | | Issue #15210: Greatly simplify the test for supporting importlib | Brett Cannon | 2012-07-04 | 2 | -14/+7 |
| | | | | | | | | | | working without _frozen_importlib by moving to an import over a direct access in sys.modules. | ||||
* | | Fix undefined names in __all__. | Mark Dickinson | 2012-07-04 | 1 | -2/+2 |
| | | |||||
* | | Make ANSI the default output style | Raymond Hettinger | 2012-07-04 | 1 | -12/+9 |
| | | |||||
* | | Add examples to the module docstring | Raymond Hettinger | 2012-07-03 | 1 | -5/+21 |
| | | |||||
* | | Fix spelling. | Raymond Hettinger | 2012-07-03 | 1 | -1/+1 |
| | | |||||
* | | Add support for ANSI escape sequences | Raymond Hettinger | 2012-07-03 | 1 | -8/+44 |
| | | |||||
* | | Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks ↵ | Vinay Sajip | 2012-07-03 | 2 | -2/+6 |
| | | | | | | | | to Yuriy Syrovetskiy for the report and Juancarlo Añez for the patch on which this fix is based. |