- 13 Oct, 2013 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Oct, 2013 16 commits
-
-
Stefan Behnel authored
-
scoder authored
.gitignore: Ignore *.egg and *.egg-info
-
Marc Abramowitz authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Multiple fixes to array.extend()
-
- 11 Oct, 2013 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 10 Oct, 2013 1 commit
-
-
Stefan Behnel authored
-
- 08 Oct, 2013 2 commits
-
-
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: Yury V. Zaytsev <yury@shurup.com>
-
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: Yury 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
-
- 11 Oct, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 06 Oct, 2013 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
prevent assignment from basestring->bytes, provide better error messages, extend string assignment failures test
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
extend semantics of 'basestring' typed variables to represent exactly bytes/str/unicode but no subtypes
-
- 04 Oct, 2013 1 commit
-
-
Robert Bradshaw authored
-