| #101 |
Clean up numpy.pxd
|
assigned
|
dagss
|
defect
|
major
|
wishlist
|
| #134 |
cpdef method w/ unused buffer causes compilation error
|
assigned
|
dagss
|
defect
|
major
|
wishlist
|
| #339 |
Add library functions to numpy.pxd
|
assigned
|
dagss
|
defect
|
minor
|
wishlist
|
| #423 |
Support explicit exception chaining syntax (PEP 3134)
|
assigned
|
haoyu
|
enhancement
|
minor
|
wishlist
|
| #469 |
Dependency graph for output of types and utility code
|
assigned
|
dagss
|
task
|
major
|
wishlist
|
| #542 |
Support for relative import
|
assigned
|
haoyu
|
defect
|
major
|
1.0
|
| #3 |
Cython calls ExtType.__init__() as Python function
|
new
|
somebody
|
enhancement
|
major
|
wishlist
|
| #16 |
IF clauses inside definitions
|
new
|
somebody
|
enhancement
|
minor
|
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
|
| #43 |
Mysterious error with conflicting types
|
new
|
somebody
|
defect
|
minor
|
wishlist
|
| #57 |
Buffer utility functions
|
new
|
dagss
|
enhancement
|
minor
|
wishlist
|
| #69 |
Cython should emulate the Py3 print() function in Py2 < 2.6
|
new
|
somebody
|
enhancement
|
minor
|
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
|
| #86 |
implement globals
|
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
|
| #95 |
public and readonly module globals
|
new
|
somebody
|
defect
|
major
|
wishlist
|
| #130 |
Missing support for Python special methods for rich comparison
|
new
|
somebody
|
defect
|
major
|
1.0
|
| #142 |
module dictionaries not deallocated at Python finalization
|
new
|
|
defect
|
major
|
wishlist
|
| #147 |
BoolBinopNode doesn't reuse temps
|
new
|
somebody
|
defect
|
minor
|
wishlist
|
| #152 |
subtyping PyVarObject (e.g. bytes/tuple)
|
new
|
somebody
|
defect
|
major
|
wishlist
|
| #153 |
safe, ref-counted support for dynamic memory allocation
|
new
|
somebody
|
enhancement
|
major
|
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
|
| #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
|
| #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
|
| #197 |
Think through and clean up various TempBlock classes
|
new
|
somebody
|
task
|
major
|
wishlist
|
| #231 |
The remaining parts of lexer and parser should get compiled into C code
|
new
|
somebody
|
enhancement
|
minor
|
wishlist
|
| #238 |
support __new__() in extension types
|
new
|
somebody
|
enhancement
|
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
|
| #262 |
pre-declaring a cdef class without its base type doesn't raise an error
|
new
|
somebody
|
defect
|
minor
|
wishlist
|
| #264 |
handle @property decorator
|
new
|
somebody
|
enhancement
|
minor
|
wishlist
|
| #266 |
builtin exceptions used in except + clauses not getting initalized
|
new
|
somebody
|
defect
|
major
|
wishlist
|
| #272 |
Missing test: Raising exception from module init code
|
new
|
|
defect
|
minor
|
wishlist
|
| #279 |
compiler crash on .pxd -> .py definitions
|
new
|
somebody
|
defect
|
major
|
wishlist
|
| #281 |
Possible race condition w/ nogil exception propagation
|
new
|
robertwb
|
defect
|
minor
|
0.17
|
| #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
|
| #288 |
method aliasing via assignment
|
new
|
somebody
|
enhancement
|
minor
|
wishlist
|
| #292 |
Garbage in HTML/annotation in simple example code
|
new
|
somebody
|
defect
|
minor
|
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
|
| #308 |
closures for module scope
|
new
|
somebody
|
defect
|
minor
|
wishlist
|
| #310 |
Documentation: Buffer slot/PEP 3118 special functions
|
new
|
|
defect
|
major
|
Documentation
|
| #311 |
Buffers: Acquisition counted buffers
|
new
|
somebody
|
enhancement
|
major
|
wishlist
|
| #315 |
ValueError Exception raised during type checking when mixing bint and ndarray
|
new
|
somebody
|
defect
|
minor
|
wishlist
|
| #320 |
Type checking when casting objects to pointers
|
new
|
somebody
|
defect
|
minor
|
wishlist
|
| #321 |
Test suite for pyximport
|
new
|
somebody
|
defect
|
major
|
wishlist
|
| #323 |
Allow conditional compilation environment in distutils
|
new
|
somebody
|
enhancement
|
major
|
wishlist
|
| #324 |
Wrap docstrings with PyDoc_STRVAR macro.
|
new
|
somebody
|
enhancement
|
minor
|
wishlist
|
| #327 |
cpdef attributes should give an compile-time error
|
new
|
somebody
|
defect
|
major
|
wishlist
|
| #331 |
use -ansi flag for runtests
|
new
|
|
defect
|
minor
|
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
|
| #337 |
class decorators for cdef classes
|
new
|
somebody
|
enhancement
|
minor
|
wishlist
|
| #340 |
Problem with buffer/memview parsing strategy
|
new
|
somebody
|
defect
|
major
|
wishlist
|
| #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
|
| #363 |
Make sure we handle ob_type->tp_flags inheritance correctly
|
new
|
somebody
|
task
|
major
|
wishlist
|
| #368 |
Cascading assignments of Python bools are inefficient
|
new
|
somebody
|
defect
|
minor
|
wishlist
|
| #370 |
Unraisable exceptions should be a compile time error whenever possible
|
new
|
|
defect
|
major
|
wishlist
|
| #375 |
Many warnings for buffer access.
|
new
|
dagss
|
defect
|
major
|
wishlist
|
| #379 |
cython -r recursive option broken
|
new
|
somebody
|
defect
|
major
|
wishlist
|
| #380 |
Integrate "Fast numerical computations in Cython" paper into docs
|
new
|
|
defect
|
major
|
Documentation
|
| #381 |
Integrate "Cython Tutorial" paper into docs
|
new
|
|
defect
|
major
|
Documentation
|
| #382 |
Document compiler directives
|
new
|
|
defect
|
major
|
Documentation
|
| #386 |
Make complex number type from typedef float
|
new
|
somebody
|
enhancement
|
minor
|
wishlist
|
| #388 |
Document the autotestdict directive (#387)
|
new
|
|
defect
|
major
|
Documentation
|
| #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
|
| #410 |
Investigate element.pxd note
|
new
|
somebody
|
defect
|
major
|
wishlist
|
| #414 |
Remove TempNode
|
new
|
somebody
|
defect
|
major
|
wishlist
|
| #426 |
Split parallel assignments into optimisable subsets
|
new
|
somebody
|
enhancement
|
minor
|
wishlist
|
| #432 |
intern() doesn't handle char* properly
|
new
|
somebody
|
defect
|
major
|
wishlist
|
| #433 |
Python classes defining __slots__ should automatically compile to extension classes
|
new
|
somebody
|
enhancement
|
major
|
wishlist
|
| #438 |
Drop ref-counting for list index access
|
new
|
somebody
|
enhancement
|
major
|
wishlist
|
| #451 |
Missing cast for numpy array slicing in C++ Mode
|
new
|
somebody
|
defect
|
major
|
wishlist
|
| #452 |
embedding test fails in OS X 10.6
|
new
|
|
defect
|
major
|
wishlist
|
| #459 |
Better support for writing var args functions. (va_start, va_arg, etc.)
|
new
|
somebody
|
enhancement
|
major
|
wishlist
|
| #468 |
Add note about numpy.get_include to the docs.
|
new
|
|
defect
|
major
|
wishlist
|
| #471 |
Allow public enum type fields for cdef classes
|
new
|
somebody
|
defect
|
major
|
wishlist
|
| #472 |
builtins caching happens too early, before the optimisation phase
|
new
|
somebody
|
defect
|
minor
|
wishlist
|
| #475 |
__file__ variable not available in module init
|
new
|
somebody
|
defect
|
major
|
wishlist
|
| #477 |
@cython.locals() don't propagate to cdef function signature
|
new
|
somebody
|
defect
|
major
|
wishlist
|
| #498 |
Support for borrowed references
|
new
|
somebody
|
enhancement
|
major
|
wishlist
|