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