Timeline
10/19/2011:
- 23:13 Ticket #747 (Catch C++ exceptions raised by arithmetic) created by
- If declared as except + Also, disallow int operator() as a "c …
10/13/2011:
- 15:26 Ticket #717 (Passing duplicate keyword arguments does not raise a TypeError) closed by
- fixed: Fixes are implemented here: …
- 12:46 Ticket #734 ("from a import b" raises AttributeError instead of ImportError) closed by
- fixed
10/11/2011:
- 06:36 Ticket #746 (Support variable sized object allocation (à la bytes/tuple)) created by
- CPython supports changing the size of an object struct at allocation time, …
10/10/2011:
- 08:02 Ticket #745 (extension types lack a dict to assign arbitrary attributes) created by
- It should be possible to do this: […] Currently, extension types do …
10/09/2011:
- 10:48 Ticket #744 (Optimise kwargs pass-through) created by
- Function wrappers often pass their keyword arguments on into the …
09/27/2011:
- 10:21 Ticket #584 (Bind names of module level Python functions at definition time, not ...) closed by
- fixed
- 10:16 Ticket #672 (compiler crash in redefinition) closed by
- fixed
- 10:12 Ticket #670 (Bug in closures) closed by
- worksforme: Works for me in latest master branch - assuming that it's been working for …
- 10:06 Ticket #595 (Bug in with/in transforms.) closed by
- fixed: Works for me, likely fixed as part of the with transform rewrite.
- 10:01 Ticket #711 (changing locals() does not change the locals) closed by
- invalid: Actually, CPython does not honour changes to the dict returned by locals() …
- 02:12 Ticket #743 (reduce None checks based on control flow analysis) closed by
- fixed: Implemented here: …
- 02:10 Ticket #743 (reduce None checks based on control flow analysis) created by
- In many cases, Cython currently generates None checking code (e.g. for …
09/26/2011:
- 10:38 Ticket #742 (using 'self' in the closure of extension type methods is broken) closed by
- fixed: Fixed here: …
- 08:17 Ticket #742 (using 'self' in the closure of extension type methods is broken) created by
- The following fails at runtime: […] The error message is: […] The …
- 08:04 Ticket #724 (Genexpr iterator is evaluated in wrong scope) closed by
- duplicate: Duplicate of #600.
09/20/2011:
09/19/2011:
- 15:07 Ticket #741 (Ticket update notifications not send) created by
- Even though I'm on the Cc list, I do not get any notifications if the …
- 11:53 Ticket #740 (C++ backend compile problem, iso-8859-1 source encoding) created by
- If source has iso-8859-1 encoding c++ compilation fails. […]
- 11:29 Ticket #739 (Names in LHS not always marked as reference) closed by
- fixed: Fixed here …
- 08:09 Ticket #739 (Names in LHS not always marked as reference) created by
- […]
Note: See TracTimeline
for information about the timeline view.
