Skip to content
Snippets Groups Projects
  1. Jul 31, 2017
  2. May 18, 2017
  3. Feb 23, 2017
  4. Oct 24, 2016
  5. Oct 23, 2016
  6. Sep 20, 2016
  7. Aug 21, 2016
  8. Jul 03, 2016
  9. May 15, 2016
  10. Feb 06, 2016
  11. Feb 05, 2016
  12. Jan 10, 2016
  13. Aug 24, 2015
  14. Jul 26, 2015
  15. Jul 18, 2015
  16. Nov 23, 2014
  17. Nov 03, 2014
  18. Sep 27, 2014
  19. Sep 21, 2014
    • Dan Michael O. Heggø's avatar
      [#51] Rename Page.edit() to Page.text() · 61155f1b
      Dan Michael O. Heggø authored
      since the method does not edit the page, but returns the text of the
      page. The old method name still works, but issues a DeprecationWarning.
      Note that DeprecationWarnings are silent by default, so we might
      consider to elevate it in some future version.
      61155f1b
  20. Sep 20, 2014
  21. Sep 06, 2014
  22. Sep 02, 2014
  23. Aug 31, 2014
    • Dan Michael O. Heggø's avatar
      Fix setup.py test and add tox.ini · 0cf414ea
      Dan Michael O. Heggø authored
      - For some reason, 'pytest-cache' isn't found by setup.py if not
        specified explicitly in 'tests_require'
      - Add tox.ini so tests can be run using tox if desired
      - Update test to not be dependent on serialization
      0cf414ea
    • Dan Michael O. Heggø's avatar
      Simplify running tests · b3f2551d
      Dan Michael O. Heggø authored
      - A single command `python setup.py test` will now install test
        dependencies, make an in-place build and run the tests.
      - The setup script now requires Setuptools. A message will be printed
        if it is not found.
      b3f2551d
  24. Jun 17, 2014
Loading