- 03 Mar, 2013 2 commits
-
-
Nikita Nemkin authored
-
Nikita Nemkin authored
-
- 02 Mar, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Feb, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 10 Jan, 2013 1 commit
-
-
Stefan Behnel authored
-
- 06 Jan, 2013 1 commit
-
-
Stefan Behnel authored
-
- 05 Jan, 2013 1 commit
-
-
Stefan Behnel authored
-
- 20 Dec, 2012 1 commit
-
-
Stefan Behnel authored
-
- 09 Dec, 2012 1 commit
-
-
Stefan Behnel authored
-
- 25 Oct, 2012 1 commit
-
-
Robert Bradshaw authored
also adds error checking for init utility code blocks
-
- 25 Aug, 2012 1 commit
-
-
Stefan Behnel authored
-
- 21 Aug, 2012 1 commit
-
-
Stefan Behnel authored
-
- 04 Aug, 2012 1 commit
-
-
Stefan Behnel authored
-
- 23 Jul, 2012 1 commit
-
-
Stefan Behnel authored
-
- 01 Jul, 2012 1 commit
-
-
Stefan Behnel authored
-
- 30 May, 2012 1 commit
-
-
Bradley M. Froehle authored
This allows a "C" function like extern "C" PyObject* f(PyTypeObject *a); to be wrapped by Cython as from cpython.type import type cdef extern from *: object f(type a) In particular, this allows Cython to produce code which calls f as f((PyTypeObject*) a) which means that it will compile in C++.
-
- 03 May, 2012 1 commit
-
-
Mark Florisson authored
-
- 26 Apr, 2012 3 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
Add Cython.Compiler.Importer to import code which relies on functionality that is not portable across python versions
-
Mark Florisson authored
-
- 23 Mar, 2012 1 commit
-
-
Mark Florisson authored
-
- 17 Mar, 2012 1 commit
-
-
Stefan Behnel authored
-
- 25 Feb, 2012 1 commit
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : n%98%20%EE%A3N%1D%20%3F%88%2A%8B%FE%A0%01%97%9F%04%ED%23
-
- 29 Feb, 2012 2 commits
-
-
Stefan Behnel authored
fixed unused function warning about __pyx_clear_code_object_cache() when cleanup code is not being generated
-
Stefan Behnel authored
-
- 16 Mar, 2012 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 03 Feb, 2012 1 commit
-
-
Mark Florisson authored
-
- 29 Jan, 2012 1 commit
-
-
Mark Florisson authored
-
- 02 Dec, 2011 1 commit
-
-
Lisandro Dalcin authored
-
- 15 Nov, 2011 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 14 Nov, 2011 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
simple support for loading requirements (at least from the same utility code type and file), caching support
-
Stefan Behnel authored
clean up utility code parsing, encourage commenting in utility code files by stripping comments on writing
-