1. 01 Oct, 2014 3 commits
  2. 30 Sep, 2014 3 commits
  3. 29 Sep, 2014 2 commits
  4. 28 Sep, 2014 3 commits
  5. 27 Sep, 2014 1 commit
  6. 26 Sep, 2014 3 commits
  7. 24 Sep, 2014 1 commit
  8. 18 Sep, 2014 3 commits
  9. 16 Sep, 2014 4 commits
  10. 13 Sep, 2014 1 commit
  11. 11 Sep, 2014 2 commits
  12. 10 Sep, 2014 8 commits
  13. 04 Sep, 2014 2 commits
  14. 03 Sep, 2014 1 commit
    • Issue 8872: use getpass.getpass() to read password. · bed2eb36
      This avoids passing the plaintext raw password into the script as a
      command-line argument, which shells such as bash and zsh will
      typically log into a file like ~/bash_history.
      
      As a small bonus, this works a LOT more smoothly if the user's
      password has characters in it that either the shell or Python syntax
      might like to interpret as metacharacters, like '\' or '"'.
      
      getpass.getpass() is part of Python's standard library in all versions
      between 2.4 and 3.3 at least.
      Richard Barrell committed
  15. 02 Sep, 2014 1 commit
  16. 28 Aug, 2014 1 commit
  17. 27 Aug, 2014 1 commit