Timeline
02/19/2011:
- 15:19 Ticket #657 (Warn on version missmatch) closed by
- fixed
- 14:26 Ticket #523 (Compiler crash in C++ declarations) closed by
- fixed: https://github.com/cython/cython/commit/c71adccb3e687952aacf4244fdf4610da3e …
02/17/2011:
- 22:32 Ticket #662 (Optimise Python's math functions when used on C values) created by
- The functions in the "math" Python stdlib package usually have direct …
- 14:50 Ticket #661 (Allow embed paramater to take a method name.) closed by
- fixed: https://github.com/cython/cython/commit/4350d7f2807b45021eb480b4b3e3fb52eb5 …
- 14:48 Ticket #661 (Allow embed paramater to take a method name.) created by
- This is useful in case one wants to embed the Cython code rather than just …
- 13:36 Ticket #660 (Buffers not allowable as closure variables.) created by
- […]
02/11/2011:
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
Note: See TracTimeline
for information about the timeline view.
