Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release bump for Python 3.5.0a3.v3.5.0a3 | Larry Hastings | 2015-03-29 | 1 | -1/+1 |
| | |||||
* | Removed unintentional trailing spaces in text files. | Serhiy Storchaka | 2015-03-29 | 3 | -10/+10 |
| | |||||
* | Issue #23583: Added tests for standard IO streams in IDLE. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+233 |
|\ | |||||
| * | 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 |
| | | |||||
* | | Release bump for 3.5.0a2.v3.5.0a2 | Larry Hastings | 2015-03-08 | 1 | -1/+1 |
| | | |||||
* | | Release bump for 3.5.0a1. | Larry Hastings | 2015-02-08 | 1 | -1/+1 |
| | | |||||
* | | Issue #23180: merge from 3.4 | Ned Deily | 2015-01-18 | 3 | -9/+3 |
|\ \ | |/ | |||||
| * | Issue #23180: Rename IDLE "Windows" menu item to "Window". | Ned Deily | 2015-01-18 | 3 | -9/+3 |
| | | | | | | | | Patch by Al Sweigart. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-01-08 | 1 | -31/+0 |
|\ \ | |/ | |||||
| * | Issue #23184: delete unused idlelib file. | Terry Jan Reedy | 2015-01-08 | 1 | -31/+0 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-12-16 | 4 | -24/+5 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-12-11 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | 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/+20 |
|\ \ | |/ | |||||
| * | Update idlelib/NEWS.txt. | Terry Jan Reedy | 2014-12-06 | 1 | -0/+24 |
| | | |||||
* | | Fixed IDLE tests after changing re error messages (issue #22578). | Serhiy Storchaka | 2014-11-10 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.4 #3068 | Terry Jan Reedy | 2014-10-23 | 6 | -20/+278 |
|\ \ | |/ | |||||
| * | 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 #22186: Fix typos in Lib/. | Berker Peksag | 2014-10-19 | 3 | -3/+3 |
| | | | | | | | | Patch by Févry Thibault. | ||||
* | | Merge with 3.4: Issue #22629 | Terry Jan Reedy | 2014-10-17 | 8 | -82/+112 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | Merge with 3.4 Issue #22628 | Terry Jan Reedy | 2014-10-17 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | Merge with 3.4 Issue#16233 | Terry Jan Reedy | 2014-10-16 | 1 | -7/+6 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | Merge with 3.4 #3068 | Terry Jan Reedy | 2014-10-14 | 1 | -58/+60 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-10-14 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Issue #22632: replace dead link with version-specific doc link. | Terry Jan Reedy | 2014-10-14 | 1 | -1/+3 |
| | | |||||
* | | Merge with 3.4 #22614 | Terry Jan Reedy | 2014-10-13 | 1 | -0/+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: Merge with 3.4 | Terry Jan Reedy | 2014-10-12 | 1 | -7/+2 |
|\ \ | |/ | |||||
| * | Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. | Terry Jan Reedy | 2014-10-12 | 1 | -7/+2 |
| | | |||||
* | | Merge with 3.4: #21986, don't pickle user code objects. | Terry Jan Reedy | 2014-10-10 | 1 | -10/+10 |
|\ \ | |/ | |||||
| * | 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 | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-10-10 | 1 | -11/+4 |
|\ \ | |/ | |||||
| * | Issue #20167: revise condition to accomodate message change. | Terry Jan Reedy | 2014-10-10 | 1 | -11/+4 |
| | | |||||
* | | Merge with 3.4: decolourize | Terry Jan Reedy | 2014-10-09 | 2 | -18/+20 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | 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 |
| | | | | | | | | 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 |
| | | | |||||
* | | | 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 |
| | | | | | | | | | | | | TODOs (mostly to do after add tests), and make a few other changes. | ||||
* | | | Update 3.5 Idle News up to 3.4.2 changes. | Terry Jan Reedy | 2014-10-01 | 1 | -0/+52 |
|\ \ \ | |/ / |