Timeline
02/21/2010:
- 01:47 Ticket #509 (Error for local/cclass reference variables) created by
- Better for us to complain than let g++ complain. Maybe someday we can …
02/20/2010:
- 04:37 Ticket #508 (__test__ dictionary may not created for modules with pxd files) closed by
- fixed: http://hg.cython.org/cython-devel/rev/f06147ed2f0b
- 04:35 Ticket #508 (__test__ dictionary may not created for modules with pxd files) created by
- Essentially, a __test__ dictionary is created in the pxd file scope …
02/11/2010:
- 13:05 Ticket #507 (for-in loop over any C array type) closed by
- fixed: Implemented here: http://hg.cython.org/cython-devel/rev/4b2e6c18fe38
- 13:04 Ticket #507 (for-in loop over any C array type) created by
- This should work: […] as well as this: […]
02/09/2010:
- 00:10 Ticket #506 (doctest failure in cpp_classes.pyx) created by
- I ran into the following doctest failure with the current cython-devel …
02/08/2010:
- 02:07 Ticket #505 ("cimport cython" broken in latest cython-devel) created by
- As of rev. 8bc61030d8ca, "cimport cython" fails. Test case added.
02/04/2010:
- 15:19 Ticket #504 (Dissallow C++ classes as stack/module level variables) closed by
- fixed: http://hg.cython.org/cython-devel/rev/3fa5f8e44695
- 15:19 Ticket #503 (Dissallow C++ classes as cdef class members) closed by
- fixed: http://hg.cython.org/cython-devel/rev/3fa5f8e44695
02/03/2010:
- 22:54 Ticket #504 (Dissallow C++ classes as stack/module level variables) created by
- Unless, perhaps, there is an empty constructor.
- 22:53 Ticket #503 (Dissallow C++ classes as cdef class members) created by
- 22:50 Ticket #428 (cython-closures branch has ref-counting issues) closed by
- fixed
- 22:47 Ticket #342 (Templates/memory views: Resolve parser ambiguities at a later stage) closed by
- fixed: I believe I resolved this when I wrote support for declaring templated C++ …
- 22:43 Ticket #330 (pxd locals ignored in .py compilation) closed by
- duplicate: I fixed this ages ago, never closed the ticket. The above works for me.
- 13:46 Ticket #502 (Tests fail on ppc) created by
- On Feb 2, 2010, at 4:52 AM, Neal Becker wrote: […] Looks like its due …
02/02/2010:
- 04:09 Ticket #501 (cython.operators module) created by
- Rather than cython.dereference (and all the others), one should have …
- 03:42 Ticket #500 (Hex compile time constants) created by
- Does this affect us? http://hg.cython.org/pyrex/rev/955ec491fcfc
- 01:46 Milestone 0.12.1 completed
02/01/2010:
- 17:42 Ticket #499 (complex numpy arithmatic) created by
- http://stackoverflow.com/questions/2181149/cant-get-cython-to-work-with-com …
- 07:48 Ticket #498 (Support for borrowed references) created by
- This should be supported: […] Similarly, defining borrowed references …
01/31/2010:
- 02:49 Ticket #478 (Cython closures not bound as methods) closed by
- fixed
- 01:54 Ticket #387 (Make Cython modules work with doctest) closed by
- fixed: Follow-up on #497
- 01:53 Ticket #497 (Improve Cython __test__ dict implementation) created by
- See comments on closed ticket #387.
01/30/2010:
- 19:06 Ticket #496 (Cython complex numbers fail on Solaris with GCC) closed by
- fixed: http://hg.cython.org/cython-devel/rev/ed2ba011aa3c
- 19:06 Ticket #496 (Cython complex numbers fail on Solaris with GCC) created by
- This is due to a circular definition of _Complex_I in the Sun header …
- 19:03 Ticket #328 (cython 0.11.2 runtest.py errors on solaris 8 (sparc) due to fmodf()) closed by
- wontfix: Solaris 8 is ten years old and, no longer shipping, and close to end of …
- 17:09 Ticket #495 (demo for library linking) closed by
- fixed: http://hg.cython.org/cython-devel/rev/fce98451e2dd
- 17:09 Ticket #495 (demo for library linking) created by
- In response to an email, this should go in the docs too.
- 16:41 Ticket #445 (Explicit conversion to complex numbers) closed by
- fixed
- 13:04 Ticket #473 (cython 0.12 bug for microsoft visual studio 2008 compiler) closed by
- fixed
01/28/2010:
- 16:46 Ticket #494 (Cython functions not bound as methods) created by
- In Python, one can do […] and foo will get bound as expected. …
- 14:49 Ticket #493 (Support Py3 octal/binary number notations) closed by
- fixed: Implemented here: http://hg.cython.org/cython-closures/rev/b254c4dbc089
- 14:48 Ticket #493 (Support Py3 octal/binary number notations) created by
- Py3 has new notations for octal/binary numbers that do not conflict with …
- 14:40 Ticket #492 (Support for Py3 function annotations) created by
- […] or, with Cython's type declarations: […] (not sure about the …
- 14:03 Ticket #491 (Implement generator expressions) created by
- […] This depends on #83 (CEP 307). …
- 14:00 Ticket #490 (Py3 syntax: support 'nonlocal' scope) created by
- The nonlocal keyword of Python 2.6+ is not currently supported in …
- 13:54 Ticket #489 (Redefinition of Python functions) created by
- Python allows this: […] Cython currently forbids the redefinition of a …
- 13:51 Ticket #488 (Py3 syntax: Ellipsis ('...')) created by
- Py3 supports this: […] Cython does not.
- 13:47 Ticket #487 (Py3 syntax: 'with' statment with multiple managers) created by
- This is valid Py3 syntax but Cython does not support it: […] See …
01/26/2010:
- 00:41 Ticket #486 (less strict size checking for external types) closed by
- fixed: http://hg.cython.org/cython-devel/rev/8094c672a0b9
- 00:41 Ticket #486 (less strict size checking for external types) created by
- See http://www.mail-archive.com/cython-dev@codespeak.net/msg07901.html and …
01/25/2010:
- 23:28 Ticket #485 (optimized float() call, avoiding python if input is C numeric) closed by
- fixed
- 23:28 Ticket #485 (optimized float() call, avoiding python if input is C numeric) created by
- http://hg.cython.org/cython-devel/rev/dda8f62132fc
- 23:23 Ticket #484 (boundscheck directive should work for lists and tuples as well as buffers) closed by
- fixed: http://hg.cython.org/cython-devel/rev/8094c672a0b9 …
- 23:23 Ticket #484 (boundscheck directive should work for lists and tuples as well as buffers) created by
- 23:17 Ticket #483 (There should be a mode to see what the type inferencer infers) closed by
- fixed: http://hg.cython.org/cython-devel/rev/6f8fc01ddab1
- 23:16 Ticket #483 (There should be a mode to see what the type inferencer infers) created by
- @cython.infer_types(verbose=True)
- 23:15 Ticket #482 (Rename INLINE to CYTHON_INLINE) closed by
- fixed: http://hg.cython.org/cython-devel/rev/3bc6d034486a
- 23:14 Ticket #482 (Rename INLINE to CYTHON_INLINE) created by
- #481 exposed the fact that some .h files used in Sage defined INLINE to be …
- 23:11 Ticket #481 (protect definition of INLINE and fix for MSVC) closed by
- fixed: http://hg.cython.org/cython-devel/rev/9918bc676467
- 23:10 Ticket #481 (protect definition of INLINE and fix for MSVC) created by
01/24/2010:
- 07:39 Ticket #480 (Compiler crash using float() as cast) closed by
- fixed
- 03:27 Ticket #480 (Compiler crash using float() as cast) created by
- […] Discovered while trying to compile sage…
Note: See TracTimeline
for information about the timeline view.
