- 23 Nov, 2013 3 commits
-
-
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 7 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
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 Nov, 2013 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 15 Nov, 2013 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/run/cyfunction.pyx => tests/run/qualname.pyx
-
Stefan Behnel authored
-
Stefan Behnel authored
reimplement PEP 3155 __qualname__ calculation in a dedicated transform to base it on the node structure instead of the scopes (which fails for class scopes)
-
- 11 Nov, 2013 2 commits
-
-
scoder authored
Fix npy_bool signedness
-
Andrea Bedini authored
From numpy's definition in https://github.com/numpy/numpy/blob/master/numpy/core/include/numpy/npy_common.h#L211 ```typedef unsigned char npy_bool;```
-
- 10 Nov, 2013 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
optimise string equality comparison by always looking at the first character before calling into the C-API --HG-- extra : amend_source : 65f946184bc3b291289c54f6787aba7d2ad43b20
-
- 03 Nov, 2013 2 commits
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : %D5%D9Izb%7F%E6%AF%91%9A2j%25%FC%27%85%7CFs5
-
Stefan Behnel authored
-
- 01 Nov, 2013 1 commit
-
-
Stefan Behnel authored
-
- 27 Oct, 2013 1 commit
-
-
Stefan Behnel authored
-
- 09 Nov, 2013 5 commits
-
-
Stefan Behnel authored
--HG-- extra : amend_source : 068dca3eae20906b495571f1d80548dc5f99ed51
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-