Timeline
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 …
10/26/2010:
- 23:05 Ticket #584 (Bind names of module level Python functions at definition time, not ...) created by
- This is currently not supported: […] The semantics of Python function …
10/19/2010:
- 02:35 Ticket #583 (Wrong C code generated (cdef class < cdef class inheritance, cpdef ...) created by
- 2 cdef classes, Base and Derived; Derived inherits Base. Both are defined …
Note: See TracTimeline
for information about the timeline view.
