- 01 Sep, 2010 11 commits
-
-
Antoine Pitrou authored
frombytes() and tobytes(), respectively, to avoid confusion. Furthermore, array.frombytes(), array.extend() as well as the array.array() constructor now accept bytearray objects. Patch by Thomas Jollans.
-
Victor Stinner authored
Inline its value in PyUnicode_GetDefaultEncoding(). The comment is now outdated (we will not change its value anymore).
-
Giampaolo Rodolà authored
Issue #9693 - msg 115273: attempt to fix ssl module failures on certain OpenSSL versions by calling ERR_clear_error() before raising IOError
-
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 7 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
-