{6} All Tickets By Milestone (Including closed) (565 matches)

A more complex example to show how to make advanced reports.

Results (1 - 100 of 565)

1 2 3 4 5 6

wishlist (100 matches)

Ticket Summary Component Status Resolution Version Type Priority Owner Modified
#509 Error for local/cclass reference variables Error Reporting new defect critical 07/18/2010
#565 Enable/disable optimizations Optimization new defect critical somebody 07/31/2010
#3 Cython calls ExtType.__init__() as Python function Optimization new enhancement major somebody 03/08/2009
#18 req: support cdef class attrib initialisation Code Generation new enhancement major somebody 04/02/2010
#27 inspection of compilation namespace for IF/ELIF/ELSE/DEF Parsing new enhancement major somebody 08/18/2008
#77 temp allocation should be done in code generation phase Code Generation new defect major somebody 11/30/2008
#81 Make CloneNode obsolete Code Generation new defect major somebody 09/25/2008
#89 pxd caching Build System new defect major somebody 09/27/2008
#92 public enums in extern blocks Parsing new defect major somebody 10/03/2008
#94 cimport module cdef globals Code Generation new defect major somebody 10/04/2008
#95 public and readonly module globals Code Generation new defect major somebody 10/08/2008
#101 Clean up numpy.pxd Packaging assigned defect major dagss 11/27/2008
#134 cpdef method w/ unused buffer causes compilation error Code Generation assigned defect major dagss 11/25/2008
#142 module dictionaries not deallocated at Python finalization Memory Leak new defect major 12/23/2008
#152 subtyping PyVarObject (e.g. str) Code Generation new defect major somebody 12/08/2008
#153 safe, ref-counted support for dynamic memory allocation Pure Python Mode new enhancement major somebody 12/08/2008
#173 per-interpreter module state in Py3 (PEP 3121) Code Generation new enhancement major somebody 02/22/2009
#174 slow code Code Generation new defect major somebody 12/22/2008
#177 Efficient cdef calling convention for buffers Code Generation new enhancement major somebody 04/28/2009
#178 Efficient slices in buffers Code Generation new enhancement major somebody 01/16/2009
#197 Think through and clean up various TempBlock classes Code Generation new task major somebody 07/18/2010
#211 Vote over whether OpenMP support is wanted, and if so, implement Parsing new enhancement major somebody 10/13/2009
#218 Support m_clear() in Py3 (PEP 3121) Code Generation new enhancement major somebody 09/08/2009
#238 support __new__() in extension types Code Generation new enhancement major somebody 03/16/2009
#246 support const keyword on types Parsing new defect major somebody 03/19/2009
#256 for..from by step doesn't work with pointers Code Generation new defect major somebody 03/25/2009
#259 future division not respected by C ints (including literals) Code Generation new defect major somebody 05/25/2010
#266 builtin exceptions used in except + clauses not getting initalized Build System new defect major somebody 03/27/2009
#279 compiler crash on .pxd -> .py definitions Parsing new defect major somebody 04/14/2009
#282 explore ways to trap SIGFPE instead of doing runtime checks Code Generation new enhancement major somebody 04/15/2009
#283 cdef inline functions in pxds can't have default arguments Code Generation new defect major somebody 04/16/2009
#297 Enable for-in-range optimisation also for untyped loop vars Code Generation new defect major somebody 06/11/2009
#299 Buffers: Clean up internal representation of acquired buffers Code Generation new task major somebody 05/27/2009
#300 Buffers: Acquire through coercion Code Generation new task major somebody 04/28/2009
#301 Buffers: Store acquired buffers as typed fields in cdef classes + global variables Parsing new defect major somebody 04/28/2009
#302 Usability problem: Cannot access .shape member of numpy.ndarray as tuple Parsing new defect major somebody 04/30/2009
#311 Buffers: Acquisition counted buffers Code Generation new enhancement major somebody 05/06/2009
#314 [patch] array.pxd - fast Cython access for Python's builtin array.array Library new enhancement major somebody 12/08/2009
#321 Test suite for pyximport Build System new defect major somebody 05/26/2009
#322 Honor distutils dependencies Build System new defect major somebody 06/01/2009
#323 Allow conditional compilation environment in distutils Build System new enhancement major somebody 06/01/2009
#327 cpdef attributes should give an compile-time error Parsing new defect major somebody 06/05/2009
#332 misleading error message for buffer types Error Reporting new defect major 05/04/2010
#334 support duplicating cdef class fields in both pxd and pyx Parsing new defect major somebody 06/24/2009
#341 Move Cython-language utility code inclusion to code generation phase Code Generation new defect major somebody 06/30/2009
#345 Necessary refactoring of mangling methods in Symtab.py Code Generation new defect major somebody 07/09/2009
#348 warn on unpaired __cinit__ and __dealloc__ Error Reporting new defect major 08/06/2009
#349 Should extern typedefs require an explicit cast? Code Generation new defect major somebody 08/06/2009
#353 [kurt-gsoc branch] Add nice string representation to MemoryViewSliceType Build System new defect major somebody 08/19/2009
#358 remove genindex and modindex links in sphinx docs Documentation new defect major 09/09/2009
#363 Make sure we handle ob_type->tp_flags inheritance correctly Code Generation new task major somebody 09/10/2009
#370 Unraisable exceptions should be a compile time error whenever possible Error Reporting new defect major 09/16/2009
#375 Many warnings for buffer access. Buffers new defect major dagss 09/25/2009
#379 cython -r recursive option broken Build System new defect major somebody 09/28/2009
#392 Inplace operators on complex numbers Parsing new defect major somebody 01/25/2010
#410 Investigate element.pxd note Parsing new defect major somebody 10/14/2009
#414 Remove TempNode Code Generation new defect major somebody 10/15/2009
#422 bug in setting __module__ Code Generation new defect major somebody 04/07/2010
#432 intern() doesn't handle char* properly Code Generation new defect major somebody 10/22/2009
#433 Python classes defining __slots__ should automatically compile to extension classes Optimization new enhancement major somebody 10/22/2009
#438 Drop ref-counting for list index access Code Generation new enhancement major somebody 10/28/2009
#451 Missing cast for numpy array slicing in C++ Mode Code Generation new defect major somebody 11/06/2009
#452 embedding test fails in OS X 10.6 Testing new defect major 11/10/2009
#459 Better support for writing var args functions. (va_start, va_arg, etc.) Parsing new defect major somebody 12/29/2009
#468 Add note about numpy.get_include to the docs. Documentation new defect major 12/12/2009
#469 Dependency graph for output of types and utility code Code Generation assigned task major dagss 07/17/2010
#471 Allow public enum type fields for cdef classes Code Generation new defect major somebody 12/26/2009
#474 support non-overridable 'inline' methods Code Generation new enhancement major somebody 01/11/2010
#475 __file__ variable not available in module init Code Generation new defect major somebody 01/08/2010
#477 @cython.locals() don't propagate to function signature Pure Python Mode new defect major somebody 01/20/2010
#487 Py3 syntax: 'with' statment with multiple managers Parsing new enhancement major somebody 05/25/2010
#489 Redefinition of Python functions Python Semantics new defect major 01/28/2010
#490 Py3 syntax: support 'nonlocal' scope Parsing new enhancement major somebody 05/25/2010
#491 Implement generator expressions Code Generation new enhancement major somebody 05/27/2010
#497 Improve Cython __test__ dict implementation Code Generation new task major somebody 01/31/2010
#498 Support for borrowed references Code Generation new enhancement major somebody 02/01/2010
#499 complex numpy arithmatic Code Generation new defect major somebody 02/01/2010
#510 Uncompileable C code when combining & with buffer [] Code Generation new defect major somebody 02/23/2010
#511 Inline functions in pxd files get wrong directives Code Generation new defect major somebody 07/18/2010
#513 Infer return types of cdef functions Type Analysis new enhancement major somebody 03/09/2010
#537 Closure inner function name conflict Code Generation new defect major somebody 05/25/2010
#545 Compiler crash with C++ templates/buffers Buffers new defect major dagss 06/21/2010
#546 range(a,b,c) not optimized Optimization new defect major somebody 06/24/2010
#548 Wrong code generated for type-casting to C++ reference Code Generation new defect major somebody 07/01/2010
#552 Unable to use templated class as base class in C++ inheritance C++ new defect major somebody 07/04/2010
#16 IF clauses inside definitions Parsing new enhancement minor somebody 09/18/2008
#42 C++ compile error when exception part declared on function Code Generation new defect minor somebody 10/28/2008
#43 Mysterious error with conflicting types Code Generation new defect minor somebody 04/09/2009
#57 Buffer utility functions Code Generation new enhancement minor dagss 08/26/2008
#61 Buffers in cdef function argument list Parsing new defect minor dagss 08/26/2008
#69 Cython should emulate the Py3 print() function in Py2 < 2.6 Code Generation new enhancement minor somebody 06/10/2010
#113 literal lists don't work at module level Parsing new defect minor somebody 04/09/2009
#147 BoolBinopNode doesn't reuse temps Code Generation new defect minor somebody 11/30/2008
#154 cleanup attempted for unused (so undeclared) buffer Code Generation new defect minor somebody 12/09/2008
#157 multiple definitions of method fails in c code, not cython Build System new defect minor somebody 12/09/2008
#180 Optimize buffer assignments Optimization new defect minor somebody 01/13/2009
#182 Inline iterator utility functions Optimization new enhancement minor somebody 01/16/2009
#194 Support for buffer typedefs Parsing new enhancement minor somebody 01/26/2009
#206 Provide syntax for public/readonly attribute docstrings Parsing new enhancement minor somebody 02/06/2009
#231 The remaining parts of lexer and parser should get compiled into C code Packaging new enhancement minor somebody 11/26/2009
1 2 3 4 5 6
Note: See TracReports for help on using and creating reports.