- Aug 17, 2015
-
-
Dan Michael O. Heggø authored
While the 'backlinks' method has a 'redirect' option, there is no such option for the 'embeddedin' method.
-
- Aug 12, 2015
-
-
Waldir Pimenta authored
See 90b87566 for context
-
Waldir Pimenta authored
Also change link to the slightly user-friendly Phabricator (the url looks nicer without the escaped slash, too)
-
Dan Michael O. Heggø authored
Removing unsued import
-
PierreSelim authored
From client.py: time, random, sys, weakref From sleep.py: random
-
- Aug 11, 2015
-
-
Pierre-Selim authored
Merging changes from mwclient master
-
- Jul 26, 2015
-
-
Dan Michael O. Heggø authored
Since CirrusSearch (and Lucene?) doesn't support 'title'.
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
Since default values are evaluated only once, mutable objects shouldn't be used.
-
Dan Michael O. Heggø authored
I've no idea when this would actually be needed, but at least it should be fixed now.. It broke during the move to use the requests library.
-
Dan Michael O. Heggø authored
log.warn has been deprecated
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
- Moving code related to waiting/sleeping/retrying into a new class for a more object oriented approach. - Removing any reference to wait "tokens" to avoid confusion with edit tokens. - Note: `max_retries` and `retry_timeout` are no longer available on `Site`, but can still be passed into the constructor as before.
-
- Jul 25, 2015
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
- The method has been broken since the move to requests (wrong number of args sent to self.site.connection.get) - Add option to stream the file to a file object
-
Dan Michael O. Heggø authored
-
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.
-