- 30 Agu, 2010 5 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
- 29 Agu, 2010 5 kayıt (commit)
-
-
Giampaolo Rodolà yazdı
-
Giampaolo Rodolà yazdı
in ssl tests rely on IOError.errno rather thanf IOError.strerror for better compatibility across platforms.
-
Giampaolo Rodolà yazdı
-
Giampaolo Rodolà yazdı
-
Giampaolo Rodolà yazdı
Raise ValuError if non-zero flag argument is provided for sendall() method for conformity with send(), recv() and recv_into()
-
- 28 Agu, 2010 8 kayıt (commit)
-
-
Antoine Pitrou yazdı
to the socket module, and fix the width of socket descriptors to be correctly detected under 64-bit Windows.
-
Antoine Pitrou yazdı
getting rid of the cached copy of thread-local attribute dictionary.
-
Mark Dickinson yazdı
inputs to the nearest integer. Thanks Neil Tallim for the patch.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
and make.
-
- 26 Agu, 2010 4 kayıt (commit)
-
-
Brett Cannon yazdı
already exists, not IOError. Part of the continuing saga of issue #9572.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Senthil Kumaran yazdı
-
- 25 Agu, 2010 9 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Martin v. Löwis yazdı
-
Daniel Stutzbach yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
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 yazdı
-
R. David Murray yazdı
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 yazdı
This test is irrevelant on Windows
-
- 24 Agu, 2010 9 kayıt (commit)
-
-
Victor Stinner yazdı
_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 yazdı
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 yazdı
-
Brett Cannon yazdı
Related to the fix for issue #9572. Thanks to Łukasz Czuja for catching the bug.
-
Benjamin Peterson yazdı
-
Daniel Stutzbach yazdı
Issue 8750: Fixed MutableSet's methods to correctly handle reflexive operations, namely x -= x and x ^= x
-
Benjamin Peterson yazdı
-
Brian Curtin yazdı
-
Benjamin Peterson yazdı
-