An error occurred fetching the project authors.
- 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
-
- 13 Nov, 2011 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : rebase_source : bc3948c9063583e68888ce16f208393451503877
-
- 09 Nov, 2011 1 commit
-
-
Vitja Makarov authored
-
- 21 Oct, 2011 1 commit
-
-
Robert Bradshaw authored
-
- 13 Oct, 2011 1 commit
-
-
Mark Florisson authored
-
- 30 Sep, 2011 7 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-