1. 19 May, 2021 2 commits
  2. 02 May, 2021 1 commit
  3. 29 Apr, 2021 2 commits
  4. 28 Apr, 2021 1 commit
  5. 26 Apr, 2021 2 commits
  6. 25 Apr, 2021 1 commit
  7. 14 Apr, 2021 16 commits
  8. 12 Apr, 2021 1 commit
    • Victor Stinner's avatar
      Fix optimised_pow2_inplace() on Python 3.10 (GH-4103) · 3602b4d7
      Victor Stinner authored
      Fix optimised_pow2_inplace() doctest on Python 3.10 because the error message changed.
      
      Python 3.9 error message:
          unsupported operand type(s) for ** or pow(): 'int' and 'str'
      
      Python 3.10 error message:
          unsupported operand type(s) for **=: 'int' and 'str'
      3602b4d7
  9. 11 Apr, 2021 4 commits
  10. 30 Mar, 2021 4 commits
  11. 21 Mar, 2021 2 commits
  12. 18 Mar, 2021 2 commits
  13. 19 Feb, 2021 2 commits