aboutsummaryrefslogtreecommitdiff
path: root/modules/eval_python.py
Commit message (Collapse)AuthorAgeFilesLines
* ' -> " in modules/eval_python.pyGravatar jesopo2018-10-121-1/+1
|
* Use compile+eval to support statements and expressionsGravatar jesopo2018-10-121-1/+2
|
* Add a \n between potential prints in eval() and printing the return from eval soGravatar jesopo2018-10-121-1/+2
| | | | that bitbot will only show one of them
* Support py2 and py3 in eval_pythonGravatar jesopo2018-10-121-25/+32
|
* Use a more reliable API for evaling pythonGravatar jesopo2018-10-121-13/+23
|
* Add !py as an alias of !python in modules/eval_python.pyGravatar jesopo2018-10-111-0/+1
|
* !eval -> !python in modules/eval_python.pyGravatar jesopo2018-10-081-1/+1
|
* eval.py -> eval_python.py, rust_eval.py -> eval_rust.pyGravatar jesopo2018-10-081-0/+27