- 01 Sep, 2010 8 commits
-
-
Antoine Pitrou authored
are now removed, since their effect was inexistent in 3.x (the default encoding is hardcoded to utf-8 and cannot be changed).
-
Antoine Pitrou authored
properly. Patch by Stefan Behnel.
-
Antoine Pitrou authored
_Py_add_one_to_C() and _Py_add_one_to_F(), respectively.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* Document the post conditions for bisect_left() and bisect_right(). * Fix the grades example to use more obvious breakpoints and to use a list comprehension instead of map() which returns an iterator in Py3.x. * Improve and expand the examples of searching sorted lists. * Issue 4356 -- move up reference to the SortedCollection recipe.
-
- 31 Aug, 2010 6 commits
-
-
Benjamin Peterson authored
-
Daniel Stutzbach authored
avoid issues when socket.close is called from a __del__ method.
-
Daniel Stutzbach authored
-
Daniel Stutzbach authored
fine. They were failing due to a problem exposed in r84307 and fixed in r84317. See Issue 8781 for details.
-
Benjamin Peterson authored
-
Vinay Sajip authored
-
- 30 Aug, 2010 11 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Giampaolo Rodolà authored
Fix issue #9711: raise ValueError is SSLConnection constructor is invoked with keyfile and not certfile.
-
Vinay Sajip authored
-
Antoine Pitrou authored
Sébastien Sablé.
-
Benjamin Peterson authored
-
Florent Xicluna authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
- 29 Aug, 2010 5 commits
-
-
Giampaolo Rodolà authored
-
Giampaolo Rodolà authored
in ssl tests rely on IOError.errno rather thanf IOError.strerror for better compatibility across platforms.
-
Giampaolo Rodolà authored
-
Giampaolo Rodolà authored
-
Giampaolo Rodolà authored
Raise ValuError if non-zero flag argument is provided for sendall() method for conformity with send(), recv() and recv_into()
-
- 28 Aug, 2010 8 commits
-
-
Antoine Pitrou authored
to the socket module, and fix the width of socket descriptors to be correctly detected under 64-bit Windows.
-
Antoine Pitrou authored
getting rid of the cached copy of thread-local attribute dictionary.
-
Mark Dickinson authored
inputs to the nearest integer. Thanks Neil Tallim for the patch.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
and make.
-
- 26 Aug, 2010 2 commits
-
-
Brett Cannon authored
already exists, not IOError. Part of the continuing saga of issue #9572.
-
Georg Brandl authored
-