Custom Query (164 matches)

Filters
 
Columns

Show under each result:


Results (1 - 100 of 164)

1 2
Ticket Summary Status Owner Type Priority Milestone
#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
#42 C++ compile error when exception part declared on function new somebody defect minor wishlist
#43 Mysterious error with conflicting types 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
#113 literal lists don't work at module level 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
#157 multiple definitions of method fails in c code, not cython new somebody defect minor wishlist
#180 Optimize buffer assignments new somebody defect minor wishlist
#182 Inline iterator utility functions new somebody enhancement minor wishlist
#194 Support for buffer typedefs new somebody enhancement minor wishlist
#206 Provide syntax for public/readonly attribute docstrings new somebody enhancement minor wishlist
#231 The remaining parts of lexer and parser should get compiled into C code new somebody enhancement minor wishlist
#262 pre-declaring a cdef class without its base type doesn't raise an error new somebody defect minor wishlist
#263 module local (private) cdef classes new somebody enhancement minor wishlist
#264 handle @property decorator new somebody enhancement minor wishlist
#272 Missing test: Raising exception from module init code new defect minor wishlist
#281 Possible race condition w/ nogil exception propagation new robertwb defect minor 0.13.1
#288 method aliasing via assignment new somebody enhancement minor wishlist
#292 Garbage in HTML/annotation in simple example code new somebody defect minor wishlist
#308 closures for module scope new somebody defect minor wishlist
#315 ValueError Exception raised during type checking when mixing bint and ndarray new somebody defect minor wishlist
#324 Wrap docstrings with PyDoc_STRVAR macro. new somebody enhancement minor wishlist
#331 use -ansi flag for runtests new defect minor wishlist
#337 class decorators for cdef classes new somebody enhancement minor wishlist
#339 Add library functions to numpy.pxd assigned dagss defect minor 0.13.1
#368 Cascading assignments of Python bools are inefficient new somebody defect minor wishlist
#386 Make complex number type from typedef float new somebody enhancement minor 0.13.1
#389 Temp handling in ForFromStatNode needs cleanup new somebody task minor wishlist
#403 bufaccess test leaks memory new defect minor wishlist
#408 Support tuple unpacking in calls to C function new somebody enhancement minor wishlist
#423 Support explicit exception chaining syntax (PEP 3134) assigned haoyu enhancement minor wishlist
#426 Split parallel assignments into optimisable subsets new somebody enhancement minor wishlist
#472 builtins caching happens too early, before the optimisation phase new somebody defect minor wishlist
#488 Py3 syntax: Ellipsis ('...') new haoyu enhancement minor wishlist
#560 Distutils changes: make .c readonly & abort on errors new somebody enhancement minor
#562 __ipow__ method must ignore its third argument new somebody defect minor 0.13.1
#563 "make repo" is broken new somebody defect minor 0.13.1
#572 study alternatives to PyType_IsSubtype new somebody enhancement minor wishlist
#3 Cython calls ExtType.__init__() as Python function new somebody enhancement major wishlist
#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
#77 temp allocation should be done in code generation phase new somebody defect major wishlist
#81 Make CloneNode obsolete new somebody defect major wishlist
#83 Implement Generators new somebody defect major 1.0
#86 implement globals new somebody defect major 1.0
#87 definitions in control structures new somebody defect major 1.0
#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
#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.14
#112 Declare c(p)def classes/methods without need for .pxd file new somebody defect major 1.0
#130 Missing support for Python special methods for rich comparison 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
#142 module dictionaries not deallocated at Python finalization new defect major wishlist
#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
#173 per-interpreter module state in Py3 (PEP 3121) new somebody enhancement major wishlist
#174 slow code new somebody defect major wishlist
#177 Efficient cdef calling convention for buffers new somebody enhancement major wishlist
#178 Efficient slices in buffers new somebody enhancement major wishlist
#197 Think through and clean up various TempBlock classes new somebody task major wishlist
#211 Vote over whether OpenMP support is wanted, and if so, implement new somebody enhancement major wishlist
#218 Support m_clear() in Py3 (PEP 3121) new somebody enhancement major wishlist
#238 support __new__() in extension types new somebody enhancement major wishlist
#246 support const keyword on types new somebody defect major wishlist
#256 for..from by step doesn't work with pointers new somebody defect major wishlist
#259 future division not respected by C ints (including literals) new somebody defect major wishlist
#266 builtin exceptions used in except + clauses not getting initalized new somebody defect major wishlist
#279 compiler crash on .pxd -> .py definitions new somebody defect major wishlist
#282 explore ways to trap SIGFPE instead of doing runtime checks new somebody enhancement major wishlist
#283 cdef inline functions in pxds can't have default arguments new somebody defect major wishlist
#294 Document feature: packed struct new defect major Documentation
#297 Enable for-in-range optimisation also for untyped loop vars new somebody defect major wishlist
#299 Buffers: Clean up internal representation of acquired buffers new somebody task major wishlist
#300 Buffers: Acquire through coercion new somebody task major wishlist
#301 Buffers: Store acquired buffers as typed fields in cdef classes + global variables new somebody defect major wishlist
#302 Usability problem: Cannot access .shape member of numpy.ndarray as tuple new somebody defect major wishlist
#310 Documentation: Buffer slot/PEP 3118 special functions new defect major Documentation
#311 Buffers: Acquisition counted buffers new somebody enhancement major wishlist
#314 [patch] array.pxd - fast Cython access for Python's builtin array.array new somebody enhancement major wishlist
#320 Canonical PyObject new somebody defect major 0.13.1
#321 Test suite for pyximport new somebody defect major wishlist
#323 Allow conditional compilation environment in distutils new somebody enhancement major wishlist
#327 cpdef attributes should give an compile-time error new somebody defect major wishlist
#332 misleading error message for buffer types new defect major wishlist
#334 support duplicating cdef class fields in both pxd and pyx new somebody defect major wishlist
#340 Problem with buffer/memview parsing strategy new somebody defect major 1.0
#341 Move Cython-language utility code inclusion to code generation phase new somebody defect major wishlist
#345 Necessary refactoring of mangling methods in Symtab.py new somebody defect major wishlist
#348 warn on unpaired __cinit__ and __dealloc__ new defect major wishlist
#349 Should extern typedefs require an explicit cast? new somebody defect major wishlist
#353 [kurt-gsoc branch] Add nice string representation to MemoryViewSliceType new somebody defect major wishlist
#358 remove genindex and modindex links in sphinx docs new defect major wishlist
1 2
Note: See TracQuery for help on using queries.