Home | History | Annotate | Download | only in Misc

Lines Matching full:getpass

1981 - Issue #21169: getpass now handles non-ascii characters that the
4801 - Issue #18116: getpass was always getting an error when testing /dev/tty,
9742 - Issue #11236: getpass.getpass responds to ctrl-c or ctrl-z on terminal.
13982 - Issue #7246 & Issue #7208: getpass now properly flushes input before reading
17052 - Issue #1703: getpass() should flush after writing prompt.
18961 - Bug #1445068: getpass.getpass() can now be given an explicit stream
28624 - getpass.py: fall back on default_getpass() when sys.stdin.fileno()
28983 - In getpass.py, don't use raw_input() to ask for the password -- we
29047 function for sending a POST request with urlopen(). Use the getpass
29161 - The getpass module now raises KeyboardInterrupt when it sees ^C.
29448 getpass -- Piers Lauder