56010 Commits (426e248febc4b86ea4512baaaa81966ab54c83da)
 

Author SHA1 Message Date
Florent Xicluna 61ea12c9a0 trace: remove unused imports. 14 years ago
Florent Xicluna 1917ea964e Add tests to marshall double with xmlrpc.client. 14 years ago
Florent Xicluna 109d57358e Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWriter and BufferedRWPair. 14 years ago
Florent Xicluna af1adbeedd Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser. 14 years ago
Nick Coghlan 3008ec070f Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress are consistent and well-defined 14 years ago
Nick Coghlan 9a9c28ce7a Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__ 14 years ago
Jesus Cea d46f7d209b Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATA 14 years ago
Nick Coghlan ccd712a8d1 Issue 14814: Further clean ups to the ipaddress tutorial 14 years ago
Nick Coghlan b582ecc562 Issue 14814: Explain how to get more error detail in the ipaddress tutorial, and tweak the display for octet errors in IPv4 (noticed the formatting problem when adding to the docs) 14 years ago
Mark Dickinson 01ac8b6ab1 Use correct types for ASCII_CHAR_MASK integer constants. 14 years ago
Nick Coghlan 7319f69f49 Issue 14814: Make the ipaddress code easier to follow by using newer language features (patch by Serhiy Storchaka) 14 years ago
Florent Xicluna 79d79a0f29 Minor refactoring in importlib._bootstrap, and fix the '_wrap' docstring. 14 years ago
Florent Xicluna a1c974a66d Minor refactoring in xml.etree.ElementTree doctype parser. 14 years ago
Florent Xicluna fed2c51eea Merge branch 14 years ago
Florent Xicluna 11f0b41e9d Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding declaration. 14 years ago
Nick Coghlan 36f8dcde06 Issue 14814: Provide more informative error messages in ipaddress, and ensure that errors are caught as expected 14 years ago
Nick Coghlan 912238e3ac Issue 14814: %s implies coercion with str() - remove a lot of redundant str() calls from the ipaddress implementation 14 years ago
doko@ubuntu.com 9dc823d2e0 - Issue #15268: Search curses.h in /usr/include/ncursesw. 14 years ago
Antoine Pitrou 7d7f40c613 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. 14 years ago
Antoine Pitrou 9235b254dc Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. 14 years ago
Nick Coghlan 5cf896fea8 Issue 14814: Eliminate bytes warnings from ipaddress by correctly throwing an exception early when given bytes data of the wrong length. Also removes 2.x backwards compatibility code from associated tests. 14 years ago
Nick Coghlan 3c2570caf2 Issue 14814: Better handling of cases where octet/hextet parsing fails, including ensuring that tracebacks are still clean even when calling class constructors directly 14 years ago
Richard Oudkerk 2240ac1eae Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. 14 years ago
Antoine Pitrou 74de153681 Issue #15020: The program name used to search for Python's path is now python3 under Unix, not python. 14 years ago
Antoine Pitrou 01cca5e451 Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python". 14 years ago
Senthil Kumaran f28fbabc7f Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp 14 years ago
Senthil Kumaran f01a337950 Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp 14 years ago
Brett Cannon 53089c6e91 Issue #15210: Greatly simplify the test for supporting importlib 14 years ago
Mark Dickinson 3bee1f1154 Fix undefined names in __all__. 14 years ago
Raymond Hettinger 5b381a3650 Make ANSI the default output style 14 years ago
Raymond Hettinger 0712f40308 Add examples to the module docstring 14 years ago
Raymond Hettinger 1087d9c4b3 Fix spelling. 14 years ago
Raymond Hettinger 3a96161a73 Add support for ANSI escape sequences 14 years ago
Vinay Sajip ed1f7c834f Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks to Yuriy Syrovetskiy for the report and Juancarlo Añez for the patch on which this fix is based. 14 years ago
Raymond Hettinger 5da6039765 Refactor to isolate HTML encoding step from the parsing step. 14 years ago
Vinay Sajip 3575f910d9 Closes #15241: Added information on venv prefixes to pyvenv section. 14 years ago
Vinay Sajip 3874e547b4 Issue #15241: Added test for venv prefixes. 14 years ago
Vinay Sajip abd344cbab Issue 15241: Improved site.py documentation relating to venvs. 14 years ago
Jesus Cea 0a0280196f NULL MERGE: Issue #1677: Unused variable warning in Non-Windows 14 years ago
Jesus Cea 035997f1a3 Issue #1677: Unused variable warning in Non-Windows 14 years ago
Raymond Hettinger ac5f8467b1 Fix keyword argument 14 years ago
Raymond Hettinger cf6eac4063 Minor cleanups 14 years ago
Raymond Hettinger ecea0fb173 Use new-style string formatting for the HTML template 14 years ago
Raymond Hettinger f57baaba49 Clean-up unused variable 14 years ago
Raymond Hettinger f2cc352afd Do HTML escaping after the tokenization step. 14 years ago
Brett Cannon 98979b85e7 Issue #15166: Re-implement imp.get_tag() using sys.implementation. 14 years ago
Brett Cannon 8e2f5564b3 Issue #15210: If _frozen_importlib is not found in sys.modules by 14 years ago
Brett Cannon 1e331560ee Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc 14 years ago
Stefan Krah d57caf36bd Remove ISSUES.txt. 14 years ago
doko@ubuntu.com 15bac0f4da - Issue #15235: Allow Berkley DB versions up to 5.3 to build the dbm module. 14 years ago