- Dec 19, 2014
-
-
Waldir Pimenta authored
-
Dan Michael O. Heggø authored
fix PageList API arg passing to GeneratorList
-
Adam Williamson authored
-
- Dec 18, 2014
-
-
Adam Williamson authored
PageList wasn't adding the 'g' prefix to API arguments it passes to GeneratorList, and GeneratorList doesn't do that itself. This fixes it.
-
- Nov 28, 2014
-
-
Dan Michael O. Heggø authored
Adds six as requirement. It solves "ImportError: No module named six"
-
Luis Miguel Morillas authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
Conflicts: mwclient/listing.py
-
- Nov 27, 2014
-
-
Carlos Martinez authored
-
- Nov 26, 2014
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
- Nov 24, 2014
-
-
Carlos Martinez authored
-
- Nov 23, 2014
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
Quite silly, but until the problem is fixed on the server side, it seems like this workaround is the best solution there is.
-
Dan Michael O. Heggø authored
Prepare for Python 3.x support - Use print function - Use compability methods from six
-
Dan Michael O. Heggø authored
Back-ported to Python 2.6 and 2.7
-
Dan Michael O. Heggø authored
Conflicts: RELEASE-NOTES.md
-
- Nov 17, 2014
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
Filtering links by namespace not working
-
Carlos Martinez authored
-
Carlos Martinez authored
-
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
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
As suggested in #52 Original auth mechanism introduced in #27 This change should retain backwards compability
-
- Nov 16, 2014
-
-
Dan Michael O. Heggø authored
-
- Nov 07, 2014
-
-
Dan Michael O. Heggø authored
-
- Nov 03, 2014
-
-
Dan Michael O. Heggø authored
fixed link in user-agent section
-
Frances Hocutt authored
-
Dan Michael O. Heggø authored
reStructuredText is quite picky
-
Dan Michael O. Heggø authored
Added instructions for changing default user-agent
-
Frances Hocutt authored
Added instructions and an example for changing the default user-agent, as in: https://meta.wikimedia.org/wiki/User-Agent_policy .
-
- 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
-