Timeline
12/03/2010:
- 08:41 Ticket #607 (Support accessing CPython's inner struct fields on builtin objects) created by
- For example: start, stop, step in slice objects: […] or real/imag …
- 08:36 Ticket #497 (Improve Cython __test__ dict implementation) closed by
- fixed
- 06:45 Ticket #605 (Lamba support in class scope and cclass scope.) closed by
- fixed: Tiny fix is here: http://hg.cython.org/cython-devel/rev/7634227d191b
12/01/2010:
11/30/2010:
- 04:59 Ticket #606 (references in scoped expressions (comprehensions/genexprs) are freed too ...) created by
- In code like this: […] the last value of 'x' will currently stay alive …
11/29/2010:
- 12:09 Ticket #605 (Lamba support in class scope and cclass scope.) created by
- We should support this: […]
11/28/2010:
- 10:01 Ticket #604 ("from ... import *" has refcounting issues) closed by
- fixed
- 09:57 Ticket #604 ("from ... import *" has refcounting issues) created by
- The internal "import_star_set" function steals references in some cases …
11/27/2010:
- 10:54 Ticket #603 (Support lambda in module scope) closed by
- fixed
- 07:51 Ticket #603 (Support lambda in module scope) created by
- Now lambdas are supported only in function scope. Lets support them in …
11/26/2010:
- 09:03 Ticket #602 (negative indexing into bytes objects can generate incorrect C code) created by
- […] This currently generates the following C code: […] because …
11/25/2010:
- 13:34 Ticket #601 (Clean up node juggling during code generation in ForFromStatNode) created by
- ForFromStatNode does some very evil node instantiations during the …
- 12:25 Ticket #598 (generator expressions do not work in closures) closed by
- fixed
- 10:02 Ticket #600 (lookup of iterables in genexpr uses wrong scope) created by
- In Python, this works: […] In current Cython, this raises an error at …
- 06:41 Ticket #599 (Closure optimization) closed by
- fixed
- 06:18 Ticket #599 (Closure optimization) created by
- Closure optimizations: * Don't add entries to closure if they will not be …
11/24/2010:
- 13:54 Ticket #598 (generator expressions do not work in closures) created by
- […] generates invalid C code: the loop variable is defined in the …
11/22/2010:
11/21/2010:
- 02:19 Ticket #596 (Closures for class methods and nested classes) closed by
- fixed: Patch applied: http://hg.cython.org/cython-devel/rev/cb1b7b395979 …
- 02:19 Ticket #537 (Closure inner function name conflict) closed by
- fixed: Fixed as part of the class closures implementation for ticket #596: …
11/18/2010:
- 13:25 Ticket #587 (Support __metaclass__ in Python classes) closed by
- fixed: Pushed, followed by a couple of cleanups. …
- 12:14 Ticket #592 (Large integer literals/constants can generate invalid C code) closed by
- fixed
11/17/2010:
- 02:29 Ticket #596 (Closures for class methods and nested classes) created by
- Support class definition in functions and in class body: […]
- 00:15 Ticket #595 (Bug in with/in transforms.) created by
- […] gives […]
11/13/2010:
- 13:06 Ticket #594 (Compiler crash on import before cimport) created by
- http://www.mail-archive.com/cython-dev@codespeak.net/msg09960.html […]
- 09:02 Ticket #593 (Decorators implementation) created by
- Now decorators are implemented like this: […] * first declare …
11/12/2010:
- 11:51 Ticket #592 (Large integer literals/constants can generate invalid C code) created by
- The perfectly valid Python code […] generates either […] without …
11/08/2010:
- 15:11 Ticket #591 (Inline operators don't respect cdivision pragma.) created by
- http://groups.google.com/group/cython-users/browse_thread/thread/cf6d25357f …
- 15:08 Ticket #240 (Invalid syntax leads to cython crash) closed by
- worksforme
- 15:08 Ticket #240 (Invalid syntax leads to cython crash) reopened by
- 04:59 Ticket #590 (dict.keys/values/items() return lists in -3 mode) created by
- In Python 2, it is correct to replace calls to the dict methods …
- 04:45 Ticket #583 (Wrong C code generated (cdef class < cdef class inheritance, cpdef ...) closed by
- fixed: I pushed a fix here: http://hg.cython.org/cython-devel/rev/6eb8ea696eff …
11/07/2010:
- 23:48 Ticket #589 (optimised builtin methods are not assignable as bound methods) closed by
- fixed: Fixed here: http://hg.cython.org/cython-devel/rev/55f7bcd6a372
- 12:48 Ticket #589 (optimised builtin methods are not assignable as bound methods) created by
- Unbound methods work, however, assigning an optimised bound method fails …
- 01:06 Ticket #571 (Methods overridden in Builtin.py fail to test for None) closed by
- fixed: Fixed here: http://hg.cython.org/cython-devel/rev/67f3b54e24f1
Note: See TracTimeline
for information about the timeline view.
