1. 1191d01 Get the needed constants from termios, not TERMIOS. by Fred Drake · 23 years ago
  2. eccd02a more __all__ updates by Skip Montanaro · 23 years ago
  3. 07e99cb Whitespace normalization. by Tim Peters · 24 years ago
  4. 98d9fd3 Simple changes by Gerrit Holl - move author acknowledgements out of by Guido van Rossum · 24 years ago
  5. 88d2330 print a warning if the password will be echoed. by Jeremy Hylton · 25 years ago
  6. c731723 Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if it exists. by Guido van Rossum · 25 years ago
  7. 0238a25 Do the check for lacking sys.stdin.fileno() *before* testing for by Guido van Rossum · 26 years ago
  8. ef0056a When sys.stdin.fileno() doesn't work, fall back to default_getpass() by Guido van Rossum · 26 years ago
  9. 1a7bab0 Don't use raw_input() to ask for the password; this puts the password by Guido van Rossum · 26 years ago
  10. c3da02e Don't catch interrupts in getpass() -- the finally clause will reset by Guido van Rossum · 26 years ago
  11. fb9b7fd Be nicer to systems that have neither termios nor msvcrt. by Guido van Rossum · 26 years ago
  12. b5903ac Another new utility: getpass() prompts for a password, with echo off. by Guido van Rossum · 26 years ago