Timeline
05/20/2009:
- 10:38 Ticket #320 (Type checking when casting objects to pointers) created by
- a) There's currently a lot of different PyObject declarations …
- 05:30 Ticket #273 (nogil check for usage of new temps) closed by
- invalid
- 05:30 Ticket #273 (nogil check for usage of new temps) reopened by
- 05:30 Ticket #285 (numpy.pxd: No endianness or packing in buffer format string) closed by
- fixed
- 05:30 Ticket #285 (numpy.pxd: No endianness or packing in buffer format string) reopened by
- 05:30 Ticket #318 (Buffers, complex floats and C++ on gcc 4.2.4 fails) closed by
- fixed
- 05:29 Ticket #318 (Buffers, complex floats and C++ on gcc 4.2.4 fails) reopened by
- 05:29 Ticket #155 (AssertionError w/ CloneNode when mixing python objects, buffers, and +=) closed by
- fixed
- 05:29 Ticket #155 (AssertionError w/ CloneNode when mixing python objects, buffers, and +=) reopened by
- 05:18 Ticket #318 (Buffers, complex floats and C++ on gcc 4.2.4 fails) closed by
- fixed
- 00:51 Milestone 0.11.2 completed
05/17/2009:
- 06:06 Ticket #305 (support for c complex numbers in Cython) closed by
- fixed: This seems to work in general, though there's a follow-up in #318. Closing …
- 06:04 Ticket #319 (Some testcases fail on py3) created by
- I am fairly certain that these are only problems in the test files and not …
- 06:03 Ticket #318 (Buffers, complex floats and C++ on gcc 4.2.4 fails) created by
- That particular combination seem to fail. gcc 4.2.4 is on On earlier gcc …
05/16/2009:
- 23:22 Ticket #317 (extsetslice testcase fails in Python 3) closed by
- invalid: This is actually #215
- 23:19 Ticket #317 (extsetslice testcase fails in Python 3) created by
- Due to changed slot: […]
- 02:39 Ticket #285 (numpy.pxd: No endianness or packing in buffer format string) closed by
- fixed
05/15/2009:
- 13:23 Ticket #316 (optimise enumerate()) closed by
- fixed: Implemented here: http://hg.cython.org/cython-unstable/rev/959cd6759f35
- 11:09 Ticket #316 (optimise enumerate()) created by
- Among the further for-loop optimisations, enumerate() is a very appealing …
- 09:55 Ticket #315 (ValueError Exception raised during type checking when mixing bint and ...) created by
- Hello, The following code: […] Doesn't raise a TypeError? as …
05/14/2009:
- 13:24 Ticket #287 (incorrect C code generated on method assignment) closed by
- fixed: Fixed at http://hg.cython.org/cython-devel/rev/6e66d12f71ec
- 08:15 Ticket #314 ([patch] array.pxd - fast Cython access for Python's builtin array.array) created by
- in attachment: array.pxd Cython direct interface to Python's …
- 06:30 Ticket #313 (Disallow <double*>python_obj cast) closed by
- fixed: http://hg.cython.org/cython-devel/rev/fb2c8322b28c
- 04:17 Ticket #313 (Disallow <double*>python_obj cast) created by
- http://thread.gmane.org/gmane.comp.python.cython.devel/6126
05/08/2009:
- 05:20 Ticket #312 ([with patch] pyximport patch: use distutils.cfg + setup() args in .pyxbld ...) created by
- in attachment my patch so far to: * load the global distutils.cfg (only, …
05/06/2009:
- 11:35 Ticket #306 (wraparound directive) closed by
- fixed
- 10:27 Ticket #115 (Buffer typestring bug with external struct fields) closed by
- fixed
- 08:56 Ticket #311 (Buffers: Acquisition counted buffers) created by
- Currently when one does […] then the second line does a full …
05/05/2009:
- 12:02 Ticket #310 (Documentation: Buffer slot/PEP 3118 special functions) created by
- I once wrote this: http://wiki.cython.org/docs/specialmethods It should …
05/04/2009:
- 08:43 Ticket #309 (type of a list/tuple slice is unknown) closed by
- fixed
- 08:42 Ticket #309 (type of a list/tuple slice is unknown) created by
- Cython currently doesn't know that a sliced list/tuple returns a slice of …
05/03/2009:
- 11:42 Ticket #280 ("cdef" statement allows invalid syntax) closed by
- fixed: Revised patch is in http://hg.cython.org/cython-devel/rev/6515c3757571
- 10:09 Ticket #234 (Cython must become 2to3 clean to port it to Py3) closed by
- fixed: Current cython-unstable works in Python 3.
- 08:17 Ticket #82 (Implement closures) closed by
- fixed
- 08:15 Ticket #308 (closures for module scope) created by
- Function closure support has been implemented as of ticket #82. The same …
- 06:56 Ticket #195 (Implement lambda functions) closed by
- fixed: Implemented in latest cython-unstable, starting with …
05/02/2009:
- 04:19 Ticket #307 (Crash on non_existing(None, keyword=3)) created by
- This crashes Cython -devel: […]
05/01/2009:
- 12:48 Ticket #273 (nogil check for usage of new temps) closed by
- invalid: See Stefan's comment.
- 12:45 Ticket #306 (wraparound directive) created by
- A new directive which allows Cython to assume that integers passed to [] …
- 12:02 Ticket #305 (support for c complex numbers in Cython) created by
04/30/2009:
- 11:49 Ticket #304 (Error reporting: Invalid code crashes Cython) created by
- This gives a crash: […] Note the misspelling of sizeof.
- 01:12 Ticket #303 (extension type member of type numpy.float_t looses its value) created by
- The numpy.float_t type is not handled correctly. The snippet […] …
- 01:07 Ticket #302 (Usability problem: Cannot access .shape member of numpy.ndarray as tuple) created by
- On typed variable of type numpy.ndarray, the .shape member does not work …
04/28/2009:
- 14:12 Ticket #295 (compiler directive to control METH_O and METH_NOARGS flags) closed by
- fixed
- 08:15 Ticket #301 (Buffers: Store acquired buffers as typed fields in cdef classes + global ...) created by
- Title says it all. One could really just access the data outside of the …
- 06:03 Ticket #155 (AssertionError w/ CloneNode when mixing python objects, buffers, and +=) closed by
- fixed: http://hg.cython.org/cython-devel/rev/c389decdd9fd
- 02:21 WikiStart edited by
- (diff)
- 02:19 Ticket #300 (Buffers: Acquire through coercion) created by
- Currently, buffers are acquired/released through somewhat of a hack: …
- 02:09 Ticket #299 (Buffers: Clean up internal representation of acquired buffers) created by
- For speed purposes, some information (shape, and strides and suboffsets …
04/25/2009:
- 23:12 Ticket #298 (recursive tuple unpacking is broken in 0.11 due to old-style temps) closed by
- fixed: This was fixed in cython-unstable already, but here's Dag's quick fix for …
- 23:08 Ticket #298 (recursive tuple unpacking is broken in 0.11 due to old-style temps) created by
- Hugues Salamin wrote: The following code will crash with a segfault when …
- 01:22 Ticket #297 (Enable for-in-range optimisation also for untyped loop vars) created by
- See discussion at …
04/24/2009:
- 00:55 Ticket #296 (Buffers: Copy-in/copy-out of buffers) closed by
- invalid: Actually, no, it's not possible to do this because which Python object …
- 00:43 Ticket #296 (Buffers: Copy-in/copy-out of buffers) created by
- Consider […] If passing a non-contiguous buffer, this will currently …
04/23/2009:
- 19:27 Ticket #295 (compiler directive to control METH_O and METH_NOARGS flags) created by
- Currently, all we have is […] in Options.py
- 11:11 Ticket #294 (Document feature: packed struct) created by
- See #290. Since: 0.11.2 (if released, 0.12 if not)
- 11:09 Ticket #290 (Support for packed structs) closed by
- fixed: http://hg.cython.org/cython-devel/rev/a47a02f32eba
- 03:29 Ticket #293 (implement closures) closed by
- duplicate: Original ticket at #82.
- 03:29 Ticket #82 (Implement closures) reopened by
- 03:27 Ticket #82 (Implement closures) closed by
- duplicate
- 03:11 Ticket #293 (implement closures) created by
- Nearly everything that is lacking from Cython boils down to closures …
04/22/2009:
- 10:24 Ticket #292 (Garbage in HTML/annotation in simple example code) created by
- Attaching a simple demo code. Expanding line 50 in the HTML output reveals …
04/21/2009:
- 20:13 Ticket #291 (make embedded mode handle errors better) closed by
- fixed
- 11:32 Ticket #291 (make embedded mode handle errors better) created by
- […]
- 02:14 Ticket #289 (make cython natively support embedding) closed by
- fixed
- 02:14 Ticket #289 (make cython natively support embedding) reopened by
- 02:14 Ticket #289 (make cython natively support embedding) closed by
- fixed: Just run cython with the --embed flag, and the resulting .c file has a …
04/20/2009:
- 14:02 Ticket #290 (Support for packed structs) created by
- Could we have some kind of keyword to define packed structs in Cython? …
- 11:45 Ticket #289 (make cython natively support embedding) created by
- This could be done via, e.g., a command line flag. See …
Note: See TracTimeline
for information about the timeline view.
