- Oct 27, 2014
-
-
Dan Michael O. Heggø authored
-
- Oct 26, 2014
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
- Oct 05, 2014
-
-
Dan Michael O. Heggø authored
Use new token handling system described on https://www.mediawiki.org/wiki/API:Meta#tokens for MediaWiki >= 1.24
-
Dan Michael O. Heggø authored
Work in progress, looks a bit dirty right now
-
Dan Michael O. Heggø authored
-
- Sep 30, 2014
-
-
Dan Michael O. Heggø authored
-
- Sep 27, 2014
-
-
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
-
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
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
- This is more flexible than the `Page.get_expanded()` method, since it can be combined with the `section` argument as well, to get the expanded wikitext of a section. - Deprecating `Page.get_expanded()`. - Also fixed a very minor bug where `Page.last_rev_time` was not reset when editing new pages after having edited non-new pages. - Added more Page tests
-
Dan Michael O. Heggø authored
-
- Sep 23, 2014
-
-
Dan Michael O. Heggø authored
Remove more version checks that are no longer needed
-
Dan Michael O. Heggø authored
The missing comma would cause site.images[filename] to fail
-
- Sep 21, 2014
-
-
Dan Michael O. Heggø authored
This class provided workarounds for editing pages without 'writeapi'. Since 'writeapi' has been enabled by default since MediaWiki 1.14, and we require MediaWiki 1.16, it should no longer be needed. If 'writeapi' has been explicitly disabled, we should rather raise an error, since this means that automatic edits are not welcome.
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
since the method does not edit the page, but returns the text of the page. The old method name still works, but issues a DeprecationWarning. Note that DeprecationWarnings are silent by default, so we might consider to elevate it in some future version.
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
Since we now require MediaWiki 1.16, these are no longer needed. It might be necessary to add new compability methods in the future, but the API is generally stable now.
-
Dan Michael O. Heggø authored
Replace 'http.py' with the Requests lib
-
- 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
-