Timeline
05/13/2011:
- 11:23 Ticket #696 (Implement no-args super() (Py3 feature)) created by
- Hundreds of tests in the Py3k pyregr test suite currently fail with a …
05/05/2011:
- 03:09 Ticket #695 (dict resizing during iteration fails to raise an exception) closed by
- fixed: Fixed here: …
- 03:09 Ticket #695 (dict resizing during iteration fails to raise an exception) created by
- This raises a RuntimeError in CPython but leads to an infinite loop …
- 03:07 Ticket #694 (dict iteration crashes on empty dict) closed by
- fixed: Fixed here: …
- 03:07 Ticket #694 (dict iteration crashes on empty dict) created by
- There is a temp cleanup bug in the optimised dict iteration that leads to …
05/02/2011:
04/30/2011:
- 13:39 Ticket #693 (Converting a complex C type as return value evaluates the function call ...) created by
- […] Output: […] The culprit is __pyx_PyComplex_FromComplex, …
04/29/2011:
- 11:50 Ticket #692 (tuple unpacking in function argument list) created by
- Python 2 has this ugly feature: […] The obvious implementations is a …
04/28/2011:
- 09:16 Ticket #392 (Inplace operators on complex numbers) reopened by
- Mike T on ML complained that it still doesn't work with buffers: […] …
04/27/2011:
- 06:24 Ticket #691 (globals may be builtins if conditionally imported/defined) created by
- In Python code, it's quite common to test for a name and conditionally …
- 04:10 Ticket #690 (allow illegal Python module names when embedding) created by
- When embedding CPython, the module will usually not be imported but run …
04/24/2011:
- 16:19 Ticket #651 ('with' statement is slow in the exception case) closed by
- fixed
- 16:16 Ticket #634 (with statement results in wrong locations for error messages) closed by
- fixed
04/23/2011:
- 11:41 Ticket #536 (with statements crashes Cython in module scope) closed by
- fixed: Fixed here: …
04/21/2011:
04/20/2011:
- 21:33 Ticket #689 (cimported function pointers) created by
- If I cimport a function from another module and cast it to a pointer, …
04/18/2011:
04/17/2011:
- 01:14 Ticket #688 (incorrect return values of optimised builtin functions/methods) closed by
- fixed: Fixed here: …
04/16/2011:
- 12:31 Ticket #688 (incorrect return values of optimised builtin functions/methods) created by
- In Python, calls to setattr() or some_list.sort() return …
- 09:51 Ticket #630 (Fix Cython to work with Numpy 1.5.1) closed by
- fixed: Thanks to Pauli Virtanen: fcd59a76dd679feda9c2
- 08:17 Ticket #687 (Wrapping Child classes of base class without default constructor fails) created by
- I'd like to wrap a child class that derives from a base class without …
04/15/2011:
- 22:54 Ticket #686 (allow platform specific usage of builtins) created by
- This currently fails to compile on non-Windows platforms: […] The error …
04/13/2011:
- 14:07 Ticket #685 (Implement no-arg dir()) closed by
- fixed: Implemented here: …
- 14:04 Ticket #685 (Implement no-arg dir()) created by
- dir() is just list(locals())
- 13:28 Ticket #684 (del in class scope) closed by
- fixed
- 13:03 Ticket #684 (del in class scope) created by
- This currently tries to delete the name in the module scope: […]
- 12:27 Ticket #682 (Compiler crash in auto_cpdef redefinition) closed by
- fixed: Fixed here: …
- 12:26 Ticket #683 (Cannot override builtin functions as cpdef) closed by
- fixed: Fixed here: …
- 12:14 Ticket #683 (Cannot override builtin functions as cpdef) created by
- This is not currently supported as Cython complains about a function …
- 11:33 Ticket #682 (Compiler crash in auto_cpdef redefinition) created by
- This crashes the compiler when reporting the (incorrectly assumed) …
- 11:00 Ticket #675 ('by' not allowed as variable name) closed by
- fixed: Fixed here: …
- 00:06 Ticket #681 (Message system refactoring) created by
- Stop using global variables for message lists and track errors and …
Note: See TracTimeline
for information about the timeline view.
