| 143 | Need to change syntax for pxd function typing | new | somebody | defect | blocker | 0.11 |
| 3 | Cython calls ExtType.__init__() as Python function | new | somebody | enhancement | major | wishlist |
| 4 | from package cimport module doesn't work | new | somebody | defect | major | 0.11 |
| 6 | gcc warns of unused variables in module initialization | new | somebody | defect | major | 0.11 |
| 18 | req: support cdef class attrib initialisation | new | somebody | enhancement | major | wishlist |
| 27 | inspection of compilation namespace for IF/ELIF/ELSE/DEF | new | somebody | enhancement | major | wishlist |
| 43 | Mysterious error with conflicting types | new | somebody | defect | major | 0.11 |
| 77 | temp allocation should be done in code generation phase | new | somebody | defect | major | wishlist |
| 81 | Make CloneNode obsolete | new | somebody | defect | major | wishlist |
| 82 | Implement closures | new | somebody | defect | major | wishlist |
| 83 | Implement Generators | new | somebody | defect | major | wishlist |
| 86 | implement globals | new | somebody | defect | major | wishlist |
| 87 | definitions in control structures | new | somebody | defect | major | wishlist |
| 88 | optimize list, tuple,dict access | new | somebody | defect | major | wishlist |
| 89 | pxd caching | new | somebody | defect | major | wishlist |
| 92 | public enums in extern blocks | new | somebody | defect | major | wishlist |
| 94 | cimport module cdef globals | new | somebody | defect | major | wishlist |
| 95 | public and readonly module globals | new | somebody | defect | major | wishlist |
| 97 | optimization testing | new | -- | defect | major | wishlist |
| 99 | Char assignment allocates unused string literal | new | somebody | defect | major | wishlist |
| 101 | Clean up numpy.pxd | assigned | dagss | defect | major | wishlist |
| 106 | Regression tests fail for Python 2.6 on Win32 | new | somebody | defect | major | 0.11 |
| 112 | Declare c(p)def classes/methods without need for .pxd file | new | somebody | defect | major | 0.11 |
| 113 | literal lists don't work at module level | new | somebody | defect | major | 0.11 |
| 115 | Buffer typestring bug with external struct fields | new | dagss | defect | major | 0.11 |
| 117 | Buffer typedefs raises parser exception | new | somebody | defect | major | 0.11 |
| 119 | request compile time value without raising error (allow constant folding) | assigned | scoder | defect | major | wishlist |
| 127 | power operator (**) should be allowed in Python code | new | somebody | defect | major | 1.0 |
| 128 | Reduce name collisions in Pure Python mode | new | somebody | defect | major | 1.0 |
| 130 | Missing support for Python special methods for rich comparison | new | somebody | defect | major | 1.0 |
| 131 | getattr3() should be merged with getattr() | new | somebody | defect | major | 1.0 |
| 132 | Deletion of local variables in functions is not supported | new | somebody | defect | major | 1.0 |
| 134 | cpdef method w/ unused buffer causes compilation error | assigned | dagss | defect | major | wishlist |
| 141 | cpdef special methods | new | somebody | defect | major | wishlist |
| 142 | module dictionaries not deallocated at Python finalization | new | | defect | major | wishlist |
| 144 | Fix BlockNode/move literals/constants to code generation | new | somebody | task | major | wishlist |
| 145 | Problem with literals and boolean operators | new | somebody | defect | major | 0.11 |
| 151 | 'with' statement crashes on contained return statement | new | somebody | defect | major | 0.11 |
| 152 | subtyping PyVarObject (e.g. str) | new | somebody | defect | major | wishlist |
| 153 | safe, ref-counted support for dynamic memory allocation | new | somebody | enhancement | major | wishlist |
| 160 | support for subinterpreters and module cleanup in Py3 | new | somebody | enhancement | major | wishlist |
| 164 | pyximport reportedly does not work on Python 2.6 | reopened | somebody | defect | major | 0.11 |
| 171 | Refcount nanny | assigned | dagss | enhancement | major | wishlist |
| 173 | per-interpreter module state in Py3 (PEP 3121) | new | somebody | enhancement | major | wishlist |
| 174 | slow code | new | somebody | defect | major | wishlist |
| 176 | long long and VC6 | new | somebody | defect | major | wishlist |
| 5 | no mangling of double underscore names in class | new | somebody | defect | minor | 1.0 |
| 16 | IF clauses inside definitions | new | somebody | enhancement | minor | wishlist |
| 28 | Potential problems for extern cdefs in argument parsing | reopened | somebody | defect | minor | wishlist |
| 42 | C++ compile error when exception part declared on function | new | somebody | defect | minor | wishlist |
| 57 | Buffer utility functions | new | dagss | enhancement | minor | wishlist |
| 61 | Buffers in cdef function argument list | new | dagss | defect | minor | wishlist |
| 69 | Cython should emulate the Py3 print() function in Py2 < 2.6 | new | somebody | enhancement | minor | wishlist |
| 135 | bad code segment crashes cython | new | somebody | defect | minor | wishlist |
| 147 | BoolBinopNode doesn't reuse temps | new | somebody | defect | minor | wishlist |
| 154 | cleanup attempted for unused (so undeclared) buffer | new | somebody | defect | minor | wishlist |
| 155 | AssertionError w/ CloneNode when mixing python objects, buffers, and += | new | somebody | defect | minor | wishlist |
| 156 | cpdef method w/ no self crashes cython | new | somebody | defect | minor | wishlist |
| 157 | multiple definitions of method fails in c code, not cython | new | somebody | defect | minor | wishlist |
| 158 | out-of-order assignment with strings causes segfault | new | somebody | defect | minor | 0.11 |
| 165 | cython fails with RunTimeError when compiling bad code. | new | somebody | defect | minor | wishlist |
| 166 | cdef'd list raises wrong exception on append when list is None | new | somebody | defect | minor | 0.11 |
| 170 | better error when user-declared type conflicts with builtin type | new | somebody | defect | minor | wishlist |
| 172 | Compiler crash for non-builtin ValueError plus numpy cimport | new | somebody | defect | minor | 0.11 |
| 175 | embedsignatures discards existing cpdef docstrings | new | somebody | defect | minor | 0.11 |