Timeline
11/29/2008:
- 21:25 Ticket #123 (Regression due to PyDict_Next optimization) closed by
- fixed: Yes, that's the right thing to do.
- 14:37 Ticket #124 (Misplaced decref due to PyDict_Next optimization) closed by
- fixed: From what I can see, these two fixes it: …
- 11:42 Ticket #144 (Fix BlockNode/move literals/constants to code generation) created by
- In summer 2008, I moved the things that BlockNode was made for doing …
11/28/2008:
- 04:49 Ticket #120 (Make TupleNode use new temp allocation) closed by
- fixed: Changed in 71d8a06957eb: …
- 01:16 Ticket #143 (Need to change syntax for pxd function typing) created by
- The new inline pxd functions conflicts in syntax with the recently …
11/27/2008:
- 22:42 Ticket #142 (module dictionaries not deallocated at Python finalization) created by
- 22:26 Ticket #141 (cpdef special methods) created by
- One should be able to make __call__, __init__, etc. go through …
- 10:24 Ticket #140 (Feature: Inline function definition in pxd file) closed by
- fixed: http://hg.cython.org/cython-devel/rev/151d8366f329
- 10:19 Ticket #140 (Feature: Inline function definition in pxd file) created by
11/25/2008:
- 17:13 Ticket #139 (empty switch block when if statement contains pass) closed by
- fixed
- 17:13 Ticket #139 (empty switch block when if statement contains pass) created by
- http://hg.cython.org/cython/rev/04e83ffd8ea2
- 17:12 Ticket #138 (infinite loop in buffer code) closed by
- fixed: http://hg.cython.org/cython/rev/43d4e2b19134
- 17:12 Ticket #138 (infinite loop in buffer code) created by
- See http://trac.sagemath.org/sage_trac/ticket/4206
- 17:08 Ticket #137 (fix compiler crash on forward declarations) closed by
- fixed: http://hg.cython.org/cython/rev/c8d4fc990029
- 17:08 Ticket #137 (fix compiler crash on forward declarations) created by
- 17:08 Ticket #136 (invalid c code with recursive typedef struct) closed by
- fixed: http://hg.cython.org/cython/rev/92baafe0edf3
- 11:29 Ticket #133 (Illegal casting caused by new PyDict_Next iteration with typed variables) closed by
- fixed: Fixed. http://hg.cython.org/cython-devel/rev/e490ccfecad0 …
- 03:41 Ticket #136 (invalid c code with recursive typedef struct) created by
- […]
- 00:45 Ticket #135 (bad code segment crashes cython) created by
- Hello, The following (bad) code segment crashes cython: […] The …
- 00:36 Ticket #134 (cpdef method w/ unused buffer causes compilation error) created by
- Hello, The following code segment won't compile: […] When I try to …
- 00:27 Ticket #133 (Illegal casting caused by new PyDict_Next iteration with typed variables) created by
- It seems that I've hit a bug in the new dictionary iteration stuff (which …
11/24/2008:
- 03:51 Ticket #129 (from module import (a,b,c)) closed by
- fixed: Done. http://hg.cython.org/cython-devel/rev/3ba99a87b30d
- 03:26 Ticket #132 (Deletion of local variables in functions is not supported) created by
- […] raises a compiler error. Supporting this might depend on better …
- 03:16 Ticket #131 (getattr3() should be merged with getattr()) created by
- Especially for pure Python compilation, getattr() should support three …
- 03:09 Ticket #130 (Missing support for Python special methods for rich comparison) created by
- In pure Python mode, the __richcmp__() special method is not …
11/23/2008:
- 13:38 Ticket #129 (from module import (a,b,c)) created by
- Python supports parentheses around imported names, which allows them to …
- 13:31 Ticket #128 (Reduce name collisions in Pure Python mode) created by
- The parser currently handles names like "char" or "int" the same in .pyx …
- 13:24 Ticket #127 (power operator (**) should be allowed in Python code) created by
- Even in pure Python modules, Cython disallows the ** operator.
11/21/2008:
- 16:16 Ticket #126 (includes form cimported modules should come before this module's includes) closed by
- fixed
- 16:16 Ticket #126 (includes form cimported modules should come before this module's includes) created by
- This is the case *except* when they both include the same file.
11/20/2008:
- 11:04 Ticket #125 (Add support for Spam/__init__.pyx) created by
- The attached patch causes Spam/__init__.pyx have its module name set …
- 10:54 Ticket #124 (Misplaced decref due to PyDict_Next optimization) created by
- The PyDict?_Next optimization looks like it might be conflicting with …
11/19/2008:
- 13:38 Ticket #123 (Regression due to PyDict_Next optimization) created by
- These changesets introduce a code generation bug that causes repeated …
11/18/2008:
- 21:03 Ticket #122 (segfault problem with recent numpy.pxd/Python 2.4) closed by
- fixed
- 21:03 Ticket #122 (segfault problem with recent numpy.pxd/Python 2.4) created by
- http://hg.cython.org/cython/rev/991df2fe12e6
- 21:01 Ticket #121 (ref-count bug in try-except handling) closed by
- fixed: Fixed in http://hg.cython.org/cython/rev/ef9d2c680684
- 21:01 Ticket #121 (ref-count bug in try-except handling) created by
- 11:11 Ticket #120 (Make TupleNode use new temp allocation) created by
- See http://hg.cython.org/cython-devel/rev/4a4a4eba9cd6 . This could be …
- 02:37 Ticket #119 (request compile time value without raising error (allow constant folding)) created by
- Often one wants to try and obtain the compile-time value of an expression, …
11/15/2008:
11/14/2008:
- 13:14 Ticket #118 (Cython 0.10 can't "import" sub-packages "as" names) created by
- Originally reported by Hoyt Koepke: import numpy.random as rn …
- 04:09 Ticket #117 (Buffer typedefs raises parser exception) created by
- Uwe Schmitt:[…]
11/13/2008:
- 16:11 Ticket #114 (NumPy integration fails on Python 2.4/64-bit due to Py_ssize_t != ...) closed by
- fixed: http://hg.cython.org/cython/rev/b072eae5f5a9 and onwards
11/10/2008:
- 11:09 Ticket #116 (missing files in MANIFEST) closed by
- fixed: http://hg.cython.org/cython-devel/rev/a916d70ed6f7
- 11:05 Ticket #116 (missing files in MANIFEST) created by
- […]
- 04:41 Ticket #115 (Buffer typestring bug with external struct fields) created by
- This doesn't work: […] ...if npy_clongdouble is defined to have …
- 02:58 Ticket #114 (NumPy integration fails on Python 2.4/64-bit due to Py_ssize_t != ...) created by
- See thread numpy, Py_ssize_t, cython and 64 bits python 2.4 on …
11/08/2008:
- 22:46 Ticket #113 (literal lists don't work at module level) created by
- […]
- 15:18 Ticket #112 (Declare c(p)def classes/methods without need for .pxd file) created by
- Followup to #111
- 15:16 Ticket #111 (Pure python mode) closed by
- fixed: http://wiki.cython.org/pure See …
- 15:14 Ticket #111 (Pure python mode) created by
- Ideally one would like to be able to take advantage of all of Cython's …
- 15:03 Ticket #110 (deletion of dict entry with integer index broken) closed by
- fixed
- 15:03 Ticket #110 (deletion of dict entry with integer index broken) created by
- http://hg.cython.org/cython-devel/rev/f24f2963a581
- 15:02 Ticket #109 (backport cdef sets support for Py 2.3) closed by
- fixed
- 15:02 Ticket #108 (Optimized argument parsing) closed by
- fixed
- 15:01 Ticket #109 (backport cdef sets support for Py 2.3) created by
- Implemented in devel branch.
- 14:53 Ticket #108 (Optimized argument parsing) created by
- Custom argument parsing code can be much faster. …
- 14:38 Ticket #20 (Type checking in method overriding broken for "ctypedef extern class" ...) closed by
- invalid: This is because a .pxi file is being used rather than a .pxd file.
- 14:36 Ticket #7 (Problems with automatic pxd inclusion) closed by
- worksforme: Short more details, I don't think we can debug this.
11/04/2008:
- 12:26 Ticket #40 (Annotate mode disables inline source comments) closed by
- fixed: See http://hg.cython.org/cython-devel/rev/e333af7a02b5 and …
- 12:23 Ticket #107 (Parser throws exception for double* argument of function) closed by
- fixed
11/01/2008:
- 16:54 Ticket #107 (Parser throws exception for double* argument of function) created by
- The following code: […] generates the following error traceback with …
- 15:58 Ticket #106 (Regression tests fail for Python 2.6 on Win32) created by
- 8 regression tests fail on Python 2.6 release using Visual Studio 9.0 on …
10/30/2008:
- 10:17 Ticket #105 (bug in new temp allocation) closed by
- fixed: Fixed http://hg.cython.org/cython-devel/rev/82084a7b654e
- 01:13 Ticket #105 (bug in new temp allocation) created by
- In the function below, a temp is not marked as unused and gets …
Note: See TracTimeline
for information about the timeline view.
