1. 14 Apr, 2021 5 commits
  2. 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
  3. 11 Apr, 2021 4 commits
  4. 30 Mar, 2021 4 commits
  5. 21 Mar, 2021 2 commits
  6. 18 Mar, 2021 2 commits
  7. 19 Feb, 2021 2 commits
  8. 18 Feb, 2021 3 commits
  9. 09 Feb, 2021 2 commits
  10. 23 Jan, 2021 1 commit
  11. 08 Jan, 2021 1 commit
  12. 09 Dec, 2020 1 commit
  13. 04 Dec, 2020 1 commit
  14. 28 Nov, 2020 1 commit
  15. 27 Nov, 2020 1 commit
  16. 26 Nov, 2020 4 commits
  17. 18 Nov, 2020 2 commits
  18. 08 Nov, 2020 3 commits