index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
getpass.py
Commit message (
Expand
)
Author
Age
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
Get rid of a bunch more raw_input references
Neal Norwitz
2006-03-17
*
Fix SF #640094, on win32 getpass runs into unix_getpass
Neal Norwitz
2002-11-20
*
win_getpass(): if sys.stdin is not sys.__stdin__, use
Guido van Rossum
2001-08-30
*
Remove two redundant statements (PyChecker).
Guido van Rossum
2001-08-13
*
Get the needed constants from termios, not TERMIOS.
Fred Drake
2001-02-27
*
more __all__ updates
Skip Montanaro
2001-01-20
*
Whitespace normalization.
Tim Peters
2001-01-14
*
Simple changes by Gerrit Holl - move author acknowledgements out of
Guido van Rossum
2000-02-28
*
print a warning if the password will be echoed.
Jeremy Hylton
1999-10-18
*
Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if it
Guido van Rossum
1999-02-11
*
Do the check for lacking sys.stdin.fileno() *before* testing for
Guido van Rossum
1998-09-22
*
When sys.stdin.fileno() doesn't work, fall back to default_getpass()
Guido van Rossum
1998-09-21
*
Don't use raw_input() to ask for the password; this puts the password
Guido van Rossum
1998-07-28
*
Don't catch interrupts in getpass() -- the finally clause will reset
Guido van Rossum
1998-06-12
*
Be nicer to systems that have neither termios nor msvcrt.
Guido van Rossum
1998-04-13
*
Another new utility: getpass() prompts for a password, with echo off.
Guido van Rossum
1998-04-09