- 10 Kas, 2010 8 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Victor Stinner yazdı
PyUnicode_AsWideChar() result is signed, whereas it was stored in a unsigned variable, and then the test was "n >= 0" which is always true to an unsigned number. Patch written by Hallvard B Furuseth.
-
Antoine Pitrou yazdı
initialized, so as to avoid bootstrap issues with the '-W' option.
-
Antoine Pitrou yazdı
closes the connection before we can call shutdown().
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
- 09 Kas, 2010 24 kayıt (commit)
-
-
Antoine Pitrou yazdı
Lorenzo M. Catucci.
-
Antoine Pitrou yazdı
Also, add remote tests for imaplib (part of #4471).
-
Antoine Pitrou yazdı
-
Ask Solem yazdı
-
Ask Solem yazdı
is only intented for use by the parent process.
-
Ask Solem yazdı
import can lead to deadlocks.
-
Ask Solem yazdı
Documented the new error_callback keyword argument to multiprocessing.Pool's apply_async and map_async
-
Antoine Pitrou yazdı
-
Ask Solem yazdı
-
Ask Solem yazdı
-
Antoine Pitrou yazdı
of SSL sockets now has additional items such as `issuer` and `notBefore`.
-
Antoine Pitrou yazdı
default could be rather confusing).
-
Antoine Pitrou yazdı
STARTTLS. Patch by Andrew Vant.
-
Alexander Belopolsky yazdı
-
Senthil Kumaran yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
And don't create non constant array, invalid in ISO C.
-
Victor Stinner yazdı
-
Raymond Hettinger yazdı
-
Alexander Belopolsky yazdı
-
Senthil Kumaran yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
tokenize.detect_encoding() and open it in read only mode.
-
- 08 Kas, 2010 8 kayıt (commit)
-
-
Victor Stinner yazdı
_Py_char2wchar(), instead of L"" VAR hack, to escape undecodable bytes using the surrogateescape error handler.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Explain in the documentation that conversion errors should never happen.
-
Alexander Belopolsky yazdı
-
Victor Stinner yazdı
* Add error_pos optional argument to _Py_wchar2char() * PyUnicode_EncodeFS() raises a UnicodeEncodeError or MemoryError if _Py_wchar2char() fails
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-