Timeline
07/06/2009:
- 11:50 Ticket #303 (extension type member of type numpy.float_t looses its value) closed by
- fixed: This is fixed now.
07/05/2009:
- 10:25 Ticket #326 (__hash__ gives runtime error when -1 returned) closed by
- fixed: Fixed by Robert in http://hg.cython.org/cython-devel/rev/51fa7e425dc8
- 10:23 Ticket #210 (Proper nogil check for buffer access) closed by
- fixed: I know this was done, but won't bother to dig up changeset reference…
- 10:21 Ticket #205 (Check for allowed "nogil" operations happens at the wrong time) closed by
- fixed
- 07:44 Ticket #191 (Syntax error in python_version.pxd) closed by
- fixed: It shouldn't either, at least this is not valid C syntax; and odds are …
07/04/2009:
- 01:14 Ticket #343 (__future__.division doesn't apply to constants and C integers) created by
- Constant folding cannot currently handle __future__.division as this …
06/30/2009:
- 02:09 Ticket #338 (for-from with object argument allowed in nogil mode) closed by
- fixed: http://hg.cython.org/cython-unstable/rev/67a370779b96
- 02:09 Ticket #329 (gil checks in .pxd files cannot rely on type information) closed by
- fixed: I did this: - gil_check renamed to nogil_check - is now only called when …
- 01:01 Ticket #342 (Templates/memory views: Resolve parser ambiguities at a later stage) created by
- Especially if we want to introduce templates, the scheme below should be …
- 00:55 Ticket #335 (Utility code written in Cython) closed by
- fixed: Well, closing this, follow-up at #341. …
- 00:54 Ticket #341 (Move Cython-language utility code inclusion to code generation phase) created by
- Currently, utility code written in Cython is injected into the main module …
06/29/2009:
06/28/2009:
- 11:39 Ticket #340 (Problem with buffer/memview parsing strategy) created by
- gsoc-kurt branch In Parsing.py it says: […] However, this may not be …
- 01:57 Ticket #339 (Add library functions to numpy.pxd) created by
- numpy.pxd is incomplete
06/27/2009:
- 08:42 Ticket #338 (for-from with object argument allowed in nogil mode) created by
- This currently compiles and then segfaults: […]
06/26/2009:
- 13:41 Ticket #336 (class decorators (PEP 3129)) closed by
- fixed: Given that we already have function decorators, this was really low …
- 13:40 Ticket #337 (class decorators for cdef classes) created by
- This would be a nice add-on to #336. A major requirement would be that the …
- 12:53 Ticket #336 (class decorators (PEP 3129)) created by
- See PEP 3129: http://www.python.org/dev/peps/pep-3129/
06/25/2009:
- 11:00 Ticket #335 (Utility code written in Cython) created by
- It should be possible to write utility code that is folded into the final …
06/24/2009:
06/19/2009:
- 08:46 Ticket #333 ([with patch, positive review] extern ctypedef integral <-> python object ...) created by
- A long-waited feature: Cython should not assume the sizes for extern …
06/16/2009:
- 22:33 Ticket #332 (misleading error message for buffer types) created by
- […]
- 22:23 Ticket #331 (use -ansi flag for runtests) created by
- We're trying to produce ansi C, we should be testing for it.
- 22:21 Ticket #330 (pxd locals ignored in .py compilation) created by
- See http://thread.gmane.org/gmane.comp.python.cython.devel/5811/focus=5816 …
06/11/2009:
- 08:43 Ticket #329 (gil checks in .pxd files cannot rely on type information) created by
- According to Ondrej Certik, this currently fails in cython-unstable when …
06/10/2009:
- 08:10 Ticket #328 (cython 0.11.2 runtest.py errors on solaris 8 (sparc) due to fmodf()) created by
- Hi, running the cython testsuite on solaris 8 fails: […] Running the …
Note: See TracTimeline
for information about the timeline view.
