Skip to content
Snippets Groups Projects
  1. Aug 26, 2024
  2. Aug 25, 2024
  3. 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
  4. Mar 27, 2024
  5. Jan 27, 2024
  6. May 26, 2023
  7. Feb 10, 2023
  8. Dec 12, 2019
  9. Nov 05, 2019
  10. Sep 08, 2019
  11. Aug 02, 2019
  12. Jun 10, 2019
  13. Dec 09, 2018
  14. Jan 11, 2018
  15. May 18, 2017
  16. Aug 21, 2016
    • Lukas Juhrich's avatar
      Include max-line-length settings for flake8/pep8 · 46daf5ae
      Lukas Juhrich authored
      I did this kind of on personal interest, since my emacs (using flake8)
      marks every violation (meaning: line >79 chars) red, which is pretty
      annoying.
      
      I personally think 90 is a realistic guideline.
      46daf5ae
    • 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
  17. Nov 09, 2015
  18. Jul 25, 2015
  19. 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
Loading