- 07 Tem, 2012 8 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue 14814: Make the ipaddress code easier to follow by using newer language features (patch by Serhiy Storchaka)
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Nick Coghlan yazdı
Issue 14814: Provide more informative error messages in ipaddress, and ensure that errors are caught as expected
-
Nick Coghlan yazdı
Issue 14814: %s implies coercion with str() - remove a lot of redundant str() calls from the ipaddress implementation
-
doko@ubuntu.com yazdı
-
- 06 Tem, 2012 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Nick Coghlan yazdı
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 yazdı
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 yazdı
-
- 05 Tem, 2012 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #15020: The program name used to search for Python's path is now python3 under Unix, not python.
-
Antoine Pitrou yazdı
Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python".
-
Senthil Kumaran yazdı
Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp
-
Senthil Kumaran yazdı
Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp
-
- 04 Tem, 2012 3 kayıt (commit)
-
-
Brett Cannon yazdı
working without _frozen_importlib by moving to an import over a direct access in sys.modules.
-
Mark Dickinson yazdı
-
Raymond Hettinger yazdı
-
- 03 Tem, 2012 13 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Vinay Sajip yazdı
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 yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 02 Tem, 2012 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
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 yazdı
importlib.__init__, then catch the KeyError raised, not ImportError.
-
Brett Cannon yazdı
file size header field. Thanks to Marc Abramowitz and Ronan Lamy for helping out with various parts of the patch.
-
- 01 Tem, 2012 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
doko@ubuntu.com yazdı
-