| Commit message (Expand) | Author | Age | Files | Lines |
| * | bump to 2.7.9 finalv2.7.9 | Benjamin Peterson | 2014-12-10 | 1 | -1/+1 |
|
|
| * | sync idle news from 2.7 branch | Benjamin Peterson | 2014-12-06 | 1 | -0/+32 |
|
|
| * | 2.7.9rc1v2.7.9rc1 | Benjamin Peterson | 2014-11-26 | 1 | -1/+1 |
|
|
| * | Issue #3068: Add Idle extension configuration dialog to Options menu. | Terry Jan Reedy | 2014-10-23 | 6 | -20/+278 |
|
|
| * | Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of | Terry Jan Reedy | 2014-10-17 | 8 | -82/+112 |
|
|
| * | Issue #22628: Increase Treewidge line spacing so lines do not overlap. | Terry Jan Reedy | 2014-10-17 | 1 | -3/+4 |
|
|
| * | Issue #16233: When the module browser is not invoked in an editor window with | Terry Jan Reedy | 2014-10-16 | 1 | -11/+10 |
|
|
| * | Issue #3068: Change 0/1 to False/True so that extension configure dialog can | Terry Jan Reedy | 2014-10-14 | 1 | -58/+60 |
|
|
| * | Issue #22632: replace dead link with version-specific doc link. | Terry Jan Reedy | 2014-10-14 | 1 | -1/+2 |
|
|
| * | Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. | Terry Jan Reedy | 2014-10-13 | 1 | -0/+3 |
|
|
| * | Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. | Terry Jan Reedy | 2014-10-12 | 1 | -7/+2 |
|
|
| * | De-'colour'ize stdlib except for idlelib.configDialog. | Terry Jan Reedy | 2014-10-09 | 2 | -18/+20 |
|
|
| * | Issue 3068: Move idlelib.configDialog action button creation into a separate | Terry Jan Reedy | 2014-10-09 | 1 | -19/+21 |
|
|
| * | idlelib.configHandler: revise docstrings, add spaces, use False/True, add some | Terry Jan Reedy | 2014-10-07 | 1 | -254/+232 |
|
|
| * | Update 2.7 idlelib.configHandler and reduce differences from 3.4 code. | Terry Jan Reedy | 2014-10-06 | 1 | -17/+19 |
|
|
| * | Issue #3832: backport 677a9326b4d4 to 2.7 (and delete some obsolete code). | Terry Jan Reedy | 2014-10-06 | 1 | -7/+7 |
|
|
| * | Update Idle's online doc url. | Terry Jan Reedy | 2014-09-20 | 1 | -1/+1 |
|
|
| * | Issue #22420: Avoid 'write to None' crashes by using print instead. | Terry Jan Reedy | 2014-09-20 | 2 | -35/+35 |
|
|
| * | Issue #22340: Fix Python 3 warnings in Python 2 tests | Victor Stinner | 2014-09-05 | 1 | -1/+1 |
|
|
| * | Issue #22221: Backported fixes from Python 3 (issue #18960). | Serhiy Storchaka | 2014-09-05 | 1 | -0/+3 |
|
|
| * | Idle ColorDelegator: finish removing code for 'as'. | Terry Jan Reedy | 2014-08-19 | 1 | -1/+0 |
|
|
| * | Idle ColorDelegator: remove special case code for 'as' in import statements. | Terry Jan Reedy | 2014-08-19 | 1 | -17/+0 |
|
|
| * | Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. | Terry Jan Reedy | 2014-08-15 | 1 | -4/+5 |
|
|
| * | Issue #14105: Stop removing breakpoints from Idle editors. | Terry Jan Reedy | 2014-08-09 | 2 | -1/+10 |
|
|
| * | PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, | Terry Jan Reedy | 2014-08-04 | 1 | -565/+603 |
|
|
| * | Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. | Terry Jan Reedy | 2014-07-30 | 1 | -29/+38 |
|
|
| * | Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. | Terry Jan Reedy | 2014-07-27 | 1 | -29/+28 |
|
|
| * | Issue #21982: Add minimal unittest for configDialog with 46% coverage. | Terry Jan Reedy | 2014-07-15 | 2 | -3/+41 |
|
|
| * | Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7. | Terry Jan Reedy | 2014-07-14 | 1 | -19/+279 |
|
|
| * | Issue #18592: Method return signature changes made to SearchDialogBase for | Terry Jan Reedy | 2014-07-13 | 4 | -19/+35 |
|
|
| * | Issue #18592: Make unittest for SearchDialogBase work on all tk versions. | Terry Jan Reedy | 2014-07-11 | 1 | -4/+4 |
|
|
| * | #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar. | Terry Jan Reedy | 2014-07-11 | 3 | -12/+145 |
|
|
| * | Issue #21940: add docstrings to idlelib.WidgetRedirector. | Terry Jan Reedy | 2014-07-10 | 1 | -18/+59 |
|
|
| * | More idlelib cleanup inspired by pyflakes. | Terry Jan Reedy | 2014-07-02 | 3 | -7/+5 |
|
|
| * | Delete a few unused names suggested by pyflakes. | Terry Jan Reedy | 2014-07-01 | 4 | -8/+9 |
|
|
| * | Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods | Terry Jan Reedy | 2014-07-01 | 2 | -124/+70 |
|
|
| * | whitespace | Terry Jan Reedy | 2014-07-01 | 1 | -1/+1 |
|
|
| * | Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. | Terry Jan Reedy | 2014-06-30 | 2 | -10/+213 |
|
|
| * | bump to 2.7.8v2.7.8 | Benjamin Peterson | 2014-06-30 | 1 | -1/+1 |
|
|
| * | Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings, | Terry Jan Reedy | 2014-06-26 | 1 | -30/+57 |
|
|
| * | Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. | Terry Jan Reedy | 2014-06-17 | 2 | -4/+131 |
|
|
| * | Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav | Terry Jan Reedy | 2014-06-16 | 2 | -3/+199 |
|
|
| * | whitespace | Terry Jan Reedy | 2014-06-16 | 1 | -1/+1 |
|
|
| * | Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and | Terry Jan Reedy | 2014-06-16 | 1 | -80/+84 |
|
|
| * | Issue #12387: Add missing upper(lower)case versions of default Windows key | Terry Jan Reedy | 2014-06-12 | 1 | -14/+14 |
|
|
| * | Issue #21695: Catch AttributeError created when user closes grep output window | Terry Jan Reedy | 2014-06-10 | 1 | -23/+31 |
|
|
| * | Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where a... | Terry Jan Reedy | 2014-06-10 | 2 | -9/+21 |
|
|
| * | whitespace | Terry Jan Reedy | 2014-06-08 | 1 | -1/+1 |
|
|
| * | Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. | Terry Jan Reedy | 2014-06-08 | 1 | -3/+10 |
| |\ |
|
| | * | Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. | Terry Jan Reedy | 2014-06-07 | 1 | -3/+10 |
|
|