index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
getpass.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
issue11236 getpass.getpass to respond ctrl-c or ctrl-z
Senthil Kumaran
2011-04-26
1
-1/+1
*
Fixes issue7208 - getpass would still allow the password to be echoed on
Gregory P. Smith
2009-10-31
1
-3/+8
*
kill bare except
Benjamin Peterson
2009-09-17
1
-1/+1
*
Major improvements:
Gregory P. Smith
2008-04-22
1
-34/+76
*
If sys.stdin is not a tty, fall back to default_getpass after printing
Gregory P. Smith
2008-04-21
1
-0/+4
*
Bug #1445068: getpass.getpass() can now be given an explicit stream
Georg Brandl
2006-03-31
1
-10/+15
*
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