{2} Active Tickets by Version (203 matches)

This report shows how to color results by priority, while grouping results by version.

Last modification time, description and reporter are included as hidden fields for useful RSS export.

Results (1 - 100 of 203)

1 2 3
Ticket Summary Component Version Type Owner Status Created
#77 temp allocation should be done in code generation phase Code Generation defect somebody new 09/23/2008
#81 Make CloneNode obsolete Code Generation defect somebody new 09/25/2008
#86 implement globals Code Generation defect somebody new 09/27/2008
#89 pxd caching Build System defect somebody new 09/27/2008
#92 public enums in extern blocks Parsing defect somebody new 10/03/2008
#95 public and readonly module globals Code Generation defect somebody new 10/04/2008
#101 Clean up numpy.pxd Packaging defect dagss assigned 10/11/2008
#130 Missing support for Python special methods for rich comparison Pure Python Mode defect somebody new 11/24/2008
#134 cpdef method w/ unused buffer causes compilation error Code Generation defect dagss assigned 11/25/2008
#142 module dictionaries not deallocated at Python finalization Memory Leak defect new 11/27/2008
#152 subtyping PyVarObject (e.g. bytes/tuple) Code Generation defect somebody new 12/08/2008
#174 slow code Code Generation defect somebody new 12/22/2008
#3 Cython calls ExtType.__init__() as Python function Optimization enhancement somebody new 05/05/2008
#18 req: support cdef class attrib initialisation Code Generation enhancement somebody new 06/18/2008
#27 inspection of compilation namespace for IF/ELIF/ELSE/DEF Parsing enhancement somebody new 07/19/2008
#45 Inefficient comparison code generation Optimization enhancement somebody reopened 08/10/2008
#153 safe, ref-counted support for dynamic memory allocation Pure Python Mode enhancement somebody new 12/08/2008
#173 per-interpreter module state in Py3 (PEP 3121) Code Generation enhancement somebody new 12/21/2008
#177 Efficient cdef calling convention for buffers Code Generation enhancement somebody new 01/08/2009
#178 Efficient slices in buffers Code Generation enhancement somebody new 01/08/2009
#238 support __new__() in extension types Code Generation enhancement somebody new 03/16/2009
#197 Think through and clean up various TempBlock classes Code Generation task somebody new 01/29/2009
#43 Mysterious error with conflicting types Code Generation defect somebody new 08/10/2008
#147 BoolBinopNode doesn't reuse temps Code Generation defect somebody new 11/30/2008
#154 cleanup attempted for unused (so undeclared) buffer Code Generation defect somebody new 12/09/2008
#157 multiple definitions of method fails in c code, not cython Build System defect somebody new 12/09/2008
#180 Optimize buffer assignments Optimization defect somebody new 01/13/2009
#16 IF clauses inside definitions Parsing enhancement somebody new 06/05/2008
#57 Buffer utility functions Code Generation enhancement dagss new 08/22/2008
#69 Cython should emulate the Py3 print() function in Py2 < 2.6 Code Generation enhancement somebody new 09/11/2008
#182 Inline iterator utility functions Optimization enhancement somebody new 01/15/2009
#194 Support for buffer typedefs Parsing enhancement somebody new 01/26/2009
#231 The remaining parts of lexer and parser should get compiled into C code Packaging enhancement somebody new 03/12/2009
#509 Error for local/cclass reference variables Error Reporting defect new 02/21/2010
#565 Enable/disable optimizations Optimization defect somebody new 07/31/2010
#660 Buffers not allowable as closure variables. Buffers defect dagss new 02/17/2011
#810 segfault when using cdef keyword arguments Code Generation defect somebody new 04/23/2013
#256 for..from by step doesn't work with pointers Code Generation defect somebody new 03/25/2009
#259 future division not respected by C ints (including literals) Code Generation defect somebody new 03/25/2009
#266 builtin exceptions used in except + clauses not getting initalized Build System defect somebody new 03/27/2009
#279 compiler crash on .pxd -> .py definitions Parsing defect somebody new 04/14/2009
#283 cdef inline functions in pxds can't have default arguments Code Generation defect somebody new 04/16/2009
#294 Document feature: packed struct Documentation defect new 04/23/2009
#297 Enable for-in-range optimisation also for untyped loop vars Code Generation defect somebody new 04/25/2009
#301 Buffers: Store acquired buffers as typed fields in cdef classes + global variables Parsing defect somebody new 04/28/2009
#302 Usability problem: Cannot access .shape member of numpy.ndarray as tuple Parsing defect somebody new 04/30/2009
#310 Documentation: Buffer slot/PEP 3118 special functions Documentation defect new 05/05/2009
#321 Test suite for pyximport Build System defect somebody new 05/26/2009
#327 cpdef attributes should give an compile-time error Parsing defect somebody new 06/05/2009
#332 misleading error message for buffer types Error Reporting defect new 06/16/2009
#334 support duplicating cdef class fields in both pxd and pyx Parsing defect somebody new 06/24/2009
#340 Problem with buffer/memview parsing strategy Parsing defect somebody new 06/28/2009
#341 Move Cython-language utility code inclusion to code generation phase Code Generation defect somebody new 06/30/2009
#345 Necessary refactoring of mangling methods in Symtab.py Code Generation defect somebody new 07/09/2009
#348 warn on unpaired __cinit__ and __dealloc__ Error Reporting defect new 08/06/2009
#349 Should extern typedefs require an explicit cast? Code Generation defect somebody new 08/06/2009
#370 Unraisable exceptions should be a compile time error whenever possible Error Reporting defect new 09/16/2009
#375 Many warnings for buffer access. Buffers defect dagss new 09/25/2009
#379 cython -r recursive option broken Build System defect somebody new 09/28/2009
#380 Integrate "Fast numerical computations in Cython" paper into docs Documentation defect new 09/30/2009
#381 Integrate "Cython Tutorial" paper into docs Documentation defect new 09/30/2009
#382 Document compiler directives Documentation defect new 09/30/2009
#388 Document the autotestdict directive (#387) Documentation defect new 10/03/2009
#410 Investigate element.pxd note Parsing defect somebody new 10/14/2009
#414 Remove TempNode Code Generation defect somebody new 10/15/2009
#432 intern() doesn't handle char* properly Code Generation defect somebody new 10/22/2009
#451 Missing cast for numpy array slicing in C++ Mode Code Generation defect somebody new 11/06/2009
#452 embedding test fails in OS X 10.6 Testing defect new 11/10/2009
#468 Add note about numpy.get_include to the docs. Documentation defect new 12/12/2009
#471 Allow public enum type fields for cdef classes Code Generation defect somebody new 12/26/2009
#475 __file__ variable not available in module init Code Generation defect somebody new 01/08/2010
#477 @cython.locals() don't propagate to cdef function signature Pure Python Mode defect somebody new 01/20/2010
#499 complex numpy arithmatic Code Generation defect somebody new 02/01/2010
#510 Uncompileable C code when combining & with buffer [] Code Generation defect somebody new 02/23/2010
#511 Inline functions in pxd files get wrong directives Code Generation defect somebody new 03/01/2010
#512 parser bug for mismatches in function arguments with default value Parsing defect somebody new 03/04/2010
#526 Error testing for overridden methods Testing defect new 04/08/2010
#542 Support for relative import Pure Python Mode defect haoyu assigned 06/07/2010
#545 Compiler crash with C++ templates/buffers Buffers defect dagss new 06/21/2010
#546 range(a,b,c) not optimized for (at compile time) unknown step value Optimization defect somebody reopened 06/23/2010
#548 Wrong code generated for type-casting to C++ reference Code Generation defect somebody new 07/01/2010
#552 Unable to use templated class as base class in C++ inheritance C++ defect somebody new 07/04/2010
#567 super doesn't work with cpdef methods Code Generation defect somebody new 08/13/2010
#570 Bad parsing for operator identifier. Parsing defect somebody new 08/25/2010
#573 Mismatched c ptr types warning in closures when using cdef classes Code Generation defect somebody new 09/02/2010
#580 Buffer code aborts on first error Buffers defect dagss new 10/02/2010
#594 Compiler crash on import before cimport Error Reporting defect new 11/13/2010
#600 lookup of iterables in genexpr uses wrong scope Python Semantics defect new 11/25/2010
#601 Clean up node juggling during code generation in ForFromStatNode Code Generation defect somebody new 11/25/2010
#639 Functions don't support attribute assignment Python Semantics defect new 01/09/2011
#659 Support for nested types/enums in C++ classes C++ defect somebody new 02/11/2011
#666 compiler crash on nested templates Parsing defect somebody new 03/05/2011
#669 Dissallow assignment of vtab functions Code Generation defect somebody new 03/17/2011
#673 Bound methods of cdef classes acts differently from normal classes (with f2py?) Code Generation defect dagss new 03/30/2011
#678 'restrict' and 'readonly' argument to buffers Buffers defect dagss new 04/02/2011
#679 boundscheck(False) implies wraparound(False) for lists, tuples Code Generation defect somebody new 04/07/2011
#680 Bug in cimported recursively defined structs Code Generation defect somebody new 04/08/2011
#681 Message system refactoring Error Reporting defect new 04/13/2011
#687 Wrapping Child classes of base class without default constructor fails C++ defect somebody new 04/16/2011
#689 cimported function pointers Cython Language Feature defect new 04/20/2011
1 2 3
Note: See TracReports for help on using and creating reports.