summaryrefslogtreecommitdiff
path: root/pygerrit/events.py
Commit message (Expand)AuthorAgeFilesLines
* Don't put copyright and license headers in Python module docstringsDavid Pursehouse2013-08-071-26/+24
* Fix pylint warningsDavid Pursehouse2013-08-061-1/+2
* Fix relative importsDavid Pursehouse2013-08-061-2/+2
* Fix one more PEP-257 violationDavid Pursehouse2013-08-061-0/+2
* Python 2.6 style exception handlingDavid Pursehouse2012-10-251-7/+7
* Add __str__ on event base classDavid Pursehouse2012-10-161-0/+3
* Add license informationDavid Pursehouse2012-09-201-1/+26
* Fix event registration from other moduleDavid Pursehouse2012-09-121-3/+7
* Inject event name into event classes with decoratorDavid Pursehouse2012-08-221-0/+1
* Revert "GerritEventFactory should be a singleton"David Pursehouse2012-08-221-8/+0
* GerritEventFactory should be a singletonDavid Pursehouse2012-08-081-0/+8
* Add event factory and refactor event dispatchingDavid Pursehouse2012-08-021-0/+46
* Add helper methods for initialisation from json dataDavid Pursehouse2012-08-011-12/+3
* Tidy up docstrings to follow the PEP-257 docstring convention0.0.2David Pursehouse2012-07-311-30/+16
* Refactor into submodulesDavid Pursehouse2012-07-311-0/+139