- 06 Jul, 2012 5 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Nick Coghlan authored
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.
-
Nick Coghlan authored
Issue 14814: Better handling of cases where octet/hextet parsing fails, including ensuring that tracebacks are still clean even when calling class constructors directly
-
Richard Oudkerk authored
-
- 05 Jul, 2012 4 commits
-
-
Antoine Pitrou authored
Issue #15020: The program name used to search for Python's path is now python3 under Unix, not python.
-
Antoine Pitrou authored
Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python".
-
Senthil Kumaran authored
Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp
-
Senthil Kumaran authored
Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp
-
- 04 Jul, 2012 3 commits
-
-
Brett Cannon authored
working without _frozen_importlib by moving to an import over a direct access in sys.modules.
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
- 03 Jul, 2012 13 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Vinay Sajip authored
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.
-
Raymond Hettinger authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 02 Jul, 2012 5 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Brett Cannon authored
Also eliminates some C code in Python/import.c as well. Patch by Eric Snow with verification by comparing against another patch from Jeff Knupp.
-
Brett Cannon authored
importlib.__init__, then catch the KeyError raised, not ImportError.
-
Brett Cannon authored
file size header field. Thanks to Marc Abramowitz and Ronan Lamy for helping out with various parts of the patch.
-
- 01 Jul, 2012 10 commits
-
-
Stefan Krah authored
-
doko@ubuntu.com authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-