- 30 Aug, 2010 5 commits
-
-
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 9 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).
-
Martin v. Löwis authored
-
R. David Murray authored
Two character years are now converted to four character years using the Posix standard rule (<68 == 2000, >=68==1900). This makes the parsed date RFC2822 compliant even if the input is not. Patch and test by Jeffrey Finkelstein.
-
Victor Stinner authored
This test is irrevelant on Windows
-
- 24 Aug, 2010 9 commits
-
-
Victor Stinner authored
_Py_char2wchar() (mbctowcs) decodes b'\xff' to '\xff' on FreeBSD, Solaris and Mac OS X, even if the locale is C (and the locale encoding is ASCII). Patch test_undecodable_code() to support this output and document the two different kinds of outputs.
-
Daniel Stutzbach authored
Issue 8781: On systems a signed 4-byte wchar_t and a 4-byte Py_UNICODE, use memcpy to convert between the two (as already done when wchar_t is unsigned)
-
Benjamin Peterson authored
-
Brett Cannon authored
Related to the fix for issue #9572. Thanks to Łukasz Czuja for catching the bug.
-
Benjamin Peterson authored
-
Daniel Stutzbach authored
Issue 8750: Fixed MutableSet's methods to correctly handle reflexive operations, namely x -= x and x ^= x
-
Benjamin Peterson authored
-
Brian Curtin authored
-
Benjamin Peterson authored
-