|
#256
|
for..from by step doesn't work with pointers
|
Code Generation
|
|
defect
|
somebody
|
new
|
03/25/2009
|
|
#259
|
future division not respected by C ints (including literals)
|
Code Generation
|
|
defect
|
somebody
|
new
|
03/25/2009
|
|
#262
|
pre-declaring a cdef class without its base type doesn't raise an error
|
Parsing
|
|
defect
|
somebody
|
new
|
03/27/2009
|
|
#264
|
handle @property decorator
|
Optimization
|
|
enhancement
|
somebody
|
new
|
03/27/2009
|
|
#266
|
builtin exceptions used in except + clauses not getting initalized
|
Build System
|
|
defect
|
somebody
|
new
|
03/27/2009
|
|
#272
|
Missing test: Raising exception from module init code
|
Testing
|
|
defect
|
|
new
|
03/31/2009
|
|
#279
|
compiler crash on .pxd -> .py definitions
|
Parsing
|
|
defect
|
somebody
|
new
|
04/14/2009
|
|
#281
|
Possible race condition w/ nogil exception propagation
|
Code Generation
|
|
defect
|
robertwb
|
new
|
04/15/2009
|
|
#282
|
explore ways to trap SIGFPE instead of doing runtime checks
|
Code Generation
|
|
enhancement
|
somebody
|
new
|
04/15/2009
|
|
#283
|
cdef inline functions in pxds can't have default arguments
|
Code Generation
|
|
defect
|
somebody
|
new
|
04/16/2009
|
|
#288
|
method aliasing via assignment
|
Code Generation
|
|
enhancement
|
somebody
|
new
|
04/19/2009
|
|
#292
|
Garbage in HTML/annotation in simple example code
|
Code Generation
|
|
defect
|
somebody
|
new
|
04/22/2009
|
|
#294
|
Document feature: packed struct
|
Documentation
|
|
defect
|
|
new
|
04/23/2009
|
|
#297
|
Enable for-in-range optimisation also for untyped loop vars
|
Code Generation
|
|
defect
|
somebody
|
new
|
04/25/2009
|
|
#299
|
Buffers: Clean up internal representation of acquired buffers
|
Code Generation
|
|
task
|
somebody
|
new
|
04/28/2009
|
|
#300
|
Buffers: Acquire through coercion
|
Code Generation
|
|
task
|
somebody
|
new
|
04/28/2009
|
|
#301
|
Buffers: Store acquired buffers as typed fields in cdef classes + global variables
|
Parsing
|
|
defect
|
somebody
|
new
|
04/28/2009
|
|
#302
|
Usability problem: Cannot access .shape member of numpy.ndarray as tuple
|
Parsing
|
|
defect
|
somebody
|
new
|
04/30/2009
|
|
#308
|
closures for module scope
|
Code Generation
|
|
defect
|
somebody
|
new
|
05/03/2009
|
|
#310
|
Documentation: Buffer slot/PEP 3118 special functions
|
Documentation
|
|
defect
|
|
new
|
05/05/2009
|
|
#311
|
Buffers: Acquisition counted buffers
|
Code Generation
|
|
enhancement
|
somebody
|
new
|
05/06/2009
|
|
#315
|
ValueError Exception raised during type checking when mixing bint and ndarray
|
Code Generation
|
|
defect
|
somebody
|
new
|
05/15/2009
|
|
#320
|
Type checking when casting objects to pointers
|
Type Analysis
|
|
defect
|
somebody
|
new
|
05/20/2009
|
|
#321
|
Test suite for pyximport
|
Build System
|
|
defect
|
somebody
|
new
|
05/26/2009
|
|
#323
|
Allow conditional compilation environment in distutils
|
Build System
|
|
enhancement
|
somebody
|
new
|
06/01/2009
|
|
#324
|
Wrap docstrings with PyDoc_STRVAR macro.
|
Code Generation
|
|
enhancement
|
somebody
|
new
|
06/01/2009
|
|
#327
|
cpdef attributes should give an compile-time error
|
Parsing
|
|
defect
|
somebody
|
new
|
06/05/2009
|
|
#331
|
use -ansi flag for runtests
|
Testing
|
|
defect
|
|
new
|
06/16/2009
|
|
#332
|
misleading error message for buffer types
|
Error Reporting
|
|
defect
|
|
new
|
06/16/2009
|
|
#334
|
support duplicating cdef class fields in both pxd and pyx
|
Parsing
|
|
defect
|
somebody
|
new
|
06/24/2009
|
|
#337
|
class decorators for cdef classes
|
Code Generation
|
|
enhancement
|
somebody
|
new
|
06/26/2009
|
|
#339
|
Add library functions to numpy.pxd
|
Library
|
|
defect
|
dagss
|
assigned
|
06/28/2009
|
|
#340
|
Problem with buffer/memview parsing strategy
|
Parsing
|
|
defect
|
somebody
|
new
|
06/28/2009
|
|
#341
|
Move Cython-language utility code inclusion to code generation phase
|
Code Generation
|
|
defect
|
somebody
|
new
|
06/30/2009
|
|
#345
|
Necessary refactoring of mangling methods in Symtab.py
|
Code Generation
|
|
defect
|
somebody
|
new
|
07/09/2009
|
|
#348
|
warn on unpaired __cinit__ and __dealloc__
|
Error Reporting
|
|
defect
|
|
new
|
08/06/2009
|
|
#349
|
Should extern typedefs require an explicit cast?
|
Code Generation
|
|
defect
|
somebody
|
new
|
08/06/2009
|
|
#363
|
Make sure we handle ob_type->tp_flags inheritance correctly
|
Code Generation
|
|
task
|
somebody
|
new
|
09/10/2009
|
|
#368
|
Cascading assignments of Python bools are inefficient
|
Code Generation
|
|
defect
|
somebody
|
new
|
09/13/2009
|
|
#370
|
Unraisable exceptions should be a compile time error whenever possible
|
Error Reporting
|
|
defect
|
|
new
|
09/16/2009
|
|
#375
|
Many warnings for buffer access.
|
Buffers
|
|
defect
|
dagss
|
new
|
09/25/2009
|
|
#379
|
cython -r recursive option broken
|
Build System
|
|
defect
|
somebody
|
new
|
09/28/2009
|
|
#380
|
Integrate "Fast numerical computations in Cython" paper into docs
|
Documentation
|
|
defect
|
|
new
|
09/30/2009
|
|
#381
|
Integrate "Cython Tutorial" paper into docs
|
Documentation
|
|
defect
|
|
new
|
09/30/2009
|
|
#382
|
Document compiler directives
|
Documentation
|
|
defect
|
|
new
|
09/30/2009
|
|
#386
|
Make complex number type from typedef float
|
Parsing
|
|
enhancement
|
somebody
|
new
|
10/01/2009
|
|
#388
|
Document the autotestdict directive (#387)
|
Documentation
|
|
defect
|
|
new
|
10/03/2009
|
|
#389
|
Temp handling in ForFromStatNode needs cleanup
|
Code Generation
|
|
task
|
somebody
|
new
|
10/04/2009
|
|
#403
|
bufaccess test leaks memory
|
Testing
|
|
defect
|
|
new
|
10/11/2009
|
|
#408
|
Support tuple unpacking in calls to C function
|
Code Generation
|
|
enhancement
|
somebody
|
new
|
10/14/2009
|
|
#410
|
Investigate element.pxd note
|
Parsing
|
|
defect
|
somebody
|
new
|
10/14/2009
|
|
#414
|
Remove TempNode
|
Code Generation
|
|
defect
|
somebody
|
new
|
10/15/2009
|
|
#423
|
Support explicit exception chaining syntax (PEP 3134)
|
Parsing
|
|
enhancement
|
haoyu
|
assigned
|
10/18/2009
|
|
#426
|
Split parallel assignments into optimisable subsets
|
Optimization
|
|
enhancement
|
somebody
|
new
|
10/18/2009
|
|
#432
|
intern() doesn't handle char* properly
|
Code Generation
|
|
defect
|
somebody
|
new
|
10/22/2009
|
|
#433
|
Python classes defining __slots__ should automatically compile to extension classes
|
Optimization
|
|
enhancement
|
somebody
|
new
|
10/22/2009
|
|
#438
|
Drop ref-counting for list index access
|
Optimization
|
|
enhancement
|
somebody
|
new
|
10/27/2009
|
|
#451
|
Missing cast for numpy array slicing in C++ Mode
|
Code Generation
|
|
defect
|
somebody
|
new
|
11/06/2009
|
|
#452
|
embedding test fails in OS X 10.6
|
Testing
|
|
defect
|
|
new
|
11/10/2009
|
|
#459
|
Better support for writing var args functions. (va_start, va_arg, etc.)
|
Cython Language Feature
|
|
enhancement
|
somebody
|
new
|
12/02/2009
|
|
#468
|
Add note about numpy.get_include to the docs.
|
Documentation
|
|
defect
|
|
new
|
12/12/2009
|
|
#469
|
Dependency graph for output of types and utility code
|
Code Generation
|
|
task
|
dagss
|
assigned
|
12/14/2009
|
|
#471
|
Allow public enum type fields for cdef classes
|
Code Generation
|
|
defect
|
somebody
|
new
|
12/26/2009
|
|
#472
|
builtins caching happens too early, before the optimisation phase
|
Code Generation
|
|
defect
|
somebody
|
new
|
12/29/2009
|
|
#475
|
__file__ variable not available in module init
|
Code Generation
|
|
defect
|
somebody
|
new
|
01/08/2010
|
|
#477
|
@cython.locals() don't propagate to cdef function signature
|
Pure Python Mode
|
|
defect
|
somebody
|
new
|
01/20/2010
|
|
#498
|
Support for borrowed references
|
Code Generation
|
|
enhancement
|
somebody
|
new
|
02/01/2010
|
|
#499
|
complex numpy arithmatic
|
Code Generation
|
|
defect
|
somebody
|
new
|
02/01/2010
|
|
#509
|
Error for local/cclass reference variables
|
Error Reporting
|
|
defect
|
|
new
|
02/21/2010
|
|
#510
|
Uncompileable C code when combining & with buffer []
|
Code Generation
|
|
defect
|
somebody
|
new
|
02/23/2010
|
|
#511
|
Inline functions in pxd files get wrong directives
|
Code Generation
|
|
defect
|
somebody
|
new
|
03/01/2010
|
|
#512
|
parser bug for mismatches in function arguments with default value
|
Parsing
|
|
defect
|
somebody
|
new
|
03/04/2010
|
|
#513
|
Infer return types of cdef functions
|
Type Analysis
|
|
enhancement
|
somebody
|
new
|
03/06/2010
|
|
#514
|
Buffers: Some forms of C/Fortran contiguous buffers not acquired
|
Code Generation
|
|
defect
|
somebody
|
new
|
03/08/2010
|
|
#526
|
Error testing for overridden methods
|
Testing
|
|
defect
|
|
new
|
04/08/2010
|
|
#534
|
Optimise any(genexpr) and all(genexp)
|
Optimization
|
|
enhancement
|
scoder
|
reopened
|
05/09/2010
|
|
#542
|
Support for relative import
|
Pure Python Mode
|
|
defect
|
haoyu
|
assigned
|
06/07/2010
|
|
#545
|
Compiler crash with C++ templates/buffers
|
Buffers
|
|
defect
|
dagss
|
new
|
06/21/2010
|
|
#546
|
range(a,b,c) not optimized for (at compile time) unknown step value
|
Optimization
|
|
defect
|
somebody
|
reopened
|
06/23/2010
|
|
#548
|
Wrong code generated for type-casting to C++ reference
|
Code Generation
|
|
defect
|
somebody
|
new
|
07/01/2010
|
|
#552
|
Unable to use templated class as base class in C++ inheritance
|
C++
|
|
defect
|
somebody
|
new
|
07/04/2010
|
|
#560
|
Distutils changes: make .c readonly & abort on errors
|
Build System
|
|
enhancement
|
somebody
|
new
|
07/23/2010
|
|
#565
|
Enable/disable optimizations
|
Optimization
|
|
defect
|
somebody
|
new
|
07/31/2010
|
|
#567
|
super doesn't work with cpdef methods
|
Code Generation
|
|
defect
|
somebody
|
new
|
08/13/2010
|
|
#570
|
Bad parsing for operator identifier.
|
Parsing
|
|
defect
|
somebody
|
new
|
08/25/2010
|
|
#573
|
Mismatched c ptr types warning in closures when using cdef classes
|
Code Generation
|
|
defect
|
somebody
|
new
|
09/02/2010
|
|
#580
|
Buffer code aborts on first error
|
Buffers
|
|
defect
|
dagss
|
new
|
10/02/2010
|
|
#582
|
comparison operators on char* literals should compare strings, not pointers
|
Python Semantics
|
|
enhancement
|
|
new
|
10/09/2010
|
|
#594
|
Compiler crash on import before cimport
|
Error Reporting
|
|
defect
|
|
new
|
11/13/2010
|
|
#600
|
lookup of iterables in genexpr uses wrong scope
|
Python Semantics
|
|
defect
|
|
new
|
11/25/2010
|
|
#601
|
Clean up node juggling during code generation in ForFromStatNode
|
Code Generation
|
|
defect
|
somebody
|
new
|
11/25/2010
|
|
#616
|
Implement sorted(genexpr)
|
Python Semantics
|
|
enhancement
|
scoder
|
reopened
|
12/04/2010
|
|
#639
|
Functions don't support attribute assignment
|
Python Semantics
|
|
defect
|
|
new
|
01/09/2011
|
|
#648
|
Support decorators on special methods of cdef classes
|
Cython Language Feature
|
|
enhancement
|
somebody
|
new
|
01/17/2011
|
|
#655
|
Add flag for Makefile dependency rules generation
|
Build System
|
|
enhancement
|
somebody
|
new
|
01/26/2011
|
|
#659
|
Support for nested types/enums in C++ classes
|
C++
|
|
defect
|
somebody
|
new
|
02/11/2011
|
|
#660
|
Buffers not allowable as closure variables.
|
Buffers
|
|
defect
|
dagss
|
new
|
02/17/2011
|
|
#662
|
Optimise Python's math functions when used on C values
|
Optimization
|
|
enhancement
|
somebody
|
new
|
02/17/2011
|
|
#666
|
compiler crash on nested templates
|
Parsing
|
|
defect
|
somebody
|
new
|
03/05/2011
|
|
#667
|
linking not done using g++ when language specified as "C++" (not "c++")
|
Build System
|
|
defect
|
somebody
|
new
|
03/06/2011
|