- 31 Agu, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 11 Agu, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 11 Tem, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 28 May, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
This follows the previous patch that changed idlelib file names. Class names that matched old module names are not changed. Change idlelib imports in turtledemo.__main__. Exception: config-extensions.def. Previously, extension section names, file names, and class names had to match. Changing section names would create cross-version conflicts in config-extensions.cfg (user customizations). Instead map old names to new file names at point of import in editor.EditorWindow.load_extension. Patch extensively tested with test_idle, idle_test.htest.py, a custom import-all test, running IDLE in a console to catch messages, and testing each menu item. Based on a patch by Al Sweigart.
-
- 22 May, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 13 Tem, 2014 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
test purposes are now reflected in GrepDialog and ReplaceDialog. Docstrings are improved. Initial patch by Saimadhav Heblikar
-
- 01 Tem, 2014 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
to remove duplication and return info for tests. Rewrite corresponding tests. Test_create_option_buttons was not testing anything because of buggy comparisons. Use Python subscripting to get widget options.
-
Terry Jan Reedy yazdı
-
- 26 Haz, 2014 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
move two functions next to the functions that use them.
-
- 18 Agu, 2013 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 20 May, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 17 May, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 16 May, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 21 Kas, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
[ 634250 ] SearchDialogBase.py fix for Tk 8.4.1 SearchDialogBase refers to the grid 'col' option considered ambiguous with Python 2.2.2 and Tk 8.4.1. The correct name is 'column'.
-
- 06 Kas, 2002 1 kayıt (commit)
-
-
Chui Tey yazdı
text is the search term.
-
- 04 Kas, 2002 1 kayıt (commit)
-
-
Chui Tey yazdı
-
- 18 Eyl, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
Rev 1.2 doerwalter (string methods)
-
- 15 Agu, 2000 1 kayıt (commit)
-
-
David Scherer yazdı
-
- 02 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Much has changed -- too much, in fact, to write down. The big news is that there's a standard way to write IDLE extensions; see extend.txt. Some sample extensions have been provided, and some existing code has been converted to extensions. Probably the biggest new user feature is a new search dialog with more options, search and replace, and even search in files (grep). This is exactly as downloaded from my laptop after returning from the holidays -- it hasn't even been tested on Unix yet.
-