1. 29b5365 Fixes issue7208 - getpass would still allow the password to be echoed on by Gregory P. Smith · 15 years ago
  2. 4d714cb kill bare except by Benjamin Peterson · 15 years ago
  3. 19b4411 Major improvements: by Gregory P. Smith · 16 years ago
  4. 41e3018 If sys.stdin is not a tty, fall back to default_getpass after printing by Gregory P. Smith · 16 years ago
  5. 338ef7d Bug #1445068: getpass.getpass() can now be given an explicit stream by Georg Brandl · 18 years ago
  6. 201626e Fix SF #640094, on win32 getpass runs into unix_getpass by Neal Norwitz · 22 years ago
  7. 60250e2 win_getpass(): if sys.stdin is not sys.__stdin__, use by Guido van Rossum · 23 years ago
  8. f9f4881 Remove two redundant statements (PyChecker). by Guido van Rossum · 23 years ago
  9. 1191d01 Get the needed constants from termios, not TERMIOS. by Fred Drake · 23 years ago
  10. eccd02a more __all__ updates by Skip Montanaro · 24 years ago
  11. 07e99cb Whitespace normalization. by Tim Peters · 24 years ago
  12. 98d9fd3 Simple changes by Gerrit Holl - move author acknowledgements out of by Guido van Rossum · 24 years ago
  13. 88d2330 print a warning if the password will be echoed. by Jeremy Hylton · 25 years ago
  14. c731723 Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if it exists. by Guido van Rossum · 26 years ago
  15. 0238a25 Do the check for lacking sys.stdin.fileno() *before* testing for by Guido van Rossum · 26 years ago
  16. ef0056a When sys.stdin.fileno() doesn't work, fall back to default_getpass() by Guido van Rossum · 26 years ago
  17. 1a7bab0 Don't use raw_input() to ask for the password; this puts the password by Guido van Rossum · 26 years ago
  18. c3da02e Don't catch interrupts in getpass() -- the finally clause will reset by Guido van Rossum · 26 years ago
  19. fb9b7fd Be nicer to systems that have neither termios nor msvcrt. by Guido van Rossum · 26 years ago
  20. b5903ac Another new utility: getpass() prompts for a password, with echo off. by Guido van Rossum · 26 years ago