aboutsummaryrefslogtreecommitdiff
path: root/modules/eval_rust.py
Commit message (Collapse)AuthorAgeFilesLines
* 'utils.http.get_url' -> 'utils.http.request', return a Response object fromGravatar jesopo2018-12-111-3/+3
| | | | utils.http.request
* Change all instances of stdout.write+return to `raise utils.EventError` inGravatar jesopo2018-10-161-2/+1
| | | | modules
* Change utils.http to use requestsGravatar jesopo2018-10-101-10/+13
|
* .strip("\n") from !rust API call returnGravatar jesopo2018-10-081-1/+1
|
* Prefix !rust out/err with the requesting user's nicknameGravatar jesopo2018-10-081-4/+3
|
* We don't need to use \" inside a """ """Gravatar jesopo2018-10-081-1/+1
|
* eval.py -> eval_python.py, rust_eval.py -> eval_rust.pyGravatar jesopo2018-10-081-0/+40