An error occurred fetching the project authors.
  1. 13 Nov, 2018 1 commit
  2. 17 Oct, 2017 1 commit
    • Unknown's avatar
      Trivial typo fixes · 4f237620
      Unknown authored
      Most are non-user facing. 
      Found using:
      `codespell -d -q 3`
      4f237620
  3. 07 May, 2017 1 commit
  4. 11 Jan, 2017 1 commit
  5. 07 Feb, 2016 1 commit
  6. 12 Oct, 2013 3 commits
  7. 08 Oct, 2013 2 commits
    • Yury V. Zaytsev's avatar
      Multiple fixes to array.extend() · 7f6ac8a3
      Yury V. Zaytsev authored
          * Fix self / other typecode compatibility check and add test
      
          * In CPython, PyErr_BadArgument() C-API function always raises an
            exception and returns zero
      
          * It is needed to add the `except -2` clause, so that the exception
            raised by PyErr_BadArgument() is not ignored
      
          * Additionaly, the `return -1` statement in array.extend() will have
            no effect, and hence is misleading, so it needs to be removed
      Signed-off-by: default avatarYury V. Zaytsev <yury@shurup.com>
      7f6ac8a3
    • Yury V. Zaytsev's avatar
      Multiple fixes to array.extend() · ab0ae9e8
      Yury V. Zaytsev authored
          * Fix self / other typecode compatibility check and add test
      
          * In CPython, PyErr_BadArgument() C-API function always raises an
            exception and returns zero
      
          * It is needed to add the `except -2` clause, so that the exception
            raised by PyErr_BadArgument() is not ignored
      
          * Additionaly, the `return -1` statement in array.extend() will have
            no effect, and hence is misleading, so it needs to be removed
      Signed-off-by: default avatarYury V. Zaytsev <yury@shurup.com>
      
      --HG--
      extra : transplant_source : e%BE%0A8%0D%B6%A4A%B4%9F%98bZ%ED%C5%CD%D9%AD%E0%7C
      ab0ae9e8
  8. 20 Aug, 2012 1 commit
  9. 18 Jul, 2012 1 commit
  10. 20 May, 2012 2 commits
  11. 16 May, 2012 1 commit
  12. 06 May, 2012 1 commit
  13. 02 May, 2012 1 commit
    • Andreas van Cranenburgh's avatar
      Single new array function · 13d9929e
      Andreas van Cranenburgh authored
      Unfortunately cannot use default args in pxd file; I also wouldn't know how the two array functions could be added as methods to the array class.
      Restored "inline" attribute for array creation function, it can be disabled with a \#DEF
      Removed some unused/redundant attributes.
      Moved selected comments to docstrings.
      Replaced tabs w/spaces.
      13d9929e
  14. 22 Apr, 2012 1 commit