- 14 Sep, 2010 11 commits
-
-
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 20 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)
-
Antoine Pitrou authored
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 authored
Try to fix buildbot error in other way.
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
-
Florent Xicluna authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 12 Sep, 2010 9 commits
-
-
Hirokazu Yamamoto authored
-
Amaury Forgeot d'Arc authored
The internal unicode database is now always used. (after 5 years: see http://mail.python.org/pipermail/python-dev/2004-December/050193.html )
-
Georg Brandl authored
-
Victor Stinner authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Matthias Klose authored
to Doc/license.rst.
-