- 23 Sep, 2015 12 commits
-
-
Martin Panter authored
-
Steve Dower authored
-
Martin Panter authored
This restores the ability to write encoding names in uppercase like "UTF-8", which worked in Python 2.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Mark Roseman.
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
-
Steve Dower authored
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
-
- 22 Sep, 2015 12 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.
-
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.
-
- 21 Sep, 2015 16 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Victor Stinner authored
-
Victor Stinner authored
The proactor event loop requires also to mock loop._stop_serving.
-
Victor Stinner authored
-
Victor Stinner authored
ssl.SSLContext() does not always disable compression. Fix unit test.
-
Victor Stinner authored
-
Victor Stinner authored
sequence of strings. Patch written by Yann Sionneau.
-
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
of catching socket.EAI_NODATA error which doesn't exist on FreeBSD.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-