- Jul 25, 2015
-
-
Dan Michael O. Heggø authored
Should at least be compatible with Python 3.4 now. Can't get Python 3.3 to work locally, but let's see with Travis.
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
- Factor out parse_timestamp - Use `iterkeys`, `itervalues`, `iteritems` and `next` from six - Use __next__ for Python 3.x and next for Python2.x
-
Dan Michael O. Heggø authored
-
- Jul 19, 2015
-
-
Waldir Pimenta authored
-
- Jul 18, 2015
-
-
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
- Add zip_safe flag
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
- Add a warning to prepare for the merge of #81 - Update existing deprecation warnings
-
- Jul 17, 2015
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
If we get a connection error during Site init, it's better to let the exception through directly since it can well be due to a hostname typo.
-
- Jul 08, 2015
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
The flag has always been named 'messages', not 'message', but has been documented wrongly.
-
- Jul 06, 2015
-
-
Waldir Pimenta authored
-
Dan Michael O. Heggø authored
Adding pageid, contentmodel, pagelanguage, restrictiontypes as attributes of Page
-
- Jul 05, 2015
-
-
PierreSelim authored
Thoses attributes were only accessible through private _info dict.
-
PierreSelim authored
pageid was only accessible through the 'private' _info dict.
-
- Jun 20, 2015
-
-
Waldir Pimenta authored
-
Waldir Pimenta authored
-
Waldir Pimenta authored
Add support for querying the CheckUser log
-
Luke Faraone authored
-
- Jun 14, 2015
-
-
Luke Faraone authored
-
- Jun 04, 2015
-
-
Dan Michael O. Heggø authored
Handling requests exceptions is the responsibility of `Site.raw_call()`, not `Site.upload()`
-
Waldir Pimenta authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
Add a null handler to prevent 'No handlers could be found for logger "mwclient.*"' warnings. This seems to be good practice for libraries.
-
- Mar 15, 2015
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Igor Tkach authored
When rctoponly is set only changes which are the latest revision are listed.
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
- Dec 19, 2014
-
-
Waldir Pimenta authored
-
Dan Michael O. Heggø authored
fix PageList API arg passing to GeneratorList
-