1. 03 Jul, 2022 3 commits
    • da-woods's avatar
      Fix tuple*float test on PyPy · 1c0691f7
      da-woods authored
      Test added in 5c900c59
      
      PyPy gives a slightly different error message for the unsupported operation
      1c0691f7
    • da-woods's avatar
      Updated changelog · a70b9d3c
      da-woods authored
      a70b9d3c
    • Sebastian Berg's avatar
      BUG: Fortify object buffers against included NULLs (#4859) · 98cebe4d
      Sebastian Berg authored
      * BUG: Fortify object buffers against included NULLs
      
      While NumPy tends to not actively create object buffers initialized
      only with NULL (rather than filled with None), at least older versions
      of NumPy did do that.  And NumPy guards against this.
      
      This guards against embedded NULLs in object buffers interpreting
      a NULL as None (and anticipating a NULL value also when setting
      the buffer for reference count purposes).
      
      Closes gh-4858
      98cebe4d
  2. 28 Jun, 2022 1 commit
  3. 26 Jun, 2022 1 commit
  4. 21 Jun, 2022 2 commits
  5. 17 Jun, 2022 1 commit
  6. 07 Jun, 2022 1 commit
  7. 17 May, 2022 8 commits
  8. 16 May, 2022 7 commits
  9. 13 May, 2022 1 commit
  10. 03 May, 2022 4 commits
  11. 21 Apr, 2022 1 commit
  12. 18 Apr, 2022 1 commit
  13. 16 Apr, 2022 1 commit
  14. 15 Apr, 2022 1 commit
  15. 12 Apr, 2022 3 commits
  16. 07 Apr, 2022 3 commits
  17. 01 Apr, 2022 1 commit