8000 bpo-32631: IDLE: Enable zzdummy extension module by csabella · Pull Request #14491 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 5, 2021

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

@terryjreedy terryjreedy added needs backport to 3.9 only security fixes and removed needs backport to 3.9 only security fixes labels 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.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
0