Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-32631: IDLE: Enable zzdummy extension module#14491

Merged
terryjreedy merged 4 commits intopython:masterpython/cpython:masterfrom
csabella:bpo32631csabella/cpython:bpo32631Copy head branch name to clipboard
Jan 5, 2021
Merged

bpo-32631: IDLE: Enable zzdummy extension module#14491
terryjreedy merged 4 commits intopython:masterpython/cpython:masterfrom
csabella:bpo32631csabella/cpython:bpo32631Copy head branch name to clipboard

Conversation

@csabella
Copy link
Contributor

@csabella csabella commented Jul 1, 2019

  • Complete functionality to add or remove prefix string to each line.
  • Add comments and docstrings to zzdummy.
  • Add unittests in test_zzdummy.
  • Add help section for extensions tab to configdialog.

https://bugs.python.org/issue32631

@csabella csabella requested a review from terryjreedy as a code owner July 1, 2019 00:45
@brettcannon brettcannon added the type-feature A feature request or enhancement label Jul 5, 2019
* Complete functionality to add or remove prefix string to each line.
* Add comments and docstrings to zzdummy.
* Add unittests in test_zzdummy.
* Add help section for extensions tab to configdialog.
@csabella csabella requested a review from taleinat June 20, 2020 13:09
Copy link
Member

@terryjreedy terryjreedy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although the behavior is not exactly what I intended (see issue), the example now works as an example. Approved with my minor doc changes. Will merge when retest passes.

@terryjreedy
Copy link
Member

terryjreedy commented Jan 5, 2021

The Travis and Pipelines failures are only due to bad markup in the News item for bpo-40810, just fixed by #24110 and backports. I restarted Travis and it passed. Cannot restart Pipelines, so ignoring.

@terryjreedy terryjreedy merged commit e40e2a2 into python:master Jan 5, 2021
@miss-islington
Copy link
Contributor

Thanks @csabella for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @csabella and @terryjreedy, I had trouble checking out the 3.9 backport branch.
Please backport using cherry_picker on command line.
cherry_picker e40e2a2cc94c554e7e245a8ca5a7432d31a95766 3.9

@miss-islington
Copy link
Contributor

Sorry, @csabella and @terryjreedy, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker e40e2a2cc94c554e7e245a8ca5a7432d31a95766 3.8

@miss-islington
Copy link
Contributor

Thanks @csabella for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @csabella and @terryjreedy, I had trouble checking out the 3.9 backport branch.
Please backport using cherry_picker on command line.
cherry_picker e40e2a2cc94c554e7e245a8ca5a7432d31a95766 3.9

@miss-islington
Copy link
Contributor

Thanks @csabella for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@miss-islington
Copy link
Contributor

Thanks @csabella for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @csabella and @terryjreedy, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker e40e2a2cc94c554e7e245a8ca5a7432d31a95766 3.8

@miss-islington
Copy link
Contributor

Sorry @csabella and @terryjreedy, I had trouble checking out the 3.9 backport branch.
Please backport using cherry_picker on command line.
cherry_picker e40e2a2cc94c554e7e245a8ca5a7432d31a95766 3.9

terryjreedy pushed a commit to terryjreedy/cpython that referenced this pull request Jan 5, 2021
…nGH-14491)

Make menu items work with formatter, add docstrings, add 100% tests.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit e40e2a2)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
@bedevere-bot
Copy link

GH-24114 is a backport of this pull request to the 3.9 branch.

@miss-islington
Copy link
Contributor

Thanks @csabella for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @csabella and @terryjreedy, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker e40e2a2cc94c554e7e245a8ca5a7432d31a95766 3.8

terryjreedy added a commit that referenced this pull request Jan 5, 2021
)

Make menu items work with formatter, add docstrings, add 100% tests.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit e40e2a2)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
terryjreedy added a commit to terryjreedy/cpython that referenced this pull request Jan 5, 2021
)

Make menu items work with formatter, add docstrings, add 100% tests.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit e40e2a2)
terryjreedy added a commit to terryjreedy/cpython that referenced this pull request Jan 5, 2021
…nGH-14491)

Make menu items work with formatter, add docstrings, add 100% tests.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>.
(cherry picked from commit e40e2a2)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
@bedevere-bot
Copy link

GH-24115 is a backport of this pull request to the 3.8 branch.

terryjreedy added a commit that referenced this pull request Jan 5, 2021
)

Make menu items work with formatter, add docstrings, add 100% tests.

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit e40e2a2)
@csabella csabella deleted the bpo32631 branch January 22, 2021 13:26
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
)

Make menu items work with formatter, add docstrings, add 100% tests.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-feature A feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.