Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | | | | | | | | Change a couple of existing prints. Original patch by Serhiy Storchaka. | |||||
* | | 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 | |
| | | | | | | | | 'As' became a full keyword when with statements were added in 2.5/2.6. | |||||
* | | 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 | |
| | | | | | | | | Move BREAK tag configuration to PyShellEditorWindow. | |||||
* | | 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 | |
| | | | | | | | | a, b in arg lists, and hanging indents for long arg lists. | |||||
* | | 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 | |
| | | | | | | | | | | Make turtledemo start as active on Mac even when run with subprocess. Patch by Ramchandra Apt, Lita Cho, and Ned Daily. | |||||
* | | 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 | |
| | | | | | | | | | | | | 2009-02-02 51562 (27c589f09a21) merged Mac support revisions into 3.0. 2009-03-04 52014 (dc3d24824b60) merged slightly improved version into 2.7. Change 3.4+ to match the later 2.7 patch. Buttons tested manually. | |||||
* | | Issue #22033: Reprs of most Python implemened classes now contain actual | Serhiy Storchaka | 2014-07-25 | 1 | -3/+5 | |
| | | | | | | | | class name instead of hardcoded one. | |||||
* | | 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 | |
| | | | | | | | | Fix regression that this test would have caught. | |||||
* | | 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 | |
| | | | | | | | | | | test purposes are now reflected in GrepDialog and ReplaceDialog. Docstrings are improved. Initial patch by Saimadhav Heblikar | |||||
* | | 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 | |
| | | | | | | | | | | | | to remove duplication and return info for tests. Rewrite corresponding tests. Test_create_option_buttons was not testing anything because of buggy comparisons. Use Python subscripting to get widget options. | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-01 | 2 | -10/+213 | |
|\ \ | |/ | ||||||
| * | Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. | Terry Jan Reedy | 2014-07-01 | 2 | -10/+213 | |
| | | ||||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-06-26 | 1 | -30/+57 | |
|\ \ | |/ | ||||||
| * | Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings, | Terry Jan Reedy | 2014-06-26 | 1 | -30/+57 | |
| | | | | | | | | move two functions next to the functions that use them. | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-06-17 | 2 | -4/+119 | |
|\ \ | |/ | ||||||
| * | Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. | Terry Jan Reedy | 2014-06-17 | 2 | -4/+119 | |
| | | ||||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-06-16 | 2 | -4/+201 | |
|\ \ | |/ | ||||||
| * | Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav | Terry Jan Reedy | 2014-06-16 | 2 | -4/+201 | |
| | | | | | | | | Heblikar. Correct a minor 3.x bug in HyperParser discovered by testing. | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-06-16 | 1 | -1/+1 | |
|\ \ | |/ |