- 09 Apr, 2013 10 commits
-
-
Brett Cannon authored
the default exception/value when called instead of raising/returning NotimplementedError/NotImplemented (except where appropriate). This should allow for the ABCs to act as the bottom/end of the MRO with expected default results. As part of this work, also make importlib.abc.Loader.module_repr() optional instead of an abstractmethod.
-
Giampaolo Rodola' authored
-
Giampaolo Rodola' authored
>>> import asyncore >>> d = asyncore.dispatcher() >>> d.close() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.4/asyncore.py", line 401, in close self.socket.close() AttributeError: 'NoneType' object has no attribute 'close' >>>
-
Senthil Kumaran authored
usage of get_origin_req_host() to origin_req_host. Patch by Wei-Cheng Pan
-
Senthil Kumaran authored
of get_origin_req_host() to origin_req_host. Patch by Wei-Cheng Pan
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
expansion.
-
Roger Serwy authored
-
Roger Serwy authored
Patch by Todd Rovito.
-
- 08 Apr, 2013 9 commits
-
-
Victor Stinner authored
wmemcmp() is twice faster than a dummy loop (342 usec vs 744 usec) on Fedora 18/x86_64, GCC 4.7.2.
-
Victor Stinner authored
Kinds: ascii, latin, bmp, astral.
-
Victor Stinner authored
write specialized functions for each combination of Unicode kinds.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
R David Murray authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
R David Murray authored
Patch by Thomas Fenzl.
-
- 07 Apr, 2013 19 commits
-
-
Victor Stinner authored
efficient machine code. Patch written by Antoine Pitrou. Without this change, str.find() was 10% slower than str.rfind() in the worst case.
-
Antoine Pitrou authored
-
Roger Serwy authored
-
Roger Serwy authored
-
Roger Serwy authored
-
Roger Serwy authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Andrew Svetlov authored
Patch by Michael Ford.
-
Andrew Svetlov authored
Patch by Michael Ford.
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Roger Serwy authored
-
Roger Serwy authored
-
- 06 Apr, 2013 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-