Timeline
04/13/2011:
- 14:07 Ticket #685 (Implement no-arg dir()) closed by
- fixed: Implemented here: …
- 14:04 Ticket #685 (Implement no-arg dir()) created by
- dir() is just list(locals())
- 13:28 Ticket #684 (del in class scope) closed by
- fixed
- 13:03 Ticket #684 (del in class scope) created by
- This currently tries to delete the name in the module scope: […]
- 12:27 Ticket #682 (Compiler crash in auto_cpdef redefinition) closed by
- fixed: Fixed here: …
- 12:26 Ticket #683 (Cannot override builtin functions as cpdef) closed by
- fixed: Fixed here: …
- 12:14 Ticket #683 (Cannot override builtin functions as cpdef) created by
- This is not currently supported as Cython complains about a function …
- 11:33 Ticket #682 (Compiler crash in auto_cpdef redefinition) created by
- This crashes the compiler when reporting the (incorrectly assumed) …
- 11:00 Ticket #675 ('by' not allowed as variable name) closed by
- fixed: Fixed here: …
- 00:06 Ticket #681 (Message system refactoring) created by
- Stop using global variables for message lists and track errors and …
04/08/2011:
- 21:24 Ticket #680 (Bug in cimported recursively defined structs) created by
- foo.pxd […] bar.pyx […] We're lacking the extra typdef line …
04/07/2011:
04/02/2011:
- 15:55 Ticket #645 (debugger tests too verbose) closed by
- fixed
- 13:12 Ticket #678 ('restrict' and 'readonly' argument to buffers) created by
- We should support […] both which according to Sturla Molden gives a …
- 12:58 Ticket #654 (Out of order side effects of non-trivial arguments in function calls) closed by
- wontfix: It was decided that C functions should obey C calling semantics. The order …
- 12:50 Ticket #652 (Cython should silently ignore nogil functions for profiling) closed by
- fixed: Fixed here: …
- 12:35 Ticket #677 (Confusing warning for cdef class fields) closed by
- fixed: https://github.com/cython/cython/commit/cc2740ede1e96b0a468e0719511ca6d63cd …
- 12:32 Ticket #677 (Confusing warning for cdef class fields) created by
- This gives a warning that x is used before it is declared: […]
- 12:15 Ticket #676 (Incorrect C integer arithmetic type analysis) created by
- According to the C standard …
- 02:42 Ticket #675 ('by' not allowed as variable name) created by
04/01/2011:
- 09:29 Ticket #674 (Default arguments in closure don't work) created by
- […] Will print: 2 2 instead of 1 2. Default argument is stored in …
- 08:05 Ticket #668 (Sequence inside DEL statement isn't supported) closed by
- fixed
03/30/2011:
- 23:29 Ticket #487 (Py3 syntax: 'with' statment with multiple managers) closed by
- fixed
- 23:25 Ticket #422 (bug in setting __module__) closed by
- fixed
- 23:24 Ticket #488 (Py3 syntax: Ellipsis ('...')) closed by
- fixed
- 13:00 Ticket #673 (Bound methods of cdef classes acts differently from normal classes (with ...) created by
- This code: […] Results in: […] HOWEVER, if "class" is changed to …
03/25/2011:
- 23:43 Ticket #672 (compiler crash in redefinition) created by
- […] Make sure the right error is thrown as well.
03/20/2011:
- 09:12 Ticket #671 (Assignments can use the wrong scope for RHS lookups in class scopes) created by
- This code fails with a KeyError at runtime: […] I think the …
03/17/2011:
- 13:28 Ticket #670 (Bug in closures) created by
- […]
- 13:24 Ticket #669 (Dissallow assignment of vtab functions) created by
- […]
Note: See TracTimeline
for information about the timeline view.
