summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
...
* [3.6] Fix duplicating words words. (GH-6296) (GH-6298)Terry Jan Reedy2018-03-282-2/+2
* bpo-32984: IDLE - set __file__ for startup files (GH-5981)Miss Islington (bot)2018-03-051-0/+3
* bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)Miss Islington (bot)2018-02-282-89/+31
* bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932)Miss Islington (bot)2018-02-281-0/+16
* bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)Miss Islington (bot)2018-02-244-102/+102
* bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)Miss Islington (bot)2018-02-222-50/+7
* bpo-32874: IDLE: add tests for pyparse (GH-5755)Miss Islington (bot)2018-02-222-66/+618
* bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)Miss Islington (bot)2018-02-122-4/+5
* bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5...Miss Islington (bot)2018-02-121-25/+27
* bpo-30928: IDLE - update NEWS.txt [GH-5539] (GH-5545)Terry Jan Reedy2018-02-051-3/+6
* bpo-32765: Update configdialog General tab create page docstring (GH-5529) (G...Miss Islington (bot)2018-02-051-0/+16
* [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)Terry Jan Reedy2018-02-041-2/+2
* [3.6] bpo-30928: prepare idlelib/NEWS.txt for 3.6.5 entries. (#5508)Terry Jan Reedy2018-02-031-3/+13
* Fix idlelib comment typos reported by Mike on pull request 4803. (GH-4807) (#...Miss Islington (bot)2017-12-123-3/+3
* Removed doubled 'bpo-'. (GH-4777) (#4780)Miss Islington (bot)2017-12-101-1/+1
* bpo-30928: update idlelib/NEWS.txt. (GH-4706) (#4707)Miss Islington (bot)2017-12-051-0/+7
* bpo-32207: Improve tk event exception tracebacks in IDLE. (GH-4703) (#4705)Miss Islington (bot)2017-12-041-5/+9
* bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (GH-4701) (#4702)Miss Islington (bot)2017-12-041-0/+16
* bpo-32164: Delete unused file idlelib/tabbedpages.py (GH-4628) (#4631)Miss Islington (bot)2017-11-291-498/+0
* bpo-30781: Remove unused imports in idlelib.configdialog. (GH-4627) (#4630)Miss Islington (bot)2017-11-291-4/+3
* bpo-32100: Delete unneeded import in idlelib.pathbrowser. (GH-4626) (#4629)Miss Islington (bot)2017-11-291-1/+0
* [3.6] bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (GH-4484) (#4512)Terry Jan Reedy2017-11-235-27/+88
* [3.6] Fix miscellaneous typos in idlelib (GH-4275) (#4291)Terry Jan Reedy2017-11-064-5/+5
* IDLE -- Restrict shell prompt manipulaton to the shell. (GH-4143) (#4155)Miss Islington (bot)2017-10-282-24/+15
* bpo-31860: Make the font sample in the IDLE font configuration dialog editabl...Miss Islington (bot)2017-10-282-34/+43
* [3.6] bpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17. (GH-4025) (#4028)Miss Islington (bot)2017-10-171-0/+39
* [3.6] bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (GH...Miss Islington (bot)2017-10-171-19/+61
* [3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014...Miss Islington (bot)2017-10-172-3/+38
* [3.6] bpo-25588: Document autotest in idle_test/README.txt. (GH-4000) (#4001)Terry Jan Reedy2017-10-151-1/+10
* [3.6] IDLE: make filetypes a tuple constant. (GH-3847) (#3848)Terry Jan Reedy2017-10-011-2/+2
* [3.6] bpo-31460: Simplify the API of IDLE's Module Browser. (GH-3842) (#3843)Terry Jan Reedy2017-10-013-47/+36
* [3.6] bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (GH-3839...Terry Jan Reedy2017-09-306-6/+6
* [3.6] bpo-31459: Rename IDLE's module browser from Class Browser to Module Br...Miss Islington (bot)2017-09-236-37/+37
* [3.6] bpo-31559: Remove test order dependence in idle_test.test_browser. (GH-...Miss Islington (bot)2017-09-231-17/+34
* [3.6] bpo-1612262: IDLE: Class Browser shows nested functions, classes (GH-2...Terry Jan Reedy2017-09-224-158/+729
* [3.6] bpo-31500: IDLE: Scale default fonts on HiDPI displays. (GH-3639) (#3686)Terry Jan Reedy2017-09-213-0/+19
* [3.6] bpo-31500: Removed fixed size of IDLE config dialog. (GH-3664) (#3665)Miss Islington (bot)2017-09-191-1/+1
* [3.6] bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (GH-3635) (#3637)Miss Islington (bot)2017-09-181-0/+19
* [3.6] bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (...Miss Islington (bot)2017-09-181-2/+2
* [3.6] bpo-31493: Fix code context update and font update timers. (GH-3622) (#...Miss Islington (bot)2017-09-171-26/+26
* [3.6] bpo-31488: IDLE - update former extensions when options change. (GH-361...Miss Islington (bot)2017-09-163-25/+28
* [3.6] bpo-314777: IDLE - improve rstrip entry in doc (GH-3602) (#3605)Terry Jan Reedy2017-09-151-2/+4
* [3.6] bpo-31462: IDLE - remove trailing whitespaces (GH-3564) (#3594)Terry Jan Reedy2017-09-153-31/+31
* [3.6] bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (G...Miss Islington (bot)2017-09-153-45/+40
* [3.6] bpo-31421: Document how IDLE runs tkinter programs. (GH-3513) (#3514)Miss Islington (bot)2017-09-121-10/+30
* [3.6] bpo-27099: Finish updating IDLE doc and help text. (GH-3510) (#3511)Miss Islington (bot)2017-09-121-16/+7
* [3.6] bpo-30928: Update idlelib/NEWS.txt to 2017-09-11. (GH-3503) (#3504)Miss Islington (bot)2017-09-111-0/+46
* [3.6] bpo-31414: IDLE -- fix tk entry box tests by deleting first. (GH-3501) ...Miss Islington (bot)2017-09-111-11/+17
* [3.6] bpo-30781: IDLE: Fix help button on configdialog (GH-3238) (#3489)Miss Islington (bot)2017-09-111-3/+3
* [3.6] bpo-27099: IDLE - Convert built-in extensions to regular features (GH-2...Terry Jan Reedy2017-09-1119-252/+428