- 27 Nis, 2019 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
The new markup is currently ignored by IDLE's tk doc display.
-
- 27 Mar, 2019 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 26 Mar, 2019 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Add idlelib.pyshell alias at top; remove pyshell alias at bottom. Remove obsolete __name__=='__main__' command.
-
- 24 Mar, 2019 2 kayıt (commit)
-
-
Louie Lu yazdı
-
Terry Jan Reedy yazdı
Fix error in commit 2b751555 noticed by Serhiy Storchaka.
-
- 23 Mar, 2019 2 kayıt (commit)
-
-
Cheryl Sabella yazdı
* Add tests for grep findfiles. * Move findfiles to module function. * Change findfiles to use os.walk. Based on a patch by Al Sweigart.
-
Terry Jan Reedy yazdı
Remove now unneeded imports.
-
- 22 Mar, 2019 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
This param was only used once and changed the return type.
-
- 16 Mar, 2019 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
-
- 11 Mar, 2019 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Prevent conflicts with Linux dark themes (and slightly darken calltip background).
-
- 08 Mar, 2019 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 01 Mar, 2019 2 kayıt (commit)
-
-
Ned Deily yazdı
Patch by Kevin Walzer.
-
Cheryl Sabella yazdı
Remove colorizer.ColorDelegator.close_when_done and the corresponding argument of .close(). In IDLE, both have always been None or False since 2007.
-
- 27 Şub, 2019 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
-
- 24 Şub, 2019 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 19 Şub, 2019 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
-
- 09 Şub, 2019 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Add a code example block.
-
- 22 Ock, 2019 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 18 Ock, 2019 4 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
It previously deleted Window => Zoom Height by mistake. (Zoom Height is now on the Options menu). On Mac, the settings dialog is accessed via Preferences on the IDLE menu.
-
Terry Jan Reedy yazdı
'Untitled' violates the PEP 8 standard for .py files
-
Tal Einat yazdı
-
- 17 Ock, 2019 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 13 Ock, 2019 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
IDLE's test_squeezer.SqueezerTest.test_reload, added for issue 35196, failed on both Gentoo buildbots.
-
Tal Einat yazdı
The new functionality of Squeezer.reload() is also tested, along with some general re-working of the tests in test_squeezer.py.
-
- 06 Ock, 2019 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
* bpo-35660: IDLE: Remove * import from window.py * sys was being imported through the *, so also added an import sys. * Update 2019-01-04-19-14-29.bpo-35660.hMxI7N.rst Anyone who wants details can check the issue, where I added the point about the sys import bug.
-
- 03 Ock, 2019 2 kayıt (commit)
-
-
Emmanuel Arias yazdı
-
Terry Jan Reedy yazdı
-
- 31 Ara, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
Move translate_key() and constant tuples to module level. Inline the remnant one-line function.
-
- 30 Ara, 2018 2 kayıt (commit)
-
-
Cheryl Sabella yazdı
-
Cheryl Sabella yazdı
-
- 29 Ara, 2018 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
The attribute is still used in other modules.
-
- 28 Ara, 2018 4 kayıt (commit)
-
-
Cheryl Sabella yazdı
-
Cheryl Sabella yazdı
This will be needed for other menu items. Change outwin to call the function instead of updating the menu item directly.
-
Terry Jan Reedy yazdı
-
Cheryl Sabella yazdı
A few other changes make the code easier to follow.
-
- 24 Ara, 2018 1 kayıt (commit)
-
-
Tal Einat yazdı
-
- 23 Ara, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
The Code Context menu item only works on Editor windows so disable it for others.
-
- 22 Ara, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
The Code Context menu label now toggles between Show/Hide Code Context. The Zoom Height menu now toggles between Zoom/Restore Height. Zoom Height has moved from the Window menu to the Options menu. https://bugs.python.org/issue22703
-
- 20 Ara, 2018 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Format menu and preferences.
-