- 16 Sep, 2010 1 commit
-
-
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 11 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.
-
Eric Smith authored
if the format string is not empty. Manually merge r79596 and r84772 from 2.x. Also, apparently test_format() from test_builtin never made it into 3.x. I've added it as well. It tests the basic format() infrastructure.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Victor Stinner authored
(macpath module).
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
when tracing methods. Unit tests. Patch by Eli Bendersky.
-
Florent Xicluna authored
Make test.regrtest.__file__ absolute, this was not always the case when running profile or trace, for example. (issue #9323)
-