{1} Active Tickets (159 matches)

  • List all active tickets by priority.
  • Color each row based on priority.

Results (1 - 100 of 159)

1 2
Ticket Summary Component Version Milestone Type Owner Status Created
#564 refcount bug in isinstance optimization Code Generation 0.13 defect somebody new 07/30/2010
#536 with statements crashes Cython in module scope Code Generation 0.13.1 defect new 05/14/2010
#509 Error for local/cclass reference variables Error Reporting wishlist defect new 02/21/2010
#565 Enable/disable optimizations Optimization wishlist defect somebody new 07/31/2010
#553 Make inferring Python str type unsafe Code Generation 0.13 defect somebody new 07/06/2010
#559 <void *> [] is not caught by Cython but by gcc Error Reporting 0.13 defect new 07/19/2010
#561 major performance bug with special functions Code Generation 0.13 enhancement somebody new 07/26/2010
#320 Canonical PyObject Type Analysis 0.13.1 defect somebody new 05/20/2009
#514 Buffers: Some forms of C/Fortran contiguous buffers not acquired Code Generation 0.13.1 defect somebody new 03/08/2010
#522 Wraparound does not work with cpdef etc. Parsing 0.13.1 defect somebody new 04/02/2010
#523 Compiler crash in C++ declarations C++ 0.13.1 defect somebody new 04/07/2010
#526 Error testing for overridden methods Error Reporting 0.13.1 defect new 04/08/2010
#528 x.conjugate() not available in nogil mode Code Generation 0.13.1 defect somebody new 04/16/2010
#550 Cython can generate incorrect c++ code when a function uses a reference argument C++ 0.13.1 defect somebody new 07/04/2010
#551 Cython does not allow ctypedef'ing templated types C++ 0.13.1 enhancement somebody new 07/04/2010
#106 Regression tests fail for Python 2.6 on Win32 Testing 0.14 defect somebody new 11/01/2008
#494 Cython functions not bound as methods Python Semantics 0.14 defect robertwb new 01/28/2010
#512 parser bug for mismatches in function arguments with default value Parsing 0.14 defect somebody new 03/04/2010
#554 Closures generated from cdef functions have issues Code Generation 0.14 defect somebody new 07/07/2010
#83 Implement Generators Code Generation 1.0 defect somebody new 09/27/2008
#86 implement globals Code Generation 1.0 defect somebody new 09/27/2008
#87 definitions in control structures Code Generation 1.0 defect somebody new 09/27/2008
#112 Declare c(p)def classes/methods without need for .pxd file Pure Python Mode 1.0 defect somebody new 11/08/2008
#130 Missing support for Python special methods for rich comparison Pure Python Mode 1.0 defect somebody new 11/24/2008
#132 Deletion of local variables in functions is not supported Pure Python Mode 1.0 defect somebody new 11/24/2008
#340 Problem with buffer/memview parsing strategy Parsing 1.0 defect somebody new 06/28/2009
#541 Exception catching semantic change in Python 3 Python 3.0 1.0 defect somebody new 06/07/2010
#542 Support for relative import Pure Python Mode 1.0 defect somebody new 06/07/2010
#492 Support for Py3 function annotations Code Generation 1.0 enhancement haoyu new 01/28/2010
#294 Document feature: packed struct Documentation Documentation defect new 04/23/2009
#310 Documentation: Buffer slot/PEP 3118 special functions Documentation Documentation defect new 05/05/2009
#380 Integrate "Fast numerical computations in Cython" paper into docs Documentation Documentation defect new 09/30/2009
#381 Integrate "Cython Tutorial" paper into docs Documentation Documentation defect new 09/30/2009
#382 Document compiler directives Documentation Documentation defect new 09/30/2009
#388 Document the autotestdict directive (#387) Documentation Documentation defect new 10/03/2009
#77 temp allocation should be done in code generation phase Code Generation wishlist defect somebody new 09/23/2008
#81 Make CloneNode obsolete Code Generation wishlist defect somebody new 09/25/2008
#89 pxd caching Build System wishlist defect somebody new 09/27/2008
#92 public enums in extern blocks Parsing wishlist defect somebody new 10/03/2008
#94 cimport module cdef globals Code Generation wishlist defect somebody new 10/04/2008
#95 public and readonly module globals Code Generation wishlist defect somebody new 10/04/2008
#101 Clean up numpy.pxd Packaging wishlist defect dagss assigned 10/11/2008
#134 cpdef method w/ unused buffer causes compilation error Code Generation wishlist defect dagss assigned 11/25/2008
#142 module dictionaries not deallocated at Python finalization Memory Leak wishlist defect new 11/27/2008
#152 subtyping PyVarObject (e.g. str) Code Generation wishlist defect somebody new 12/08/2008
#174 slow code Code Generation wishlist defect somebody new 12/22/2008
#246 support const keyword on types Parsing wishlist defect somebody new 03/19/2009
#256 for..from by step doesn't work with pointers Code Generation wishlist defect somebody new 03/25/2009
#259 future division not respected by C ints (including literals) Code Generation wishlist defect somebody new 03/25/2009
#266 builtin exceptions used in except + clauses not getting initalized Build System wishlist defect somebody new 03/27/2009
#279 compiler crash on .pxd -> .py definitions Parsing wishlist defect somebody new 04/14/2009
#283 cdef inline functions in pxds can't have default arguments Code Generation wishlist defect somebody new 04/16/2009
#297 Enable for-in-range optimisation also for untyped loop vars Code Generation wishlist defect somebody new 04/25/2009
#301 Buffers: Store acquired buffers as typed fields in cdef classes + global variables Parsing wishlist defect somebody new 04/28/2009
#302 Usability problem: Cannot access .shape member of numpy.ndarray as tuple Parsing wishlist defect somebody new 04/30/2009
#321 Test suite for pyximport Build System wishlist defect somebody new 05/26/2009
#322 Honor distutils dependencies Build System wishlist defect somebody new 06/01/2009
#327 cpdef attributes should give an compile-time error Parsing wishlist defect somebody new 06/05/2009
#332 misleading error message for buffer types Error Reporting wishlist defect new 06/16/2009
#334 support duplicating cdef class fields in both pxd and pyx Parsing wishlist defect somebody new 06/24/2009
#341 Move Cython-language utility code inclusion to code generation phase Code Generation wishlist defect somebody new 06/30/2009
#345 Necessary refactoring of mangling methods in Symtab.py Code Generation wishlist defect somebody new 07/09/2009
#348 warn on unpaired __cinit__ and __dealloc__ Error Reporting wishlist defect new 08/06/2009
#349 Should extern typedefs require an explicit cast? Code Generation wishlist defect somebody new 08/06/2009
#353 [kurt-gsoc branch] Add nice string representation to MemoryViewSliceType Build System wishlist defect somebody new 08/19/2009
#358 remove genindex and modindex links in sphinx docs Documentation wishlist defect new 09/09/2009
#370 Unraisable exceptions should be a compile time error whenever possible Error Reporting wishlist defect new 09/16/2009
#375 Many warnings for buffer access. Buffers wishlist defect dagss new 09/25/2009
#379 cython -r recursive option broken Build System wishlist defect somebody new 09/28/2009
#392 Inplace operators on complex numbers Parsing wishlist defect somebody new 10/05/2009
#410 Investigate element.pxd note Parsing wishlist defect somebody new 10/14/2009
#414 Remove TempNode Code Generation wishlist defect somebody new 10/15/2009
#422 bug in setting __module__ Code Generation wishlist defect somebody new 10/17/2009
#432 intern() doesn't handle char* properly Code Generation wishlist defect somebody new 10/22/2009
#451 Missing cast for numpy array slicing in C++ Mode Code Generation wishlist defect somebody new 11/06/2009
#452 embedding test fails in OS X 10.6 Testing wishlist defect new 11/10/2009
#459 Better support for writing var args functions. (va_start, va_arg, etc.) Parsing wishlist defect somebody new 12/02/2009
#468 Add note about numpy.get_include to the docs. Documentation wishlist defect new 12/12/2009
#471 Allow public enum type fields for cdef classes Code Generation wishlist defect somebody new 12/26/2009
#475 __file__ variable not available in module init Code Generation wishlist defect somebody new 01/08/2010
#477 @cython.locals() don't propagate to function signature Pure Python Mode wishlist defect somebody new 01/20/2010
#489 Redefinition of Python functions Python Semantics wishlist defect new 01/28/2010
#499 complex numpy arithmatic Code Generation wishlist defect somebody new 02/01/2010
#510 Uncompileable C code when combining & with buffer [] Code Generation wishlist defect somebody new 02/23/2010
#511 Inline functions in pxd files get wrong directives Code Generation wishlist defect somebody new 03/01/2010
#537 Closure inner function name conflict Code Generation wishlist defect somebody new 05/25/2010
#545 Compiler crash with C++ templates/buffers Buffers wishlist defect dagss new 06/21/2010
#546 range(a,b,c) not optimized Optimization wishlist defect somebody new 06/23/2010
#548 Wrong code generated for type-casting to C++ reference Code Generation wishlist defect somebody new 07/01/2010
#552 Unable to use templated class as base class in C++ inheritance C++ wishlist defect somebody new 07/04/2010
#3 Cython calls ExtType.__init__() as Python function Optimization wishlist enhancement somebody new 05/05/2008
#18 req: support cdef class attrib initialisation Code Generation wishlist enhancement somebody new 06/18/2008
#27 inspection of compilation namespace for IF/ELIF/ELSE/DEF Parsing wishlist enhancement somebody new 07/19/2008
#153 safe, ref-counted support for dynamic memory allocation Pure Python Mode wishlist enhancement somebody new 12/08/2008
#173 per-interpreter module state in Py3 (PEP 3121) Code Generation wishlist enhancement somebody new 12/21/2008
#177 Efficient cdef calling convention for buffers Code Generation wishlist enhancement somebody new 01/08/2009
#178 Efficient slices in buffers Code Generation wishlist enhancement somebody new 01/08/2009
#211 Vote over whether OpenMP support is wanted, and if so, implement Parsing wishlist enhancement somebody new 02/12/2009
#218 Support m_clear() in Py3 (PEP 3121) Code Generation wishlist enhancement somebody new 02/22/2009
#238 support __new__() in extension types Code Generation wishlist enhancement somebody new 03/16/2009
1 2
Note: See TracReports for help on using and creating reports.