1. 11 Jun, 2008 1 commit
  2. 10 Jun, 2008 1 commit
  3. 24 May, 2008 1 commit
  4. 10 Jun, 2008 1 commit
  5. 16 May, 2008 1 commit
    • Gregory Ewing's avatar
      Base class not needed in forward extension class declaration · 5f13fdb2
      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]
      -
      5f13fdb2
  6. 14 May, 2008 1 commit
    • Gregory Ewing's avatar
      Forward declaration of extension class in another module · 4c4f6bdb
      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
      4c4f6bdb
  7. 08 Jun, 2008 1 commit
  8. 07 Jun, 2008 10 commits
  9. 06 Jun, 2008 11 commits
  10. 05 Jun, 2008 5 commits
  11. 04 Jun, 2008 3 commits
  12. 01 Jun, 2008 2 commits
  13. 30 May, 2008 2 commits