summaryrefslogtreecommitdiff
path: root/pygerrit/stream.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #1: Use select.select() instead of select.poll()David Pursehouse2013-09-101-14/+12
* Don't put copyright and license headers in Python module docstringsDavid Pursehouse2013-08-071-22/+22
* Fix relative importsDavid Pursehouse2013-08-061-3/+2
* Fix UnboundLocalError when stream-event connection failsDavid Pursehouse2013-08-051-16/+16
* Python 2.6 style exception handlingDavid Pursehouse2012-10-251-3/+3
* Encapsulate the SSH command results in a classDavid Pursehouse2012-10-241-2/+2
* Update pylint config to work with version 0.26David Pursehouse2012-10-241-3/+0
* Reduce nested `if` blocks in stream handlingDavid Pursehouse2012-10-231-10/+9
* More error handling improvements in streamDavid Pursehouse2012-10-231-11/+22
* Fix pylint warnings in stream.pyDavid Pursehouse2012-10-231-6/+10
* More exception handling in streamDavid Pursehouse2012-10-231-1/+1
* Move SSH client from stream class to main client classDavid Pursehouse2012-10-161-5/+4
* Add license informationDavid Pursehouse2012-09-201-1/+23
* Handle errors when reading event streamDavid Pursehouse2012-09-121-12/+29
* Refactor event stream handling to use SSH clientDavid Pursehouse2012-09-111-66/+29
* Pass input stream in the constructor of GerritStreamDavid Pursehouse2012-08-031-6/+7
* Add event factory and refactor event dispatchingDavid Pursehouse2012-08-021-50/+19
* Tidy up docstrings to follow the PEP-257 docstring convention0.0.2David Pursehouse2012-07-311-18/+19
* Refactor into submodulesDavid Pursehouse2012-07-311-0/+108