Timeline
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: […]
01/19/2009:
- 18:14 Ticket #189 (Allow slicing of char*) closed by
- fixed
- 18:13 Ticket #190 (don't use str() for literal floats) closed by
- fixed: http://hg.cython.org/cython-devel/rev/a929b3745f45
- 18:13 Ticket #190 (don't use str() for literal floats) created by
- The tests at http://hg.cython.org/cython-devel/rev/7087e1042933 fail …
- 18:11 Ticket #189 (Allow slicing of char*) created by
- We support conversion of char* to python string/bytes. We should also …
- 18:09 Ticket #188 (#include ordering should be consistent with order of includes and cimports ...) created by
- Sometimes if the files are out of order, this results in strange gcc …
- 18:05 Ticket #181 (embedsignature prints default args incorrectly) closed by
- fixed: Thanks.
- 18:01 Ticket #185 (Enum constant name mangling can't be disabled) closed by
- fixed
- 17:57 Ticket #187 (cython.py not installed for pure python use) closed by
- fixed: http://hg.cython.org/cython-devel/rev/7f8ab71623b3
- 17:57 Ticket #187 (cython.py not installed for pure python use) created by
- This causes Cython to not run uncompiled as it imports the magic cython …
01/17/2009:
- 14:40 Ticket #186 (Unnecessary typechecking for getitem) created by
- When one calls cython on a code snippet like the following: […] …
01/16/2009:
- 21:11 Ticket #185 (Enum constant name mangling can't be disabled) created by
- When the following program is compiled, the .h output contains mangled …
- 07:23 Ticket #184 (range behaves in an odd way with unsigned types) created by
- I was just bitten by this: […] This will print out an empty list, and …
01/15/2009:
- 11:40 WikiStart edited by
- (diff)
- 03:59 Ticket #183 (Compiler directives on cpdef/cdef functions) created by
- Currently this is not allowed: […] It should be.
- 03:43 Ticket #182 (Inline iterator utility functions) created by
- Filing this as it's an idea and I "need" it, but it is far out and really …
01/13/2009:
- 21:00 Ticket #181 (embedsignature prints default args incorrectly) created by
- The embedsignature code uses %s instead of %r to format …
- 12:27 Ticket #175 (embedsignatures discards existing cpdef docstrings) closed by
- fixed: Applied, thanks! http://hg.cython.org/cython-devel/rev/4486c09becf3
- 02:10 Ticket #180 (Optimize buffer assignments) created by
- If both x and y are buffers, and you do x = y; currently a full …
Note: See TracTimeline
for information about the timeline view.
