Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simple changes by Gerrit Holl - move author acknowledgements out of | Guido van Rossum | 2000-02-28 | 1 | -2/+3 |
* | print a warning if the password will be echoed. | Jeremy Hylton | 1999-10-18 | 1 | -22/+26 |
* | Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if it | Guido van Rossum | 1999-02-11 | 1 | -1/+8 |
* | Do the check for lacking sys.stdin.fileno() *before* testing for | Guido van Rossum | 1998-09-22 | 1 | -4/+4 |
* | When sys.stdin.fileno() doesn't work, fall back to default_getpass() | Guido van Rossum | 1998-09-21 | 1 | -1/+4 |
* | Don't use raw_input() to ask for the password; this puts the password | Guido van Rossum | 1998-07-28 | 1 | -2/+17 |
* | Don't catch interrupts in getpass() -- the finally clause will reset | Guido van Rossum | 1998-06-12 | 1 | -2/+3 |
* | Be nicer to systems that have neither termios nor msvcrt. | Guido van Rossum | 1998-04-13 | 1 | -1/+10 |
* | Another new utility: getpass() prompts for a password, with echo off. | Guido van Rossum | 1998-04-09 | 1 | -0/+79 |