Timeline
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…
01/21/2010:
- 16:44 Ticket #369 (Compiler directive: warning_undeclared) closed by
- fixed
- 16:43 Ticket #479 (more flexible directives) closed by
- fixed
- 15:15 Milestone 0.12 completed
- 15:15 Ticket #479 (more flexible directives) created by
- We should be able to do stuff like […]
- 14:34 Ticket #478 (Cython closures not bound as methods) created by
- This is especially relevant to using closures to decorate methods. …
01/20/2010:
- 12:44 Ticket #477 (@cython.locals() don't propagate to cdef function signature) created by
- […] generates much less efficient code than […] Both should be …
01/13/2010:
- 23:14 Ticket #470 (In Py>=2.6, kwargs can be general mappings) closed by
- fixed: Implemented here: http://hg.cython.org/cython-devel/rev/df9b7285ec6a
- 11:59 Ticket #476 (xrange() is not supported in Py3) closed by
- fixed
- 11:59 Ticket #476 (xrange() is not supported in Py3) created by
- Using the xrange() builtin makes the module fail to import in Py3 …
01/08/2010:
01/07/2010:
- 05:06 Ticket #474 (support non-overridable 'inline' methods) created by
- When a method is declared 'inline', Cython should emit calling code that …
01/06/2010:
- 11:10 Ticket #473 (cython 0.12 bug for microsoft visual studio 2008 compiler) created by
- Certain simple class structures will fail to compile under MS Vis. Studio …
Note: See TracTimeline
for information about the timeline view.
