Skip to content
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

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

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 Jul 1, 2019
@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 Jun 20, 2020
Copy link
Member

@terryjreedy terryjreedy left a comment

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
2 of 3 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Jan 5, 2021

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

miss-islington commented Jan 5, 2021

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

miss-islington commented Jan 5, 2021

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

miss-islington commented Jan 5, 2021

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

miss-islington commented Jan 5, 2021

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

miss-islington commented Jan 5, 2021

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

miss-islington commented Jan 5, 2021

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

miss-islington commented Jan 5, 2021

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

miss-islington commented Jan 5, 2021

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

bedevere-bot commented Jan 5, 2021

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

@miss-islington
Copy link
Contributor

miss-islington commented Jan 5, 2021

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

miss-islington commented Jan 5, 2021

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

bedevere-bot commented Jan 5, 2021

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 Jan 22, 2021
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.

None yet

6 participants