- 16 Eyl, 2010 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 15 Eyl, 2010 12 kayıt (commit)
-
-
Giampaolo Rodolà yazdı
-
Giampaolo Rodolà yazdı
Store all errors signaling a disconnection into a global frozenset to save some computation time on recv() and send().
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Matthias Klose yazdı
independent of the locale. Set LC_ALL=C too.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
- 14 Eyl, 2010 16 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
-
Brett Cannon yazdı
module. Closes issue #9848. Thanks to Arfrever Frehtes Taifersar Arahesis for the bug report.
-
Raymond Hettinger yazdı
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 yazdı
handles non-blocking readinto() returning None correctly.
-
Antoine Pitrou yazdı
objects supporting the whole socket API (rather than the "raw" _socket.socket objects).
-
Daniel Stutzbach yazdı
Remove pointers to a FAQ entry that no longer exists. Incorporate some text from the old FAQ into the docs
-
Antoine Pitrou yazdı
SSLSocket.sendto() to match the corresponding socket methods.
-
Alexander Belopolsky yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Alexander Belopolsky yazdı
-
- 13 Eyl, 2010 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods.
-
Daniel Stutzbach yazdı
meet the API of the collections.Sequence ABC.
-
Eric Smith yazdı
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 yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Victor Stinner yazdı
(macpath module).
-