Timeline
02/05/2011:
- 10:23 Ticket #658 (Errors during argument unpacking of closure functions can crash) closed by
- fixed: Fix is here: …
- 10:02 Ticket #658 (Errors during argument unpacking of closure functions can crash) created by
- When the *args and **kwargs parameters of a function are in a …
02/04/2011:
02/02/2011:
- 02:36 Ticket #657 (Warn on version missmatch) created by
- It could be useful to warn when a module is imported in a different Python …
01/29/2011:
- 09:41 Ticket #656 (Implement native Py_UCS4 support) closed by
- fixed: Implemented as previously for the Py_UNICODE type: …
- 09:39 Ticket #656 (Implement native Py_UCS4 support) created by
- CPython's Py_UCS4 type is capable of representing a Unicode code …
01/27/2011:
- 13:31 Ticket #654 (Out of order side effects of non-trivial arguments in function calls) reopened by
- 13:01 Ticket #654 (Out of order side effects of non-trivial arguments in function calls) closed by
- fixed
- 12:03 Ticket #654 (Out of order side effects of non-trivial arguments in function calls) reopened by
- This still has some issues.
01/26/2011:
- 13:06 Ticket #654 (Out of order side effects of non-trivial arguments in function calls) closed by
- fixed
- 07:43 Ticket #655 (Add flag for Makefile dependency rules generation) created by
- Add flag that will make cython output a rule suitable for make describing …
01/25/2011:
- 22:19 Ticket #654 (Out of order side effects of non-trivial arguments in function calls) created by
- […] There may be others sitting out there due to inline expressions …
01/24/2011:
- 21:26 Ticket #653 (Optimised builtin methods generate broken C code for subtypes) created by
- In code like this: […] Cython generates invalid C code for the …
- 21:22 Ticket #652 (Cython should silently ignore nogil functions for profiling) created by
- With the 'profile' option enabled, Cython raises a compile error when it …
01/22/2011:
- 09:43 Ticket #651 ('with' statement is slow in the exception case) created by
- According to pybench, comparing to Python 2.7: […] This is surprising, …
- 03:47 Ticket #650 (transform "raise MemoryError" into "PyErr_NoMemory()") closed by
- fixed
- 03:47 Ticket #650 (transform "raise MemoryError" into "PyErr_NoMemory()") reopened by
01/19/2011:
- 10:15 Ticket #650 (transform "raise MemoryError" into "PyErr_NoMemory()") closed by
- fixed: Fixed here: …
- 03:13 Ticket #650 (transform "raise MemoryError" into "PyErr_NoMemory()") created by
- […] are not safe in the sense that they may fail to instantiate the …
01/17/2011:
- 12:05 Ticket #649 (Raise compile time erorrs for decorators at unsupported places) closed by
- fixed: https://github.com/cython/cython/commit/47ca6aaa1dead9ced53d880aa183ab544ed …
- 08:31 Ticket #642 (Closure support in gdb debugger) closed by
- fixed
- 08:31 Ticket #642 (Closure support in gdb debugger) reopened by
- 08:23 Ticket #642 (Closure support in gdb debugger) closed by
- fixed: Merged into mainline for 0.14.1.
- 08:19 Ticket #646 ([PATCH] add 'no-c-in-traceback' option for cython) closed by
- fixed
- 06:20 Ticket #649 (Raise compile time erorrs for decorators at unsupported places) created by
- For in some cases, specifically for special methods, decorators cannot …
- 06:17 Ticket #648 (Support decorators on special methods of cdef classes) created by
- Example: […] Related mailing list thread: …
01/15/2011:
- 08:58 Ticket #647 (Parser crashes on invalid string escape sequences) closed by
- fixed
- 08:09 Ticket #647 (Parser crashes on invalid string escape sequences) created by
- The scanner tokenises '\uXX' as '\u' + 'XX', but the …
01/14/2011:
- 03:27 Ticket #646 ([PATCH] add 'no-c-in-traceback' option for cython) created by
- It disables appending the C/C++ filename and line number to the traceback …
- 01:03 Ticket #645 (debugger tests too verbose) created by
- […] The warning is fine, but it'd be nice if the rest were cleaner.
01/13/2011:
- 08:17 Ticket #644 (full type inference incorrectly infers known method types of builtins) closed by
- fixed: Fixed here: …
- 07:59 Ticket #643 (full type inference incorrectly infers C function types) closed by
- fixed: Fixed here: …
- 07:32 Ticket #644 (full type inference incorrectly infers known method types of builtins) created by
- In the following code, the type of 'append' is inferred as C function …
- 07:28 Ticket #643 (full type inference incorrectly infers C function types) created by
- In the following code, 'f' is inferred as C function, not as function …
- 02:53 Ticket #642 (Closure support in gdb debugger) created by
- See https://github.com/cython/cython/pull/4
01/12/2011:
- 13:30 Ticket #641 (raw string parsing of 'escaped' quotes) closed by
- fixed: The only broken cases were r'\'' and r'\"'. Fixed here: …
- 12:07 Ticket #640 (MSVC work-around can break string content) closed by
- fixed: https://github.com/cython/cython/commit/aee29d905d4b1b753eaa927d036713d0ea9 …
- 10:49 Ticket #641 (raw string parsing of 'escaped' quotes) created by
- Cython does't seem to respect raw string parsing (parsing the literals as …
01/11/2011:
- 01:38 Ticket #640 (MSVC work-around can break string content) created by
- When transscribing long strings with escape sequences, the MSVC …
01/10/2011:
- 06:48 Ticket #61 (Buffers in cdef function argument list) closed by
- worksforme: Fixed according to …
01/09/2011:
- 22:30 Ticket #639 (Functions don't support attribute assignment) created by
- Def functions don't support attribute assignment. […]
01/07/2011:
- 23:55 Ticket #638 (Error in index type inference.) closed by
- fixed: Fix at …
- 23:50 Ticket #638 (Error in index type inference.) created by
- […]
Note: See TracTimeline
for information about the timeline view.
