History log of /external/python/cpython3/Lib/test/test_getpass.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d5aa487cceac54fdf2b5c073157b899b3c8c9c94 14-Apr-2014 R David Murray <rdmurray@bitdance.com> #21169: fix getpass to use replace error handler on UnicodeEncodeError.

If the input stream encoding couldn't encode one or more of the
non-ascii characters in the prompt, it would fail, throwing a
UnicodeEncodeError. Now if that happens we re-encoding using the
'replace' error handler.

Patch by Kushal Das.
/external/python/cpython3/Lib/test/test_getpass.py
16dbbae2981c96c7c9b1ae81e1708d54b08c10ac 10-Jul-2013 R David Murray <rdmurray@bitdance.com> #18116: getpass no longer always falls back to stdin.

Also fixes a resource warning that occurred when the fallback is taken.

Patch by Serhiy Storchaka.

(We couldn't figure out how to write tests for this.)
/external/python/cpython3/Lib/test/test_getpass.py
f1c42538e4d69b1b354ce3c0aa7b6cd6a013fd84 11-Apr-2013 R David Murray <rdmurray@bitdance.com> #17699: Fix the new getpass test failures on windows.

Patch by Zachary Ware.
/external/python/cpython3/Lib/test/test_getpass.py
c137f7c065990cd438de3083ca4ade29000d57e2 08-Apr-2013 R David Murray <rdmurray@bitdance.com> #17484: Actually add the getpass tests this time.
/external/python/cpython3/Lib/test/test_getpass.py