- Aug 18, 2014
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
- Add docstring - Check arguments - Rename 'sessionkey' to 'filekey'. Since the existing implementation was broken ('sessionkey' was sent to the server as 'session_key'), it is expected that this rename will not break any existing tools. Conflicts: mwclient/client.py
-
Dan Michael O. Heggø authored
Null edits won't include 'newtimestamp' in the response
-
Dan Michael O. Heggø authored
-
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 13, 2014
-
-
Dan Michael O. Heggø authored
Add support for the properties 'rights', 'witheditsonly' and 'activeusers'. Adding all arguments to the end of the argument list to avoid breaking any existing clients depending on the existing argument order.
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Phil Krylov authored
-
- Jun 01, 2014
-
-
Waldir Pimenta authored
-
Waldir Pimenta authored
-
- May 21, 2014
-
-
Waldir Pimenta authored
-
- May 02, 2014
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
- Apr 20, 2014
-
-
Waldir Pimenta authored
Link back to github repo in useragent, fixes #35
-
theopolisme authored
-
- Nov 19, 2013
-
-
Waldir Pimenta authored
Mention adding of http authorization in release notes
-
Kev authored
-
- Nov 16, 2013
-
-
Waldir Pimenta authored
-
Waldir Pimenta authored
document addition of semantic mediawiki's ask query
-
Kev authored
-
Waldir Pimenta authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
use #ask from smw api
-
Kev authored
-
- Nov 15, 2013
-
-
Dan Michael O. Heggø authored
Add support for http authentification
-
Kev authored
-
- Sep 01, 2013
-
-
Dan Michael O. Heggø authored
-
- Jun 19, 2013
-
-
Waldir Pimenta authored
Support API page property iwlinks
-
- Jun 18, 2013
-
-
Dan Michael O. Heggø authored
- Jun 17, 2013
-
-
Waldir Pimenta authored
-
Waldir Pimenta authored
PEP8 (Python style guide) and continuous integration (CI) with Travis
-
Waldir Pimenta authored
Restructure to make installable with Python's setuptools
-
Waldir Pimenta authored
Add @danmichaelo's changes to the release notes
-
- Jun 16, 2013
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-