- Aug 03, 2019
-
-
marcfrederick authored
-
- Aug 02, 2019
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
The post edit cookies makes no sense for bots, but it seems like the PR for https://phabricator.wikimedia.org/T211233 is not going to be merged, so we have to work around it. Closes #221
-
Dan Michael O. Heggø authored
Allow specifying `uselang` with `Page.revisions()` and `Site.usercontributions()` to get localized parsed comments with `prop=parsedcomment`.
-
Dan Michael O. Heggø authored
Breaking change: Change the `Site.ask()` method to produce less nested output. Basically, change `yield {title: answer}` to `yield answer`. The title is included in the answer object after all.
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
Per #223
-
Dan Michael O. Heggø authored
-
Marc Trölitzsch authored
-
Dan Michael O. Heggø authored
-
Mat authored
-
Pyfisch authored
Closes #207
-
Pyfisch authored
Use and recommend format from RFC 7231. Give examples for custom User-Agent strings. Closes #49
-
John Greeley authored
requests_oauthlib dependency name will only install from pip, requests-oauthlib works on both conda and pip
-
Adam Williamson authored
The `commands` line was accidentally(?) removed entirely in 57f716ed, so tox no longer actually ran any tests (only flake8). This restores it, with the codestyle bit removed obviously. It also fixes two lines where a tab was used instead of spaces. Signed-off-by:
Adam Williamson <awilliam@redhat.com>
-
Dan Michael O. Heggø authored
Per #223
-
Adam Williamson authored
We switched to pycodestyle then flake8 recently, but one stray reference to pep8 was left in this doc file. Signed-off-by:
Adam Williamson <awilliam@redhat.com>
-
Marc Trölitzsch authored
-
Marc Trölitzsch 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
-
Dan Michael O. Heggø authored
-
Orion Poplawski authored
-
Orion Poplawski authored
-
- Apr 11, 2019
-
-
Marc Trölitzsch authored
-
marcfrederick authored
-
- Feb 17, 2019
-
-
Dan Michael O. Heggø authored
Breaking change: Remove the `expandtemplates` and `diffto` parameters from the `Site.revisions()` method as these were deprecated in MediaWiki 1.30 and removed in 1.32.
-
Dan Michael O. Heggø authored
The rvexpandtemplates parameter has been removed, but we can use action=expandtemplates instead.
-
- Dec 12, 2018
-
-
Cody Logan authored
somtimes -> sometimes if do -> if you do
-
- Dec 09, 2018
-
-
Dan Michael O. Heggø authored
Storing the message in args[0] seems more Pythonic.
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
While OAuthAuthorizationError inherited LoginError, they did not really share the same interface as they didn't receive the same args.
-
Dan Michael O. Heggø authored
- Make `AssertUserFailedError` inherit `MwClientError` rather than `LoginError`, since it doesn't have the same args. - Move message into args[0], which is more standard Python.
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-