Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More idlelib cleanup inspired by pyflakes. | Terry Jan Reedy | 2014-07-02 | 1 | -1/+1 |
| | |||||
* | Issue #18492: Allow all resources when tests are not run by regrtest.py. | Zachary Ware | 2014-06-02 | 1 | -1/+0 |
| | | | | This changeset also includes cleanup allowed by this behavior change. | ||||
* | Idlelib: forward port changes that silenced 2.7 -3 deprecation warnings and | Terry Jan Reedy | 2014-01-29 | 1 | -5/+3 |
| | | | | which are at least as efficient. On Py3, unpacking exceptions never works. | ||||
* | Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. | Terry Jan Reedy | 2013-08-31 | 1 | -34/+38 |
| | | | | | | Patch import and initialization in SearchEngine to make testing easier. Improve docstrings, especially to clarify the double role of 'ok' parameters. Original patch by Phil Webster. | ||||
* | Issue #18489: idlelib.SearchEngine - add docstrings | Terry Jan Reedy | 2013-08-19 | 1 | -25/+37 |
| | | | | (original patch by Phil Webster). | ||||
* | Tkinter, step 2: adapt imports. | Georg Brandl | 2008-05-17 | 1 | -2/+2 |
| | |||||
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
| | | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block | ||||
* | Merge PyIdle changes: | Kurt B. Kaiser | 2002-09-18 | 1 | -3/+2 |
| | | | | | Rev 1.3 doerwalter (string methods) | ||||
* | Initial revision | David Scherer | 2000-08-15 | 1 | -0/+221 |