- 24 Nov, 2013 2 commits
-
-
Stefan Behnel authored
--HG-- extra : amend_source : a382ac055ce79771e0457bed2e3b8d253581a54f
-
Stefan Behnel authored
-
- 23 Nov, 2013 26 commits
-
-
Stefan Behnel authored
let += and -= inplace operators use pointer arithmetic when used on C strings (instead of currently failing attempt at string concatenation)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/broken/inplace_lhs.pyx => tests/compile/inplace_lhs.pyx rename : tests/broken/inplace_ops.pyx => tests/compile/inplace_ops.pyx
-
Stefan Behnel authored
--HG-- rename : tests/broken/voidstarcast.pyx => tests/run/voidstarcast.pyx
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/broken/typeofexttype.pyx => tests/run/typeofexttype.pyx
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/broken/onelinesuite.pyx => tests/run/onelinesuite.py
-
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
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/run/pyclass_special_methods.py => tests/run/pyclass_special_methods.pyx
-
Stefan Behnel authored
-
Stefan Behnel authored
let CPython do the exception instantiation on 'raise' in Py3 to make sure we handle all special cases correctly
-
- 22 Nov, 2013 7 commits
-
-
Stefan Behnel authored
use more CPython-like (and potentially faster) _PyType_Lookup() for internal special method lookups instead of generic attribute lookup
-
Stefan Behnel authored
-
Stefan Behnel authored
revert incomplete fix for ticket #600: not enough for more complex scoping and evaluation time issues
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 20 Nov, 2013 1 commit
-
-
Stefan Behnel authored
-
- 17 Nov, 2013 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/broken/builtinlist.pyx => tests/compile/builtinlist.pyx extra : amend_source : 9d1f1806562a676bb13d2fe5472d5a9261fb3b18
-
Stefan Behnel authored
-