- 15 Eyl, 2010 3 kayıt (commit)
-
-
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 20 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).
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
when tracing methods. Unit tests. Patch by Eli Bendersky.
-
Florent Xicluna yazdı
Make test.regrtest.__file__ absolute, this was not always the case when running profile or trace, for example. (issue #9323)
-
Antoine Pitrou yazdı
re-created on a subsequent call to Py_Initialize(). The problem (a crash) wouldn't appear in 3.1 or 2.7 where the GIL's structure is more trivial.
-
Hirokazu Yamamoto yazdı
Try to fix buildbot error in other way.
-
Hirokazu Yamamoto yazdı
-
Hirokazu Yamamoto yazdı
-
Hirokazu Yamamoto yazdı
-
Florent Xicluna yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 12 Eyl, 2010 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
-