- 21 Sep, 2014 2 commits
-
-
Stefan Behnel authored
-
scoder authored
Fix caching issues of cython magic.
-
- 20 Sep, 2014 1 commit
-
-
Matthias Bussonnier authored
Should fix https://github.com/ipython/ipython/issues/6507 when using cython magic. We will deprecate cython magic in IPython itself.
-
- 19 Sep, 2014 1 commit
-
-
Stefan Behnel authored
-
- 18 Sep, 2014 4 commits
-
-
Stefan Behnel authored
improve safety of cname substring replacements for C++ string conversion functions: only replace first occurrence as there may be a user defined portion following
-
Stefan Behnel authored
undo C++ to-py helper functions rewrite as it lost the ability to extend the set of string-ishly convertible types
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Sep, 2014 5 commits
-
-
Stefan Behnel authored
reduce C code overhead for C++ std::string -> PyObject conversion helpers by implementing them directly in C++ and not Cython
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 Sep, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 15 Sep, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 14 Sep, 2014 2 commits
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : %3E%C7%7C%E0I%E9%84%03%8A%EF%F0z%84%20d%E9%C1%12%AF%3E
-
scoder authored
DOC initialize string with bytes
-
- 13 Sep, 2014 1 commit
-
-
Mikhail Korobov authored
As-is the example doesn't compile.
-
- 12 Sep, 2014 5 commits
-
-
Stefan Behnel authored
fix: not setting module reference to NULL in module init function fails to report exception on return
-
Stefan Behnel authored
docs: mention that static typing with Py3 signature annotations requires the "annotation_typing=True" directive
-
Stefan Behnel authored
Fix crash when an exception occurs during module init and the stale module gets used later on (after import failure). This is fixed by no longer cleaning up the global references to module object and module dict, which obviously has the drawback of leaking memory.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 11 Sep, 2014 2 commits
-
-
Stefan Behnel authored
provide "Cython.Compiler.Main.Version" to keep supporting old PyTables versions that import it from there --HG-- extra : transplant_source : %B1%BC%5C%CD%A6%EEmr4B%0F%AF%1C%E0yq9%EA%ADX
-
Robert Bradshaw authored
-
- 10 Sep, 2014 1 commit
-
-
Stefan Behnel authored
-
- 09 Sep, 2014 1 commit
-
-
Stefan Behnel authored
-
- 08 Sep, 2014 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 07 Sep, 2014 5 commits
-
-
Stefan Behnel authored
avoid redundant type pointer comparison in "__Pyx_PyBaseString_Check()" as Py2.6+ already has fast builtin type checks
-
Stefan Behnel authored
-
Stefan Behnel authored
try not to write absolute source file paths into C file position comments and use paths relative to build directory instead
-
Stefan Behnel authored
-
Stefan Behnel authored
allow subtypes in right operand to override left side parent class behaviour for "@" operator (Python tries "__rmatmul__()" first in this case), generally clean up code duplication while at it
-