- 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
-
- 27 Oct, 2013 1 commit
-
-
Stefan Behnel authored
-
- 09 Nov, 2013 8 commits
-
-
Stefan Behnel authored
--HG-- extra : amend_source : 068dca3eae20906b495571f1d80548dc5f99ed51
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
make fast path in Get/SetItemInt() utility functions safe for sizeof(index type) >= sizeof(Py_ssize_t)
-
- 08 Nov, 2013 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
add value range check for C level assignments to bytearray indices in order to mimic the safe Python behaviour
-
- 07 Nov, 2013 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/run/ass2global.pyx => tests/run/ass2global.py
-
Stefan Behnel authored
-
- 06 Nov, 2013 2 commits
-
-
Stefan Behnel authored
--HG-- rename : tests/run/str_ascii_auto_encoding.pyx => tests/run/bytearray_ascii_auto_encoding.pyx rename : tests/run/str_default_auto_encoding.pyx => tests/run/bytearray_default_auto_encoding.pyx
-
Stefan Behnel authored
-
- 05 Nov, 2013 2 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
No error checking for PyFloat_AS_DOUBLE() as documented
-