COMMITS
/ Lib/test/test_getpass.py March 30, 2026
S
gh-138577: Fix keyboard shortcuts in getpass with echo_char (#141597)
Sanyam Khurana committed
September 16, 2025
B
gh-138514: getpass: restrict `echo_char` to a single ASCII character (#138591)
Benjamin Johnson committed
May 6, 2025
S
gh-77065: Add optional keyword-only argument `echo_char` for `getpass.getpass` (#130496)
Semyon Moroz committed
November 27, 2023
J
gh-76912: Raise OSError from any failure in getpass.getuser() (#29739)
Jacob Walls committed
February 5, 2022
C
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes committed
April 14, 2014
R
#21169: fix getpass to use replace error handler on UnicodeEncodeError.
R David Murray committed
July 10, 2013
R
#18116: getpass no longer always falls back to stdin.
R David Murray committed
April 11, 2013
R
#17699: Fix the new getpass test failures on windows.
R David Murray committed
April 8, 2013
R
#17484: Actually add the getpass tests this time.
R David Murray committed