- 22 Eyl, 2015 9 kayıt (commit)
-
-
Victor Stinner yazdı
Sorry, I pushed the patch on the UTF-8 decoder by mistake :-(
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Change destination to help.html. Adjust NEWS entries.
-
Terry Jan Reedy yazdı
Change destination to help.html. Adjust NEWS entries.
-
Terry Jan Reedy yazdı
Change destination to help.html. Adjust NEWS entries.
-
- 21 Eyl, 2015 31 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Victor Stinner yazdı
It doesn't work to use #define XXX defined(YYY)" and then "#ifdef XXX" to check YYY.
-
Terry Jan Reedy yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Add a macro which ensures that the writer has at least the requested kind.
-
Victor Stinner yazdı
Factorize code with the new get_error_handler() function. Add some empty lines for readability.
-
Victor Stinner yazdı
ignore and replace. Initial patch written by Naoki Inada. The decoder is now up to 60 times as fast for these error handlers. Add also unit tests for the ASCII decoder.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Replace "#if XXX" with #ifdef XXX".
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
The proactor event loop requires also to mock loop._stop_serving.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
ssl.SSLContext() does not always disable compression. Fix unit test.
-
Eric V. Smith yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
sequence of strings. Patch written by Yann Sionneau.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
This info is required on Python 3.5 and newer to get specific information on the SSL object, like getting the binary peer certificate (instead of getting it as text).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
of catching socket.EAI_NODATA error which doesn't exist on FreeBSD.
-