- 29 Sep, 2015 3 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 28 Sep, 2015 3 commits
-
-
Berker Peksag authored
The helper was added in 76641824cf05 11 years ago and it can be removed now since all supported Python versions have tempfile.mkstemp(). Patch by Nir Soffer.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
background, as selected by user, on all systems. This also fixes a problem with found items not highlighted on Windows. Initial patch by Mark Roseman. Fix replaces workaround with obscure but proper configuration option.
-
- 27 Sep, 2015 8 commits
-
-
Serhiy Storchaka authored
module in inconsistent state.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Berker Peksag authored
-
Benjamin Peterson authored
-
Terry Jan Reedy authored
top of the window, unless it is too near the bottom to do do.
-
Benjamin Peterson authored
-
Terry Jan Reedy authored
affected by a tk regression. Initial patch by Mark Roseman.
-
- 26 Sep, 2015 3 commits
-
-
Terry Jan Reedy authored
now work on Mac Aqua. Patch by Mark Roseman.
-
Raymond Hettinger authored
-
Terry Jan Reedy authored
This associates the message box with the widget and is better for Mac OSX. Patch by Mark Roseman.
-
- 25 Sep, 2015 3 commits
-
-
Terry Jan Reedy authored
The height is reduced by 3/4 to account for extra spacing between lines, relative to an Idle editor, and extra tall header lines.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 24 Sep, 2015 7 commits
-
-
Terry Jan Reedy authored
by adding a new tag. Patch by Mark Roseman. Also give <pre> text a very light blueish-gray background similar to that used by Sphinx html.
-
Terry Jan Reedy authored
-
Victor Stinner authored
Patch written by Prashant Tyagi.
-
Terry Jan Reedy authored
-
Martin Panter authored
-
Terry Jan Reedy authored
to finish making current README.txt obsolete.
-
Terry Jan Reedy authored
to finish making current README.txt obsolete.
-
- 23 Sep, 2015 6 commits
-
-
Terry Jan Reedy authored
Some were missing and notes were not correct.
-
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.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Mark Roseman.
-
Steve Dower authored
-
Steve Dower authored
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
-
- 22 Sep, 2015 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Change destination to help.html. Adjust NEWS entries.
-
- 21 Sep, 2015 5 commits
-
-
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.
-
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
-