Skip to content
Snippets Groups Projects
  1. Aug 11, 2024
  2. May 06, 2024
  3. Feb 16, 2024
  4. Jan 28, 2024
    • Marc Troelitzsch's avatar
      Remove some Python 2.x leftovers · 3f857829
      Marc Troelitzsch authored
      * `Iterator.next()`` has been replaced with `Iterator.__next__()`
      * The `object.__unicode__()` method is not used anymore
      * Default source encoding has changed from ASCII to UTF-8
      3f857829
  5. Jan 27, 2024
  6. May 26, 2023
  7. Sep 26, 2021
  8. May 28, 2020
  9. Nov 05, 2019
  10. Aug 03, 2019
  11. Aug 02, 2019
  12. Jun 10, 2019
  13. Nov 22, 2018
  14. Nov 04, 2018
  15. Jul 31, 2018
  16. Jul 01, 2018
  17. Apr 08, 2018
  18. Jan 14, 2018
  19. Nov 26, 2017
  20. Nov 16, 2017
    • Adam Williamson's avatar
      Revert "Fix test compat with responses@0.6.0" · cd86bf35
      Adam Williamson authored
      This reverts commit 1650e0e7.
      Upstream restored handling of the adding_headers arg in 0.6.1.
      Going back to using that name means we're still compatible with
      any version of responses after 0.3.0, except 0.6.0. Also adjust
      setup.py to express this correctly.
      cd86bf35
  21. Jul 31, 2017
  22. May 18, 2017
  23. Feb 23, 2017
  24. Oct 23, 2016
  25. 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
  26. Jul 03, 2016
  27. May 07, 2016
  28. Apr 28, 2016
  29. Feb 05, 2016
  30. Jan 23, 2016
  31. Jan 10, 2016
Loading