Timeline
09/04/2008:
- 04:43 Ticket #66 (Buffers: Handle more alignments) created by
- When writing the buffer support I wrongly read the spec of the type string …
- 04:32 Ticket #62 (Should support PEP-3118 also in Py2.6) closed by
- fixed: Fixed: http://hg.cython.org/cython-devel/rev/8ba0f1e0c8fb
09/03/2008:
- 11:43 Ticket #64 (Trying to set variable inside struct crashes parser) closed by
- fixed: […] So, pushing this and closing.
08/29/2008:
- 13:51 Ticket #65 (C compiler warning for cdef'ed variable in list comprehension) closed by
- fixed: Fixed in http://hg.cython.org/cython/rev/ef9d512c910e Thanks for the …
08/28/2008:
- 15:44 Ticket #65 (C compiler warning for cdef'ed variable in list comprehension) created by
- (Using Cython 0.9.8.1.1 on a 64-bit Ubuntu 8.04 system.) Code like the …
08/27/2008:
- 07:02 Ticket #64 (Trying to set variable inside struct crashes parser) created by
- Hello, As of r1117, trying to set a variable inside a struct crashes the …
08/26/2008:
- 05:30 WikiStart edited by
- spleling error (diff)
- 05:28 WikiStart edited by
- (diff)
- 05:26 WikiStart edited by
- (diff)
- 00:11 Ticket #63 (long long index fails) closed by
- fixed: Fixed in http://hg.cython.org/cython/rev/f58bacff008d
- 00:09 Ticket #63 (long long index fails) created by
- […]
08/25/2008:
- 12:42 Ticket #62 (Should support PEP-3118 also in Py2.6) created by
- Currently we set tp_flags incorrectly for PEP-3118 to happen. We should …
08/24/2008:
- 13:24 Ticket #61 (Buffers in cdef function argument list) created by
- The parser doesn't allow […] This is because the parser has to support …
08/22/2008:
- 10:30 Ticket #60 (Failing case #2 for annotating code with errors) created by
- Hello, I'm beginning to think that people generally run the annotator …
- 10:18 Ticket #59 (Failing case #1 for annotating code with errors) created by
- Hello, the following incorrect code causes cython -a to raise an …
- 02:43 Ticket #58 (Compiler directive "nonecheck") created by
- A compiler directive which will inserts checks for None in these …
- 02:35 Ticket #57 (Buffer utility functions) created by
- Some utility functions to use with buffers: * cython.buffer.shape -- The …
- 02:30 Ticket #56 (Support for structs/records in buffers) created by
- Currently only integers, floats and objects are supported in buffers; …
- 01:25 Ticket #55 (tags in hgignore) created by
- […]
- 01:01 Ticket #54 (unsigned int arithmatic) created by
- The C spec is unsigned + signed = signed + unsigned = unsigned (well, …
08/21/2008:
- 23:41 Ticket #53 (emit pyx #line and #file in the source) created by
- This would facilitate easier use of c-level debugging tools. Would not be …
08/19/2008:
08/18/2008:
- 21:43 Ticket #45 (Inefficient comparison code generation) closed by
- invalid: Rich comparisons may return things other than True or False. We would have …
08/16/2008:
- 16:35 Ticket #51 (sizeof() only works for types, not variables) closed by
- fixed: See http://hg.cython.org/cython-devel/rev/9d489341f992
- 16:35 Ticket #41 (Bug accessing internals of Python long) closed by
- fixed: See http://hg.cython.org/cython-devel/rev/9d489341f992
- 15:29 Ticket #52 (internal compiler error if first argument of cpdef method has type "int") closed by
- fixed: OK, I've fixed this.
- 15:11 Ticket #44 (bad declarations do not produce warning) closed by
- fixed: This has been fixed.
- 14:44 Ticket #47 (annotation broken in dagss branch?) closed by
- fixed: It looks good.
- 07:17 Ticket #52 (internal compiler error if first argument of cpdef method has type "int") created by
- The following (invalid) code: […] gives this error message: […] …
- 04:28 Ticket #23 (cdef public attributes don't work for extension types) closed by
- fixed: Transforms now run on .pxd files as well.
- 04:18 Ticket #23 (cdef public attributes don't work for extension types) reopened by
- There appears to be some regression here with public attributes declared …
- 04:10 Ticket #46 (slicing string literals is broken) closed by
- fixed
- 04:09 Ticket #50 (Generate shorter string literals) closed by
- fixed
- 03:42 Ticket #49 (Missing opening parenthesis in code generation) closed by
- fixed
- 02:14 Ticket #51 (sizeof() only works for types, not variables) created by
- Perhaps we should do like Pyrex, with a SizeofTypeNode? and SizeofVarNode?
08/15/2008:
- 07:57 Ticket #50 (Generate shorter string literals) created by
- This small patch split docstrings around ¥n when put into C code, because …
- 07:15 Ticket #49 (Missing opening parenthesis in code generation) created by
- Hi, There is a missing parenthesis in module level code generation. Here …
- 01:58 Ticket #12 (__stdcall define wrong for Windows platform) closed by
- fixed: Sorry it has taken so long, I don't have Windows to test this on, and no …
08/13/2008:
- 22:14 Ticket #48 (Better error for casts) created by
- […]
- 02:19 Ticket #47 (annotation broken in dagss branch?) created by
08/12/2008:
- 06:53 Ticket #46 (slicing string literals is broken) created by
- I added a test case "run/literalslicing.pyx" to show that slicing string …
08/10/2008:
- 13:44 Ticket #45 (Inefficient comparison code generation) created by
- Consider the following code: […] Which generates: […] Is there a …
- 13:22 Ticket #44 (bad declarations do not produce warning) created by
- The following code does not produce any errors, which it should because of …
- 08:32 Ticket #43 (Mysterious error with conflicting types) created by
- If you declare, for example, _operands to be a list, and cdef …
08/06/2008:
- 01:37 Ticket #42 (C++ compile error when exception part declared on function) created by
- The following results in gcc 4.01 reporting "error: invalid conversion …
08/05/2008:
- 07:57 Ticket #41 (Bug accessing internals of Python long) created by
- I am trying to access the internal structure of a Python long. The code …
Note: See TracTimeline
for information about the timeline view.
