- 10 Jun, 2008 1 commit
-
-
Robert Bradshaw authored
-
- 24 May, 2008 1 commit
-
-
Gregory Ewing authored
-
- 10 Jun, 2008 1 commit
-
-
Robert Bradshaw authored
-
- 16 May, 2008 1 commit
-
-
Gregory Ewing authored
+ +Enhancements: + + - It is no longer necessary to specify the base class of an + extension type in a forward declaration. Also, if the class is + defined in a .pxd file, the base class only needs to be specified + in the .pxd file, not the .pyx file. + [Arc Riley] -
-
- 14 May, 2008 1 commit
-
-
Gregory Ewing authored
+ + - There is now a way of forward-declaring an extension type into + another module. This allows two .pxd files to define extension types + that refer to each other without running into circular import problems. + For example: + + cimport blarg + cdef class blarg.Blarg # Forward declaration + + cdef class Foo: + cdef blarg.Blarg blg
-
- 08 Jun, 2008 1 commit
-
-
Robert Bradshaw authored
Sage compiles and -testall reports success.
-
- 07 Jun, 2008 10 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 06 Jun, 2008 11 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Pyrex merge: disable multiple compilation in one context, verbose mode to output file names during compilation
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/compile/varargdecl.pyx => tests/run/varargdecl.pyx
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 05 Jun, 2008 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 04 Jun, 2008 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 Jun, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 30 May, 2008 3 commits
-
-
Stefan Behnel authored
use PyBytes_Type instead of PyString_Type in the generated sources, PyBytes fix for Py2.6, unicode fixes for star imports
-
Stefan Behnel authored
-
Stefan Behnel authored
-