1. 1a7bab0 Don't use raw_input() to ask for the password; this puts the password by Guido van Rossum · 27 years ago
  2. c3da02e Don't catch interrupts in getpass() -- the finally clause will reset by Guido van Rossum · 27 years ago
  3. fb9b7fd Be nicer to systems that have neither termios nor msvcrt. by Guido van Rossum · 27 years ago
  4. b5903ac Another new utility: getpass() prompts for a password, with echo off. by Guido van Rossum · 27 years ago