Timeline
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 […]
11/02/2009:
- 11:57 Ticket #445 (Explicit conversion to complex numbers) created by
- This should work: […]
- 11:26 Ticket #444 (When no buffers are assigned to, utility code is missing) closed by
- fixed: http://hg.cython.org/cython-devel/rev/c793d02d914b
- 11:13 Ticket #444 (When no buffers are assigned to, utility code is missing) created by
- […]
10/31/2009:
- 06:03 Ticket #443 (Replace PY_NEW() hack by a an internal optimisation) closed by
- fixed
- 05:51 Ticket #443 (Replace PY_NEW() hack by a an internal optimisation) created by
- Currently, to get fast instantiation of an extension type, one has to put …
10/29/2009:
- 05:01 Ticket #442 (enumerate optimization broken for non-object target) closed by
- fixed
- 03:32 Ticket #400 (Optimize "int" when used for "floor and conversion to integral type") closed by
- fixed: Implemented here: http://hg.cython.org/cython-devel/rev/2b7408e12dfc
- 00:45 Ticket #442 (enumerate optimization broken for non-object target) created by
- If the target is not an object, a cast (e.g. from a PyObject* to an …
10/28/2009:
- 23:08 Ticket #402 ([with patch] update cython_freeze) closed by
- fixed
- 23:08 Ticket #402 ([with patch] update cython_freeze) reopened by
- 23:07 Ticket #402 ([with patch] update cython_freeze) closed by
- fixed: This has been merged. Thanks.
- 14:28 Ticket #434 (main() function generated by --embed doesn't compile in Py3) closed by
- fixed: This is fixed as part of ticket #439.
- 08:28 Ticket #441 (Coercing float typedef to complex creates erronous C code) created by
- This code doesn't C-compile: […] The problem is that the resulting …
- 02:59 Ticket #440 (Syntax highlighting for KATE) closed by
- fixed: http://hg.cython.org/cython-devel/rev/92010f833bf6
- 02:59 Ticket #440 (Syntax highlighting for KATE) created by
- Here is an XML for Cython syntax highlighting in katepart (e.g. KATE and …
- 02:58 Ticket #439 (freeze and --embed fixes for Py3) closed by
- fixed: Works for me, but there should be more testing (e.g. it hasn't been tested …
- 02:40 Ticket #439 (freeze and --embed fixes for Py3) created by
- It's broken, Mark Lodato has some fixes.
10/27/2009:
- 23:27 Ticket #425 (Drop redundant ref-counting on parallel swap assignments) closed by
- fixed: Attribute access is optimised here: …
- 15:10 Ticket #438 (Drop ref-counting for list index access) created by
- Follow-up for ticket #425: ref-counting can also be dropped for list index …
- 13:57 Ticket #367 (Some tests fail in Py 2.4 due to non-portable test code) closed by
- fixed
- 04:56 Ticket #437 (Efficiently support "for c in c_charptr[:300]") closed by
- fixed
- 04:55 Ticket #437 (Efficiently support "for c in c_charptr[:300]") created by
- There should be efficient support for doing this: […] and this: […] …
Note: See TracTimeline
for information about the timeline view.
