{6} All Tickets By Milestone (Including closed) (817 matches)
A more complex example to show how to make advanced reports.
Results (1 - 100 of 817)
| Ticket | Summary | Component | Status | Resolution | Version | Type | Priority | Owner | Modified |
|---|---|---|---|---|---|---|---|---|---|
| #560 | Distutils changes: make .c readonly & abort on errors | Build System | new | enhancement | minor | somebody | 07/23/2010 | ||
| #711 | changing locals() does not change the locals | Python Semantics | closed | invalid | defect | major | 09/27/2011 | ||
| #45 | Inefficient comparison code generation | Optimization | reopened | enhancement | major | somebody | 01/26/2012 | ||
| #26 | Cython doesn't catch double declaration with args | Parsing | closed | fixed | defect | major | somebody | 09/16/2008 | |
| #37 | Casting is slow because of TypeCheck Call | Optimization | closed | invalid | defect | major | somebody | 08/02/2008 |
0.10 (47 matches)
| Ticket | Summary | Component | Status | Resolution | Version | Type | Priority | Owner | Modified |
|---|---|---|---|---|---|---|---|---|---|
| #98 | Bug in error reporting when type does not exist | Error Reporting | closed | fixed | defect | major | somebody | 11/08/2008 | |
| #48 | Better error for casts | Error Reporting | closed | fixed | defect | major | somebody | 11/08/2008 | |
| #100 | Buffers: Better errors for dtype mismatch | Error Reporting | closed | fixed | defect | major | somebody | 11/08/2008 | |
| #72 | Crash when there's a compilation error earlier in the pipeline | Error Reporting | closed | fixed | defect | major | somebody | 11/08/2008 | |
| #2 | Cython needs better support for API documentation | Packaging | closed | fixed | enhancement | major | dalcinl@… | 11/08/2008 | |
| #79 | optimize argument parsing when kwds empty | Optimization | closed | duplicate | defect | major | somebody | 11/08/2008 | |
| #96 | static struct creation | Parsing | closed | fixed | enhancement | major | somebody | 11/08/2008 | |
| #93 | static array creation | Parsing | closed | fixed | defect | major | somebody | 11/08/2008 | |
| #74 | make isinstance do a type check for extension types | Optimization | closed | fixed | defect | major | somebody | 11/08/2008 | |
| #20 | Type checking in method overriding broken for "ctypedef extern class" types | Parsing | closed | invalid | defect | major | somebody | 11/08/2008 | |
| #108 | Optimized argument parsing | Optimization | closed | fixed | enhancement | major | somebody | 11/08/2008 | |
| #111 | Pure python mode | Pure Python Mode | closed | fixed | enhancement | critical | somebody | 11/08/2008 | |
| #109 | backport cdef sets support for Py 2.3 | Code Generation | closed | fixed | defect | major | somebody | 11/08/2008 | |
| #110 | deletion of dict entry with integer index broken | Code Generation | closed | fixed | defect | major | somebody | 11/08/2008 | |
| #39 | Bad list constructor code | Optimization | closed | wontfix | defect | trivial | somebody | 11/08/2008 | |
| #66 | Buffers: Handle more alignments | Code Generation | closed | wontfix | defect | minor | somebody | 11/08/2008 | |
| #90 | Reference to None leaked in module globals. | Memory Leak | closed | fixed | defect | major | 11/08/2008 | ||
| #7 | Problems with automatic pxd inclusion | Build System | closed | worksforme | defect | major | somebody | 11/08/2008 | |
| #40 | Annotate mode disables inline source comments | Code Generation | closed | fixed | enhancement | major | somebody | 11/04/2008 | |
| #107 | Parser throws exception for double* argument of function | Parsing | closed | fixed | defect | major | somebody | 11/04/2008 | |
| #105 | bug in new temp allocation | Code Generation | closed | fixed | defect | blocker | somebody | 10/30/2008 | |
| #80 | raise error when function defined in pxd not in pyx | Parsing | closed | fixed | defect | major | somebody | 10/28/2008 | |
| #60 | Failing case #2 for annotating code with errors | Parsing | closed | fixed | defect | minor | somebody | 10/28/2008 | |
| #38 | Non-optimal code generation for equality test | Optimization | closed | fixed | defect | minor | somebody | 10/28/2008 | |
| #104 | removing GCC warnings for test suite | Testing | closed | fixed | enhancement | minor | 10/22/2008 | ||
| #103 | Module docstrings doesn't work if comments precede them | Parsing | closed | fixed | defect | major | somebody | 10/17/2008 | |
| #56 | Support for structs/records in buffers | Code Generation | closed | fixed | defect | major | dagss | 10/11/2008 | |
| #78 | DifferencesFromPyrex should include removal of typecheck | Website | closed | fixed | defect | minor | 10/08/2008 | ||
| #70 | Website Google link is wrong... | Website | closed | fixed | defect | trivial | somebody | 10/08/2008 | |
| #64 | Trying to set variable inside struct crashes parser | Parsing | closed | fixed | defect | minor | somebody | 10/08/2008 | |
| #59 | Failing case #1 for annotating code with errors | Build System | closed | fixed | defect | minor | somebody | 10/08/2008 | |
| #91 | pyximport miss-installed | Build System | closed | fixed | defect | major | somebody | 10/03/2008 | |
| #73 | types not imported on import * | Parsing | closed | fixed | defect | major | somebody | 09/30/2008 | |
| #85 | implement locals | Code Generation | closed | fixed | defect | major | somebody | 09/27/2008 | |
| #84 | Mod operator on floats | Code Generation | closed | fixed | defect | major | somebody | 09/27/2008 | |
| #58 | Compiler directive "nonecheck" | Code Generation | closed | fixed | enhancement | minor | dagss | 09/25/2008 | |
| #76 | Buffers: cast option | Code Generation | closed | fixed | enhancement | major | dagss | 09/23/2008 | |
| #67 | Move result_code from analysis to generation | Code Generation | closed | fixed | task | major | robertwb | 09/23/2008 | |
| #75 | Buffers: negative_indices option | Code Generation | closed | fixed | enhancement | major | dagss | 09/23/2008 | |
| #71 | Support for contiguous modes in buffers | Code Generation | closed | fixed | enhancement | minor | dagss | 09/17/2008 | |
| #55 | tags in hgignore | Packaging | closed | fixed | defect | major | somebody | 09/13/2008 | |
| #54 | unsigned int arithmatic | Code Generation | closed | fixed | defect | major | somebody | 09/13/2008 | |
| #53 | emit pyx #line and #file in the source | Code Generation | closed | fixed | defect | major | somebody | 09/13/2008 | |
| #62 | Should support PEP-3118 also in Py2.6 | Code Generation | closed | fixed | defect | major | dagss | 09/04/2008 | |
| #65 | C compiler warning for cdef'ed variable in list comprehension | Code Generation | closed | fixed | defect | minor | somebody | 08/29/2008 | |
| #63 | long long index fails | Code Generation | closed | fixed | defect | critical | somebody | 08/26/2008 | |
| #19 | Cython annotation breaks on certain pointer casts | Parsing | closed | fixed | defect | major | somebody | 08/19/2008 |
0.10.1 (3 matches)
| Ticket | Summary | Component | Status | Resolution | Version | Type | Priority | Owner | Modified |
|---|---|---|---|---|---|---|---|---|---|
| #122 | segfault problem with recent numpy.pxd/Python 2.4 | Code Generation | closed | fixed | defect | major | somebody | 11/18/2008 | |
| #114 | NumPy integration fails on Python 2.4/64-bit due to Py_ssize_t != Py_intptr_t | Code Generation | closed | fixed | defect | major | dagss | 11/18/2008 | |
| #121 | ref-count bug in try-except handling | Code Generation | closed | fixed | defect | major | somebody | 11/18/2008 |
0.10.2 (4 matches)
| Ticket | Summary | Component | Status | Resolution | Version | Type | Priority | Owner | Modified |
|---|---|---|---|---|---|---|---|---|---|
| #138 | infinite loop in buffer code | Code Generation | closed | fixed | defect | major | somebody | 11/25/2008 | |
| #139 | empty switch block when if statement contains pass | Code Generation | closed | fixed | defect | major | somebody | 11/25/2008 | |
| #137 | fix compiler crash on forward declarations | Code Generation | closed | fixed | defect | major | somebody | 11/25/2008 | |
| #136 | invalid c code with recursive typedef struct | Code Generation | closed | fixed | defect | major | somebody | 11/25/2008 |
0.10.3 (4 matches)
| Ticket | Summary | Component | Status | Resolution | Version | Type | Priority | Owner | Modified |
|---|---|---|---|---|---|---|---|---|---|
| #167 | Better error message for lack of pointer buffers support | Parsing | closed | fixed | defect | minor | somebody | 12/17/2008 | |
| #169 | Fix error in buffer typestring checking | Parsing | closed | fixed | defect | major | somebody | 12/16/2008 | |
| #168 | fix bugs in Visitor cache | Code Generation | closed | fixed | defect | major | somebody | 12/16/2008 | |
| #162 | memory leak in error handling | Code Generation | closed | fixed | defect | blocker | somebody | 12/16/2008 |
0.11 (37 matches)
| Ticket | Summary | Component | Status | Resolution | Version | Type | Priority | Owner | Modified |
|---|---|---|---|---|---|---|---|---|---|
| #171 | Refcount nanny | Testing | closed | fixed | enhancement | major | dagss | 03/31/2009 | |
| #201 | Refnanny isn't automatically compiled by runtests.py | Build System | closed | fixed | defect | major | somebody | 03/31/2009 | |
| #28 | Potential problems for extern cdefs in argument parsing | Code Generation | closed | fixed | defect | minor | scoder, robertwb | 03/14/2009 | |
| #6 | gcc warns of unused variables in module initialization | Code Generation | closed | fixed | defect | minor | scoder, dagss | 03/14/2009 | |
| #102 | from blah import (a, b, c) | Parsing | closed | duplicate | defect | major | scoder | 03/14/2009 | |
| #123 | Regression due to PyDict_Next optimization | Code Generation | closed | fixed | defect | major | jasone | 03/14/2009 | |
| #116 | missing files in MANIFEST | Packaging | closed | fixed | defect | major | robertwb | 03/14/2009 | |
| #187 | cython.py not installed for pure python use | Packaging | closed | fixed | defect | major | robertwb | 03/14/2009 | |
| #223 | Memory leak in cascaded comparisons | Memory Leak | closed | fixed | defect | major | robertwb | 03/14/2009 | |
| #88 | optimize list, tuple access | Optimization | closed | fixed | defect | major | robertwb | 03/14/2009 | |
| #163 | Crash in FlattenBuiltinTypeCreation._find_handler() | Optimization | closed | fixed | defect | major | jasone | 03/14/2009 | |
| #224 | optimize printing of one object | Optimization | closed | fixed | defect | major | robertwb | 03/14/2009 | |
| #196 | Optimized integer for loops leave index variable incremented one step too far | Code Generation | closed | fixed | defect | minor | mlh | 03/14/2009 | |
| #185 | Enum constant name mangling can't be disabled | Code Generation | closed | fixed | defect | minor | jasone | 03/14/2009 | |
| #181 | embedsignature prints default args incorrectly | Code Generation | closed | fixed | defect | minor | jasone | 03/14/2009 | |
| #175 | embedsignatures discards existing cpdef docstrings | Code Generation | closed | fixed | defect | minor | jasone | 03/14/2009 | |
| #172 | Compiler crash for non-builtin ValueError plus numpy cimport | Code Generation | closed | fixed | defect | minor | dagss | 03/14/2009 | |
| #125 | Add support for Spam/__init__.pyx | Build System | closed | fixed | enhancement | major | jasone | 03/14/2009 | |
| #120 | Make TupleNode use new temp allocation | Code Generation | closed | fixed | defect | minor | scoder | 03/14/2009 | |
| #220 | Cython should remove old output file before writing new output file | Build System | closed | fixed | enhancement | minor | robertwb | 03/14/2009 | |
| #222 | Bad code when from...import target typed | Code Generation | closed | fixed | defect | major | robertwb | 03/14/2009 | |
| #190 | don't use str() for literal floats | Code Generation | closed | fixed | defect | major | robertwb | 03/14/2009 | |
| #221 | Memory leaks when exiting try blocks | Memory Leak | closed | fixed | defect | major | robertwb | 03/14/2009 | |
| #189 | Allow slicing of char* | Code Generation | closed | fixed | defect | major | robertwb | 03/14/2009 | |
| #188 | #include ordering should be consistent with order of includes and cimports in the file | Code Generation | closed | fixed | defect | major | robertwb | 03/14/2009 | |
| #192 | language and other options for cython docs | Website | closed | fixed | defect | major | robertwb | 03/14/2009 | |
| #133 | Illegal casting caused by new PyDict_Next iteration with typed variables | Code Generation | closed | fixed | defect | major | scoder | 03/14/2009 | |
| #126 | includes form cimported modules should come before this module's includes | Code Generation | closed | fixed | defect | major | robertwb | 03/14/2009 | |
| #212 | Refnanny shouldn't affect execution flow | Testing | closed | fixed | defect | major | robertwb | 03/14/2009 | |
| #118 | Cython 0.10 can't "import" sub-packages "as" names | Code Generation | closed | fixed | defect | major | scoder | 03/14/2009 | |
| #148 | for-loop crashes due to double allocation of temps | Code Generation | closed | worksforme | defect | critical | scoder | 03/14/2009 | |
| #161 | sort method on lists should be able to take optional arguments | Parsing | closed | fixed | defect | major | robertwb | 03/14/2009 | |
| #184 | range behaves in an odd way with unsigned types | Code Generation | closed | invalid | defect | critical | robertwb | 03/14/2009 | |
| #150 | object not a builtin | Parsing | closed | fixed | defect | major | scoder | 03/14/2009 | |
| #140 | Feature: Inline function definition in pxd file | Parsing | closed | fixed | enhancement | major | dagss | 03/14/2009 | |
| #117 | Buffer typedefs raises parser exception | Parsing | closed | fixed | defect | major | dagss | 03/14/2009 | |
| #129 | from module import (a,b,c) | Parsing | closed | fixed | defect | major | scoder | 03/14/2009 |
Note:
See TracReports for help on using and creating reports.
