- 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 13 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
-
Mark Florisson authored
-
Mark Florisson authored
Relax stride check for zero- and one-sized dimensions
-
Mark Florisson authored
-
Stefan Behnel authored
-
Stefan Behnel authored
remove redundant importing overhead for newly built test module in test runner and make sure we always import exactly the one we just built
-
- 12 Apr, 2013 7 commits
-
-
Mark Florisson authored
Naive approach to fix memview incref/decref asymmetry in transpose
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 11 Apr, 2013 10 commits
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : 9a5bbb4f08a0eb5be71afd48d9ad5566d8a39efc
-
Stefan Behnel authored
--HG-- extra : rebase_source : fb47cc7e0154abb172016f1945dad2968b3f2a3e
-
Robert Bradshaw authored
Non-Wrapped Inline Declaration Breaking Compatibility with C89 Compilers
-
Charles Grunwald (Juntalis) authored
-
scoder authored
Explain difference between cdef and cpdef
-
nbruin authored
-
nbruin authored
-
nbruin authored
-
nbruin authored
-
nbruin authored
-
- 10 Apr, 2013 1 commit
-
-
Stefan Behnel authored
-
- 09 Apr, 2013 5 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Add casting to const
-
Robert Bradshaw authored
-
Stefan Behnel authored
-