{6} All Tickets By Milestone (Including closed) (818 matches)
A more complex example to show how to make advanced reports.
Results (101 - 200 of 818)
wishlist (100 matches)
| Ticket | Summary | Component | Status | Resolution | Version | Type | Priority | Owner | Modified |
|---|---|---|---|---|---|---|---|---|---|
| #738 | Support mixing cython.compile with directive decorators. | Pure Python Mode | new | defect | major | somebody | 09/17/2011 | ||
| #741 | Ticket update notifications not send | Website | new | defect | major | 09/19/2011 | |||
| #745 | extension types lack a dict to assign arbitrary attributes | Cython Language Feature | new | enhancement | major | 10/10/2011 | |||
| #746 | Support variable sized object allocation (à la bytes/tuple) | Cython Language Feature | new | enhancement | major | 10/11/2011 | |||
| #747 | Catch C++ exceptions raised by arithmetic | C++ | new | defect | major | somebody | 10/19/2011 | ||
| #748 | cython.array broken in compile mode | Pure Python Mode | new | defect | major | somebody | 10/20/2011 | ||
| #749 | Support dynamic length arrays on stack | Code Generation | new | enhancement | major | somebody | 10/23/2011 | ||
| #750 | Additional libc .pxd definitions | Library | new | enhancement | major | 10/23/2011 | |||
| #752 | Read Cython type declarations from PEP 3107 function annotations | Type Analysis | new | enhancement | major | somebody | 11/01/2011 | ||
| #753 | ScopedExprNode doesn't support closures | Code Generation | new | defect | major | somebody | 11/08/2011 | ||
| #755 | Errors in circular imports | Code Generation | new | defect | major | somebody | 11/14/2011 | ||
| #756 | Propagate length hint through generator expressions | Optimization | new | enhancement | major | somebody | 11/19/2011 | ||
| #760 | traceback creation slows down exception propagation considerably | Optimization | new | defect | major | somebody | 01/27/2012 | ||
| #764 | prange doesn't properly parse reduction in if-elif-else trees | Parsing | new | defect | major | somebody | 03/23/2012 | ||
| #765 | Optimise reversed(range(start,stop,step)) for non-trivial steps | Optimization | new | enhancement | major | somebody | 03/24/2012 | ||
| #772 | max(int, unsigned int) missbehaving | Code Generation | new | defect | major | somebody | 01/23/2013 | ||
| #774 | type inference doesn't work in parallel code sections | Type Analysis | new | defect | major | somebody | 05/15/2012 | ||
| #783 | Odd behavior with std::string and .decode() | Code Generation | new | defect | major | somebody | 07/18/2012 | ||
| #786 | Support 2-args iter() on pointers: iter(c_ptr, end_value) | Cython Language Feature | new | enhancement | major | 08/12/2012 | |||
| #793 | Buffer/template arguments sometimes parsed as expressions | Parsing | new | defect | major | somebody | 11/07/2012 | ||
| #794 | Cython array allocation too slow | Buffers | new | defect | major | dagss | 11/15/2012 | ||
| #795 | Allow final methods in non-final cdef classes | Cython Language Feature | new | enhancement | major | 11/24/2012 | |||
| #797 | Fix cython's deep C-stacks upon deallocation | Code Generation | new | defect | major | somebody | 01/03/2013 | ||
| #798 | const fails when used as the argument to a template of a template | C++ | new | defect | major | somebody | 01/30/2013 | ||
| #799 | C++ compile error when using const in a template | C++ | new | defect | major | somebody | 01/30/2013 | ||
| #800 | Only first overloaded method declaration is preserved when inheriting C++ classes | C++ | new | defect | major | somebody | 02/02/2013 | ||
| #802 | Bad interaction between fused types and special methods | Code Generation | new | defect | major | somebody | 02/13/2013 | ||
| #806 | 'final' directive on methods in override .pxd files doesn't optimise calls in subtypes | Type Analysis | new | defect | major | somebody | 04/08/2013 | ||
| #807 | support bytearray in the same way as bytes | Type Analysis | new | defect | major | somebody | 04/14/2013 | ||
| #813 | Generated C code triggers maybe-uninitialized warnings | Code Generation | new | defect | major | somebody | 04/28/2013 | ||
| #814 | Compiler Crash in AnalyseExpressionsTransform | C++ | new | defect | major | somebody | 05/02/2013 | ||
| #815 | Clean up code object creation and usage | Code Generation | new | enhancement | major | somebody | 05/08/2013 | ||
| #816 | Wrapping C++ methods with default arguments silently produces incorrect code | Code Generation | new | defect | major | somebody | 05/09/2013 | ||
| #817 | cython --embed-position truncates filename from include path | Code Generation | new | defect | major | somebody | 05/23/2013 | ||
| #16 | IF clauses inside definitions | Parsing | new | enhancement | minor | somebody | 09/18/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 | ||
| #69 | Cython should emulate the Py3 print() function in Py2 < 2.6 | Code Generation | new | enhancement | minor | somebody | 06/10/2010 | ||
| #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/10/2011 | ||
| #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 | ||
| #231 | The remaining parts of lexer and parser should get compiled into C code | Packaging | new | enhancement | minor | somebody | 11/26/2009 | ||
| #262 | pre-declaring a cdef class without its base type doesn't raise an error | Parsing | new | defect | minor | somebody | 11/04/2009 | ||
| #264 | handle @property decorator | Optimization | new | enhancement | minor | somebody | 03/27/2009 | ||
| #272 | Missing test: Raising exception from module init code | Testing | new | defect | minor | 03/31/2009 | |||
| #288 | method aliasing via assignment | Code Generation | new | enhancement | minor | somebody | 04/20/2009 | ||
| #292 | Garbage in HTML/annotation in simple example code | Code Generation | new | defect | minor | somebody | 02/06/2010 | ||
| #308 | closures for module scope | Code Generation | new | defect | minor | somebody | 11/27/2010 | ||
| #315 | ValueError Exception raised during type checking when mixing bint and ndarray | Code Generation | new | defect | minor | somebody | 05/15/2009 | ||
| #320 | Type checking when casting objects to pointers | Type Analysis | new | defect | minor | somebody | 04/13/2011 | ||
| #324 | Wrap docstrings with PyDoc_STRVAR macro. | Code Generation | new | enhancement | minor | somebody | 10/23/2009 | ||
| #331 | use -ansi flag for runtests | Testing | new | defect | minor | 06/16/2009 | |||
| #337 | class decorators for cdef classes | Code Generation | new | enhancement | minor | somebody | 06/26/2009 | ||
| #339 | Add library functions to numpy.pxd | Library | assigned | defect | minor | dagss | 12/11/2010 | ||
| #368 | Cascading assignments of Python bools are inefficient | Code Generation | new | defect | minor | somebody | 11/26/2009 | ||
| #386 | Make complex number type from typedef float | Parsing | new | enhancement | minor | somebody | 05/09/2012 | ||
| #389 | Temp handling in ForFromStatNode needs cleanup | Code Generation | new | task | minor | somebody | 10/04/2009 | ||
| #403 | bufaccess test leaks memory | Testing | new | defect | minor | 10/11/2009 | |||
| #408 | Support tuple unpacking in calls to C function | Code Generation | new | enhancement | minor | somebody | 11/27/2009 | ||
| #423 | Support explicit exception chaining syntax (PEP 3134) | Parsing | assigned | enhancement | minor | haoyu | 08/27/2010 | ||
| #426 | Split parallel assignments into optimisable subsets | Optimization | new | enhancement | minor | somebody | 10/18/2009 | ||
| #472 | builtins caching happens too early, before the optimisation phase | Code Generation | new | defect | minor | somebody | 01/13/2010 | ||
| #514 | Buffers: Some forms of C/Fortran contiguous buffers not acquired | Code Generation | new | defect | minor | somebody | 12/11/2010 | ||
| #655 | Add flag for Makefile dependency rules generation | Build System | new | enhancement | minor | somebody | 09/27/2011 | ||
| #667 | linking not done using g++ when language specified as "C++" (not "c++") | Build System | new | defect | minor | somebody | 03/11/2011 | ||
| #690 | allow illegal Python module names when embedding | Build System | new | defect | minor | somebody | 04/27/2011 | ||
| #692 | tuple unpacking in function argument list | Python Semantics | new | defect | minor | somebody | 11/09/2012 | ||
| #699 | Missing Declarations from Generated Header File | Packaging | new | defect | minor | somebody | 06/06/2011 | ||
| #710 | Maintaining error testcases is a bit inconvenient | Testing | new | defect | minor | 08/11/2011 | |||
| #718 | Merge Entry.utility_code_definitions and Entry.utility_code | Cleanup | new | task | minor | 08/22/2011 | |||
| #726 | Better error message for missing Python function arguments | Code Generation | new | enhancement | minor | somebody | 09/03/2011 | ||
| #730 | Support for special generator attributes (gi_running etc.) | Python Semantics | new | defect | minor | 02/11/2013 | |||
| #744 | Optimise kwargs pass-through | Optimization | new | enhancement | minor | somebody | 10/09/2011 | ||
| #754 | data of numpy masked array is not around | Code Generation | new | defect | minor | somebody | 11/11/2011 | ||
| #757 | Py2 syntax for looping over implicit tuple not supported | Parsing | new | defect | minor | somebody | 02/11/2013 | ||
| #759 | Runtime Compilation of a module [patch] | Build System | new | enhancement | minor | somebody | 01/26/2013 | ||
| #777 | Metaclasses to generate cdef'ed Classes | Code Generation | new | enhancement | minor | somebody | 05/25/2012 | ||
| #781 | cython_inline passes unused ctx parameter to cythonize | Build System | new | defect | minor | somebody | 06/19/2012 | ||
| #812 | Py3 mode renames "str" type to "unicode" in auto-embedded signature | Code Generation | new | defect | minor | somebody | 05/01/2013 | ||
| #818 | cython-mode.el mistakenly changes spaces to tabs when used with emacs24 | Tools | new | defect | minor | 06/10/2013 | |||
| #42 | C++ compile error when exception part declared on function | Code Generation | closed | fixed | defect | minor | somebody | 04/28/2013 | |
| #358 | remove genindex and modindex links in sphinx docs | Documentation | closed | fixed | defect | major | 04/26/2013 | ||
| #94 | cimport module cdef globals | Code Generation | closed | fixed | defect | major | somebody | 04/26/2013 | |
| #791 | setup.py install fails because of ImportError for __version__ | Build System | closed | fixed | defect | major | robertwb | 01/26/2013 | |
| #732 | Inplace python object arithmetic with numpy buffers is unsupported. | Code Generation | closed | fixed | defect | major | somebody | 02/24/2012 | |
| #353 | [kurt-gsoc branch] Add nice string representation to MemoryViewSliceType | Build System | closed | fixed | defect | major | somebody | 02/24/2012 | |
| #713 | Document importance of PyEval_EvalInitThreads() | Documentation | closed | fixed | enhancement | major | 01/27/2012 | ||
| #751 | Allow lambda with C functions | Cython Language Feature | closed | wontfix | enhancement | major | 01/09/2012 | ||
| #729 | Segfault when handling exceptions | Code Generation | closed | duplicate | defect | major | somebody | 09/10/2011 | |
| #630 | Fix Cython to work with Numpy 1.5.1 | Buffers | closed | fixed | defect | major | dagss | 04/16/2011 | |
| #654 | Out of order side effects of non-trivial arguments in function calls | Code Generation | closed | wontfix | defect | major | scoder, robertwb | 04/02/2011 | |
| #652 | Cython should silently ignore nogil functions for profiling | Error Reporting | closed | fixed | defect | major | dalcinl | 04/02/2011 | |
| #668 | Sequence inside DEL statement isn't supported | Code Generation | closed | fixed | defect | major | somebody | 04/01/2011 | |
| #487 | Py3 syntax: 'with' statment with multiple managers | Parsing | closed | fixed | enhancement | major | haoyu | 03/30/2011 | |
| #422 | bug in setting __module__ | Code Generation | closed | fixed | defect | major | haoyu | 03/30/2011 | |
| #488 | Py3 syntax: Ellipsis ('...') | Parsing | closed | fixed | enhancement | minor | haoyu | 03/30/2011 | |
| #657 | Warn on version missmatch | Code Generation | closed | fixed | defect | major | robertwb | 02/19/2011 |
Note:
See TracReports for help on using and creating reports.
