- 21 Sep, 2015 22 commits
-
-
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
-
Terry Jan Reedy authored
above "What's New and 0 lines above "Release date". Remove most old headers for non-final releases (they currently do not get carried forward.
-
Terry Jan Reedy authored
above "What's New and 0 lines above "Release date". Remove most old headers for non-final releases (they currently do not get carried forward.
-
Berker Peksag authored
threading and multiprocessing modules. In multiprocessing, the name of the first parameter of the acquire methods is "block", but "blocking" in threading. This commit also improves documentation of Lock and RLock. Patch by Davin Potts.
-
Berker Peksag authored
threading and multiprocessing modules. In multiprocessing, the name of the first parameter of the acquire methods is "block", but "blocking" in threading. This commit also improves documentation of Lock and RLock. Patch by Davin Potts.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Berker Peksag authored
Patch by Bar Harel.
-
Berker Peksag authored
Patch by Bar Harel.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 20 Sep, 2015 9 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
The new idlelib/idle.html is copied from Doc/build/html/idle.html. It looks better than help.txt and will better document Idle as released. The tkinter html viewer that works for this file was written by Rose Roseman. The new code is in idlelib/help.py, a new file for help menu classes. The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Bar Harel.
-
Benjamin Peterson authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Martin Panter authored
-
Martin Panter authored
-
- 19 Sep, 2015 3 commits
-
-
Victor Stinner authored
avoid undefined behaviour when LONG_MAX type is smaller than 60 bits. This change should fix a warning with the ICC compiler.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 18 Sep, 2015 6 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
for profile data. Thanks to Alecsandru Patrascu of Intel for the initial patch.
-
Victor Stinner authored
-
Victor Stinner authored
Leopard because this OS uses out of date (pre 2011k) timezone files.
-
Victor Stinner authored
Python.h header to fix a compilation error with OpenMP. PyThreadState_GET() becomes an alias to PyThreadState_Get() to avoid ABI incompatibilies. It is important that the _PyThreadState_Current variable is always accessed with the same implementation of pyatomic.h. Use the PyThreadState_Get() function so extension modules will all reuse the same implementation.
-
Victor Stinner authored
-