- 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 4 commits
-
-
Brett Cannon authored
already exists, not IOError. Part of the continuing saga of issue #9572.
-
Georg Brandl authored
-
Georg Brandl authored
-
Senthil Kumaran authored
-
- 25 Aug, 2010 6 commits
-
-
Benjamin Peterson authored
-
Martin v. Löwis authored
-
Daniel Stutzbach authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
LC_ALL is read before LANG to choose the locale encoding (LC_ALL, LANG and then LC_CTYPE: use the first non empty variable).
-