Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector. | Terry Jan Reedy | 2015-07-19 | 1 | -0/+1 |
| | |||||
* | idlelib: remove unused names and imports (forgot one). | Terry Jan Reedy | 2015-05-14 | 1 | -1/+0 |
| | |||||
* | Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of | Terry Jan Reedy | 2014-10-17 | 1 | -1/+1 |
| | | | | htests to add # htest # marker for coveragepy and stop tcl errors. | ||||
* | Issue #18592: Method return signature changes made to SearchDialogBase for | Terry Jan Reedy | 2014-07-13 | 1 | -2/+2 |
| | | | | | test purposes are now reflected in GrepDialog and ReplaceDialog. Docstrings are improved. Initial patch by Saimadhav Heblikar | ||||
* | Issue #21695: Catch AttributeError created when user closes grep output window | Terry Jan Reedy | 2014-06-10 | 1 | -23/+31 |
| | | | | | while still being written to. With no console, this closed Idle. Also add missing import and a few other changes. | ||||
* | Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. | Terry Jan Reedy | 2014-05-29 | 1 | -0/+24 |
| | | | | Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar. | ||||
* | Issue #18316: Update idlelib 2.7 except clauses to ease backports. | Terry Jan Reedy | 2013-06-29 | 1 | -1/+1 |
| | |||||
* | #18151, part 2: Silence debug build resource warning for each file opened by | Terry Jan Reedy | 2013-06-22 | 1 | -24/+18 |
| | | | | | | 'Find in files' by replacing 'open with implicit close' by 'with open' in GrepDialog method grep_it. Streamline code with enumerate(), direct file iteration, and output tweak. Add test for this method, including output format. | ||||
* | #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵ | Florent Xicluna | 2010-04-02 | 1 | -3/+3 |
| | | | | absolute imports. | ||||
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 1 | -1/+1 |
| | |||||
* | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
| | | | | From SF patch #852334. | ||||
* | 1. Find in Files Dialog shows text selection if there is one | Kurt B. Kaiser | 2003-06-07 | 1 | -3/+4 |
| | | | | | | | 2. Remove obsolete comment associated with Window menu updating M EditorWindow.py M GrepDialog.py | ||||
* | Merge Py Idle changes: | Kurt B. Kaiser | 2002-09-16 | 1 | -3/+0 |
| | | | | | | Rev 1.4 (string methods) Rev 1.5 Remove unnecessary imports | ||||
* | Initial revision | David Scherer | 2000-08-15 | 1 | -0/+135 |