- 02 Eki, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
Patch by Johannes Niediek.
-
Serhiy Storchaka yazdı
1. Non-ASCII bytes were accepted after shift sequence. 2. A low surrogate could be emitted in case of error in high surrogate.
-
- 01 Eki, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
getentropy() is blocking, whereas os.urandom() should not block. getentropy() is supported since Solaris 11.3.
-
- 29 Eyl, 2015 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
now accept the self keyword argument.
-
Serhiy Storchaka yazdı
accept the self keyword argument.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 28 Eyl, 2015 3 kayıt (commit)
-
-
Berker Peksag yazdı
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 yazdı
-
Terry Jan Reedy yazdı
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 Eyl, 2015 8 kayıt (commit)
-
-
Serhiy Storchaka yazdı
module in inconsistent state.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Berker Peksag yazdı
-
Benjamin Peterson yazdı
-
Terry Jan Reedy yazdı
top of the window, unless it is too near the bottom to do do.
-
Benjamin Peterson yazdı
-
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 5 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ı
-