- 26 Apr, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Apr, 2013 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 24 Apr, 2013 5 commits
-
-
Robert Bradshaw authored
Add strspn to string.pxd
-
Lars Buitinck authored
-
Stefan Behnel authored
-
scoder authored
Fixed .srctree tests execution
-
Nikita Nemkin authored
-
- 22 Apr, 2013 1 commit
-
-
Stefan Behnel authored
fix compiler crash on bad code (complex % x) and move directive handling in ModNode to analysis phase
-
- 21 Apr, 2013 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 20 Apr, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 19 Apr, 2013 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Apr, 2013 6 commits
-
-
Stefan Behnel authored
-
scoder authored
Resolve depends attribute with respect to include_dirs.
-
scoder authored
T808
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 16 Apr, 2013 1 commit
-
-
Stefan Behnel authored
-
- 15 Apr, 2013 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/run/unicode_ascii_encoding.pyx => tests/run/str_ascii_auto_encoding.pyx rename : tests/run/unicode_default_encoding.pyx => tests/run/str_default_auto_encoding.pyx rename : tests/run/unicode_ascii_encoding.pyx => tests/run/unicode_ascii_auto_encoding.pyx rename : tests/run/unicode_default_encoding.pyx => tests/run/unicode_default_auto_encoding.pyx
-
- 14 Apr, 2013 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
John Stumpo authored
Doing so just makes all methods implicitly nogil. This also makes nogil on a cdef extern from statement do the right thing to cppclasses (and their methods) contained inside. --- Cython/Compiler/Parsing.py | 3 ++- tests/compile/cpp_nogil.h | 9 +++++++++ tests/compile/cpp_nogil.pyx | 18 ++++++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 tests/compile/cpp_nogil.h create mode 100644 tests/compile/cpp_nogil.pyx
-
Stefan Behnel authored
clean up dependencies of memoryview utility code snippets a bit to get rid of some 'unused function' C compiler warnings
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
work around inability to detect existing Python globals (e.g. from imports) when cpdef-ing global functions
-