- Sep 20, 2014
-
-
Waldir Pimenta authored
If we do change it later, then we can update the readme accordingly.
-
- Sep 06, 2014
-
-
Dan Michael O. Heggø authored
- Increase version requirement from Python 2.4 to Python 2.6, and from MediaWiki 1.11 to 1.16 - Add three entries to release notes
-
- Sep 05, 2014
-
-
Dan Michael O. Heggø authored
Conflicts: mwclient/page.py
-
Waldir Pimenta authored
-
- Sep 04, 2014
-
-
Waldir Pimenta authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
Null edits won't include 'newtimestamp' in the response
-
- Sep 02, 2014
-
-
Waldir Pimenta authored
-
Waldir Pimenta authored
-
Waldir Pimenta authored
-
Dan Michael O. Heggø authored
- Require 'ordereddict' only on Python < 2.7 - Don't require 'simplejson'
-
- Aug 31, 2014
-
-
Dan Michael O. Heggø authored
- For some reason, 'pytest-cache' isn't found by setup.py if not specified explicitly in 'tests_require' - Add tox.ini so tests can be run using tox if desired - Update test to not be dependent on serialization
-
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 26, 2014
-
-
Dan Michael O. Heggø authored
-
- 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 22, 2014
-
-
Waldir Pimenta authored
and change the format for 0.7 release notes
-
- Jun 17, 2014
-
-
Dan Michael O. Heggø authored
- Adding note that 0.6.5 might not work with the latest MediaWiki versions - Fix link to wiki
-
Dan Michael O. Heggø authored
added reference to PyPI and instructions
-
Dan Michael O. Heggø authored
added links to wiki documentation
-
Frances Hocutt authored
-
Frances Hocutt authored
-
Waldir Pimenta authored
clarifications/typo fixes/improved sample code
-
- Jun 16, 2014
-
-
Frances Hocutt authored
-
- 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
-