Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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 Nov 15, 2025
31e35e4
Address reviews on dispatcher pattern + handle other ctrl chars
CuriousLearner Nov 16, 2025
b8609bd
Address reviews
CuriousLearner Nov 30, 2025
2691ad9
Merge remote-tracking branch 'upstream/main' into fix-gh-138577
CuriousLearner Mar 21, 2026
6a59f3b
Address reviews
CuriousLearner Mar 22, 2026
d280ce9
fix: prevent prompt corruption during getpass echo_char line editing
CuriousLearner Mar 23, 2026
3f1a861
fix: disable IEXTEN in non-canonical mode to allow Ctrl+V (LNEXT) han…
CuriousLearner Mar 23, 2026
537392c
refactor: address review on getpass echo_char line editing
CuriousLearner Mar 23, 2026
e1e4aa3
fix: Add comments about ICANON and IEXTEN
CuriousLearner Mar 23, 2026
3e05fa3
Merge branch 'main' of github.com:python/cpython into fix-gh-138577
CuriousLearner Mar 23, 2026
90da605
Address reviews
CuriousLearner Mar 24, 2026
ef1efcb
Merge branch 'main' into fix-gh-138577
CuriousLearner Mar 24, 2026
a7c1de3
Remove prefix from private class methods
CuriousLearner Mar 24, 2026
78b2c6a
Merge branch 'fix-gh-138577' of github.com:CuriousLearner/cpython int…
CuriousLearner Mar 24, 2026
e1461a7
Merge branch 'main' of github.com:python/cpython into fix-gh-138577
CuriousLearner Mar 24, 2026
741a817
Apply suggestions from code review
vstinner Mar 24, 2026
cc5dc99
chore! update some documentation
picnixz Mar 29, 2026
0f5f5c8
fix! refresh screen on Ctrl+A/Ctrl-E
picnixz Mar 29, 2026
9d90dfa
refactor! use more handlers
picnixz Mar 29, 2026
3b2ae38
chore! reduce diff against `main`
picnixz Mar 29, 2026
919af5c
test: add cursor position tests for Ctrl+A/Ctrl+E in getpass echo_char
CuriousLearner Mar 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into fix-gh-138577
* upstream/main: (1475 commits)
  Docs: replace all `datetime` imports with `import datetime as dt` (#145640)
  gh-146153: Use `frozendict` in pure python fallback for `curses.has_key` (#146154)
  gh-138234: clarify returncode behavior for subprocesses created with `shell=True` (#138536)
  gh-140947: fix contextvars handling for server tasks in asyncio  (#141158)
  GH-100108: Add async generators best practices section (#141885)
  GH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER` (GH-146120)
  gh-146228: Better fork support in cached FastPath (#146231)
  gh-146227: Fix wrong type in _Py_atomic_load_uint16 in pyatomic_std.h (gh-146229)
  gh-145980: Fix copy/paste mistake in binascii.c (#146230)
  gh-146092: Raise MemoryError on allocation failure in _zoneinfo (#146165)
  gh-91279: Note `SOURCE_DATE_EPOCH` support in `ZipFile.writestr()` doc (#139396)
  gh-146196: Fix Undefined Behavior in _PyUnicodeWriter_WriteASCIIString() (#146201)
  gh-143930: Reject leading dashes in webbrowser URLs
  gh-145916: Soft-deprecate ctypes.util.find_library (GH-145919)
  gh-146205: Check the errno with != 0 in close impls in select module (#146206)
  gh-146171: Fix nested AttributeError suggestions (#146188)
  gh-146099: Optimize _GUARD_CODE_VERSION+IP via function version symbols (GH-146101)
  gh-145980: Add support for alternative alphabets in the binascii module (GH-145981)
  gh-145754: Update signature retrieval in unittest.mock to use forwardref annotation format (#145756)
  gh-145177: Add emscripten run --test, uses test args from config.toml (#146160)
  ...
  • Loading branch information
CuriousLearner committed Mar 21, 2026
commit 2691ad9d6a47b4beee7b5f299d878b4ef36e830c

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.