- 22 Nis, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
* Default to using /dev/tty for the password prompt and input before falling back to sys.stdin and sys.stderr. * Use sys.stderr instead of sys.stdout. * print the 'password may be echoed' warning to stream used to display the prompt rather than always sys.stderr. * warn() with GetPassWarning when input may be echoed.
-
- 21 Nis, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
a warning instead of failing with a termios.error.
-
- 31 Mar, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
argument to specify where to write the prompt.
-
- 20 Kas, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Make sure we have a UNIX-compatible termios. Apparently, McMillan Installer made a termios on windows which caused unix_getpass() to be used instead of win_getpass(). Will backport.
-
- 30 Agu, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
default_getpass(). This should prevent hanging when it is called in IDLE. Fixes SF bug #455648.
-
- 13 Agu, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Şub, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 20 Ock, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 14 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 28 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
docstrings into comments.
-
- 18 Eki, 1999 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
At import time, getpass will be bound to the appropriate platform-specific function. If the platform's echo-disabler is not available, default_getpass, which prints the warning, will be used
-
- 11 Şub, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
exists.
-
- 22 Eyl, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Windows. If sys.stdin doesn't appear to be a real file (characterized by having a working fileno()), don't use any console specific methods -- go straight to the default.
-
- 21 Eyl, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-- don't just die.
-
- 28 Tem, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
in the GNU readline history buffer which is not such a great idea.
-
- 12 Haz, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
the tty and the caller can deal with the interrupt. In the windows version, recognize ^C and raise KeyboardInterrupt (not sure if this is needed, but can't hurt).
-
- 13 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Also contains getuser(), which returns the username (not prompting though). These work on Unix and Windows!
-