Timeline
02/21/2009:
- 14:58 Ticket #217 (Support Py3 exception chaining (PEP 3134)) created by
- PEP 3134 defines how exceptions are chained implicitly and explicitly in …
- 14:44 Ticket #216 (Exceptions in __Pyx_InitGlobals() lead to a crash) created by
- When an exception is raised in __Pyx_InitGlobals(), __pyx_m is …
- 14:23 Ticket #207 (make Cython understand 'size_t' as a native C type) closed by
- fixed
- 10:34 Ticket #215 (Code generated for __setslice__ and __delslice__ fails to build in Py3) created by
- In Py 3.0.1, the PySequenceMethods.sq_ass_slice slot was typed as …
- 09:29 Ticket #214 (pyxbuild is not Py3 compatible, so refnanny can't be built) created by
- This is not a major problem, as Cython isn't Py3 compatible either. But …
- 09:07 Ticket #213 (initialising long literals (1L) fails in Python 3) closed by
- fixed
- 09:01 Ticket #213 (initialising long literals (1L) fails in Python 3) created by
- For the long literal "1L", Cython generates this code: […] This fails …
02/20/2009:
- 05:00 Ticket #212 (Refnanny shouldn't affect execution flow) created by
- The refnanny shouldn't raise an exception as that changes program flow, …
02/13/2009:
- 09:58 Ticket #151 ('with' statement doesn't compile on C++) closed by
- fixed: Duh! http://hg.cython.org/cython-devel/rev/3304bc6fd2c3
02/12/2009:
- 11:18 Ticket #211 (Vote over whether OpenMP support is wanted, and if so, implement) created by
- There's currently no good way of generating OpenMP code using Cython, as …
- 02:31 Ticket #210 (Proper nogil check for buffer access) created by
- Verify that accessing an acquired buffer is allowed in nogil mode, and …
- 01:42 Ticket #209 (Slow object buffers) reopened by
- 01:42 Ticket #209 (Slow object buffers) closed by
- fixed
- 01:42 Ticket #209 (Slow object buffers) created by
- From Wes McKinney?/numpy-discuss:[…]
02/08/2009:
- 00:27 Ticket #208 (empty for-int-in-range loop doesn't behave as in Python) created by
- When optimised into a C loop, the for-in-range loop over an empty range …
02/06/2009:
- 13:53 Ticket #207 (make Cython understand 'size_t' as a native C type) created by
- http://codespeak.net/pipermail/cython-dev/2009-February/003670.html
- 08:15 Ticket #206 (Provide syntax for public/readonly attribute docstrings) created by
- Right now, there is no syntactic support for attaching docstrings to …
02/04/2009:
- 01:52 Ticket #205 (Check for allowed "nogil" operations happens at the wrong time) created by
- Checking whether a function is a valid "nogil" function should happen …
01/30/2009:
- 14:06 Ticket #204 (Cast functions for object <-> pointer) created by
- Apparently, casting an object to a pointer or vice versa raises warnings. …
- 14:03 Ticket #201 (Refnanny isn't automatically compiled by runtests.py) closed by
- fixed
- 07:36 Ticket #151 ('with' statement doesn't compile on C++) reopened by
- This is very odd: 'with' statement doesn't compile on C++, due to the …
- 06:59 Ticket #196 (Optimized integer for loops leave index variable incremented one step too ...) closed by
- fixed: Seems ok with me: http://hg.cython.org/cython-devel/rev/5730e9a933ef
- 03:37 Ticket #203 (Bug in optimization of range) created by
- This: […] prints out 20.
- 02:10 Ticket #171 (Refcount nanny) closed by
- fixed: Mainly done. Breaking up the remaining parts into …
- 02:09 Ticket #202 (Refnanny: Module initialization code isn't refnannied) created by
- It needed different conventions for the references of global variables …
- 01:43 Ticket #201 (Refnanny isn't automatically compiled by runtests.py) created by
- Currently, one has to manually build Cython/Runtime/refnanny.pyx in …
01/29/2009:
- 13:57 Ticket #199 (FlattenInListTransform causes leaks) closed by
- fixed
- 12:00 Ticket #200 (Memory leak related to return in try/finally) created by
- tryfinally.pyx has a genuine leak reported by the refcount nanny: …
- 11:34 Ticket #199 (FlattenInListTransform causes leaks) created by
- I looked at flatin.c and this is a confirmed leak, not a refnanny …
- 10:33 Ticket #198 (Complete temp transition and remove old temp system) created by
- 10:30 Ticket #172 (Compiler crash for non-builtin ValueError plus numpy cimport) closed by
- fixed: This was due to == not being implemented for types. I'm using the str …
- 10:21 Ticket #151 ('with' statement doesn't compile on C++) closed by
- fixed: OK done: http://hg.cython.org/cython-devel/rev/9d0ac0d9659b Sorry about …
- 10:16 Ticket #151 ('with' statement doesn't compile on C++) reopened by
- There's still an issue with excinfo_temp (~ …
- 10:13 Ticket #151 ('with' statement doesn't compile on C++) closed by
- fixed: OK I went back to the older strategy of having TreeFragment? use NameNodes?, …
- 10:05 Ticket #197 (Think through and clean up various TempBlock classes) created by
- UtilNodes.py currently have two different TempBlock?-style classes. …
- 03:41 Ticket #196 (Optimized integer for loops leave index variable incremented one step too ...) created by
- In Python, the loop […] will leave i with the value n-1. In Cython, …
01/28/2009:
- 13:59 Ticket #184 (range behaves in an odd way with unsigned types) closed by
- invalid: OK, marking as invalid, proposing something else on the mailing list.
01/27/2009:
- 14:11 Ticket #188 (#include ordering should be consistent with order of includes and cimports ...) closed by
- fixed: http://hg.cython.org/cython-devel/rev/84a34fc5c19e
- 13:24 Ticket #195 (Implement lambda functions) created by
- This depends on #82. Lambda functions can be transformed into normal …
- 11:53 Ticket #119 (request compile time value without raising error (allow constant folding)) closed by
- fixed
01/26/2009:
- 09:19 Ticket #117 (Buffer typedefs raises parser exception) closed by
- fixed
- 09:18 Ticket #194 (Support for buffer typedefs) created by
- Buffer options are not currently supported as ctypedefs, this would …
01/24/2009:
- 09:44 Ticket #193 (pyximport should support compiling plain .py files) closed by
- fixed
- 09:44 Ticket #193 (pyximport should support compiling plain .py files) reopened by
- 09:33 Ticket #193 (pyximport should support compiling plain .py files) closed by
- fixed: Implemented here: http://hg.cython.org/cython-devel/rev/a4abf0156540
- 09:31 Ticket #193 (pyximport should support compiling plain .py files) created by
- Currently, pyximport only handles .pyx files. There should be a way to …
- 05:44 Ticket #164 (pyximport reportedly does not work on Python 2.6) closed by
- fixed: Yes. It's not perfect, as it doesn't support changing the .so cache …
01/23/2009:
01/22/2009:
- 06:49 Ticket #191 (Syntax error in python_version.pxd) created by
- Case Vanhorsen: […]
Note: See TracTimeline
for information about the timeline view.
