- Aug 21, 2016
-
-
Lukas Juhrich authored
I did this kind of on personal interest, since my emacs (using flake8) marks every violation (meaning: line >79 chars) red, which is pretty annoying. I personally think 90 is a realistic guideline.
-
Lukas Juhrich authored
-
Lukas Juhrich authored
Since `next` is just there for compatability reasons, it is more reusable be completely transparent, i.e. Passing every [keyword]argument. Now, we don't need to re-define it in the child class with a different signature.
-
Lukas Juhrich authored
-
Lukas Juhrich authored
Since selecting the class obeys a static “namespace-id → class” mapping, I select the class to be instantiated with a dict.
-
Lukas Juhrich authored
-
Lukas Juhrich authored
Refs #127
-
Lukas Juhrich authored
In this case, we can just use the bound method `self.__next__` instead of calling the unbound method of `type(self)` and giving `self` as the first parameter.
-
Lukas Juhrich authored
Fix #127
-
Lukas Juhrich authored
Refs #47
-
Lukas Juhrich authored
These have been done automatically by my editor (in the form of a post save hook).
-
Lukas Juhrich authored
Remove python2.6 from - Travis - Tox - PyPi tags - documentation and readme Also, Simplify an import clause. This fixes #133
-
- Jul 03, 2016
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
Looks like a buggy pip version could be the root cause, but nevertheless, we shouldn't need to specify that we're depending on requests explicitly when requests_oauthlib depends on it. (https://stackoverflow.com/questions/27497470/setuptools-finds-wrong-package-during-install)
-
Dan Michael O. Heggø authored
- Adds link to the user guide from readme - Adds a new page to the user guide on "working with files"
-
Dan Michael O. Heggø authored
Add OAuth and update docs
-
Dan Michael O. Heggø authored
-
- Jul 02, 2016
-
-
Dan Michael O. Heggø authored
-
- May 20, 2016
-
-
Adam Williamson authored
This follows on from #114 and addresses #87, providing an `end` arg for all these generators, letting you get 'all pages between Bar and Foo' or whatever it is you may need.
-
- May 15, 2016
-
-
Waldir Pimenta authored
-
- May 10, 2016
-
-
Dan Michael O. Heggø authored
`redefined-builtin` and `too-many-arguments` are small smells, and fixing them would break backward compat. Also letting pylint know that we need the imports in __init__.py
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
- May 09, 2016
-
-
Waldir Pimenta authored
* make basic_edit.py and upload.py python-3 compatible
-
- May 07, 2016
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Pierre-Selim authored
Beaware argument requests from the constructor has been rename reqs
-
- May 04, 2016
-
-
tosher authored
-
- Apr 28, 2016
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
Add 'end' argument to PageList
-
- Apr 20, 2016
-
-
Adam Williamson authored
this is sometimes useful; for instance I have a use case for getting all pages in a given namespace that are alphabetically between two specific points (because their names are in a predictable format that involves alphabetically-sorted dates). 'end' is added as the last kwarg to avoid breaking any current uses that rely on the kwarg ordering (thanks dan for pointing that out).
-
- Mar 01, 2016
-
-
Waldir Pimenta authored
-
Waldir Pimenta authored
-
- Feb 09, 2016
-
-
Waldir Pimenta authored
-
- Feb 06, 2016
-
-
Waldir Pimenta authored
-
Waldir Pimenta authored
-
Waldir Pimenta authored
-
Waldir Pimenta authored
-
Waldir Pimenta authored
I'll create a CREDITS.md file containing the info removed on this commit and more, so we have a comprehensive history document.
-
- Feb 05, 2016
-
-
Dan Michael O. Heggø authored
Use 'exec' in py3-compatible manner
-