Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #24245: Eliminated senseless expect clauses that have no any effect in | Serhiy Storchaka | 2015-05-20 | 2 | -19/+12 |
| | | | | IDLE. Patch by Martin Panter. | ||||
* | Issue #24199: Make idlever module self updating. Syop using it in aboutDialog. | Terry Jan Reedy | 2015-05-16 | 2 | -9/+12 |
| | |||||
* | Issue #24212: Put reference in idle.__main__ to issue with explanation. | Terry Jan Reedy | 2015-05-16 | 1 | -2/+1 |
| | |||||
* | Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart. | Terry Jan Reedy | 2015-05-16 | 1 | -50/+78 |
| | |||||
* | Issue #23184: idle tests, remove unused names and imports. | Terry Jan Reedy | 2015-05-16 | 5 | -8/+7 |
| | |||||
* | Issue #23184: idlelib, remove more unused names and imports. | Terry Jan Reedy | 2015-05-16 | 6 | -20/+10 |
| | |||||
* | idlelib: remove unused names and imports (one is a duplicate import). | Terry Jan Reedy | 2015-05-14 | 8 | -12/+5 |
| | |||||
* | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Berker Peksag | 2015-04-14 | 2 | -2/+2 |
| | |||||
* | Issue #17202: Add .bat to .hgeol to force them to CRLF. | Zachary Ware | 2015-04-13 | 1 | -4/+4 |
| | | | | | Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why. | ||||
* | Issue #23825: Fixed test_idle under -OO. | Serhiy Storchaka | 2015-04-04 | 1 | -7/+12 |
| | |||||
* | Escaped backslashes in docstrings. | Serhiy Storchaka | 2015-04-03 | 1 | -1/+1 |
| | |||||
* | Issue #23583: Added tests for standard IO streams in IDLE. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+233 |
| | |||||
* | Release bump for 3.4.3 final. | Larry Hastings | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | Version bump for 3.4.3rc1. | Larry Hastings | 2015-02-08 | 1 | -1/+1 |
| | |||||
* | Issue #23180: Rename IDLE "Windows" menu item to "Window". | Ned Deily | 2015-01-18 | 3 | -9/+3 |
| | | | | Patch by Al Sweigart. | ||||
* | Issue #23184: delete unused idlelib file. | Terry Jan Reedy | 2015-01-08 | 1 | -31/+0 |
| | |||||
* | Issue #20577: move configuration of FormatParagraph extension to new extension | Terry Jan Reedy | 2014-12-16 | 4 | -24/+5 |
| | | | | configuration dialog. Patch by Tal Einat. | ||||
* | Issue 22823: Use set literal in idlelib. | Terry Jan Reedy | 2014-12-11 | 1 | -2/+2 |
| | |||||
* | Update idlelib/NEWS.txt. | Terry Jan Reedy | 2014-12-06 | 1 | -0/+24 |
| | |||||
* | Issue #3068: Add Idle extension configuration dialog to Options menu. | Terry Jan Reedy | 2014-10-23 | 6 | -20/+278 |
| | | | | Original patch by Tal Einat. | ||||
* | Issue #22186: Fix typos in Lib/. | Berker Peksag | 2014-10-19 | 3 | -3/+3 |
| | | | | Patch by FĂ©vry Thibault. | ||||
* | Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of | Terry Jan Reedy | 2014-10-17 | 8 | -82/+112 |
| | | | | htests to add # htest # marker for coveragepy and stop tcl errors. | ||||
* | Issue #22628: Increase Treewidge line spacing so lines do not overlap. | Terry Jan Reedy | 2014-10-17 | 1 | -3/+4 |
| | | | | Move test lines up with respect to icons. | ||||
* | Issue #16233: When the module browser is not invoked in an editor window with | Terry Jan Reedy | 2014-10-16 | 1 | -7/+6 |
| | | | | | a filename, pop up the Open Module box. If a module is opened, open a corresponding browser. | ||||
* | Issue #3068: Change 0/1 to False/True so that extension configure dialog can | Terry Jan Reedy | 2014-10-14 | 1 | -58/+60 |
| | | | | | easily recognize and display boolean values as such and recognize changes. Also reformat comments and alphabetize extensions included with Idle. | ||||
* | Issue #22632: replace dead link with version-specific doc link. | Terry Jan Reedy | 2014-10-14 | 1 | -1/+3 |
| | |||||
* | 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 |
| | |||||
* | Issue #21986: Idle now matches interpreter in not pickling user code objects. | Terry Jan Reedy | 2014-10-10 | 1 | -10/+10 |
| | | | | Patch by Claudiu Popa | ||||
* | Issue #20167: revise condition to accomodate message change. | Terry Jan Reedy | 2014-10-10 | 1 | -11/+4 |
| | |||||
* | De-'colour'ize stdlib except for idlelib.configDialog. | Terry Jan Reedy | 2014-10-09 | 2 | -18/+20 |
| | | | | Tweak docstrigs and comments in affected functions in idlelib.configHandler. | ||||
* | Issue 3068: Move idlelib.configDialog action button creation into a separate | Terry Jan Reedy | 2014-10-09 | 1 | -19/+21 |
| | | | | method so it can be reused by the new extension dialog. | ||||
* | 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 |
| | | |||||
* | | idlelib.configHandler: revise docstrings, add spaces, use False/True, add some | Terry Jan Reedy | 2014-10-07 | 1 | -255/+233 |
| | | | | | | | | TODOs (mostly to do after add tests), and make a few other changes. | ||||
* | | 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 |
| | |||||
* | 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 | -18/+17 |
| | | | | Change a couple of existing prints. Original patch by Serhiy Storchaka. | ||||
* | 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 |
| | | | | 'As' became a full keyword when with statements were added in 2.5/2.6. | ||||
* | 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 |
| | | | | Move BREAK tag configuration to PyShellEditorWindow. | ||||
* | 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. | ||||
* | Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. | Terry Jan Reedy | 2014-07-30 | 1 | -29/+38 |
| | |||||
* | 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. | ||||
* | 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 #21765: Add support for non-ascii identifiers to HyperParser | Tal Einat | 2014-07-16 | 3 | -44/+211 |
| | |||||
* | 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. | ||||
* | 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 |