Skip to content
Snippets Groups Projects
  1. Nov 05, 2019
  2. Aug 02, 2019
  3. Jun 10, 2019
  4. Nov 04, 2018
  5. Apr 08, 2018
  6. May 18, 2017
  7. Aug 21, 2016
    • Lukas Juhrich's avatar
      Drop 2.6 support · 59f79e82
      Lukas Juhrich authored
      Remove python2.6 from
      - Travis
      - Tox
      - PyPi tags
      - documentation and readme
      
      Also, Simplify an import clause.
      
      This fixes #133
      59f79e82
  8. Nov 09, 2015
  9. Jul 25, 2015
  10. Jul 18, 2015
  11. Aug 31, 2014
    • 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
  12. Aug 30, 2014
  13. Aug 18, 2014
    • Dan Michael O. Heggø's avatar
      1e85766e
    • Dan Michael O. Heggø's avatar
      [#45] replace http.py with the Requests library · 593cb44c
      Dan Michael O. Heggø authored
      - Note the following exception replacements:
        mwclient.errors.HTTPError -> requests.exceptions.ConnectionError
        mwclient.errors.HTTPStatusError -> requests.exceptions.HTTPError
        mwclient.errors.HTTPRedirectError -> requests.exceptions.TooManyRedirects
      
      - Removed the `compability.old_upload` method, which was used for
        MediaWiki < 1.16.
      
      - Requests automatically decompresses gzip-encoded responses, and
        does its best to decode response content to unicode when possible.
      
      - [#53] Using the Responses library to mock http requests in tests
      593cb44c
  14. Jun 15, 2014
  15. Jun 16, 2013
Loading