1. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  2. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  3. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  4. 201626e Fix SF #640094, on win32 getpass runs into unix_getpass by Neal Norwitz · 22 years ago
  5. 60250e2 win_getpass(): if sys.stdin is not sys.__stdin__, use by Guido van Rossum · 23 years ago
  6. f9f4881 Remove two redundant statements (PyChecker). by Guido van Rossum · 23 years ago
  7. 1191d01 Get the needed constants from termios, not TERMIOS. by Fred Drake · 23 years ago
  8. eccd02a more __all__ updates by Skip Montanaro · 23 years ago
  9. 07e99cb Whitespace normalization. by Tim Peters · 23 years ago
  10. 98d9fd3 Simple changes by Gerrit Holl - move author acknowledgements out of by Guido van Rossum · 24 years ago
  11. 88d2330 print a warning if the password will be echoed. by Jeremy Hylton · 25 years ago
  12. c731723 Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if it exists. by Guido van Rossum · 25 years ago
  13. 0238a25 Do the check for lacking sys.stdin.fileno() *before* testing for by Guido van Rossum · 26 years ago
  14. ef0056a When sys.stdin.fileno() doesn't work, fall back to default_getpass() by Guido van Rossum · 26 years ago
  15. 1a7bab0 Don't use raw_input() to ask for the password; this puts the password by Guido van Rossum · 26 years ago
  16. c3da02e Don't catch interrupts in getpass() -- the finally clause will reset by Guido van Rossum · 26 years ago
  17. fb9b7fd Be nicer to systems that have neither termios nor msvcrt. by Guido van Rossum · 26 years ago
  18. b5903ac Another new utility: getpass() prompts for a password, with echo off. by Guido van Rossum · 26 years ago