- 07 Tem, 2012 19 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Nick Coghlan yazdı
Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress are consistent and well-defined
-
Nick Coghlan yazdı
-
Jesus Cea yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
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)
-
Mark Dickinson yazdı
-
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 9 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ı
-