- 27 Eyl, 2015 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
affected by a tk regression. Initial patch by Mark Roseman.
-
- 26 Eyl, 2015 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
now work on Mac Aqua. Patch by Mark Roseman.
-
Raymond Hettinger yazdı
-
Terry Jan Reedy yazdı
This associates the message box with the widget and is better for Mac OSX. Patch by Mark Roseman.
-
- 25 Eyl, 2015 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
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 yazdı
-
Terry Jan Reedy yazdı
-
- 24 Eyl, 2015 7 kayıt (commit)
-
-
Terry Jan Reedy yazdı
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 yazdı
-
Victor Stinner yazdı
Patch written by Prashant Tyagi.
-
Terry Jan Reedy yazdı
-
Martin Panter yazdı
-
Terry Jan Reedy yazdı
to finish making current README.txt obsolete.
-
Terry Jan Reedy yazdı
to finish making current README.txt obsolete.
-
- 23 Eyl, 2015 6 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Some were missing and notes were not correct.
-
Terry Jan Reedy yazdı
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 yazdı
-
Terry Jan Reedy yazdı
Patch by Mark Roseman.
-
Steve Dower yazdı
-
Steve Dower yazdı
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
-
- 22 Eyl, 2015 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Change destination to help.html. Adjust NEWS entries.
-
- 21 Eyl, 2015 9 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
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 yazdı
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 yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 20 Eyl, 2015 6 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
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 yazdı
-
Benjamin Peterson yazdı
Patch by Bar Harel.
-
Terry Jan Reedy yazdı
-
Serhiy Storchaka yazdı
In this case __file__ is the name of precompiled file (*.py[co]).
-
- 19 Eyl, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 18 Eyl, 2015 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
profile data. Thanks to Alecsandru Patrascu of Intel for the initial patch.
-