- 17 Sep, 2010 4 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Hirokazu Yamamoto authored
-
Raymond Hettinger authored
-
- 16 Sep, 2010 6 commits
-
-
Raymond Hettinger authored
-
Hirokazu Yamamoto authored
directly. It used to be built with bzip2's makefile.
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 15 Sep, 2010 12 commits
-
-
Giampaolo Rodolà authored
-
Giampaolo Rodolà authored
Store all errors signaling a disconnection into a global frozenset to save some computation time on recv() and send().
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Matthias Klose authored
independent of the locale. Set LC_ALL=C too.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
- 14 Sep, 2010 16 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
-
Brett Cannon authored
module. Closes issue #9848. Thanks to Arfrever Frehtes Taifersar Arahesis for the bug report.
-
Raymond Hettinger authored
The forward links are hard references. The sentinel element is also a weakref proxy (to break a forward cylce wrapping around the sentinel).
-
Antoine Pitrou authored
handles non-blocking readinto() returning None correctly.
-
Antoine Pitrou authored
objects supporting the whole socket API (rather than the "raw" _socket.socket objects).
-
Daniel Stutzbach authored
Remove pointers to a FAQ entry that no longer exists. Incorporate some text from the old FAQ into the docs
-
Antoine Pitrou authored
SSLSocket.sendto() to match the corresponding socket methods.
-
Alexander Belopolsky authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Alexander Belopolsky authored
-
- 13 Sep, 2010 2 commits
-
-
Raymond Hettinger authored
Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods.
-
Daniel Stutzbach authored
meet the API of the collections.Sequence ABC.
-