Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. | Terry Jan Reedy | 2016-05-22 |
| | |||
* | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Berker Peksag | 2015-04-14 |
| | |||
* | Escaped backslashes in docstrings. | Serhiy Storchaka | 2015-04-03 |
| | |||
* | More idlelib cleanup inspired by pyflakes. | Terry Jan Reedy | 2014-07-01 |
| | |||
* | Issue #18492: Allow all resources when tests are not run by regrtest.py. | Zachary Ware | 2014-06-02 |
| | | | | 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-28 |
| | | | | 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 |
| | | | | | | 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 |
| | | | | (original patch by Phil Webster). | ||
* | Tkinter, step 2: adapt imports. | Georg Brandl | 2008-05-17 |
| | |||
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 |
| | | | | | | (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 |
| | | | | | Rev 1.3 doerwalter (string methods) | ||
* | Initial revision | David Scherer | 2000-08-15 |