| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z | Senthil Kumaran | 2011-04-26 | 1 | -1/+1 |
|
|
* | Merged revisions 87306 via svnmerge from | Brian Curtin | 2010-12-16 | 1 | -6/+1 |
|
|
* | Merged revisions 76017 via svnmerge from | Gregory P. Smith | 2009-11-01 | 1 | -3/+8 |
|
|
* | Merged revisions 75231 via svnmerge from | Benjamin Peterson | 2009-10-04 | 1 | -1/+1 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -30/+75 |
|
|
* | Patch #1703 by Philip Jenvey -- getpass() should flush after writing prompt. | Guido van Rossum | 2008-01-01 | 1 | -0/+1 |
|
|
* | Fixed #1578: Problems in win_getpass | Christian Heimes | 2007-12-10 | 1 | -4/+4 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -10/+15 |
|
|
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 1 | -2/+1 |
|
|
* | Fix SF #640094, on win32 getpass runs into unix_getpass | Neal Norwitz | 2002-11-20 | 1 | -1/+4 |
|
|
* | win_getpass(): if sys.stdin is not sys.__stdin__, use | Guido van Rossum | 2001-08-30 | 1 | -0/+2 |
|
|
* | Remove two redundant statements (PyChecker). | Guido van Rossum | 2001-08-13 | 1 | -2/+0 |
|
|
* | Get the needed constants from termios, not TERMIOS. | Fred Drake | 2001-02-27 | 1 | -4/+4 |
|
|
* | more __all__ updates | Skip Montanaro | 2001-01-20 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-14 | 1 | -76/+75 |
|
|
* | 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 |
|
|