summaryrefslogtreecommitdiffstats
path: root/Lib/getpass.py
Commit message (Expand)AuthorAgeFilesLines
* Don't catch interrupts in getpass() -- the finally clause will resetGuido van Rossum1998-06-121-2/+3
* Be nicer to systems that have neither termios nor msvcrt.Guido van Rossum1998-04-131-1/+10
* Another new utility: getpass() prompts for a password, with echo off.Guido van Rossum1998-04-091-0/+79