Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | De-'colour'ize stdlib except for idlelib.configDialog. | Terry Jan Reedy | 2014-10-09 | 2 | -18/+20 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-10-09 | 1 | -19/+21 | |
|\ \ | |/ | ||||||
| * | Issue 3068: Move idlelib.configDialog action button creation into a separate | Terry Jan Reedy | 2014-10-09 | 1 | -19/+21 | |
| * | Merge from 3.4.2 release head back into 3.4 mainline. | Larry Hastings | 2014-10-08 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Release bump for 3.4.2 final.v3.4.2 | Larry Hastings | 2014-10-06 | 1 | -1/+1 | |
* | | | Merge with 3.4: idlelib.configHandler | Terry Jan Reedy | 2014-10-07 | 1 | -255/+233 | |
|\ \ \ | |/ / | ||||||
| * | | idlelib.configHandler: revise docstrings, add spaces, use False/True, add some | Terry Jan Reedy | 2014-10-07 | 1 | -255/+233 | |
* | | | Update 3.5 Idle News up to 3.4.2 changes. | Terry Jan Reedy | 2014-10-01 | 1 | -0/+52 | |
|\ \ \ | |/ / | ||||||
| * | | Update Idle news for 3.4.2 (and 3.4.1). | Terry Jan Reedy | 2014-10-01 | 1 | -0/+57 | |
| |/ | ||||||
| * | Bump version number for 3.4.2rc1 release.v3.4.2rc1 | Larry Hastings | 2014-09-20 | 1 | -1/+1 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-09-20 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update Idle's online doc url. | Terry Jan Reedy | 2014-09-20 | 1 | -1/+1 | |
* | | Issue #22420: Merge with 3.4 | Terry Jan Reedy | 2014-09-20 | 2 | -18/+17 | |
|\ \ | |/ | ||||||
| * | Issue #22420: Avoid 'write to None' crashes by using print instead. | Terry Jan Reedy | 2014-09-20 | 2 | -18/+17 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-08-19 | 1 | -1/+0 | |
|\ \ | |/ | ||||||
| * | Idle ColorDelegator: finish removing code for 'as'. | Terry Jan Reedy | 2014-08-19 | 1 | -1/+0 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-08-19 | 1 | -17/+0 | |
|\ \ | |/ | ||||||
| * | Idle ColorDelegator: remove special case code for 'as' in import statements. | Terry Jan Reedy | 2014-08-19 | 1 | -17/+0 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-08-15 | 1 | -4/+5 | |
|\ \ | |/ | ||||||
| * | Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. | Terry Jan Reedy | 2014-08-15 | 1 | -4/+5 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-08-09 | 2 | -1/+10 | |
|\ \ | |/ | ||||||
| * | Issue #14105: Stop removing breakpoints from Idle editors. | Terry Jan Reedy | 2014-08-09 | 2 | -1/+10 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-08-04 | 1 | -548/+582 | |
|\ \ | |/ | ||||||
| * | PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, | Terry Jan Reedy | 2014-08-04 | 1 | -548/+582 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-30 | 1 | -29/+38 | |
|\ \ | |/ | ||||||
| * | Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. | Terry Jan Reedy | 2014-07-30 | 1 | -29/+38 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-29 | 2 | -0/+14 | |
|\ \ | |/ | ||||||
| * | Issue #17172: Add the ability to run turtledemo from Idle. | Terry Jan Reedy | 2014-07-29 | 2 | -0/+14 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-26 | 1 | -10/+8 | |
|\ \ | |/ | ||||||
| * | Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. | Terry Jan Reedy | 2014-07-26 | 1 | -10/+8 | |
* | | Issue #22033: Reprs of most Python implemened classes now contain actual | Serhiy Storchaka | 2014-07-25 | 1 | -3/+5 | |
* | | Issue #21765: Add support for non-ascii identifiers to HyperParser | Tal Einat | 2014-07-16 | 3 | -44/+211 | |
|\ \ | |/ | ||||||
| * | Issue #21765: Add support for non-ascii identifiers to HyperParser | Tal Einat | 2014-07-16 | 3 | -44/+211 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-15 | 2 | -4/+42 | |
|\ \ | |/ | ||||||
| * | Issue #21982: Add minimal unittest for configDialog with 46% coverage. | Terry Jan Reedy | 2014-07-15 | 2 | -4/+42 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-13 | 4 | -19/+35 | |
|\ \ | |/ | ||||||
| * | Issue #18592: Method return signature changes made to SearchDialogBase for | Terry Jan Reedy | 2014-07-13 | 4 | -19/+35 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-11 | 1 | -4/+4 | |
|\ \ | |/ | ||||||
| * | Issue #18592: Make unittest for SearchDialogBase work on all tk versions. | Terry Jan Reedy | 2014-07-11 | 1 | -4/+4 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-11 | 3 | -13/+145 | |
|\ \ | |/ | ||||||
| * | #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar. | Terry Jan Reedy | 2014-07-11 | 3 | -13/+145 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-10 | 1 | -18/+60 | |
|\ \ | |/ | ||||||
| * | Issue #21940: add docstrings to idlelib.WidgetRedirector. | Terry Jan Reedy | 2014-07-10 | 1 | -18/+60 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-02 | 3 | -5/+5 | |
|\ \ | |/ | ||||||
| * | More idlelib cleanup inspired by pyflakes. | Terry Jan Reedy | 2014-07-02 | 3 | -5/+5 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-01 | 5 | -10/+10 | |
|\ \ | |/ | ||||||
| * | Delete a few unused names suggested by pyflakes. | Terry Jan Reedy | 2014-07-01 | 5 | -10/+10 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-01 | 2 | -124/+70 | |
|\ \ | |/ | ||||||
| * | Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods | Terry Jan Reedy | 2014-07-01 | 2 | -124/+70 | |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-01 | 2 | -10/+213 | |
|\ \ | |/ |