Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply pyupgrade --py36-plus. | Ben Sturmfels | 2021-09-23 | 1 | -2/+2 |
* | Remove remaining imports/calls to six not automatically removed by pyupgrade. | Ben Sturmfels | 2021-03-05 | 1 | -1/+1 |
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -4/+4 |
* | Clarifying the json processing callbacks even further | Christopher Allan Webber | 2014-10-30 | 1 | -2/+2 |
* | Fix misleading log message reported in #985. | Rodrigo Rodrigues da Silva | 2014-10-30 | 1 | -2/+2 |
* | Change urllib and urllib import with six.moves.urllib. | Berker Peksag | 2014-06-07 | 1 | -6/+5 |
* | Removed an unused import | Rodney Ewing | 2013-04-26 | 1 | -2/+0 |
* | Added tests for HTTP callbacks | Joar Wandborg | 2012-09-27 | 1 | -0/+9 |
* | HTTP callback fixes | Joar Wandborg | 2012-09-26 | 1 | -4/+11 |
* | Added support for http callbacks on processing | Joar Wandborg | 2012-09-26 | 1 | -0/+73 |