Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.6
/
Lib
/
idlelib
tag
29731c007987cef7fa1aac6d6bdd8ab6e27af679
tagger
Ned Deily <nad@python.org>
Sat Jan 01 00:57:13 2022
object
8d999cbf4adea053be6dbb612b9844635c4dfb8e
Final head of the former 3.6 branch
1066554
bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (GH-10464)
by Miss Islington (bot)
· 7 years ago
7a2cf1e
bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-11001)
by Serhiy Storchaka
· 7 years ago
af1f977
[3.6] bpo-34162: Update idlelib NEWS to 2018-12-05 (GH-10964) (GH-10979)
by Terry Jan Reedy
· 7 years ago
8d816f7
bpo-35202: Remove more unused imports in idlelib (GH-10573)
by Miss Islington (bot)
· 7 years ago
be657c1
bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478)
by Miss Islington (bot)
· 7 years ago
a650493
bpo-34864: Document two IDLE on MacOS issues. (GH-10456)
by Miss Islington (bot)
· 7 years ago
2903b0f
bpo-35202: Remove unused imports in idlelib (GH-10438)
by Miss Islington (bot)
· 7 years ago
25bd107
bpo-33000: Document that IDLE's shell has no line limit. (GH-10373)
by Miss Islington (bot)
· 7 years ago
7476fef
bpo-23220: Explain how IDLE's Shell displays output (GH-10356) (#10369)
by Miss Islington (bot)
· 7 years ago
54bcb6c
bpo-35099: Update idlelib/help.html (GH-10353)
by Miss Islington (bot)
· 7 years ago
7054e5c
[3.6] bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) (GH-10335)
by Serhiy Storchaka
· 7 years ago
9bdadc1
bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206)
by Miss Islington (bot)
· 7 years ago
5c0a9c4
Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195)
by Miss Islington (bot)
· 7 years ago
69ab28d2
bpo-1529353: Explain Shell text squeezing in the IDLE doc. (GH-10169)
by Miss Islington (bot)
· 7 years ago
0e6329d
bpo-35088: Update idlelib.help.copy_string docstring (GH-10164)
by Miss Islington (bot)
· 7 years ago
0995314
bpo-35087: Update idlelib help files for the current doc build. (GH-10162)
by Miss Islington (bot)
· 7 years ago
6829930
bpo-33656: Move pyshell ctypes import inside try block. (GH-9858)
by Miss Islington (bot)
· 7 years ago
e7ebf14
[3.6] bpo-34906: Doc: Fix typos (2) (GH-9735)
by Stéphane Wirtel
· 7 years ago
cb0bec3
bpo-34850: Replace is with == in idlelib.iomenu (GH-9649)
by Miss Islington (bot)
· 7 years ago
dc335ae
bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)
by Miss Islington (bot)
· 7 years ago
0b3e120
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
by Miss Islington (bot)
· 7 years ago
1ab9dfc
bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551)
by Miss Islington (bot)
· 7 years ago
6b48f98
bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)
by Miss Islington (bot)
· 7 years ago
ca4badb
bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)
by Miss Islington (bot)
· 7 years ago
2474cef
bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683)
by Miss Islington (bot)
· 7 years ago
363105e
bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)
by Miss Islington (bot)
· 7 years ago
8c4a005
bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616)
by Miss Islington (bot)
· 7 years ago
9fcfb7b
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
by Miss Islington (bot)
· 7 years ago
9176962
[3.6] bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345) (GH-8348)
by Terry Jan Reedy
· 7 years ago
5d2d9d7
bpo-33975: Avoid small type when running IDLE's htests. (GH-7944)
by Miss Islington (bot)
· 7 years ago
c604063
bpo-33924: Add missed mac-specific 'windows' to 'window' changes (GH-7920)
by Miss Islington (bot)
· 7 years ago
cef5da5
bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)
by Miss Islington (bot)
· 7 years ago
7729d6d
bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)
by Miss Islington (bot)
· 7 years ago
a0622f1
bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852)
by Miss Islington (bot)
· 7 years ago
06deaf4
bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)
by Miss Islington (bot)
· 7 years ago
2839da4
bpo-33906: Rename idlelib.windows as window (GH-7833)
by Miss Islington (bot)
· 7 years ago
7c853d0
bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)
by Miss Islington (bot)
· 7 years ago
b41dc56
bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)
by Miss Islington (bot)
· 7 years ago
17d4c53
bpo-33907: Rename an IDLE module and classes. (GH-7810)
by Miss Islington (bot)
· 7 years ago
e97a685
[3.6] bpo-33907: Rename an IDLE module and class. (GH-7807) (GH-7809)
by Terry Jan Reedy
· 7 years ago
90209a1
bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)
by Miss Islington (bot)
· 7 years ago
684bc3d
bpo-33855: More edits and new minimal tests for IDLE (GH-7761)
by Miss Islington (bot)
· 7 years ago
25531fb
bpo-33856: Add "help" to the welcome message of IDLE (GH-7755)
by Miss Islington (bot)
· 7 years ago
833b3d2
[3.6] bpo-33855: Minimally test all IDLE modules. (GH-7689) (GH-7734)
by Terry Jan Reedy
· 7 years ago
2023eaf
bpo-33656: Mention color in idlelib/NEWS.txt entry. (GH-7646)
by Miss Islington (bot)
· 7 years ago
afa1ea5
bpo-33656: Add enum name for argument of Windows call. (GH-7642)
by Miss Islington (bot)
· 7 years ago
0404d35
bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)
by Miss Islington (bot)
· 7 years ago
08a1b13
bpo-33610: Update IDLE Code Context doc entry (GH-7597)
by Miss Islington (bot)
· 7 years ago
88437a9
Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517)
by Miss Islington (bot)
· 7 years ago
1038669
bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411)
by Miss Islington (bot)
· 7 years ago
ffe29db
bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367)
by Miss Islington (bot)
· 7 years ago
db22229
bpo-33664: Scroll IDLE editor text by lines (GH-7351)
by Miss Islington (bot)
· 7 years ago
dd851d6
bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)
by Miss Islington (bot)
· 7 years ago
a42fe3c
bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)
by Miss Islington (bot)
· 7 years ago
935c81b
bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085)
by Miss Islington (bot)
· 7 years ago
09a5c07
[3.6] bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (GH-6997)
by Terry Jan Reedy
· 7 years ago
83aedc4
bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638)
by Miss Islington (bot)
· 7 years ago
eb4590e
bpo-33564: Add async to IDLE's code context block openers. (GH-6960)
by Miss Islington (bot)
· 7 years ago
8fa36b6
bpo-30928: update idlelib/NEWS.txt for 3.6. (#6888)
by Terry Jan Reedy
· 7 years ago
47793de
bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (GH-6873)
by Miss Islington (bot)
· 7 years ago
1b0d65f
[3.6] bpo-29706: IDLE now colors async and await as keywords in 3.6. (#6879)
by Terry Jan Reedy
· 7 years ago
7c59a33
bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846)
by Miss Islington (bot)
· 7 years ago
3d11630
bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-6643)
by Miss Islington (bot)
· 7 years ago
82de43f
[3.6] Spelling fixes to docs, docstrings, and comments (GH-6374) (#6558)
by Terry Jan Reedy
· 7 years ago
306559e
bpo-33204: IDLE - revise and extend colorizer test. (GH-6347)
by Miss Islington (bot)
· 7 years ago
16cf84b
bpo-33204: IDLE: consistently color invalid string prefixes (GH-6344)
by Miss Islington (bot)
· 7 years ago
a10a709
[3.6] Fix duplicating words words. (GH-6296) (GH-6298)
by Terry Jan Reedy
· 7 years ago
6935a51
bpo-32984: IDLE - set __file__ for startup files (GH-5981)
by Miss Islington (bot)
· 7 years ago
32f5392
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)
by Miss Islington (bot)
· 7 years ago
8c65360
bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932)
by Miss Islington (bot)
· 7 years ago
cd2112f
bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)
by Miss Islington (bot)
· 7 years ago
d8e7b98
bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)
by Miss Islington (bot)
· 7 years ago
52064c3
bpo-32874: IDLE: add tests for pyparse (GH-5755)
by Miss Islington (bot)
· 7 years ago
9fad857
bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)
by Miss Islington (bot)
· 8 years ago
46daf39
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639)
by Miss Islington (bot)
· 8 years ago
7bd5a75
bpo-30928: IDLE - update NEWS.txt [GH-5539] (GH-5545)
by Terry Jan Reedy
· 8 years ago
1c2b138
bpo-32765: Update configdialog General tab create page docstring (GH-5529) (GH-5538)
by Miss Islington (bot)
· 8 years ago
c90a5de
[3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)
by Terry Jan Reedy
· 8 years ago
72584d2
[3.6] bpo-30928: prepare idlelib/NEWS.txt for 3.6.5 entries. (#5508)
by Terry Jan Reedy
· 8 years ago
82adaf5
Fix idlelib comment typos reported by Mike on pull request 4803. (GH-4807) (#4809)
by Miss Islington (bot)
· 8 years ago
f446b24
Removed doubled 'bpo-'. (GH-4777) (#4780)
by Miss Islington (bot)
· 8 years ago
7a6f28f
bpo-30928: update idlelib/NEWS.txt. (GH-4706) (#4707)
by Miss Islington (bot)
· 8 years ago
9da33c8
bpo-32207: Improve tk event exception tracebacks in IDLE. (GH-4703) (#4705)
by Miss Islington (bot)
· 8 years ago
6e687948
bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (GH-4701) (#4702)
by Miss Islington (bot)
· 8 years ago
957aef7
bpo-32164: Delete unused file idlelib/tabbedpages.py (GH-4628) (#4631)
by Miss Islington (bot)
· 8 years ago
a8de696
bpo-30781: Remove unused imports in idlelib.configdialog. (GH-4627) (#4630)
by Miss Islington (bot)
· 8 years ago
38ecf57
bpo-32100: Delete unneeded import in idlelib.pathbrowser. (GH-4626) (#4629)
by Miss Islington (bot)
· 8 years ago
ae3c5c7
[3.6] bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (GH-4484) (#4512)
by Terry Jan Reedy
· 8 years ago
646e4c8
[3.6] Fix miscellaneous typos in idlelib (GH-4275) (#4291)
by Terry Jan Reedy
· 8 years ago
eb5aa36
IDLE -- Restrict shell prompt manipulaton to the shell. (GH-4143) (#4155)
by Miss Islington (bot)
· 8 years ago
6a2957d
bpo-31860: Make the font sample in the IDLE font configuration dialog editable. (GH-4106) (#4154)
by Miss Islington (bot)
· 8 years ago
98e0f26
[3.6] bpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17. (GH-4025) (#4028)
by Miss Islington (bot)
· 8 years ago
ecacbb4
[3.6] bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (GH-3960) (#4027)
by Miss Islington (bot)
· 8 years ago
2712247
[3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014) (#4024)
by Miss Islington (bot)
· 8 years ago
0fee56c
[3.6] bpo-25588: Document autotest in idle_test/README.txt. (GH-4000) (#4001)
by Terry Jan Reedy
· 8 years ago
c041816
[3.6] IDLE: make filetypes a tuple constant. (GH-3847) (#3848)
by Terry Jan Reedy
· 8 years ago
c8198c9
[3.6] bpo-31460: Simplify the API of IDLE's Module Browser. (GH-3842) (#3843)
by Terry Jan Reedy
· 8 years ago
40c54d5
[3.6] bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (GH-3839) (#3841)
by Terry Jan Reedy
· 8 years ago
b650194
[3.6] bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (GH-3704) (#3710)
by Miss Islington (bot)
· 8 years ago
429b3b1
[3.6] bpo-31559: Remove test order dependence in idle_test.test_browser. (GH-3708) (#3709)
by Miss Islington (bot)
· 8 years ago
Next »