aboutsummaryrefslogtreecommitdiff
path: root/modules/eval_lua.py
Commit message (Expand)AuthorAgeFilesLines
* refactor utils.http.requests to support a Request objectGravatar jesopo2019-09-111-2/+1
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+2
* 'utils.http.get_url' -> 'utils.http.request', return a Response object from•••utils.http.request Gravatar jesopo2018-12-111-2/+2
* Change all instances of stdout.write+return to `raise utils.EventError` in•••modules Gravatar jesopo2018-10-161-2/+1
* Change utils.http to use requestsGravatar jesopo2018-10-101-1/+1
* Only .strip '\n' from output in modules/eval_lua.pyGravatar jesopo2018-10-101-1/+1
* Add modules/eval_lua.pyGravatar jesopo2018-10-091-0/+26