- 23 Sep, 2015 16 commits
-
-
Martin Panter authored
-
Martin Panter authored
Some of the details of comparing mixed types were incorrect or ambiguous. NotImplemented is only relevant at a lower level than the Expressions chapter. Added details of comparing range() objects, and default behaviour and consistency suggestions for user-defined classes. Patch from Andy Maier.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
so it is not triggered on import. The problem is creation of a now-unused instance "helpDialog = HelpDialog()", left for back compatibility. So instead trigger the warning when that instance or another is used.
-
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 12 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
-