Skip to content

gh-75710: IDLE - add docstrings and comments to editor module - #104446

Merged
terryjreedy merged 1 commit into
python:mainfrom
terryjreedy:edstring
May 13, 2023
Merged

gh-75710: IDLE - add docstrings and comments to editor module#104446
terryjreedy merged 1 commit into
python:mainfrom
terryjreedy:edstring

Conversation

@terryjreedy

@terryjreedyterryjreedy commented May 13, 2023

Copy link
Copy Markdown
Member

Commit extracted from PR #3669. Will edit more later.

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>

Commit extracted from PR python#3669. Will edits more later.
Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
@terryjreedyterryjreedy added skip news stdlib Standard Library Python modules in the Lib/ directory needs backport to 3.11 only security fixes labels May 13, 2023
@terryjreedyterryjreedy self-assigned this May 13, 2023
Comment threadLib/idlelib/editor.py
@terryjreedy
terryjreedy merged commit 46f1c78 into python:mainMay 13, 2023
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@bedevere-bot

Copy link
Copy Markdown

GH-104450 is a backport of this pull request to the 3.11 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.11 only security fixes label May 13, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 13, 2023
…ythonGH-104446)
Commit extracted from PR pythonGH-3669. Will edit more later.
(cherry picked from commit 46f1c78)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
terryjreedy added a commit that referenced this pull request May 13, 2023
…H-104446) (#104450)
gh-75710: IDLE - add docstrings and comments to editor module (GH-104446)
Commit extracted from PR GH-3669. Will edit more later.
(cherry picked from commit 46f1c78)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
carljm added a commit to carljm/cpython that referenced this pull request May 15, 2023
* main: (29 commits)
pythongh-101819: Fix _io clinic input for unused base class method stubs (python#104418)
pythongh-101819: Isolate `_io` (python#101948)
Bump mypy from 1.2.0 to 1.3.0 in /Tools/clinic (python#104501)
pythongh-104494: Update certain Tkinter pack/place tests for Tk 8.7 errors (python#104495)
pythongh-104050: Run mypy on `clinic.py` in CI (python#104421)
pythongh-104490: Consistently define phony make targets (python#104491)
pythongh-67056: document that registering/unregistering an atexit func from within an atexit func is undefined (python#104473)
pythongh-104487: PYTHON_FOR_REGEN must be minimum Python 3.10 (python#104488)
pythongh-101282: move BOLT config after PGO (pythongh-104493)
pythongh-104469 Convert _testcapi/float.c to use AC (pythongh-104470)
pythongh-104456: Fix ref leak in _ctypes.COMError (python#104457)
pythongh-98539: Make _SSLTransportProtocol.abort() safe to call when closed (python#104474)
pythongh-104337: Clarify random.gammavariate doc entry (python#104410)
Minor improvements to typing docs (python#104465)
pythongh-87092: avoid gcc warning on uninitialized struct field in assemble.c (python#104460)
pythonGH-71383: IDLE - Document testing subsets of modules (python#104463)
pythongh-104454: Fix refleak in AttributeError_reduce (python#104455)
pythongh-75710: IDLE - add docstrings and comments to editor module (python#104446)
pythongh-91896: Revert some very noisy DeprecationWarnings for `ByteString` (python#104424)
Add a mention of PYTHONBREAKPOINT to breakpoint() docs (python#104430)
...
carljm added a commit to carljm/cpython that referenced this pull request May 15, 2023
* main: (204 commits)
pythongh-101819: Fix _io clinic input for unused base class method stubs (python#104418)
pythongh-101819: Isolate `_io` (python#101948)
Bump mypy from 1.2.0 to 1.3.0 in /Tools/clinic (python#104501)
pythongh-104494: Update certain Tkinter pack/place tests for Tk 8.7 errors (python#104495)
pythongh-104050: Run mypy on `clinic.py` in CI (python#104421)
pythongh-104490: Consistently define phony make targets (python#104491)
pythongh-67056: document that registering/unregistering an atexit func from within an atexit func is undefined (python#104473)
pythongh-104487: PYTHON_FOR_REGEN must be minimum Python 3.10 (python#104488)
pythongh-101282: move BOLT config after PGO (pythongh-104493)
pythongh-104469 Convert _testcapi/float.c to use AC (pythongh-104470)
pythongh-104456: Fix ref leak in _ctypes.COMError (python#104457)
pythongh-98539: Make _SSLTransportProtocol.abort() safe to call when closed (python#104474)
pythongh-104337: Clarify random.gammavariate doc entry (python#104410)
Minor improvements to typing docs (python#104465)
pythongh-87092: avoid gcc warning on uninitialized struct field in assemble.c (python#104460)
pythonGH-71383: IDLE - Document testing subsets of modules (python#104463)
pythongh-104454: Fix refleak in AttributeError_reduce (python#104455)
pythongh-75710: IDLE - add docstrings and comments to editor module (python#104446)
pythongh-91896: Revert some very noisy DeprecationWarnings for `ByteString` (python#104424)
Add a mention of PYTHONBREAKPOINT to breakpoint() docs (python#104430)
...
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newsstdlibStandard Library Python modules in the Lib/ directory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@terryjreedy@miss-islington@bedevere-bot@Eclips4