Skip to content
Snippets Groups Projects
  1. Aug 25, 2024
  2. Aug 21, 2024
    • Marc Troelitzsch's avatar
      refactor!: Use f-strings for string formatting · 658d5829
      Marc Troelitzsch authored
      This commit refactors the codebase to consistently use Python 3.6
      f-strings for string concatenation and interpolation.
      
      BREAKING CHANGE: This update increases the minimum required Python
      version from 3.5 to 3.6. Python 3.5 reached end-of-life in September
      2020 (~4 years ago) and has been dropped from most distributions, so the
      impact on users should be minimal.
      658d5829
    • Marc Troelitzsch's avatar
      refactor: Update some outdated syntax · 6eb48c47
      Marc Troelitzsch authored
      This commit updates some outdated syntax with the modern alternatives.
      The changes were applied automatically using pyupgrade (v2.0.1) with the
      following command:
      
      ```
      pyupgrade --py3-plus **/*.py
      ```
      
      These updates are purely syntactical and there should be no change in
      functionality.
      6eb48c47
  3. Aug 11, 2024
  4. May 06, 2024
  5. Feb 16, 2024
  6. 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
  7. Jan 27, 2024
  8. May 26, 2023
  9. Sep 26, 2021
  10. May 28, 2020
  11. Nov 05, 2019
  12. Aug 03, 2019
  13. Aug 02, 2019
  14. Jun 10, 2019
  15. Nov 22, 2018
  16. Nov 04, 2018
  17. Jul 31, 2018
  18. Jul 01, 2018
  19. Apr 08, 2018
  20. Jan 14, 2018
  21. Nov 26, 2017
  22. 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
  23. Jul 31, 2017
  24. May 18, 2017
  25. Feb 23, 2017
  26. Oct 23, 2016
  27. 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
  28. Jul 03, 2016
  29. May 07, 2016
  30. Apr 28, 2016
Loading