Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4bd79c38efe3cc0a3c724605cf9474e2d1b6b6e2
/
Lib
/
idlelib
4bd79c3
bpo-35598: IDLE: Switch config_key dialog to ttk widgets (GH-11365)
by Cheryl Sabella
· 7 years ago
b0a6196
bpo-35598: IDLE: Increase test coverage for config_key.py (#11360)
by Cheryl Sabella
· 7 years ago
4bc2467
bpo-34055: Revert deletion of line in IDLE's PyShell (#11346)
by Terry Jan Reedy
· 7 years ago
c0381aa
bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325)
by Cheryl Sabella
· 7 years ago
804a5d9
IDLE: Create function to update menu item state. (GH-11343)
by Cheryl Sabella
· 7 years ago
c465682
bpo-35591: IDLE Find Selection now works when selection not found (GH-11339)
by Terry Jan Reedy
· 7 years ago
55698cc
bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330)
by Cheryl Sabella
· 7 years ago
44a79cc
bpo-35208: Fix IDLE Squeezer line counting (GH-10449)
by Tal Einat
· 7 years ago
8874f51
bpo-35555: IDLE: Gray out Code Context menu item on non-editors (#11282)
by Cheryl Sabella
· 7 years ago
c1b4b0f
bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214)
by Cheryl Sabella
· 7 years ago
292cd6e
bpo-35521: Add more cross-refs to IDLE docs (#11257)
by Terry Jan Reedy
· 7 years ago
87ec110
bpo-34162: Update idlelib/NEWS.txt to 2018-12-20. (#11255)
by Terry Jan Reedy
· 7 years ago
01421be
bpo-35521: IDLE: Add code context section to docs (#11205)
by Cheryl Sabella
· 7 years ago
9ebe879
bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (#10464)
by Tal Einat
· 7 years ago
42b1d61
bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934)
by Serhiy Storchaka
· 7 years ago
6ea9d54
bpo-34162: Update idlelib NEWS to 2018-12-05. (GH-10964)
by Terry Jan Reedy
· 7 years ago
5a087d5
bpo-35202: Remove more unused imports in idlelib (GH-10573)
by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
· 7 years ago
b65413b
bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478)
by Terry Jan Reedy
· 7 years ago
50ff02b
bpo-34864: Document two IDLE on MacOS issues. (GH-10456)
by Terry Jan Reedy
· 7 years ago
43a74ab
bpo-35202: Remove unused imports in idlelib (GH-10438)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 7 years ago
76cd0c3
bpo-33000: Document that IDLE's shell has no line limit. (#10373)
by Terry Jan Reedy
· 7 years ago
75d9d59
bpo-23220: Explain how IDLE's Shell displays output (GH-10356)
by Terry Jan Reedy
· 7 years ago
f1d3efc
bpo-35099: Update idlelib/help.html (#10353)
by Terry Jan Reedy
· 7 years ago
34fd4c2
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
by Serhiy Storchaka
· 7 years ago
ea9c8bd
bpo-35097: Add IDLE doc subsection explaining editor windows. (#10206)
by Terry Jan Reedy
· 7 years ago
1803263
Issue 35093: Document the IDLE document viewer in the IDLE doc. (#10195)
by Terry Jan Reedy
· 7 years ago
68d6dc0
bpo-1529353: Explain Shell text squeezing in the IDLE doc. (#10169)
by Terry Jan Reedy
· 7 years ago
2b555fc
bpo-35088: Update idlelib.help.copy_string docstring (#10164)
by Terry Jan Reedy
· 7 years ago
db40cb5
bpo-35087: Update idlelib help files for the current doc build. (GH-10162)
by Terry Jan Reedy
· 7 years ago
d274afb
bpo-33656: Move pyshell ctypes import inside try block. (GH-9858)
by Terry Jan Reedy
· 7 years ago
683281f
bpo-34906: Doc: Fix typos (2) (GH-9735)
by Stéphane Wirtel
· 7 years ago
5fa247d
bpo-34850: Replace is with == in idlelib.iomenu (GH-9649)
by Terry Jan Reedy
· 7 years ago
22ef31d
bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)
by Terry Jan Reedy
· 7 years ago
604e7b9
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
by Tal Einat
· 7 years ago
16fba62
bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551)
by Terry Jan Reedy
· 7 years ago
5a60667
bpo-34162: Add entry for idlelib/NEWS.txt already included for 3.6/3.7 (GH-9549)
by Terry Jan Reedy
· 7 years ago
c87d9f4
bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)
by Tal Einat
· 7 years ago
077059e
bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)
by Tal Einat
· 7 years ago
87e59ac
bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683)
by Tal Einat
· 7 years ago
9beaef6
bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)
by Terry Jan Reedy
· 7 years ago
dd74369
bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616)
by Tal Einat
· 7 years ago
10ea940
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
by Tal Einat
· 7 years ago
2c5c0a3
bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345)
by Terry Jan Reedy
· 7 years ago
3c8043d
bpo-33975: Avoid small type when running IDLE's htests. (GH-7944)
by Terry Jan Reedy
· 7 years ago
4239773
bpo-33924: Add missed mac-specific 'windows' to 'window' changes (GH-7920)
by Mark Roseman
· 7 years ago
2af9f5d
bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)
by Tal Einat
· 7 years ago
5ae70f6
bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)
by Terry Jan Reedy
· 7 years ago
bcd3a1a
bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852)
by Terry Jan Reedy
· 7 years ago
33c7420
bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)
by Terry Jan Reedy
· 7 years ago
a361e89
bpo-33906: Rename idlelib.windows as window (#7833)
by Terry Jan Reedy
· 7 years ago
87a9273
bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)
by Terry Jan Reedy
· 7 years ago
9bb9223
bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)
by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
· 7 years ago
9af1836
bpo-33907: Rename an IDLE module and classes. (GH-7810)
by Terry Jan Reedy
· 7 years ago
06e2029
bpo-33907: Rename an IDLE module and class. (GH-7807)
by Terry Jan Reedy
· 7 years ago
4d92158
bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)
by Terry Jan Reedy
· 7 years ago
ea3dc80
bpo-33855: More edits and new minimal tests for IDLE (GH-7761)
by Terry Jan Reedy
· 7 years ago
9d49f85
bpo-33856: Add "help" to the welcome message of IDLE (GH-7755)
by Stéphane Wirtel
· 7 years ago
ee5ef30
bpo-33855: Minimally test all IDLE modules. (GH-7689)
by Terry Jan Reedy
· 7 years ago
4b704f2
bpo-33656: Mention color in idlelib/NEWS.txt entry. (#7646)
by Terry Jan Reedy
· 7 years ago
fd88f31
bpo-33656: Add enum name for argument of Windows call. (GH-7642)
by Terry Jan Reedy
· 7 years ago
800415e
bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)
by Terry Jan Reedy
· 7 years ago
af4b013
bpo-33610: Update IDLE Code Context doc entry (GH-7597)
by Terry Jan Reedy
· 7 years ago
b1f6902
Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517)
by Terry Jan Reedy
· 7 years ago
041272b
bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411)
by Cheryl Sabella
· 7 years ago
b609e68
bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367)
by Cheryl Sabella
· 7 years ago
d49dbd9
bpo-33664: Scroll IDLE editor text by lines (GH-7351)
by Cheryl Sabella
· 7 years ago
de65162
bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)
by Cheryl Sabella
· 7 years ago
29996a1
bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)
by Cheryl Sabella
· 7 years ago
8506016
bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085)
by Cheryl Sabella
· 7 years ago
6b0d09b
bpo-30928: Update idlelib/NEWS.txt. (#6995)
by Terry Jan Reedy
· 7 years ago
654038d
bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638)
by Cheryl Sabella
· 7 years ago
d89ca94
bpo-33564: Add async to IDLE's code context block openers. (GH-6960)
by Terry Jan Reedy
· 7 years ago
038b21f
bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (#6873)
by Terry Jan Reedy
· 7 years ago
389a48e
bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846)
by Terry Jan Reedy
· 7 years ago
5ff3a16
bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-6643)
by Terry Jan Reedy
· 7 years ago
61f82e0
Spelling fixes to docs, docstrings, and comments (GH-6374)
by Ville Skyttä
· 7 years ago
55966f3
bpo-33204: IDLE - revise and extend colorizer test. (GH-6347)
by Terry Jan Reedy
· 7 years ago
da58533
bpo-33204: IDLE: consistently color invalid string prefixes (#6344)
by Terry Jan Reedy
· 7 years ago
bac2d5b
Fix duplicating words words. (GH-6296)
by Serhiy Storchaka
· 7 years ago
22c82be
bpo-32984: IDLE - set __file__ for startup files (GH-5981)
by Terry Jan Reedy
· 7 years ago
f0daa88
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)
by Cheryl Sabella
· 7 years ago
0954c9e
bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932)
by Terry Jan Reedy
· 7 years ago
c29c03a
bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)
by Cheryl Sabella
· 7 years ago
451d1ed
bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)
by Terry Jan Reedy
· 7 years ago
c84cf6c
bpo-32874: IDLE: add tests for pyparse (GH-5755)
by Cheryl Sabella
· 7 years ago
688722c
bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)
by Terry Jan Reedy
· 7 years ago
f34e03e
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639)
by Terry Jan Reedy
· 7 years ago
05e8067
Add entry for uniform lower context; add 'since' to be explicit. (GH-5539)
by Terry Jan Reedy
· 8 years ago
845d864
bpo-32765: Update configdialog General tab create page docstring (GH-5529)
by Cheryl Sabella
· 8 years ago
c3d9508
bpo-32746: Fix multiple typos (GH-5144)
by Leo Arias
· 8 years ago
e570211
Fix idlelib comment typos reported by Mike on pull request 4803. (#4807)
by Terry Jan Reedy
· 8 years ago
f658641
Removed doubled 'bpo-'. (#4777)
by Terry Jan Reedy
· 8 years ago
2c0c68d
bpo-30928: update idlelib/NEWS.txt. (#4706)
by Terry Jan Reedy
· 8 years ago
1e2fcac
bpo-32207: Improve tk event exception tracebacks in IDLE. (#4703)
by Terry Jan Reedy
· 8 years ago
21255fc
bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (#4701)
by Terry Jan Reedy
· 8 years ago
041efd2
bpo-32164: Delete unused file idlelib/tabbedpages.py (#4628)
by Terry Jan Reedy
· 8 years ago
e8f7c78
bpo-30781: Remove unused imports in idlelib.configdialog. (#4627)
by Terry Jan Reedy
· 8 years ago
fd6f8c5
bpo-32100: Delete unneeded import in idlelib.pathbrowser. (#4626)
by Terry Jan Reedy
· 8 years ago
20d48a4
bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484)
by Cheryl Sabella
· 8 years ago
a5293b4
Fix miscellaneous typos (#4275)
by luzpaz
· 8 years ago
Next »