summaryrefslogtreecommitdiff
path: root/Lib/test/test_getpass.py
Commit message (Expand)AuthorAgeFilesLines
* #21169: fix getpass to use replace error handler on UnicodeEncodeError.R David Murray2014-04-131-1/+9
* #18116: getpass no longer always falls back to stdin.R David Murray2013-07-101-7/+13
* #17699: Fix the new getpass test failures on windows.R David Murray2013-04-111-12/+25
* #17484: Actually add the getpass tests this time.R David Murray2013-04-081-0/+136