-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
gh-138577: Fix keyboard shortcuts in getpass with echo_char #141597
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
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
bb60653
gh-138577: Fix keyboard shortcuts in getpass with echo_char
CuriousLearner 31e35e4
Address reviews on dispatcher pattern + handle other ctrl chars
CuriousLearner b8609bd
Address reviews
CuriousLearner 2691ad9
Merge remote-tracking branch 'upstream/main' into fix-gh-138577
CuriousLearner 6a59f3b
Address reviews
CuriousLearner d280ce9
fix: prevent prompt corruption during getpass echo_char line editing
CuriousLearner 3f1a861
fix: disable IEXTEN in non-canonical mode to allow Ctrl+V (LNEXT) han…
CuriousLearner 537392c
refactor: address review on getpass echo_char line editing
CuriousLearner e1e4aa3
fix: Add comments about ICANON and IEXTEN
CuriousLearner 3e05fa3
Merge branch 'main' of github.com:python/cpython into fix-gh-138577
CuriousLearner 90da605
Address reviews
CuriousLearner ef1efcb
Merge branch 'main' into fix-gh-138577
CuriousLearner a7c1de3
Remove prefix from private class methods
CuriousLearner 78b2c6a
Merge branch 'fix-gh-138577' of github.com:CuriousLearner/cpython int…
CuriousLearner e1461a7
Merge branch 'main' of github.com:python/cpython into fix-gh-138577
CuriousLearner 741a817
Apply suggestions from code review
vstinner cc5dc99
chore! update some documentation
picnixz 0f5f5c8
fix! refresh screen on Ctrl+A/Ctrl-E
picnixz 9d90dfa
refactor! use more handlers
picnixz 3b2ae38
chore! reduce diff against `main`
picnixz 919af5c
test: add cursor position tests for Ctrl+A/Ctrl+E in getpass echo_char
CuriousLearner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Address reviews
- Loading branch information
commit b8609bd4c3863f3cbf5ccf34cb33b350a94deca8
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.