| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. | Terry Jan Reedy | 2014-08-15 | 1 | -4/+5 |
| | | |||||
| * | Issue #17172: Add the ability to run turtledemo from Idle. | Terry Jan Reedy | 2014-07-29 | 1 | -0/+9 |
| | | | | | | Make turtledemo start as active on Mac even when run with subprocess. Patch by Ramchandra Apt, Lita Cho, and Ned Daily. | ||||
| * | Issue #21477: Idle htest: modify run; add more tests. | Terry Jan Reedy | 2014-05-25 | 1 | -6/+3 |
| | | | | | Patch by Saimadhav Heblikar. 2.7 version will follow. | ||||
| * | Issue #21477: idle htests - lower case function names, other cleanups. | Terry Jan Reedy | 2014-05-19 | 1 | -7/+7 |
| | | |||||
| * | Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin | Terry Jan Reedy | 2014-05-12 | 1 | -6/+10 |
| | | | | | | consolidating and improving human-validated tests of Idle. Change other files as needed to work with htest. Running the module as __main__ runs all tests. | ||||
| * | Issue #17654: Ensure IDLE menus are customized properly on OS X for | Ned Deily | 2014-03-28 | 1 | -7/+7 |
| | | | | | non-framework builds and for all variants of Tk. | ||||
| * | Issue 19944: Fix importlib.find_spec() so it imports parents as needed. | Eric Snow | 2014-01-25 | 1 | -1/+2 |
| | | | | | The function is also moved to importlib.util. | ||||
| * | Merge with 3.3 | Terry Jan Reedy | 2014-01-23 | 1 | -1/+5 |
| |\ | |||||
| | * | Issue #17390: Add Python version to Idle editor window title bar. | Terry Jan Reedy | 2014-01-23 | 1 | -1/+5 |
| | | | | | | | | | Original patches by Edmond Burnett and Kent Johnson. | ||||
| * | | Remove more usage of APIs deprecated by PEP 451. | Eric Snow | 2014-01-07 | 1 | -4/+4 |
| | | | |||||
| * | | Merge with 3.3 | Terry Jan Reedy | 2013-08-04 | 1 | -5/+2 |
| |\ \ | |/ | |||||
| | * | Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'. | Terry Jan Reedy | 2013-08-04 | 1 | -5/+2 |
| | | | |||||
| * | | Issue #17532: merge from 3.3 | Ned Deily | 2013-07-20 | 1 | -1/+5 |
| |\ \ | |/ | |||||
| | * | Issue #17532: Prevent exception when changing key sets if Options menu is empty. | Ned Deily | 2013-07-20 | 1 | -1/+5 |
| | | | |||||
| | * | #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch | Terry Jan Reedy | 2013-06-08 | 1 | -1/+1 |
| | | | | | | | | | changing IOError to OSError (#16715). | ||||
| * | | merge w/ 3.3 for issue #18055 | Brett Cannon | 2013-06-07 | 1 | -38/+19 |
| |\ \ | |/ | |||||
| | * | Issue #18055: Move to importlib from imp for IDLE. | Brett Cannon | 2013-06-07 | 1 | -38/+19 |
| | | | |||||
| * | | Issue #17532: merge | Ned Deily | 2013-05-22 | 1 | -1/+0 |
| |\ \ | |/ | |||||
| | * | Issue #17532: Always include Options menu for IDLE on OS X. | Ned Deily | 2013-05-22 | 1 | -1/+0 |
| | | | | | | | | | Patch by Guilherme Simões. | ||||
| * | | #14146: merge with 3.3. | Roger Serwy | 2013-05-21 | 1 | -0/+30 |
| |\ \ | |/ | |||||
| | * | #14146: Highlight source line while debugging on Windows. | Roger Serwy | 2013-05-21 | 1 | -0/+30 |
| | | | |||||
| * | | #13495: merge with 3.3. | Roger Serwy | 2013-05-06 | 1 | -3/+0 |
| |\ \ | |/ | |||||
| | * | #13495: Avoid loading the color delegator twice in IDLE. | Roger Serwy | 2013-05-06 | 1 | -3/+0 |
| | | | |||||
| * | | #17798: merge with 3.3. | Roger Serwy | 2013-05-05 | 1 | -0/+2 |
| |\ \ | |/ | |||||
| | * | #17798: Allow IDLE to edit new files when specified on command line. | Roger Serwy | 2013-05-05 | 1 | -0/+2 |
| | | | |||||
| * | | #1207589: merge with 3.3. | Roger Serwy | 2013-04-07 | 1 | -2/+8 |
| |\ \ | |/ | |||||
| | * | #1207589: Backwards-compatibility patch for right-click menu in IDLE. | Roger Serwy | 2013-04-07 | 1 | -2/+8 |
| | | | |||||
| * | | #16887: merge with 3.3. | Roger Serwy | 2013-04-07 | 1 | -1/+3 |
| |\ \ | |/ | |||||
| | * | #16887: IDLE now accepts Cancel in tabify/untabify dialog box. | Roger Serwy | 2013-04-07 | 1 | -1/+3 |
| | | | |||||
| * | | Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. | Serhiy Storchaka | 2012-12-27 | 1 | -1/+1 |
| |\ \ | |/ | | | | | Patch by Roger Serwy. | ||||
| | * | Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. | Serhiy Storchaka | 2012-12-27 | 1 | -1/+1 |
| | |\ | | | | | | | | | | Patch by Roger Serwy. | ||||
| | | * | Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. | Serhiy Storchaka | 2012-12-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | Patch by Roger Serwy. | ||||
| * | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Issue #16511: Use default IDLE width and height if config param is not valid. | Andrew Svetlov | 2012-12-24 | 1 | -7/+14 |
| |\ \ \ | |/ / | | | | | | | Patch Serhiy Storchaka. | ||||
| | * | | Issue #16511: Use default IDLE width and height if config param is not valid. | Andrew Svetlov | 2012-12-24 | 1 | -7/+14 |
| | |\ \ | | |/ | | | | | | | Patch Serhiy Storchaka. | ||||
| | | * | Issue #16511: Use default IDLE width and height if config param is not valid. | Andrew Svetlov | 2012-12-24 | 1 | -7/+14 |
| | | | | | | | | | | | | | Patch Serhiy Storchaka. | ||||
| * | | | Issue #16719: Get rid of WindowsError. Use OSError instead | Andrew Svetlov | 2012-12-19 | 1 | -2/+2 |
| |/ / | | | | | | | Patch by Serhiy Storchaka. | ||||
| * | | Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu | Andrew Svetlov | 2012-11-01 | 1 | -7/+36 |
| |\ \ | |/ | | | | | Patch by Todd Rovito. | ||||
| | * | Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu | Andrew Svetlov | 2012-11-01 | 1 | -7/+36 |
| | | | | | | | | | Patch by Todd Rovito. | ||||
| * | | Issue #10997: merge from 3.2 | Ned Deily | 2012-05-29 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. | Ned Deily | 2012-05-29 | 1 | -1/+1 |
| | | | |||||
| * | | Implemented PEP 405 (Python virtual environments). | Vinay Sajip | 2012-05-26 | 1 | -3/+3 |
| | | | |||||
| * | | Include micro version even if it is 0. | Martin v. Löwis | 2012-05-01 | 1 | -2/+1 |
| | | | |||||
| * | | IDLE was relying on implicit relative imports which have gone away in | Brett Cannon | 2012-04-15 | 1 | -3/+7 |
| |/ | | | | | Python 3.3 thanks to importlib finishing the work in PEP 328 that accidently got carried forward. | ||||
| * | Issue 964437 Make IDLE help window non-modal. | Terry Jan Reedy | 2012-02-05 | 1 | -2/+49 |
| | | | | | Patch by Guilherme Polo and Roger Serwy. | ||||
| * | #13039 allow proper deletion of '>>> ' in IDLE editor windows. | Terry Jan Reedy | 2012-01-16 | 1 | -1/+4 |
| | | | | | Patch by Roger Serwy. | ||||
| * | Issue #4625: If IDLE cannot write to its recent file or breakpoint | Ned Deily | 2011-12-14 | 1 | -5/+10 |
| | | | | | | files, display a message popup and continue rather than crash. (original patch by Roger Serwy) | ||||
| * | Fix nit. | Raymond Hettinger | 2011-04-13 | 1 | -1/+1 |
| | | |||||
| * | Issue 11718: Teach IDLE's open module dialog to find packages. | Raymond Hettinger | 2011-04-13 | 1 | -0/+11 |
| | | |||||
| * | Merge from 3.1 | Kurt B. Kaiser | 2011-03-26 | 1 | -12/+9 |
| |\ | |||||
