- Apr 11, 2019
-
-
Marc Trölitzsch authored
-
- Dec 12, 2018
-
-
Cody Logan authored
somtimes -> sometimes if do -> if you do
-
- Dec 09, 2018
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
- Nov 22, 2018
-
-
Dan Michael O. Heggø authored
-
cpettet authored
This is what is imported at the beginning of the examples. This could also be done by changing the import to 'import mwclient' rather than 'from mwclient import Site'. Neither seems more correct but I have tried to follow what seems most intended. >>> from mwclient import Site >>> site = mwclient.Site('en.wikipedia.org') Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'mwclient' is not defined vs. >>> site = Site('en.wikipedia.org') >>> page = site.pages['Greater guinea pig'] >>> text = page.text() >>> page.exists True
-
- Feb 28, 2018
-
-
Jakub Wilk authored
-
- May 11, 2017
-
-
Dan Michael O. Heggø authored
-
- Sep 22, 2016
-
-
Nicolas Bareil authored
-
- Sep 20, 2016
-
-
Waldir Pimenta authored
PR #136 fixes #88
-
- Aug 21, 2016
-
-
Dan Michael O. Heggø authored
- https is standard now, so no need to explicitly declare that - wrap lines around 90 chars - minor rewriting
-
Dan Michael O. Heggø authored
to adher to 52b9d8b8
-
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
- 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
-
- Aug 23, 2015
-
-
Dan Michael O. Heggø authored
- Remove :ref:s from the headers, since they made the latex build crash - Add logo Remaining issue: - Can't get headings levels right on both the html and the latex builds at the same time. More info in #40
-
Dan Michael O. Heggø authored
-