1. 03 Sep, 2021 1 commit
  2. 01 Sep, 2021 1 commit
  3. 22 Jul, 2021 1 commit
  4. 13 Jul, 2021 3 commits
  5. 01 Jul, 2021 1 commit
  6. 09 Jun, 2021 2 commits
  7. 26 May, 2021 1 commit
  8. 20 May, 2021 1 commit
  9. 19 May, 2021 3 commits
  10. 02 May, 2021 1 commit
  11. 29 Apr, 2021 2 commits
  12. 28 Apr, 2021 1 commit
  13. 26 Apr, 2021 2 commits
  14. 25 Apr, 2021 1 commit
  15. 14 Apr, 2021 16 commits
  16. 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
  17. 11 Apr, 2021 2 commits