index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
eval_python.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
force utf8 encoding on eval_python.py
jesopo
2019-12-18
1
-1
/
+1
*
utils.http.Response.data should always be `bytes` - add .decode and .soup
jesopo
2019-11-26
1
-1
/
+1
*
switch to a better python eval API
jesopo
2019-11-08
1
-56
/
+10
*
Add `depends-on` hashflags to relevant modules
jesopo
2019-05-25
1
-0
/
+2
*
Check if `page` is null before trying to access `page.data` (eval_python.py)
jesopo
2019-01-15
1
-1
/
+1
*
'utils.http.get_url' -> 'utils.http.request', return a Response object from
•••
utils.http.request
jesopo
2018-12-11
1
-3
/
+3
*
Give `page` an initial value of None, in case the get_url call fails in
•••
modules/eval_python.py
jesopo
2018-10-24
1
-0
/
+1
*
Move taking a reference to sys.stdout above fail() in modules/eval_python.py
jesopo
2018-10-24
1
-1
/
+1
*
There's no `self` in eval_python's template!
jesopo
2018-10-24
1
-2
/
+2
*
Specifically catch SyntaxError in modules/eval_python.py
jesopo
2018-10-24
1
-2
/
+1
*
Catch syntax errors with .py/.py2
jesopo
2018-10-24
1
-3
/
+10
*
Put .strip("\n") call in the right place in modules/eval_python.py
jesopo
2018-10-17
1
-2
/
+2
*
Refer to `out["out"]`, not just `out`, to get the output from eval
jesopo
2018-10-17
1
-1
/
+1
*
Import json in modules/eval_python.py
jesopo
2018-10-17
1
-1
/
+1
*
import json in EVAL_TEMPLATE and json parse response from eval api
jesopo
2018-10-17
1
-2
/
+5
*
'import StringIO' -> 'import io' in modules/eval_python.py
jesopo
2018-10-17
1
-2
/
+2
*
Escape \n in EVAL_TEMPLATE in modules/eval_python.py
jesopo
2018-10-17
1
-2
/
+2
*
Add missing ":"s in EVAL_TEMPLATE in modules/eval_python.py
jesopo
2018-10-17
1
-2
/
+2
*
Better handling of eval errors in modules/eval_python.py
jesopo
2018-10-17
1
-4
/
+16
*
Remove additional ")"s in modules/eval_python.py
jesopo
2018-10-17
1
-1
/
+1
*
html.unescape output in modules/eval_python.py
jesopo
2018-10-17
1
-3
/
+4
*
' -> " in modules/eval_python.py
jesopo
2018-10-12
1
-1
/
+1
*
Use compile+eval to support statements and expressions
jesopo
2018-10-12
1
-1
/
+2
*
Add a \n between potential prints in eval() and printing the return from eval so
•••
that bitbot will only show one of them
jesopo
2018-10-12
1
-1
/
+2
*
Support py2 and py3 in eval_python
jesopo
2018-10-12
1
-25
/
+32
*
Use a more reliable API for evaling python
jesopo
2018-10-12
1
-13
/
+23
*
Add !py as an alias of !python in modules/eval_python.py
jesopo
2018-10-11
1
-0
/
+1
*
!eval -> !python in modules/eval_python.py
jesopo
2018-10-08
1
-1
/
+1
*
eval.py -> eval_python.py, rust_eval.py -> eval_rust.py
jesopo
2018-10-08
1
-0
/
+27