1. 93692b1 getpass: update docstrings (GH-49) (GH-419) by Mariatta · 7 years ago
  2. 669ff66 remove duplicated imports (closes #25502) by Benjamin Peterson · 9 years ago
  3. 604453c #21169: add comment and doc update for getpass change. by R David Murray · 10 years ago
  4. d5aa487 #21169: fix getpass to use replace error handler on UnicodeEncodeError. by R David Murray · 10 years ago
  5. 16dbbae #18116: getpass no longer always falls back to stdin. by R David Murray · 11 years ago
  6. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  7. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  8. 319d58d #17484: add tests for getpass. by R David Murray · 11 years ago
  9. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 11 years ago
  10. 54540ec Remove redundant imports. by Florent Xicluna · 13 years ago
  11. ea8b024 issue11236 getpass.getpass to respond ctrl-c or ctrl-z by Senthil Kumaran · 13 years ago
  12. ff47a13 EasyDialogs was removed in 3.x. fallback_getpass will always be the answer here. by Brian Curtin · 13 years ago
  13. 5046788 Merged revisions 76000,76016 via svnmerge from by Gregory P. Smith · 15 years ago
  14. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  15. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  16. cfb8333 Patch #1703 by Philip Jenvey -- getpass() should flush after writing prompt. by Guido van Rossum · 16 years ago
  17. 0ec88b3 Fixed #1578: Problems in win_getpass by Christian Heimes · 16 years ago
  18. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  19. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  20. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  21. 201626e Fix SF #640094, on win32 getpass runs into unix_getpass by Neal Norwitz · 22 years ago
  22. 60250e2 win_getpass(): if sys.stdin is not sys.__stdin__, use by Guido van Rossum · 23 years ago
  23. f9f4881 Remove two redundant statements (PyChecker). by Guido van Rossum · 23 years ago
  24. 1191d01 Get the needed constants from termios, not TERMIOS. by Fred Drake · 23 years ago
  25. eccd02a more __all__ updates by Skip Montanaro · 23 years ago
  26. 07e99cb Whitespace normalization. by Tim Peters · 23 years ago
  27. 98d9fd3 Simple changes by Gerrit Holl - move author acknowledgements out of by Guido van Rossum · 24 years ago
  28. 88d2330 print a warning if the password will be echoed. by Jeremy Hylton · 25 years ago
  29. c731723 Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if it exists. by Guido van Rossum · 25 years ago
  30. 0238a25 Do the check for lacking sys.stdin.fileno() *before* testing for by Guido van Rossum · 26 years ago
  31. ef0056a When sys.stdin.fileno() doesn't work, fall back to default_getpass() by Guido van Rossum · 26 years ago
  32. 1a7bab0 Don't use raw_input() to ask for the password; this puts the password by Guido van Rossum · 26 years ago
  33. c3da02e Don't catch interrupts in getpass() -- the finally clause will reset by Guido van Rossum · 26 years ago
  34. fb9b7fd Be nicer to systems that have neither termios nor msvcrt. by Guido van Rossum · 26 years ago
  35. b5903ac Another new utility: getpass() prompts for a password, with echo off. by Guido van Rossum · 26 years ago