summaryrefslogtreecommitdiffstats
path: root/event_log.py
Commit message (Expand)AuthorAgeFilesLines
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+2
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-1/+1
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* event_log: turn id generation from a generator to a func callv1.13.2Mike Frysinger2019-01-141-12/+11
* Leverage the next keyword from python 2.7Eli Ribble2018-12-191-3/+1
* fix some sync error while using python3Dylan Deng2018-07-241-1/+3
* event_log: Fix order of parameters to Add method callDavid Pursehouse2018-01-101-1/+1
* sync: Add support to dump a JSON event log of all sync events.David Riley2017-05-291-0/+177