Timeline
10/13/2008:
- 13:10 Ticket #100 (Buffers: Better errors for dtype mismatch) closed by
- fixed: http://hg.cython.org/cython-devel/rev/d0c4b0a150ca
10/11/2008:
- 10:14 Ticket #56 (Support for structs/records in buffers) closed by
- fixed: http://hg.cython.org/cython-devel/rev/5de00fce9b73
- 10:11 Ticket #101 (Clean up numpy.pxd) created by
- As soon as inner functions is supported and ticket #99 is fixed, numpy.pxd …
- 09:12 Ticket #100 (Buffers: Better errors for dtype mismatch) created by
- Title says it all.
10/10/2008:
- 10:50 Ticket #99 (Char assignment allocates unused string literal) created by
- Code like this: […] leads to: […]
- 09:55 Ticket #98 (Bug in error reporting when type does not exist) created by
- Entire test case is embedded in error message: […] There should be a …
- 07:57 Ticket #39 (Bad list constructor code) closed by
- wontfix
10/09/2008:
- 13:37 Ticket #97 (optimization testing) created by
- It is difficult to tell if an optimization is actually being used via …
10/08/2008:
- 00:21 Ticket #96 (static struct creation) closed by
- fixed: http://hg.cython.org/cython-devel/rev/7e25b2f3f235 and …
- 00:21 Ticket #96 (static struct creation) created by
- […]
- 00:19 Ticket #93 (static array creation) closed by
- fixed: Fixed in http://hg.cython.org/cython-devel/rev/302abc2245aa through …
- 00:12 Ticket #72 (Crash when there's a compilation error earlier in the pipeline) closed by
- fixed: http://hg.cython.org/cython-devel/rev/fe6e3dd9d513
10/04/2008:
- 20:58 Ticket #95 (public and readonly module globals) created by
- Class attributes can be declared public or readonly for access from …
- 20:56 Ticket #94 (cimport module cdef globals) created by
- We should be able to cimport (and read/set) cdef'd variables from other …
10/03/2008:
- 03:17 Ticket #93 (static array creation) created by
- One should be able to do […] or even […] Note that this would …
- 02:05 Ticket #92 (public enums in extern blocks) created by
- This makes sense […] As the public defines the enums values to be in …
- 01:40 Ticket #91 (pyximport miss-installed) closed by
- fixed: Fixed at http://hg.cython.org/cython-devel/rev/a6aa667bab81
10/01/2008:
- 15:05 Ticket #91 (pyximport miss-installed) created by
- […]
- 14:19 Ticket #90 (Reference to None leaked in module globals.) created by
- […] We should fix this with …
09/30/2008:
- 14:04 Ticket #78 (DifferencesFromPyrex should include removal of typecheck) closed by
- fixed
- 14:03 Ticket #73 (types not imported on import *) closed by
- fixed: This is resolved with http://hg.cython.org/cython-devel/rev/b2a62abddf77
09/29/2008:
09/27/2008:
- 14:39 Ticket #85 (implement locals) closed by
- fixed: http://hg.cython.org/cython-devel/rev/3152381ccf89
- 13:57 Ticket #84 (Mod operator on floats) closed by
- fixed: http://hg.cython.org/cython-devel/rev/935277286000
- 13:31 Ticket #89 (pxd caching) created by
- When a project cimports a lot of other modules the parsing of the .pxd …
- 13:03 Ticket #88 (optimize list, tuple access) created by
- There are runtime optimizations, but if their type is known at compile …
- 12:58 Ticket #87 (definitions in control structures) created by
- Class and function definitions cannot be placed inside control structures.
- 12:56 Ticket #86 (implement globals) created by
- Note that currently globals() can be called, and does something else…
- 12:54 Ticket #85 (implement locals) created by
- 12:52 Ticket #84 (Mod operator on floats) created by
- Should be very easy, similar to pow
- 12:51 Ticket #83 (Implement Generators) created by
- Merged into mainline now.
- 12:51 Ticket #82 (Implement closures) created by
- Nearly everything that is lacking from Cython boils down to closures …
09/25/2008:
- 14:38 Ticket #81 (Make CloneNode obsolete) created by
- As we start making changes affecting the value of node.result() …
- 09:39 Ticket #58 (Compiler directive "nonecheck") closed by
- fixed: http://hg.cython.org/cython-devel/rev/06bcb482828a Rather, an …
09/24/2008:
- 10:55 Ticket #80 (raise error when function defined in pxd not in pyx) created by
- […]
- 07:54 Ticket #2 (Cython needs better support for API documentation) closed by
- fixed: http://article.gmane.org/gmane.comp.python.cython.devel/2937 …
- 01:54 Ticket #79 (optimize argument parsing when kwds empty) closed by
- duplicate: This is actually handled nicely by …
- 01:47 Ticket #79 (optimize argument parsing when kwds empty) created by
- Currently a call to __Pyx_SplitKeywords is made even when …
09/23/2008:
- 16:11 Ticket #78 (DifferencesFromPyrex should include removal of typecheck) created by
- Currently the Cython Wiki's DifferencesFromPyrex? page does not reflect the …
- 14:04 Ticket #66 (Buffers: Handle more alignments) closed by
- wontfix: #76 provides a good work-around for these issues which I believe will work …
- 14:01 Ticket #76 (Buffers: cast option) closed by
- fixed: http://hg.cython.org/cython-devel/rev/54e38d8bf521
- 14:01 Ticket #77 (temp allocation should be done in code generation phase) created by
- This is a follow up to #67.
- 14:00 Ticket #67 (Move result_code from analysis to generation) closed by
- fixed: This has been done in http://hg.cython.org/cython-devel/rev/eedadcc8c22c
- 11:59 Ticket #76 (Buffers: cast option) created by
- The cast option is a boolean which, when set to True, causes the …
- 11:57 Ticket #75 (Buffers: negative_indices option) closed by
- fixed: http://hg.cython.org/cython-devel/rev/c6a108eb7363
- 11:55 Ticket #75 (Buffers: negative_indices option) created by
- An option is wanted that simply turn off negative indexing functionality …
09/22/2008:
- 23:49 Ticket #74 (make isinstance do a type check for extension types) closed by
- fixed: http://hg.cython.org/cython-devel/rev/30b7a6c2c7c1
- 16:34 Ticket #74 (make isinstance do a type check for extension types) created by
- This should resolve the issue discussed at …
- 16:24 Ticket #73 (types not imported on import *) created by
- 16:22 Ticket #70 (Website Google link is wrong...) closed by
- fixed
- 13:33 Ticket #72 (Crash when there's a compilation error earlier in the pipeline) created by
- The testcase tests/broken/e_switch.pyx causes Cython to raise an …
09/18/2008:
- 02:50 Ticket #48 (Better error for casts) closed by
- fixed: Made it "Unknown type". Just change the string in the locations indicated …
09/17/2008:
- 03:58 Ticket #71 (Support for contiguous modes in buffers) closed by
- fixed: http://hg.cython.org/cython-devel/rev/93af50c93052
09/16/2008:
- 14:07 Ticket #71 (Support for contiguous modes in buffers) created by
- Want to support C and Fortran contiguous modes for buffers. This can be …
09/14/2008:
- 03:03 Ticket #70 (Website Google link is wrong...) created by
- http://cython.org/#community Financial Contributions: Google and …
09/13/2008:
- 20:40 Ticket #55 (tags in hgignore) closed by
- fixed
- 20:33 Ticket #54 (unsigned int arithmatic) closed by
- fixed: See http://hg.cython.org/cython-devel/rev/f5f7c3df67d8
- 15:20 Ticket #53 (emit pyx #line and #file in the source) closed by
- fixed: Done. See http://hg.cython.org/cython-devel/rev/7b8970eb4837
Note: See TracTimeline
for information about the timeline view.
