Skip to content
Snippets Groups Projects
  1. Aug 08, 2024
  2. Jan 27, 2024
  3. Feb 16, 2023
  4. Oct 05, 2019
  5. Aug 02, 2019
  6. Dec 02, 2016
  7. May 09, 2016
  8. Nov 17, 2015
    • Hugo's avatar
      Typos · 525b9ca3
      Hugo authored
      525b9ca3
  9. Aug 12, 2015
  10. Aug 18, 2014
    • 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
  11. Jun 15, 2014
Loading