- 08 Jul, 2012 8 commits
-
-
Senthil Kumaran authored
issue 14826 - Address the buildbot failure quote of url is the required change ( explanation msg164973)
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Ross Lagerwall authored
Patch by Brian Brazil.
-
Nick Coghlan authored
-
Senthil Kumaran authored
Patch contributed by Stephen Thorne.
-
Senthil Kumaran authored
Patch contributed by Stephen Thorne.
-
- 07 Jul, 2012 26 commits
-
-
Senthil Kumaran authored
Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies an implementation specific term.
-
Antoine Pitrou authored
-
Łukasz Langa authored
-
Łukasz Langa authored
earlier without preceding space.
-
Ross Lagerwall authored
-
Ross Lagerwall authored
The leak occurred by setting: echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 before running test_support. Patch by Brian Brazil.
-
Antoine Pitrou authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Nick Coghlan authored
Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress are consistent and well-defined
-
Nick Coghlan authored
-
Jesus Cea authored
-
Nick Coghlan authored
-
Nick Coghlan authored
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 authored
-
Nick Coghlan authored
Issue 14814: Make the ipaddress code easier to follow by using newer language features (patch by Serhiy Storchaka)
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Nick Coghlan authored
Issue 14814: Provide more informative error messages in ipaddress, and ensure that errors are caught as expected
-
Nick Coghlan authored
Issue 14814: %s implies coercion with str() - remove a lot of redundant str() calls from the ipaddress implementation
-
doko@ubuntu.com authored
-
- 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 1 commit
-
-
Antoine Pitrou authored
Issue #15020: The program name used to search for Python's path is now python3 under Unix, not python.
-