1. 09 Jun, 2021 2 commits
  2. 26 May, 2021 1 commit
  3. 20 May, 2021 1 commit
  4. 19 May, 2021 3 commits
  5. 02 May, 2021 1 commit
  6. 29 Apr, 2021 2 commits
  7. 28 Apr, 2021 1 commit
  8. 26 Apr, 2021 2 commits
  9. 25 Apr, 2021 1 commit
  10. 14 Apr, 2021 16 commits
  11. 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
  12. 11 Apr, 2021 4 commits
  13. 30 Mar, 2021 4 commits
  14. 21 Mar, 2021 1 commit