- 23 Sep, 2015 1 commit
-
-
Steve Dower authored
-
- 22 Sep, 2015 18 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Berker Peksag authored
Also, properly skip the test_nested_optimization test for partial subclasses and add a test for the suggested usage.
-
Berker Peksag authored
Also, properly skip the test_nested_optimization test for partial subclasses and add a test for the suggested usage.
-
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 21 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.
-