- 22 Sep, 2015 9 commits
-
-
Victor Stinner authored
Sorry, I pushed the patch on the UTF-8 decoder by mistake :-(
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Change destination to help.html. Adjust NEWS entries.
-
Terry Jan Reedy authored
Change destination to help.html. Adjust NEWS entries.
-
Terry Jan Reedy authored
Change destination to help.html. Adjust NEWS entries.
-
- 21 Sep, 2015 31 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Victor Stinner authored
It doesn't work to use #define XXX defined(YYY)" and then "#ifdef XXX" to check YYY.
-
Terry Jan Reedy authored
-
Victor Stinner authored
-
Victor Stinner authored
Add a macro which ensures that the writer has at least the requested kind.
-
Victor Stinner authored
Factorize code with the new get_error_handler() function. Add some empty lines for readability.
-
Victor Stinner authored
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 authored
-
Victor Stinner authored
Replace "#if XXX" with #ifdef XXX".
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
The proactor event loop requires also to mock loop._stop_serving.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
ssl.SSLContext() does not always disable compression. Fix unit test.
-
Eric V. Smith authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
sequence of strings. Patch written by Yann Sionneau.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
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 authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
of catching socket.EAI_NODATA error which doesn't exist on FreeBSD.
-