Timeline
05/26/2009:
- 13:37 Ticket #321 (Test suite for pyximport) created by
- It would be a lot easier to review pyximport-related changes if we had a …
05/22/2009:
- 03:44 Ticket #257 (create_convert_utility_code() in PyrexTypes needs a rewrite) closed by
- fixed: http://hg.cython.org/cython-unstable/rev/5a66cd8359e8
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 …
Note: See TracTimeline
for information about the timeline view.
