summaryrefslogtreecommitdiff
path: root/pygerrit/ssh.py
Commit message (Expand)AuthorAgeFilesLines
* Don't put copyright and license headers in Python module docstringsDavid Pursehouse2013-08-071-25/+23
* Fix pylint warningsDavid Pursehouse2013-08-061-2/+4
* Fix relative importsDavid Pursehouse2013-08-061-1/+1
* Only allow strings as query terms and commandsDavid Pursehouse2013-08-051-7/+6
* Include command in GerritCommandResultDavid Pursehouse2013-08-051-3/+8
* Don't open ssh connection until neededDavid Pursehouse2013-08-051-17/+31
* Add missing docstrings to conform to PEP-257David Pursehouse2013-08-041-1/+6
* Handle socket connection error in SSH clientDavid Pursehouse2012-12-141-4/+8
* Python 2.6 style exception handlingDavid Pursehouse2012-10-251-1/+1
* Revert "Basic thread-safeness in the SSH client"David Pursehouse2012-10-241-5/+0
* Encapsulate the SSH command results in a classDavid Pursehouse2012-10-241-3/+13
* Refactor getting the Gerrit versionDavid Pursehouse2012-10-241-0/+31
* Handle exception when running ssh commandDavid Pursehouse2012-10-231-2/+7
* Basic thread-safeness in the SSH clientDavid Pursehouse2012-10-231-1/+6
* Add license informationDavid Pursehouse2012-09-201-1/+25
* Handle invalid port in ssh configDavid Pursehouse2012-09-041-1/+5
* Add GerritSSHClientDavid Pursehouse2012-09-031-0/+53