summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* Unmark files as executable that can't actually be executed. (GH-15353)Greg Price2019-08-211-0/+0
* bpo-37849: IDLE: fix completion window positioning above line (GH-15267)Tal Einat2019-08-142-2/+18
* bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121)Terry Jan Reedy2019-08-043-177/+216
* bpo-37748: Re-order the Run menu. (GH-15115)Terry Jan Reedy2019-08-043-23/+29
* bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103)Tal Einat2019-08-043-35/+61
* bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034)Terry Jan Reedy2019-07-311-0/+11
* Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)Terry Jan Reedy2019-07-306-9/+9
* bpo-34162: Update idlelib/news.txt. (#15011)Terry Jan Reedy2019-07-291-0/+24
* bpo-37706: Disable 3 IDLE scrollbar tests on Mac. (#15010)Terry Jan Reedy2019-07-291-7/+29
* bpo-37692: Improve highlight config sample (#14983)Terry Jan Reedy2019-07-281-18/+17
* bpo-37628: Fix IDLE config sample sizes (#14958)Tal Einat2019-07-274-51/+128
* bpo-17535: Increase line number horizontal padding by 2 pixels (GH-14959)Tal Einat2019-07-271-1/+1
* bpo-29446: IDLE -- add explicit imports (GH-14919)Terry Jan Reedy2019-07-231-0/+2
* bpo-17535: IDLE editor line numbers (GH-14030)Tal Einat2019-07-2314-76/+862
* bpo-33610: validate non-negative integer inputs in IDLE's config (GH-14822)Tal Einat2019-07-231-7/+31
* Fix typo found by Min ho Kim (#14879)Terry Jan Reedy2019-07-211-1/+1
* bpo-37627: Initialize IDLE Custom Run dialog with previous entries (#14870)Ngalim Siregar2019-07-213-10/+19
* bpo-33610: IDLE's code-context always shows current context immediately (GH-1...Tal Einat2019-07-182-7/+21
* bpo-36390: Gather IDLE Format menu functions into format.py (#14827)Terry Jan Reedy2019-07-185-114/+112
* bpo-36390: IDLE: Combine region formatting methods. (GH-12481)Cheryl Sabella2019-07-176-327/+587
* bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675)Tal Einat2019-07-174-99/+137
* bpo-27452: IDLE: Cleanup config.py code (GH-14577)Cheryl Sabella2019-07-162-39/+9
* bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500)Tal Einat2019-07-112-23/+77
* bpo-26806: IDLE should run without docstrings (#14657)Terry Jan Reedy2019-07-092-8/+19
* bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)Tal Einat2019-07-064-135/+173
* Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263)İsmail Arılık2019-06-201-1/+1
* bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209)Terry Jan Reedy2019-06-183-23/+41
* bpo-5680: IDLE: Customize running a module (GH-13763)Cheryl Sabella2019-06-189-50/+193
* bpo-37321: Edit IDLE subprocess connection error messages. (#14170)Terry Jan Reedy2019-06-173-9/+14
* bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)Tal Einat2019-06-173-28/+117
* bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957)Terry Jan Reedy2019-06-161-2/+2
* IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876)Cheryl Sabella2019-06-071-2/+2
* bpo-37177: make IDLE's search dialogs transient (GH-13869)Tal Einat2019-06-072-5/+8
* bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)Terry Jan Reedy2019-06-052-61/+67
* IDLE: Fix typos in docs and comments (GH-13749)Xtreak2019-06-0311-11/+11
* bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)Cheryl Sabella2019-06-027-13/+11
* bpo-32411: IDLE: Remove line number sort in browser.py (#5011)Cheryl Sabella2019-06-013-17/+20
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-012-2/+2
* IDLE - Capitalize search dialogs' 'Close' button label. (#13691)Terry Jan Reedy2019-05-312-2/+3
* bpo-37039: IDLE - zoomheight fixes (GH-13576)Terry Jan Reedy2019-05-272-25/+13
* bpo-37038: Make idlelib.run runnable; add test clause (GH-13560)Terry Jan Reedy2019-05-252-8/+24
* bpo-36958: In IDLE, print exit message (GH-13435)Terry Jan Reedy2019-05-203-6/+15
* Fix typos in documentation. Patch by tirkarthi. (GH-13354)Terry Jan Reedy2019-05-161-6/+6
* bpo-36807: When saving a file in IDLE, call flush and fsync (#13102)Guido van Rossum2019-05-131-0/+2
* bpo-36766: Typos in docs and code comments (GH-13116)penguindustin2019-05-064-4/+4
* Syntax highlight IDLE html doc code example. (GH-12981)Terry Jan Reedy2019-04-271-25/+23
* bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553)Serhiy Storchaka2019-03-271-2/+1
* bpo-36429: Fix starting IDLE with pyshell (#12548)Terry Jan Reedy2019-03-262-5/+12
* bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209)Louie Lu2019-03-242-27/+130
* bpo-36405: IDLE - Restore __main__ and add tests (#12518)Terry Jan Reedy2019-03-244-9/+17