Timeline


and .

12/03/2009:

04:18 Ticket #236 (Python methods on corresponding C types (float/int)) closed by scoder
fixed
03:44 Ticket #460 (Always type-infer floating point types) created by dagss
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 robertwb
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 scoder
fixed: The remaining bits to also support […] and […] by using …
05:20 Ticket #436 (Efficiently support "char*.decode()") reopened by scoder

11/27/2009:

12:19 Ticket #454 (@classmethod implementation leaves first argument with incorrect type) closed by scoder
fixed
12:13 Ticket #258 (redeclaration of builtin types, followup for #170) closed by robertwb
fixed

11/26/2009:

12:10 Ticket #456 (Reduce overhead on Python-free 'finally' blocks) closed by scoder
duplicate
12:01 Ticket #325 (calling len() on char*) closed by scoder
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 scoder
fixed
03:22 Ticket #225 ([with patch, needs review] recursion stack overflow in control flow ...) reopened by scoder
02:33 Ticket #458 (Remove .hg repo from sdist) closed by robertwb
fixed:  http://hg.cython.org/cython-devel/rev/4e489685efbd
02:32 Ticket #458 (Remove .hg repo from sdist) created by robertwb
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 robertwb
fixed:  http://hg.cython.org/cython-devel/rev/76a814a1fc57
11:40 Ticket #457 (decorator directives don't propagate through the environment) created by robertwb
E.g. […] doesn't work.

11/17/2009:

11:12 Ticket #449 (fix or disable forking for tests) closed by robertwb
fixed

11/16/2009:

21:50 Ticket #456 (Reduce overhead on Python-free 'finally' blocks) created by scoder
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 robertwb
fixed
13:36 Ticket #455 (implementation of 'not in' is broken) closed by dalcinl
fixed: Fixed:  http://hg.cython.org/cython-devel/rev/2266c6948c98
07:03 Ticket #455 (implementation of 'not in' is broken) created by dalcinl
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 scoder
[…] assigns the type TypeWithFactory to cls, instead of …
23:07 Ticket #450 (Different float string representations on Windows) closed by robertwb
fixed: Given that this behavior was considered a bug in Python (fixed in 2.6 and …
22:45 Ticket #453 (easier eggification) closed by robertwb
fixed
22:45 Ticket #453 (easier eggification) created by David Cournapeau
[…]
22:28 Ticket #452 (embedding test fails in OS X 10.6) created by robertwb
[…] 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 hoytak
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 robertwb
We'd have to somehow detect windows in tests/specialfloat.pyx and …
11:00 Ticket #449 (fix or disable forking for tests) created by robertwb
See thread starting at …

11/04/2009:

22:19 Ticket #448 (add embedding to the test suite) closed by robertwb
fixed:  http://hg.cython.org/cython-devel/rev/e7638a4a3d4a
22:18 Ticket #448 (add embedding to the test suite) created by robertwb
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 robertwb
fixed
22:10 Ticket #421 (docstrings on "__nonzero__()" method break module-init code in Py3.1) reopened by robertwb
21:55 Ticket #413 (option -> directive rename in codebase) closed by robertwb
fixed
21:55 Ticket #413 (option -> directive rename in codebase) reopened by robertwb
21:54 Ticket #391 (conjugate() method on complex numbers) closed by robertwb
fixed
21:54 Ticket #391 (conjugate() method on complex numbers) reopened by robertwb
21:53 Ticket #229 (Cython % operator on cdef int has C semantics, not Python semantics) closed by robertwb
fixed
21:52 Ticket #229 (Cython % operator on cdef int has C semantics, not Python semantics) reopened by robertwb
21:52 Ticket #393 ([with patch] Set module_is_main = 1 in main(), not globally) closed by robertwb
fixed
21:51 Ticket #393 ([with patch] Set module_is_main = 1 in main(), not globally) reopened by robertwb
21:48 Ticket #415 (boolean and/or disobey Python semantics) closed by robertwb
fixed
21:48 Ticket #415 (boolean and/or disobey Python semantics) reopened by robertwb
21:46 Ticket #447 (Optimize list.pop()) closed by robertwb
fixed:  http://hg.cython.org/cython-devel/rev/2e3dda4a7d23 Python provides no c …
21:44 Ticket #447 (Optimize list.pop()) created by robertwb
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 robertwb
fixed:  http://hg.cython.org/cython-devel/rev/4208042ceeae
21:03 Ticket #446 (non-floating point complex support) closed by robertwb
fixed

11/03/2009:

07:40 Ticket #441 (Coercing float typedef to complex creates erronous C code) closed by dagss
fixed:  http://hg.cython.org/cython-devel/rev/76e7121cbdc7
01:01 Ticket #446 (non-floating point complex support) created by robertwb
There is a regression in the current branch for […]
Note: See TracTimeline for information about the timeline view.