summaryrefslogtreecommitdiff
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* bpo-5680: IDLE: Customize running a module (GH-13763)Miss Islington (bot)2019-06-179-50/+193
* bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170)Miss Islington (bot)2019-06-173-9/+14
* bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)Miss Islington (bot)2019-06-173-28/+117
* bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957)Miss Islington (bot)2019-06-161-2/+2
* IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876)Miss Islington (bot)2019-06-071-2/+2
* bpo-37177: make IDLE's search dialogs transient (GH-13869)Miss Islington (bot)2019-06-062-5/+8
* bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)Miss Islington (bot)2019-06-042-61/+67
* IDLE: Fix typos in docs and comments (GH-13749)Miss Islington (bot)2019-06-0211-11/+11
* bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)Miss Islington (bot)2019-06-027-13/+11
* bpo-32411: IDLE: Remove line number sort in browser.py (GH-5011)Miss Islington (bot)2019-06-013-17/+20
* IDLE - Capitalize search dialogs' 'Close' button label. (GH-13691)Miss Islington (bot)2019-05-312-2/+3
* bpo-37039: IDLE - zoomheight fixes (GH-13576)Miss Islington (bot)2019-05-272-25/+13
* bpo-37038: Make idlelib.run runnable; add test clause (GH-13560)Miss Islington (bot)2019-05-242-8/+24
* bpo-36958: In IDLE, print exit message (GH-13435)Miss Islington (bot)2019-05-203-6/+15
* Fix typos in documentation. Patch by tirkarthi. (GH-13354)Miss Islington (bot)2019-05-151-6/+6
* [3.7] bpo-36807: When saving a file in IDLE, call flush and fsync (GH-13102) ...Miss Islington (bot)2019-05-131-0/+2
* [3.7] bpo-36766: Typos in docs and code comments (GH-13116). (GH-13136)penguindustin2019-05-064-4/+4
* [3.7] bpo-34162: Fix idlelib/NEWS.text for 3.7.4 (#13067)Terry Jan Reedy2019-05-021-4/+9
* Syntax highlight IDLE html doc code example. (GH-12981)Miss Islington (bot)2019-04-261-25/+23
* bpo-36429: Fix starting IDLE with pyshell (GH-12548)Miss Islington (bot)2019-03-262-5/+12
* bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209)Miss Islington (bot)2019-03-242-27/+130
* bpo-36405: IDLE - Restore __main__ and add tests (GH-12518)Miss Islington (bot)2019-03-244-9/+17
* bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203)Miss Islington (bot)2019-03-232-45/+107
* bpo-36405: Use dict unpacking in idlelib (GH-12507)Miss Islington (bot)2019-03-233-12/+8
* bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)Miss Islington (bot)2019-03-226-58/+39
* bpo-23216: IDLE: Add docstrings to search modules (GH-12141)Miss Islington (bot)2019-03-163-39/+188
* bpo-36176: Fix IDLE autocomplete & calltip popup colors. (GH-12262)Miss Islington (bot)2019-03-103-3/+8
* bpo-34162: Add entries for idlelib/NEWS.txt (GH-12232)Miss Islington (bot)2019-03-081-0/+6
* bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031)Miss Islington (bot)2019-03-011-1/+1
* bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109)Miss Islington (bot)2019-03-012-18/+3
* bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002) (GH-12075)Miss Islington (bot)2019-02-272-21/+57
* bpo-24310: Document IDLE settings dialog font tab sample (GH-12007)Miss Islington (bot)2019-02-232-1/+9
* bpo-35689: IDLE: Add docstrings and unittests for colorizer.py (GH-11472)Miss Islington (bot)2019-02-183-16/+407
* bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799)Miss Islington (bot)2019-02-082-14/+34
* bpo-35683: Improve Azure Pipelines steps (GH-11493)Steve Dower2019-01-221-0/+2
* bpo-35770: Fix off-by-1 error. (GH-11618)Miss Islington (bot)2019-01-181-1/+1
* bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614)Miss Islington (bot)2019-01-182-1/+6
* bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH...Miss Islington (bot)2019-01-172-2/+4
* bpo-35730: IDLE - test squeezer reload() by checking load_font() (GH-11585)Miss Islington (bot)2019-01-171-7/+3
* bpo-34162: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597) (GH-11598)Miss Islington (bot)2019-01-171-0/+15
* bpo-35730: Disable IDLE test_reload assertion. (GH-11543)Miss Islington (bot)2019-01-131-1/+3
* bpo-35196: Optimize Squeezer's write() interception (GH-10454)Miss Islington (bot)2019-01-135-263/+246
* bpo-35660: Fix imports in idlelib.window (GH-11434)Miss Islington (bot)2019-01-061-1/+2
* bpo-35641: IDLE - format calltip properly when no docstring (GH-11415)Miss Islington (bot)2019-01-032-1/+30
* bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)Miss Islington (bot)2019-01-0212-28/+37
* bpo-35598: IDLE - Globalize some config_key objects (GH-11392)Miss Islington (bot)2018-12-312-60/+58
* bpo-35598: IDLE: Switch config_key dialog to ttk widgets (GH-11365)Miss Islington (bot)2018-12-302-35/+35
* bpo-35598: IDLE: Increase test coverage for config_key.py (GH-11360)Miss Islington (bot)2018-12-292-7/+196
* bpo-34055: Revert deletion of line in IDLE's PyShell (GH-11346)Miss Islington (bot)2018-12-281-1/+1
* bpo-28097: IDLE - Add Previous/Next History to Shell menu (GH-11325)Miss Islington (bot)2018-12-282-10/+15