Skip to content
Snippets Groups Projects
  1. Nov 09, 2015
  2. Sep 27, 2015
  3. 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
  4. Sep 12, 2015
  5. Aug 29, 2015
    • Dan Michael O. Heggø's avatar
      Update release notes with #81 · dffd7baf
      Dan Michael O. Heggø authored
      dffd7baf
    • Adam Williamson's avatar
      Drop Page.section attribute · ee30ef6c
      Adam Williamson authored
      This attribute goes back to an older design, where
      the 'edit page' workflow was different: the edit() method did
      part of the work of defining what text you meant to edit. In
      the current workflow, text() - which replaced the deprecated
      edit() - is only for retrieving text, and save() is supposed
      to do all the work of editing the page.
      
      The 'section' attribute is therefore obsolete and dangerous.
      ee30ef6c
  6. Aug 24, 2015
  7. Aug 23, 2015
  8. Aug 18, 2015
  9. Aug 17, 2015
  10. Aug 12, 2015
  11. Aug 11, 2015
  12. Jul 26, 2015
  13. Jul 25, 2015
  14. Jul 19, 2015
  15. Jul 18, 2015
Loading