1. 12 Oct, 2013 16 commits
  2. 11 Oct, 2013 4 commits
  3. 10 Oct, 2013 1 commit
  4. 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
  5. 11 Oct, 2013 2 commits
  6. 06 Oct, 2013 8 commits
  7. 04 Oct, 2013 1 commit
  8. 01 Oct, 2013 1 commit
  9. 30 Sep, 2013 2 commits
  10. 29 Sep, 2013 3 commits