[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
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-34275: Make IDLE calltips always visible on Mac. #8639

Merged
merged 3 commits into from Aug 3, 2018

Conversation

Copy link
Member

terryjreedy commented Aug 3, 2018

Some MacOS-tk combinations need .update_idletasks().
The call is both unneeded and innocuous on Linux and Windows.
Patch by Kevin Walzer.

https://bugs.python.org/issue34275

terryjreedy added 2 commits Aug 3, 2018
Some MacOS-tk combinations need .update_idletasks().
The call is both unneeded and innocuous on Linux and Windows.
Patch by Kevin Waltzer.
Copy link
Member Author

terryjreedy commented Aug 3, 2018

Failures are for test_subprocess, not test_idle.

terryjreedy merged commit 9beaef6 into python:master Aug 3, 2018
Copy link
Contributor

miss-islington commented Aug 3, 2018

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7.
🐍🍒🤖

terryjreedy deleted the calltip branch Aug 3, 2018
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 3, 2018
Some MacOS-tk combinations need .update_idletasks().
The call is both unneeded and innocuous on Linux and Windows.
Patch by Kevin Waltzer.
(cherry picked from commit 9beaef6)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Copy link

bedevere-bot commented Aug 3, 2018

GH-8642 is a backport of this pull request to the 3.7 branch.

Copy link

bedevere-bot commented Aug 3, 2018

GH-8643 is a backport of this pull request to the 3.6 branch.

Copy link
Contributor

miss-islington commented Aug 3, 2018

Sorry, @terryjreedy, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 9beaef6225cdae972b1cccd5310828cc29bf9d33 2.7

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 3, 2018
Some MacOS-tk combinations need .update_idletasks().
The call is both unneeded and innocuous on Linux and Windows.
Patch by Kevin Waltzer.
(cherry picked from commit 9beaef6)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
terryjreedy added a commit to terryjreedy/cpython that referenced this pull request Aug 3, 2018
Some MacOS-tk combinations need .update_idletasks().
The call is both unneeded and innocuous on Linux and Windows.
Patch by Kevin Walzer.

(cherry picked from commit 9beaef6)
terryjreedy added a commit to terryjreedy/cpython that referenced this pull request Aug 3, 2018
…8639)

Some MacOS-tk combinations need .update_idletasks().
The call is both unneeded and innocuous on Linux and Windows.
Patch by Kevin Waltzer..
(cherry picked from commit 9beaef6)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Copy link

bedevere-bot commented Aug 3, 2018

GH-8644 is a backport of this pull request to the 2.7 branch.

miss-islington added a commit that referenced this pull request Aug 3, 2018
Some MacOS-tk combinations need .update_idletasks().
The call is both unneeded and innocuous on Linux and Windows.
Patch by Kevin Waltzer.
(cherry picked from commit 9beaef6)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington added a commit that referenced this pull request Aug 3, 2018
Some MacOS-tk combinations need .update_idletasks().
The call is both unneeded and innocuous on Linux and Windows.
Patch by Kevin Waltzer.
(cherry picked from commit 9beaef6)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
terryjreedy added a commit that referenced this pull request Aug 3, 2018
…GH-8644)

Some MacOS-tk combinations need .update_idletasks().
The call is both unneeded and innocuous on Linux and Windows.
Patch by Kevin Walzer.

(cherry picked from commit 9beaef6)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
yahya-abou-imran pushed a commit to yahya-abou-imran/cpython that referenced this pull request Nov 2, 2018
Some MacOS-tk combinations need .update_idletasks().
The call is both unneeded and innocuous on Linux and Windows.
Patch by Kevin Waltzer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants