Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -6/+6 |
* | json.loads(request.body) => json.loads(response.body.decode())) | Christopher Allan Webber | 2014-09-16 | 1 | -1/+1 |
* | Fix test_legacy_api.py | Christopher Allan Webber | 2014-09-16 | 1 | -5/+6 |
* | Rename test_joarapi.py => test_legacy_api.py | Jessica Tallon | 2014-07-22 | 1 | -0/+93 |