{6} All Tickets By Milestone (Including closed) (816 matches)
A more complex example to show how to make advanced reports.
Results (401 - 500 of 816)
0.14.1 (3 matches)
| Ticket | Summary | Component | Status | Resolution | Version | Type | Priority | Owner | Modified |
|---|---|---|---|---|---|---|---|---|---|
| #576 | 'str' should be an alias for 'unicode' in Python 3 code | Python3 Semantics | closed | fixed | defect | major | scoder | 12/16/2010 | |
| #528 | x.conjugate() not available in nogil mode | Code Generation | closed | fixed | defect | major | robertwb | 12/11/2010 | |
| #559 | <void *> [] is not caught by Cython but by gcc | Error Reporting | closed | fixed | defect | major | robertwb | 12/11/2010 |
0.14 (50 matches)
| Ticket | Summary | Component | Status | Resolution | Version | Type | Priority | Owner | Modified |
|---|---|---|---|---|---|---|---|---|---|
| #61 | Buffers in cdef function argument list | Parsing | closed | worksforme | defect | minor | dagss | 01/10/2011 | |
| #87 | definitions in control structures | Code Generation | closed | fixed | defect | major | vitja | 12/16/2010 | |
| #629 | cython module dependency analysis | Code Generation | closed | fixed | enhancement | major | robertwb | 12/11/2010 | |
| #628 | inline/compile operator | Build System | closed | fixed | enhancement | major | robertwb | 12/11/2010 | |
| #627 | 'in' and 'not in' operators on C array/ptr slices | Optimization | closed | fixed | defect | major | robertwb | 12/11/2010 | |
| #626 | complex powers | Code Generation | closed | fixed | defect | major | robertwb | 12/11/2010 | |
| #625 | pow(float, -) broken in MSVC | Code Generation | closed | fixed | defect | major | robertwb | 12/11/2010 | |
| #591 | Inline operators don't respect cdivision pragma. | Code Generation | closed | fixed | defect | major | robertwb | 12/11/2010 | |
| #624 | end-to-end build test infrastructure, source trees | Testing | closed | fixed | enhancement | major | robertwb | 12/11/2010 | |
| #563 | "make repo" is broken | Packaging | closed | fixed | defect | minor | ksmith | 12/11/2010 | |
| #619 | Integer literals are not handled correctly per Python language level | Code Generation | closed | fixed | defect | major | scoder | 12/05/2010 | |
| #622 | be more selective about adding docstrings to __test__ | Code Generation | closed | fixed | enhancement | major | scoder | 12/05/2010 | |
| #610 | Compiler crash on --no-docstrings | Code Generation | closed | fixed | defect | major | robertwb | 12/04/2010 | |
| #621 | Support nogil in pure Python mode | Pure Python Mode | closed | fixed | enhancement | major | scoder | 12/04/2010 | |
| #620 | Support next() in Python 2.x | Python Semantics | closed | fixed | enhancement | major | scoder | 12/04/2010 | |
| #618 | List comprehensions do not work as conditions in if statements | Type Analysis | closed | fixed | defect | major | scoder | 12/04/2010 | |
| #617 | Cache constant tuples | Optimization | closed | fixed | enhancement | major | scoder | 12/04/2010 | |
| #615 | subsequent Cython runs can fail to detect errors after a compile error in one run | Error Reporting | closed | fixed | defect | minor | scoder | 12/04/2010 | |
| #614 | Constant folding fails for math on bool values | Type Analysis | closed | fixed | defect | minor | scoder | 12/04/2010 | |
| #613 | the right side of parallel assignments is evaluated in reverse order | Code Generation | closed | fixed | defect | major | scoder | 12/04/2010 | |
| #612 | sum(genexpr) can crash for some types of iteration | Type Analysis | closed | fixed | defect | major | scoder | 12/04/2010 | |
| #611 | typing a variable as builtin "slice" is broken | Code Generation | closed | fixed | defect | minor | scoder | 12/04/2010 | |
| #609 | Replace Python's builtin "complex" type by the corresponding C complex type | Optimization | closed | fixed | enhancement | major | scoder | 12/04/2010 | |
| #608 | Support extension type inheritance from builtin types | Type Analysis | closed | fixed | defect | major | scoder | 12/04/2010 | |
| #607 | Support accessing CPython's inner struct fields on builtin objects | Cython Language Feature | closed | fixed | defect | major | scoder | 12/04/2010 | |
| #497 | Improve Cython __test__ dict implementation | Code Generation | closed | fixed | task | major | scoder | 12/03/2010 | |
| #605 | Lamba support in class scope and cclass scope. | Python Semantics | closed | fixed | defect | major | vitja | 12/03/2010 | |
| #606 | references in scoped expressions (comprehensions/genexprs) are freed too late | Code Generation | closed | fixed | defect | major | scoder | 12/01/2010 | |
| #604 | "from ... import *" has refcounting issues | Code Generation | closed | fixed | defect | critical | scoder | 11/28/2010 | |
| #603 | Support lambda in module scope | Python Semantics | closed | fixed | defect | major | vitja | 11/27/2010 | |
| #598 | generator expressions do not work in closures | Code Generation | closed | fixed | defect | major | scoder | 11/25/2010 | |
| #599 | Closure optimization | Optimization | closed | fixed | enhancement | major | vitja | 11/25/2010 | |
| #596 | Closures for class methods and nested classes | Python Semantics | closed | fixed | defect | major | vitja | 11/21/2010 | |
| #537 | Closure inner function name conflict | Code Generation | closed | fixed | defect | major | vitja | 11/21/2010 | |
| #587 | Support __metaclass__ in Python classes | Python Semantics | closed | fixed | enhancement | major | vitja | 11/18/2010 | |
| #592 | Large integer literals/constants can generate invalid C code | Code Generation | closed | fixed | defect | major | scoder | 11/18/2010 | |
| #577 | Compiler crash in pointer slicing iteration | Code Generation | closed | fixed | defect | major | scoder | 11/08/2010 | |
| #322 | Honor distutils dependencies | Build System | closed | fixed | defect | minor | ehuss | 11/08/2010 | |
| #583 | Wrong C code generated (cdef class < cdef class inheritance, cpdef methods, pure python mode) | Code Generation | closed | fixed | defect | major | scoder | 11/08/2010 | |
| #589 | optimised builtin methods are not assignable as bound methods | Python Semantics | closed | fixed | defect | major | scoder | 11/07/2010 | |
| #571 | Methods overridden in Builtin.py fail to test for None | Code Generation | closed | fixed | defect | major | scoder | 11/07/2010 | |
| #588 | Octal integers do not work as Python integers | Code Generation | closed | fixed | defect | major | scoder | 11/02/2010 | |
| #578 | crash in Py3 with non-sliceable slices | Code Generation | closed | fixed | defect | critical | scoder | 11/01/2010 | |
| #263 | module local (private) cdef classes | Cython Language Feature | closed | fixed | enhancement | minor | scoder | 10/30/2010 | |
| #585 | Support "final" cdef classes | Cython Language Feature | closed | fixed | enhancement | major | scoder | 10/30/2010 | |
| #581 | bad reference type coercion | Code Generation | closed | fixed | defect | major | robertwb | 10/04/2010 | |
| #579 | compiler crash on invalid buffer type | Error Reporting | closed | fixed | defect | major | robertwb | 10/02/2010 | |
| #575 | Python 3 inferred unicode literals cannot coerce to char* | Type Analysis | closed | fixed | defect | major | scoder | 09/04/2010 | |
| #574 | unoptimised C array iteration can generate non-functional code | Code Generation | closed | fixed | defect | major | scoder | 09/03/2010 | |
| #549 | Compiler crash when a template argument is a non-declared object | C++ | closed | fixed | defect | major | robertwb | 07/18/2010 |
0.13 (47 matches)
| Ticket | Summary | Component | Status | Resolution | Version | Type | Priority | Owner | Modified |
|---|---|---|---|---|---|---|---|---|---|
| #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 |
Note:
See TracReports for help on using and creating reports.
