Skip to content
Snippets Groups Projects
  1. Jan 11, 2018
  2. Oct 23, 2016
  3. Aug 21, 2016
  4. Jul 02, 2016
  5. Sep 19, 2015
    • Adam Williamson's avatar
      optionally, cache page text until next edit operation · e8fc54d9
      Adam Williamson authored
      Store the results of page.text() operations in a simple cache
      dict. This avoids unnecessary remote roundtrips. Cache is
      cleared on each successful page.save() operation. cache
      argument can be set to 'False' to disable use of the cache.
      e8fc54d9
  6. Mar 15, 2015
  7. Nov 27, 2014
  8. Nov 23, 2014
  9. Oct 27, 2014
  10. Sep 27, 2014
    • Dan Michael O. Heggø's avatar
      Add `expandtemplates` argument to Page.text() · 57df5f4e
      Dan Michael O. Heggø authored
      - This is more flexible than the `Page.get_expanded()` method,
        since it can be combined with the `section` argument as well,
        to get the expanded wikitext of a section.
      
      - Deprecating `Page.get_expanded()`.
      
      - Also fixed a very minor bug where `Page.last_rev_time` was
        not reset when editing new pages after having edited non-new pages.
      
      - Added more Page tests
      57df5f4e
  11. Sep 21, 2014
Loading