1. 28 Mar, 2022 1 commit
  2. 22 Mar, 2022 1 commit
  3. 15 Mar, 2022 1 commit
  4. 01 Mar, 2022 1 commit
  5. 23 Feb, 2022 1 commit
  6. 15 Feb, 2022 2 commits
  7. 12 Feb, 2022 1 commit
  8. 11 Feb, 2022 1 commit
    • Ralf W. Grosse-Kunstleve's avatar
      Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) · 6493f496
      Ralf W. Grosse-Kunstleve authored
      
      
      * `#error BYE_BYE_GOLDEN_SNAKE`
      
      * Removing everything related to 2.7 from ci.yml
      
      * Commenting-out Centos7
      
      * Removing `PYTHON: 27` from .appveyor.yml
      
      * "PY2" removal, mainly from tests. C++ code is not touched.
      
      * Systematic removal of `u` prefix from `u"..."` and `u'...'` literals. Collateral cleanup of a couple minor other things.
      
      * Cleaning up around case-insensitive hits for `[^a-z]py.*2` in tests/.
      
      * Removing obsolete Python 2 mention in compiling.rst
      
      * Proper `#error` for Python 2.
      
      * Using PY_VERSION_HEX to guard `#error "PYTHON 2 IS NO LONGER SUPPORTED.`
      
      * chore: bump pre-commit
      
      * style: run pre-commit for pyupgrade 3+
      
      * tests: use sys.version_info, not PY
      
      * chore: more Python 2 removal
      
      * Uncommenting Centos7 block (PR #3691 showed that it is working again).
      
      * Update pre-commit hooks
      
      * Fix pre-commit hook
      
      * refactor: remove Python 2 from CMake
      
      * refactor: remove Python 2 from setup code
      
      * refactor: simplify, better static typing
      
      * feat: fail with nice messages
      
      * refactor: drop Python 2 C++ code
      
      * docs: cleanup for Python 3
      
      * revert: intree
      
      revert: intree
      
      * docs: minor touchup to py2 statement
      Co-authored-by: default avatarHenry Schreiner <henryschreineriii@gmail.com>
      Co-authored-by: default avatarAaron Gokaslan <skylion.aaron@gmail.com>
      6493f496
  9. 10 Feb, 2022 1 commit
  10. 11 Jan, 2022 1 commit
  11. 03 Jan, 2022 1 commit
  12. 27 Dec, 2021 1 commit
  13. 21 Dec, 2021 1 commit
  14. 06 Dec, 2021 1 commit
  15. 22 Nov, 2021 1 commit
  16. 16 Nov, 2021 1 commit
  17. 14 Nov, 2021 1 commit
  18. 08 Nov, 2021 1 commit
  19. 01 Nov, 2021 1 commit
  20. 25 Oct, 2021 1 commit
  21. 22 Oct, 2021 1 commit
  22. 11 Oct, 2021 1 commit
  23. 08 Oct, 2021 1 commit
  24. 04 Oct, 2021 1 commit
  25. 28 Sep, 2021 1 commit
  26. 22 Sep, 2021 1 commit
  27. 20 Sep, 2021 1 commit
  28. 13 Sep, 2021 1 commit
  29. 30 Aug, 2021 1 commit
  30. 23 Aug, 2021 1 commit
  31. 13 Aug, 2021 1 commit
    • Aaron Gokaslan's avatar
      maint(precommit): Apply isort (#3195) · 9df2f1ff
      Aaron Gokaslan authored
      * Apply isort
      
      * Tweak isort config
      
      * Add env.py as a known_first_party
      
      * Add one missing known first party
      
      * Make config compat with older isort versions
      
      * Add another comment
      
      * Revert pyproject setting
      9df2f1ff
  32. 09 Aug, 2021 1 commit
  33. 03 Aug, 2021 2 commits
  34. 29 Jul, 2021 1 commit
  35. 26 Jul, 2021 1 commit
  36. 20 Jul, 2021 1 commit
  37. 14 Jul, 2021 2 commits