Timeline
12/03/2009:
- 04:18 Ticket #236 (Python methods on corresponding C types (float/int)) closed by
- fixed
- 03:44 Ticket #460 (Always type-infer floating point types) created by
- Depends on #236. Since Python uses double for its float and …
12/02/2009:
- 20:35 Ticket #459 (Better support for writing var args functions. (va_start, va_arg, etc.)) created by
- Right now one can get it to work, but it's quite hackish.
11/28/2009:
- 05:25 Ticket #436 (Efficiently support "char*.decode()") closed by
- fixed: The remaining bits to also support […] and […] by using …
- 05:20 Ticket #436 (Efficiently support "char*.decode()") reopened by
11/27/2009:
- 12:19 Ticket #454 (@classmethod implementation leaves first argument with incorrect type) closed by
- fixed
- 12:13 Ticket #258 (redeclaration of builtin types, followup for #170) closed by
- fixed
11/26/2009:
- 12:10 Ticket #456 (Reduce overhead on Python-free 'finally' blocks) closed by
- duplicate
- 12:01 Ticket #325 (calling len() on char*) closed by
- fixed: Implemented here: http://hg.cython.org/cython-devel/rev/d2b963bc03f2
11/22/2009:
- 03:22 Ticket #225 ([with patch, needs review] recursion stack overflow in control flow ...) closed by
- fixed
- 03:22 Ticket #225 ([with patch, needs review] recursion stack overflow in control flow ...) reopened by
- 02:33 Ticket #458 (Remove .hg repo from sdist) closed by
- fixed: http://hg.cython.org/cython-devel/rev/4e489685efbd …
- 02:32 Ticket #458 (Remove .hg repo from sdist) created by
- A script that can update a directory to a repo should be just about as …
11/21/2009:
- 16:31 Ticket #457 (decorator directives don't propagate through the environment) closed by
- fixed: http://hg.cython.org/cython-devel/rev/76a814a1fc57
- 11:40 Ticket #457 (decorator directives don't propagate through the environment) created by
- E.g. […] doesn't work.
11/17/2009:
11/16/2009:
- 21:50 Ticket #456 (Reduce overhead on Python-free 'finally' blocks) created by
- It is quite common to do some pure C-level cleanup in finally blocks, such …
11/11/2009:
- 18:55 Ticket #383 (Easy script to build and push documentation.) closed by
- fixed
- 13:36 Ticket #455 (implementation of 'not in' is broken) closed by
- fixed: Fixed: http://hg.cython.org/cython-devel/rev/2266c6948c98 …
- 07:03 Ticket #455 (implementation of 'not in' is broken) created by
- Something like "x not in None" should raise TypeError?, but currently if …
11/10/2009:
- 23:24 Ticket #454 (@classmethod implementation leaves first argument with incorrect type) created by
- […] assigns the type TypeWithFactory to cls, instead of …
- 23:07 Ticket #450 (Different float string representations on Windows) closed by
- fixed: Given that this behavior was considered a bug in Python (fixed in 2.6 and …
- 22:45 Ticket #453 (easier eggification) closed by
- fixed
- 22:45 Ticket #453 (easier eggification) created by
- […]
- 22:28 Ticket #452 (embedding test fails in OS X 10.6) created by
- […] However, running make test directly in /demos/embed …
11/06/2009:
- 15:26 Ticket #451 (Missing cast for numpy array slicing in C++ Mode) created by
- Hi, With the language="c++" option, the following code snippet using …
11/05/2009:
- 23:02 Ticket #450 (Different float string representations on Windows) created by
- We'd have to somehow detect windows in tests/specialfloat.pyx and …
- 11:00 Ticket #449 (fix or disable forking for tests) created by
- See thread starting at …
11/04/2009:
- 22:19 Ticket #448 (add embedding to the test suite) closed by
- fixed: http://hg.cython.org/cython-devel/rev/e7638a4a3d4a …
- 22:18 Ticket #448 (add embedding to the test suite) created by
- It broke in the last release, probably because no one tested it.
- 22:10 Ticket #421 (docstrings on "__nonzero__()" method break module-init code in Py3.1) closed by
- fixed
- 22:10 Ticket #421 (docstrings on "__nonzero__()" method break module-init code in Py3.1) reopened by
- 21:55 Ticket #413 (option -> directive rename in codebase) closed by
- fixed
- 21:55 Ticket #413 (option -> directive rename in codebase) reopened by
- 21:54 Ticket #391 (conjugate() method on complex numbers) closed by
- fixed
- 21:54 Ticket #391 (conjugate() method on complex numbers) reopened by
- 21:53 Ticket #229 (Cython % operator on cdef int has C semantics, not Python semantics) closed by
- fixed
- 21:52 Ticket #229 (Cython % operator on cdef int has C semantics, not Python semantics) reopened by
- 21:52 Ticket #393 ([with patch] Set module_is_main = 1 in main(), not globally) closed by
- fixed
- 21:51 Ticket #393 ([with patch] Set module_is_main = 1 in main(), not globally) reopened by
- 21:48 Ticket #415 (boolean and/or disobey Python semantics) closed by
- fixed
- 21:48 Ticket #415 (boolean and/or disobey Python semantics) reopened by
- 21:46 Ticket #447 (Optimize list.pop()) closed by
- fixed: http://hg.cython.org/cython-devel/rev/2e3dda4a7d23 Python provides no c …
- 21:44 Ticket #447 (Optimize list.pop()) created by
- We optimize append, we should optimize pop as well. See also discussion …
- 21:42 Ticket #252 (names of parameters with defaults not mangled in cdef, cpdef functions) closed by
- fixed: http://hg.cython.org/cython-devel/rev/4208042ceeae
- 21:03 Ticket #446 (non-floating point complex support) closed by
- fixed
11/03/2009:
- 07:40 Ticket #441 (Coercing float typedef to complex creates erronous C code) closed by
- fixed: http://hg.cython.org/cython-devel/rev/76e7121cbdc7
- 01:01 Ticket #446 (non-floating point complex support) created by
- There is a regression in the current branch for […]
Note: See TracTimeline
for information about the timeline view.
