Skip to content
Snippets Groups Projects
  1. May 18, 2017
  2. May 17, 2017
  3. May 11, 2017
  4. Apr 29, 2017
    • Dan Michael O. Heggø's avatar
      Update purge method to use the API · 038378c7
      Dan Michael O. Heggø authored
      Update the `Page.purge()` method to use the `action=purge` API module
      that was added in MediaWiki 1.14. Since mwclient requires MediaWiki 1.16
      or later, we don't need to also support the old purge method.
      038378c7
  5. Apr 28, 2017
  6. Feb 23, 2017
  7. Dec 02, 2016
  8. Nov 10, 2016
  9. Nov 07, 2016
  10. Oct 24, 2016
  11. Oct 23, 2016
  12. Oct 17, 2016
  13. Oct 10, 2016
  14. Sep 22, 2016
  15. Sep 20, 2016
  16. Aug 23, 2016
    • Dan Michael O. Heggø's avatar
      Refactor List.__next__ · 273d9620
      Dan Michael O. Heggø authored
      To avoid stuff like #135 from happening, make it more transparent what's
      going on in `List.__next__` by
      - replacing the check for `full=True` with
        `isinstance(self, GeneratorList)`
      - replacing the recursive call to `List.__next__` with
        `item = six.next(self._iter)`. This means one line of code is
        duplicated, but I think it's pays of in term of readability.
      273d9620
    • Dan Michael O. Heggø's avatar
      c4de7069
Loading