Timeline
02/26/2009:
- 15:57 Ticket #88 (optimize list, tuple access) closed by
- fixed
- 15:56 Ticket #224 (optimize printing of one object) closed by
- fixed: http://hg.cython.org/cython-devel/rev/1d797805d2b9
- 15:56 Ticket #224 (optimize printing of one object) created by
- Not sure how much this helps, but I noticed "print x" is slow and it's a …
- 14:07 Ticket #220 (Cython should remove old output file before writing new output file) closed by
- fixed: http://hg.cython.org/cython-devel/rev/e66a36990c06 This change makes it …
- 13:16 Ticket #192 (language and other options for cython docs) closed by
- fixed: Added link to …
- 13:14 Ticket #202 (Refnanny: Module initialization code isn't refnannied) closed by
- fixed: http://hg.cython.org/cython-devel/rev/df64cbd751ac …
- 13:12 Ticket #212 (Refnanny shouldn't affect execution flow) closed by
- fixed: This has been fixed. It prints out errors which will make (non-error …
- 13:07 Ticket #223 (Memory leak in cascaded comparisons) closed by
- fixed: http://hg.cython.org/cython-devel/rev/85680600a6c9
- 13:07 Ticket #223 (Memory leak in cascaded comparisons) created by
- E.g. a < b < c, the result of a < b was leaked if True
- 13:05 Ticket #222 (Bad code when from...import target typed) closed by
- fixed: http://hg.cython.org/cython-devel/rev/9e0b4fa897e3 and test at …
- 13:05 Ticket #222 (Bad code when from...import target typed) created by
- […] would output […] Where __pyx_1 is a PyObject?* holding …
- 13:03 Ticket #221 (Memory leaks when exiting try blocks) closed by
- fixed: Fixed in http://hg.cython.org/cython-devel/rev/fb81e893dc8e and …
- 12:49 Ticket #221 (Memory leaks when exiting try blocks) created by
- Cython catches and stores exception state when in try and except blocks. …
02/23/2009:
- 10:47 Ticket #220 (Cython should remove old output file before writing new output file) created by
- This has the effect of breaking hardlinks; the practical result would be …
02/22/2009:
- 06:08 Ticket #219 (old exceptions leak into newly raised ones under Python 3) closed by
- fixed
- 06:07 Ticket #219 (old exceptions leak into newly raised ones under Python 3) created by
- PEP 3134 defines how exceptions are handled and chained under Py3. …
- 02:57 Ticket #218 (Support m_free() in Py3 (PEP 3121)) created by
- This is part of the work towards ticket #173, however, it can be done much …
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
Note: See TracTimeline
for information about the timeline view.
