- Nov 05, 2019
-
-
Marc Trölitzsch authored
-
- Aug 02, 2019
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
- Jun 10, 2019
-
-
Dan Michael O. Heggø authored
Python 3.4 is EOL and support for it has been removed by the requests package that we depend on.
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
- Nov 04, 2018
-
-
Dan Michael O. Heggø authored
-
- Apr 08, 2018
-
-
Dan Michael O. Heggø authored
Python 3.3 is EOL, and is failing on Travis.
-
- May 18, 2017
-
-
Dan Michael O. Heggø authored
-
- 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
-
- Nov 09, 2015
-
-
hugovk authored
-
- Jul 25, 2015
-
-
Dan Michael O. Heggø authored
Should at least be compatible with Python 3.4 now. Can't get Python 3.3 to work locally, but let's see with Travis.
-
- Jul 18, 2015
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
- Aug 31, 2014
-
-
Dan Michael O. Heggø authored
- A single command `python setup.py test` will now install test dependencies, make an in-place build and run the tests. - The setup script now requires Setuptools. A message will be printed if it is not found.
-
- Aug 30, 2014
-
-
Dan Michael O. Heggø authored
-
- Aug 18, 2014
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
- Note the following exception replacements: mwclient.errors.HTTPError -> requests.exceptions.ConnectionError mwclient.errors.HTTPStatusError -> requests.exceptions.HTTPError mwclient.errors.HTTPRedirectError -> requests.exceptions.TooManyRedirects - Removed the `compability.old_upload` method, which was used for MediaWiki < 1.16. - Requests automatically decompresses gzip-encoded responses, and does its best to decode response content to unicode when possible. - [#53] Using the Responses library to mock http requests in tests
-
- Jun 15, 2014
-
-
Dan Michael O. Heggø authored
- Keep automated tests to be run with py.test in './tests/' and examples in './examples/' - Rename test to adhere to 'Conventions for Python test discovery' (http://pytest.org/latest/goodpractises.html#test-discovery)
-
- Jun 16, 2013
-
-
Dan Michael O. Heggø authored
Adding pytest.ini to ignore E501 long lines for convenience and W602 since we want to retain backwards compability
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-