Timeline
03/08/2009:
- 06:19 Ticket #214 (pyxbuild is not Py3 compatible, so refnanny can't be built) closed by
- fixed
- 05:48 Ticket #28 (Potential problems for extern cdefs in argument parsing) closed by
- fixed: no idea when exactly this was fixed (is that still a problem in 0.10.x?), …
- 05:43 Ticket #6 (gcc warns of unused variables in module initialization) closed by
- fixed: this works for me now (see test case in run/specialfloat.pyx)
- 05:28 Ticket #160 (support for subinterpreters and module cleanup in Py3) closed by
- duplicate: This is now a duplicate of the more complete #173.
- 05:05 Ticket #141 (cpdef special methods) closed by
- duplicate
03/07/2009:
03/04/2009:
- 03:19 Ticket #209 (Slow object buffers) closed by
- invalid: The problem is in value = arr[idxMap[idx]]…
03/03/2009:
- 09:52 Ticket #228 (Exceptions get lost inside except blocks when shadowed by exceptions ...) created by
- This change http://hg.cython.org/cython-devel/rev/24bb0456d787 breaks …
03/01/2009:
- 12:30 Ticket #227 (PyBool_CheckExact not defined in c code for python 2.5.4.) closed by
- fixed: Fix: http://hg.cython.org/cython-devel/rev/fa0111c401cc Test case: …
- 10:23 Ticket #227 (PyBool_CheckExact not defined in c code for python 2.5.4.) created by
- Hello, I'm using the latest pull from cython-dev, 1800:e8b5a8e5da3d, with …
02/28/2009:
- 03:28 Ticket #226 (Type vtable needs types assignments for strict aliasing) closed by
- fixed: Proposed fix is in http://hg.cython.org/cython-devel/rev/2b34cb4ed73f
02/27/2009:
- 11:55 Ticket #226 (Type vtable needs types assignments for strict aliasing) created by
- When setting up the vtable of a type, the methods are first copied from …
- 11:32 Ticket #200 (Memory leak related to return in try/finally) closed by
- fixed: I assume that this can be fixed now that the patch is in.
- 09:08 Ticket #225 ([with patch, needs review] recursion stack overflow in control flow ...) created by
- Here is an example for a program that Cython currently cannot compile as …
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 …
Note: See TracTimeline
for information about the timeline view.
