|
#145
|
Problem with literals and boolean operators
|
Code Generation
|
closed
|
fixed
|
|
defect
|
minor
|
scoder
|
12/11/2010
|
|
#561
|
major performance bug with special functions
|
Code Generation
|
closed
|
fixed
|
|
enhancement
|
major
|
cwitty
|
09/27/2010
|
|
#553
|
Make inferring Python str type unsafe
|
Code Generation
|
closed
|
fixed
|
|
defect
|
major
|
somebody
|
09/27/2010
|
|
#569
|
New special method code breaks __getattr__ and module initialisation
|
Code Generation
|
closed
|
fixed
|
|
defect
|
blocker
|
somebody
|
09/27/2010
|
|
#568
|
Restore special method docstrings.
|
Code Generation
|
closed
|
fixed
|
|
defect
|
major
|
robertwb
|
08/15/2010
|
|
#566
|
Code generated for __getslice__ fails to build in Py3
|
Code Generation
|
closed
|
fixed
|
|
defect
|
minor
|
cwitty
|
08/12/2010
|
|
#564
|
refcount bug in isinstance optimization
|
Code Generation
|
closed
|
fixed
|
|
defect
|
blocker
|
scoder
|
08/10/2010
|
|
#82
|
Implement closures
|
Code Generation
|
closed
|
fixed
|
|
enhancement
|
major
|
robertwb
|
07/18/2010
|
|
#506
|
doctest failure in cpp_classes.pyx
|
C++
|
closed
|
fixed
|
|
defect
|
major
|
craigcitro
|
07/18/2010
|
|
#557
|
Install Include/Deprecated directory.
|
Packaging
|
closed
|
fixed
|
|
defect
|
major
|
robertwb
|
07/18/2010
|
|
#558
|
Break up Cython/Includes directory into submodules.
|
Code Generation
|
closed
|
fixed
|
|
defect
|
major
|
dagss, lisandro
|
07/18/2010
|
|
#556
|
Disable closures in cdef functions (for now)
|
Error Reporting
|
closed
|
fixed
|
|
defect
|
major
|
robertwb
|
07/18/2010
|
|
#555
|
Documentation bug in "Using C Libraries"
|
Documentation
|
closed
|
fixed
|
|
defect
|
minor
|
robertwb
|
07/18/2010
|
|
#501
|
cython.operators module
|
Parsing
|
closed
|
fixed
|
|
defect
|
major
|
robertwb
|
07/18/2010
|
|
#356
|
Fix Rectangle Demo in manual and on wiki
|
C++
|
closed
|
fixed
|
|
defect
|
major
|
Fabien
|
07/17/2010
|
|
#502
|
Tests fail on ppc
|
Testing
|
closed
|
fixed
|
|
defect
|
blocker
|
robertwb
|
07/17/2010
|
|
#543
|
cython-closures has Py3 issues
|
Python 3.0
|
closed
|
fixed
|
|
defect
|
major
|
haoyu
|
07/17/2010
|
|
#547
|
Cython crashes compiling source files from pathnames with non-platform encodings
|
Build System
|
closed
|
fixed
|
|
defect
|
major
|
scoder
|
07/17/2010
|
|
#544
|
FlattenInListTransform breaks code with side-effects
|
Code Generation
|
closed
|
fixed
|
|
defect
|
major
|
scoder
|
06/15/2010
|
|
#540
|
-3 compiler switch to enable Python 3 syntax/semantics
|
Parsing
|
closed
|
fixed
|
|
enhancement
|
major
|
scoder
|
05/31/2010
|
|
#539
|
range function regression
|
Code Generation
|
closed
|
worksforme
|
|
defect
|
critical
|
somebody
|
05/31/2010
|
|
#465
|
fix scoping for comprehensions and generator expressions
|
Python Semantics
|
closed
|
fixed
|
|
defect
|
minor
|
scoder
|
05/27/2010
|
|
#538
|
Various issues with integer literals.
|
Code Generation
|
closed
|
fixed
|
|
defect
|
major
|
robertwb
|
05/26/2010
|
|
#525
|
Floating point constants not preserved perfectly to C source
|
Code Generation
|
closed
|
fixed
|
|
defect
|
minor
|
scoder
|
05/12/2010
|
|
#535
|
Optimise indexed unicode character comparisons (ustring[0] == u'a')
|
Code Generation
|
closed
|
fixed
|
|
enhancement
|
major
|
scoder
|
05/12/2010
|
|
#533
|
reference leak when 'continue' appear in a loop's 'else' branch
|
Code Generation
|
closed
|
fixed
|
|
defect
|
major
|
scoder
|
05/09/2010
|
|
#268
|
optimise away redundant None and type checks
|
Code Generation
|
closed
|
fixed
|
|
enhancement
|
minor
|
scoder
|
05/04/2010
|
|
#319
|
Some testcases fail on py3
|
Code Generation
|
closed
|
fixed
|
|
defect
|
major
|
somebody
|
05/04/2010
|
|
#354
|
bint type isn't handled in readonly property access
|
Code Generation
|
closed
|
fixed
|
|
defect
|
major
|
dalcinl
|
05/04/2010
|
|
#399
|
Let ssize_t be a native type.
|
Parsing
|
closed
|
fixed
|
|
enhancement
|
major
|
dalcinl
|
04/30/2010
|
|
#532
|
Constant folding can lead to incorrect results in conditions
|
Code Generation
|
closed
|
fixed
|
|
defect
|
major
|
scoder
|
04/27/2010
|
|
#531
|
Implement "char_val in b'abcdefg'" and "py_unicode_val in u'abcdefg'" efficiently
|
Code Generation
|
closed
|
fixed
|
|
defect
|
major
|
scoder
|
04/20/2010
|
|
#530
|
Efficient Py_UNICODE iteration over unicode strings
|
Code Generation
|
closed
|
fixed
|
|
enhancement
|
major
|
scoder
|
04/19/2010
|
|
#529
|
Support Py_UNICODE and coercion from 1-character unicode literals
|
Type Analysis
|
closed
|
fixed
|
|
enhancement
|
major
|
scoder
|
04/19/2010
|
|
#527
|
Fix for annotation including external .pxd code
|
Code Generation
|
closed
|
fixed
|
|
enhancement
|
major
|
somebody
|
04/12/2010
|
|
#524
|
C++ Wrapper Error: C++ code generation Error
|
Error Reporting
|
closed
|
fixed
|
|
defect
|
major
|
robertwb
|
04/08/2010
|
|
#521
|
Optimise various "unicode" type methods
|
Optimization
|
closed
|
fixed
|
|
enhancement
|
major
|
scoder
|
03/21/2010
|
|
#520
|
Cython can't parse source files with DOS line endings correctly
|
Parsing
|
closed
|
fixed
|
|
defect
|
major
|
scoder
|
03/20/2010
|
|
#249
|
build overhead
|
Build System
|
closed
|
fixed
|
|
defect
|
minor
|
somebody
|
03/14/2010
|
|
#128
|
Reduce name collisions in Pure Python mode
|
Parsing
|
closed
|
fixed
|
|
defect
|
major
|
scoder
|
03/14/2010
|
|
#519
|
Python 3 except clauses
|
Python 3.0
|
closed
|
fixed
|
|
enhancement
|
major
|
dalcinl
|
03/13/2010
|
|
#517
|
remove dependency on structmember.h
|
Code Generation
|
closed
|
fixed
|
|
enhancement
|
minor
|
dalcinl
|
03/11/2010
|
|
#518
|
casting to typedef pointer/array types
|
Code Generation
|
closed
|
fixed
|
|
defect
|
major
|
dalcinl
|
03/10/2010
|
|
#516
|
from __future__ import print_function (Py2.6+ only)
|
Parsing
|
closed
|
fixed
|
|
enhancement
|
minor
|
scoder
|
03/09/2010
|
|
#515
|
Support 'print >> stream'
|
Parsing
|
closed
|
fixed
|
|
defect
|
major
|
scoder
|
03/09/2010
|
|
#460
|
Always type-infer floating point types
|
Code Generation
|
closed
|
fixed
|
|
enhancement
|
major
|
scoder
|
03/06/2010
|
|
#467
|
cascaded assignments mixed with complete sequence assignments have side-effects
|
Code Generation
|
closed
|
fixed
|
|
defect
|
blocker
|
scoder
|
03/06/2010
|
|
#505
|
"cimport cython" broken in latest cython-devel
|
Parsing
|
closed
|
fixed
|
|
defect
|
blocker
|
craigcitro
|
03/05/2010
|
|
#508
|
__test__ dictionary may not created for modules with pxd files
|
Code Generation
|
closed
|
fixed
|
|
defect
|
major
|
somebody
|
02/20/2010
|
|
#507
|
for-in loop over any C array type
|
Code Generation
|
closed
|
fixed
|
|
enhancement
|
major
|
scoder
|
02/11/2010
|
|
#504
|
Dissallow C++ classes as stack/module level variables
|
C++
|
closed
|
fixed
|
|
defect
|
major
|
robertwb
|
02/04/2010
|
|
#503
|
Dissallow C++ classes as cdef class members
|
C++
|
closed
|
fixed
|
|
defect
|
major
|
robertwb
|
02/04/2010
|
|
#428
|
cython-closures branch has ref-counting issues
|
Code Generation
|
closed
|
fixed
|
|
defect
|
major
|
craigcitro
|
02/03/2010
|
|
#342
|
Templates/memory views: Resolve parser ambiguities at a later stage
|
C++
|
closed
|
fixed
|
|
defect
|
major
|
robertwb
|
02/03/2010
|
|
#478
|
Cython closures not bound as methods
|
Python Semantics
|
closed
|
fixed
|
|
defect
|
major
|
robertwb
|
01/31/2010
|
|
#493
|
Support Py3 octal/binary number notations
|
Parsing
|
closed
|
fixed
|
|
enhancement
|
major
|
scoder
|
01/28/2010
|