Timeline
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
11/02/2010:
- 10:18 Ticket #588 (Octal integers do not work as Python integers) closed by
- fixed: Fixed here: http://hg.cython.org/cython-devel/rev/8ef43993a11b Also …
- 09:55 Ticket #588 (Octal integers do not work as Python integers) created by
- The following generates broken C code: […] The octal literal ends up …
11/01/2010:
- 13:51 Ticket #587 (Support __metaclass__ in Python classes) created by
- Add support for metaclasses in Python classes. Problem: now class object …
- 11:36 Ticket #578 (crash in Py3 with non-sliceable slices) closed by
- fixed: Bug will be fixed in releases after CPython 3.1.2, Cython work-around is …
10/30/2010:
- 11:49 Ticket #263 (module local (private) cdef classes) closed by
- fixed: Implemented here: http://hg.cython.org/cython-devel/rev/231825465784 …
- 10:00 Ticket #585 (Support "final" cdef classes) closed by
- fixed: Implemented here: http://hg.cython.org/cython-devel/rev/fdecdaeaafdd …
- 05:05 Ticket #586 (Support "final" methods in non-final cdef classes) created by
- This is a follow-up ticket to #585. It deals with declaring methods …
- 05:02 Ticket #585 (Support "final" cdef classes) created by
- It was agreed that Cython should have a way to mark classes and their …
10/29/2010:
- 23:44 Ticket #572 (study alternatives to PyType_IsSubtype) closed by
- worksforme: Closing this since there hasn't been any further interest and it's not …
Note: See TracTimeline
for information about the timeline view.
