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