Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-24310: Document IDLE settings dialog font tab sample (GH-12007) | Terry Jan Reedy | 2019-02-24 | 2 | -1/+9 |
| | |||||
* | bpo-35689: IDLE: Add docstrings and unittests for colorizer.py (GH-11472) | Cheryl Sabella | 2019-02-19 | 3 | -16/+407 |
| | |||||
* | bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799) | Terry Jan Reedy | 2019-02-09 | 2 | -14/+34 |
| | | | Add a code example block. | ||||
* | bpo-35683: Improve Azure Pipelines steps (GH-11493) | Steve Dower | 2019-01-22 | 1 | -0/+2 |
| | |||||
* | bpo-35770: Fix off-by-1 error. (#11618) | Terry Jan Reedy | 2019-01-18 | 1 | -1/+1 |
| | |||||
* | bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614) | Terry Jan Reedy | 2019-01-18 | 2 | -1/+6 |
| | | | | | It previously deleted Window => Zoom Height by mistake. (Zoom Height is now on the Options menu). On Mac, the settings dialog is accessed via Preferences on the IDLE menu. | ||||
* | bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' ↵ | Terry Jan Reedy | 2019-01-18 | 2 | -2/+4 |
| | | | | | (GH-11602) 'Untitled' violates the PEP 8 standard for .py files | ||||
* | bpo-35730: IDLE - test squeezer reload() by checking load_font() (GH-11585) | Tal Einat | 2019-01-18 | 1 | -7/+3 |
| | |||||
* | bpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597) | Terry Jan Reedy | 2019-01-17 | 1 | -0/+15 |
| | |||||
* | bpo-35730: Disable IDLE test_reload assertion. (GH-11543) | Terry Jan Reedy | 2019-01-13 | 1 | -1/+3 |
| | | | | IDLE's test_squeezer.SqueezerTest.test_reload, added for issue 35196, failed on both Gentoo buildbots. | ||||
* | bpo-35196: Optimize Squeezer's write() interception (GH-10454) | Tal Einat | 2019-01-13 | 5 | -263/+246 |
| | | | | The new functionality of Squeezer.reload() is also tested, along with some general re-working of the tests in test_squeezer.py. | ||||
* | bpo-35660: Fix imports in idlelib.window (#11434) | Cheryl Sabella | 2019-01-06 | 1 | -1/+2 |
| | | | | | | | | | | * bpo-35660: IDLE: Remove * import from window.py * sys was being imported through the *, so also added an import sys. * Update 2019-01-04-19-14-29.bpo-35660.hMxI7N.rst Anyone who wants details can check the issue, where I added the point about the sys import bug. | ||||
* | bpo-35641: IDLE - format calltip properly when no docstring (GH-11415) | Emmanuel Arias | 2019-01-03 | 2 | -1/+30 |
| | |||||
* | bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395) | Terry Jan Reedy | 2019-01-03 | 12 | -28/+37 |
| | |||||
* | bpo-35598: IDLE - Globalize some config_key objects (GH-11392) | Cheryl Sabella | 2018-12-31 | 2 | -60/+58 |
| | | | | | Move translate_key() and constant tuples to module level. Inline the remnant one-line function. | ||||
* | bpo-35598: IDLE: Switch config_key dialog to ttk widgets (GH-11365) | Cheryl Sabella | 2018-12-30 | 2 | -35/+35 |
| | |||||
* | bpo-35598: IDLE: Increase test coverage for config_key.py (#11360) | Cheryl Sabella | 2018-12-30 | 2 | -7/+196 |
| | |||||
* | bpo-34055: Revert deletion of line in IDLE's PyShell (#11346) | Terry Jan Reedy | 2018-12-29 | 1 | -1/+1 |
| | | | | The attribute is still used in other modules. | ||||
* | bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325) | Cheryl Sabella | 2018-12-28 | 2 | -10/+15 |
| | |||||
* | IDLE: Create function to update menu item state. (GH-11343) | Cheryl Sabella | 2018-12-28 | 2 | -3/+7 |
| | | | | This will be needed for other menu items. Change outwin to call the function instead of updating the menu item directly. | ||||
* | bpo-35591: IDLE Find Selection now works when selection not found (GH-11339) | Terry Jan Reedy | 2018-12-28 | 1 | -1/+1 |
| | |||||
* | bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330) | Cheryl Sabella | 2018-12-28 | 3 | -187/+216 |
| | | | A few other changes make the code easier to follow. | ||||
* | bpo-35208: Fix IDLE Squeezer line counting (GH-10449) | Tal Einat | 2018-12-24 | 3 | -12/+35 |
| | |||||
* | bpo-35555: IDLE: Gray out Code Context menu item on non-editors (#11282) | Cheryl Sabella | 2018-12-23 | 2 | -0/+4 |
| | | | The Code Context menu item only works on Editor windows so disable it for others. | ||||
* | bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214) | Cheryl Sabella | 2018-12-22 | 6 | -3/+28 |
| | | | | | | | | The Code Context menu label now toggles between Show/Hide Code Context. The Zoom Height menu now toggles between Zoom/Restore Height. Zoom Height has moved from the Window menu to the Options menu. https://bugs.python.org/issue22703 | ||||
* | bpo-35521: Add more cross-refs to IDLE docs (#11257) | Terry Jan Reedy | 2018-12-20 | 1 | -16/+18 |
| | | | Format menu and preferences. | ||||
* | bpo-34162: Update idlelib/NEWS.txt to 2018-12-20. (#11255) | Terry Jan Reedy | 2018-12-20 | 1 | -0/+3 |
| | |||||
* | bpo-35521: IDLE: Add code context section to docs (#11205) | Cheryl Sabella | 2018-12-20 | 1 | -11/+28 |
| | | | Also add some internal cross-references. | ||||
* | bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (#10464) | Tal Einat | 2018-12-07 | 4 | -9/+67 |
| | | | | | | | | | | | | * bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" * add NEWS entry * address code review comments * address second code review comments * Add entry for idlelib/NEWS.txt. | ||||
* | bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934) | Serhiy Storchaka | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | bpo-34162: Update idlelib NEWS to 2018-12-05. (GH-10964) | Terry Jan Reedy | 2018-12-06 | 1 | -0/+32 |
| | |||||
* | bpo-35202: Remove more unused imports in idlelib (GH-10573) | Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) | 2018-11-17 | 4 | -4/+3 |
| | |||||
* | bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478) | Terry Jan Reedy | 2018-11-15 | 4 | -20/+19 |
| | |||||
* | bpo-34864: Document two IDLE on MacOS issues. (GH-10456) | Terry Jan Reedy | 2018-11-11 | 1 | -7/+17 |
| | | | | | The System Preferences Dock "prefer tabs always" setting disables some IDLE features. Menus are a bit different than as described for Windows and Linux. | ||||
* | bpo-35202: Remove unused imports in idlelib (GH-10438) | Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) | 2018-11-10 | 6 | -6/+1 |
| | |||||
* | bpo-33000: Document that IDLE's shell has no line limit. (#10373) | Terry Jan Reedy | 2018-11-07 | 1 | -5/+12 |
| | | | A program that runs indefinitely can overfill memory. | ||||
* | bpo-23220: Explain how IDLE's Shell displays output (GH-10356) | Terry Jan Reedy | 2018-11-06 | 1 | -11/+42 |
| | | | Add a new subsection to the doc. | ||||
* | bpo-35099: Update idlelib/help.html (#10353) | Terry Jan Reedy | 2018-11-06 | 1 | -16/+26 |
| | | | (This should have been done with the first PR for this issue.) | ||||
* | bpo-35133: Fix mistakes when concatenate string literals on different lines. ↵ | Serhiy Storchaka | 2018-11-05 | 3 | -6/+6 |
| | | | | | | | | | | (GH-10284) Two kind of mistakes: 1. Missed space. After concatenating there is no space between words. 2. Missed comma. Causes unintentional concatenating in a list of strings. | ||||
* | bpo-35097: Add IDLE doc subsection explaining editor windows. (#10206) | Terry Jan Reedy | 2018-10-29 | 1 | -0/+17 |
| | | | Topics include opening, title and status bar, .py* extension, and running. | ||||
* | Issue 35093: Document the IDLE document viewer in the IDLE doc. (#10195) | Terry Jan Reedy | 2018-10-28 | 1 | -10/+20 |
| | | | Add a paragraph in "Help and preferences", "Help sources" subsection. | ||||
* | bpo-1529353: Explain Shell text squeezing in the IDLE doc. (#10169) | Terry Jan Reedy | 2018-10-28 | 1 | -2/+19 |
| | |||||
* | bpo-35088: Update idlelib.help.copy_string docstring (#10164) | Terry Jan Reedy | 2018-10-28 | 1 | -17/+17 |
| | | | We now use git and backporting instead of hg and forward merging. | ||||
* | bpo-35087: Update idlelib help files for the current doc build. (GH-10162) | Terry Jan Reedy | 2018-10-28 | 2 | -78/+98 |
| | | | There is only one trivial change to idle.rst. Nearly all the changes to help.html are the elimination of chapter and section numbers on headers due to changes in the build system. help.py no longer requires header numbering. | ||||
* | bpo-33656: Move pyshell ctypes import inside try block. (GH-9858) | Terry Jan Reedy | 2018-10-14 | 1 | -3/+3 |
| | | | | A Windows build with _tkinter, tkinter, and idlelib but without ctypes is unlikely but apparently possible. | ||||
* | bpo-34906: Doc: Fix typos (2) (GH-9735) | Stéphane Wirtel | 2018-10-06 | 1 | -3/+3 |
| | | | Fix typos | ||||
* | bpo-34850: Replace is with == in idlelib.iomenu (GH-9649) | Terry Jan Reedy | 2018-09-30 | 1 | -2/+2 |
| | | | Patch by Serhiy Storchaka (in PR #9642). | ||||
* | bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573) | Terry Jan Reedy | 2018-09-25 | 1 | -0/+7 |
| | |||||
* | bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) | Tal Einat | 2018-09-25 | 10 | -29/+971 |
| | |||||
* | bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551) | Terry Jan Reedy | 2018-09-25 | 1 | -2/+15 |
| |