- Jun 10, 2019
-
-
Dan Michael O. Heggø authored
-
Orion Poplawski authored
-
Orion Poplawski authored
-
- Nov 22, 2018
-
- Nov 04, 2018
-
- Jul 31, 2018
-
-
Dan Michael O. Heggø authored
-
- Jul 01, 2018
-
-
Waldir Pimenta authored
-
- Apr 08, 2018
-
-
Dan Michael O. Heggø authored
Python 3.3 is EOL, and is failing on Travis.
-
- Jan 14, 2018
-
- Nov 26, 2017
-
-
Bernd Kuhls authored
This optimizes setup.py for cases when pytest-runner is not needed, using the approach that is suggested upstream: https://pypi.python.org/pypi/pytest-runner#conditional-requirement
-
- Nov 16, 2017
-
-
Adam Williamson authored
This reverts commit 1650e0e7. Upstream restored handling of the adding_headers arg in 0.6.1. Going back to using that name means we're still compatible with any version of responses after 0.3.0, except 0.6.0. Also adjust setup.py to express this correctly.
-
- Jul 31, 2017
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
- May 18, 2017
-
- Feb 23, 2017
-
- Oct 23, 2016
-
- Aug 21, 2016
-
-
Lukas Juhrich authored
Remove python2.6 from - Travis - Tox - PyPi tags - documentation and readme Also, Simplify an import clause. This fixes #133
-
- Jul 03, 2016
-
-
Dan Michael O. Heggø authored
Looks like a buggy pip version could be the root cause, but nevertheless, we shouldn't need to specify that we're depending on requests explicitly when requests_oauthlib depends on it. (https://stackoverflow.com/questions/27497470/setuptools-finds-wrong-package-during-install)
-
Dan Michael O. Heggø authored
Add OAuth and update docs
-
- May 07, 2016
-
-
Dan Michael O. Heggø authored
-
- Apr 28, 2016
-
-
Dan Michael O. Heggø authored
-
- Feb 05, 2016
-
- Jan 23, 2016
-
-
Dan Michael O. Heggø authored
-
- Jan 10, 2016
-
- Nov 09, 2015
-
-
Dan Michael O. Heggø authored
-
- Jul 26, 2015
-
-
Dan Michael O. Heggø authored
-
- Jul 25, 2015
-
-
Dan Michael O. Heggø authored
-
- Jul 18, 2015
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
- Add zip_safe flag
-
- Mar 15, 2015
-
-
Dan Michael O. Heggø authored
-
- Nov 28, 2014
-
-
Luis Miguel Morillas authored
-
- Nov 26, 2014
-
-
Dan Michael O. Heggø authored
-
- Nov 23, 2014
-
-
Dan Michael O. Heggø authored
Prepare for Python 3.x support - Use print function - Use compability methods from six
- Nov 17, 2014
-
-
Dan Michael O. Heggø authored
- If database lag exceeds max lag, the API will still send 200, not 503. This was only added to documentation after bugzilla:31156. Ref. <https://www.mediawiki.org/wiki/Manual:Maxlag_parameter> - In addition, Requests doesn't raise an exception when status code != 200 unless raise_for_status() is called, so we should call that to catch any other 5xx errors such as Squid errors. - Replace print statements with logging Note that responses>=0.3.0 is needed to run the test suite now
-
- Sep 27, 2014
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
Also replaced relative links in the README, since PyPI doesn't support them, see http://stackoverflow.com/a/16594755/489916
-
- Sep 02, 2014
-
-
Dan Michael O. Heggø authored
- Require 'ordereddict' only on Python < 2.7 - Don't require 'simplejson'
-