cython.git
2008-12-13 Stefan Behnelmake sure we have the Py2.3 set code available when...
2008-12-13 Stefan Behnelextended test case
2008-12-12 Stefan Behneltest fix
2008-12-12 Stefan Behnelfix for dict literals that end with ','
2008-12-12 Stefan Behneltest fixes after latest with transform changes
2008-12-12 Stefan Behnelimplement set/dict comprehensions and set literals
2008-12-12 Stefan Behnelexport set builtin type
2008-12-11 Stefan Behnelembed __init__ signature in class docstring
2008-12-10 Stefan Behnelminor fixes to the with statement transform
2008-12-08 Stefan Behnelrunnable test case for try-finally
2008-12-08 Stefan Behnelmissing temp cleanup on assignment to TempRefNode
2008-12-07 Stefan Behnelextended with statement test case - disabled for now...
2008-12-07 Stefan Behnelrenamed node
2008-12-07 Stefan Behnelfixed FlattenInListTransform by providing a temp block...
2008-12-07 Stefan Behnelremoved unused (and broken) PersistantNode
2008-12-07 Stefan Behnelextended test case for in/not-in operator
2008-12-07 Stefan Behnelcode simplification
2008-12-05 Stefan Behneldisabled in-list transform again as the CloneNode still...
2008-12-05 Stefan Behnelextended test case for dict iteration in list comprehen...
2008-12-05 Stefan Behnelextended test case
2008-12-04 Stefan Behnelcomment
2008-12-04 Stefan Behnelmerge
2008-12-04 Stefan Behnelsame test for 'and' operator
2008-12-04 Stefan Behnelfixed ref-counting in BoolBinopNode
2008-12-04 Robert BradshawAvoid some trivial tree traversal to speed up compilation.
2008-12-03 Stefan Behnelmerge
2008-12-03 Stefan Behnelfix crashes on type casts
2008-12-03 Stefan Behnelextended 'if' test case that enforces heavy temp usage
2008-12-03 Stefan Behnelfix temp deallocation in PrimaryCmpNode
2008-12-03 Stefan Behnelbetter exception message for temp failure tracking
2008-12-03 Stefan Behnelmake CallNode a NewTempExprNode
2008-12-03 Stefan Behnelsome cleanup, fix temp handling in 'if' conditions
2008-12-03 Lisandro Dalcinfix generation of C++-style comment, use C-style
2008-12-02 Stefan Behnelwhile loop needs temp disposal, too
2008-12-02 Stefan Behnelminor code cleanup
2008-12-02 Stefan Behnelforgot to make the lhs in FlattenInListTransform a...
2008-12-02 Stefan Behnelmerge
2008-12-02 Stefan Behnelfix FlattenInListTransform for the trivial case
2008-12-01 Dag Sverre... More fixes for new temps
2008-11-30 Dag Sverre... Fix major problem (recently introduced) with temp relea...
2008-11-30 Dag Sverre... merge
2008-11-30 Dag Sverre... Fix for temp releasing in assignment to TupleNode
2008-11-30 Stefan Behnelfix method signatures
2008-11-30 Dag Sverre... Fix suboptimal temp usage in BoolBinopNode. For further...
2008-11-30 Stefan Behnelmerge
2008-11-30 Dag Sverre... Disabled FlattenInListTransform (see #146)
2008-11-30 Dag Sverre... BoolBinopNode converted, introduced parameters to gener...
2008-11-30 Dag Sverre... merge
2008-11-30 Dag Sverre... Small fix
2008-11-30 Stefan Behnelmoved CoercionNode to new temps (fixes 8 tests)
2008-11-30 Stefan Behnelmicro cleanup
2008-11-30 Stefan Behnelmerge
2008-11-30 Stefan Behnelextended test case for returning from for loops
2008-11-29 Dag Sverre... Convert low-hanging fruit to new temps. 12 down, 27...
2008-11-29 Dag Sverre... Converted IteratorNode to new temps, fixes #124
2008-11-29 Dag Sverre... Upgraded NewTempExprNode, converted PrimaryCmpNode...
2008-11-29 Dag Sverre... Cleanup
2008-11-29 Dag Sverre... merge
2008-11-29 Dag Sverre... NewTempsExprNode cleanup -- easier to override temp...
2008-11-29 Dag Sverre... Remove use of TempNode from ForInStatNode to simplify...
2008-11-29 Dag Sverre... BoolBinopNode cleanup due to new temps
2008-11-28 Stefan Behneloptimise dict(a=1,b=2,...) into {'a':1, 'b':2, ......
2008-11-28 Stefan Behnelremoved caching for subexpr attributes as it can break...
2008-11-28 Stefan Behnelextended test cases
2008-11-28 Stefan Behnelunit test fix
2008-11-28 Stefan Behnelfix final optimisations for calls inside of assignments
2008-11-28 Stefan Behnelmerge
2008-11-28 Stefan Behnelfix type of AsTupleNode to tuple_type
2008-11-27 Dag Sverre... One shouldn't have to maintain manual recursion stacks...
2008-11-27 Dag Sverre... Inline function definitions in pxd files
2008-11-27 Dag Sverre... Fix broken error reporting for functions in pxds
2008-11-27 Stefan Behnelanother simplification after Dag's cleanup
2008-11-27 Stefan Behnelmerge
2008-11-27 Stefan Behnelsimplification for iter-dict optimisation after moving...
2008-11-27 Stefan Behnelfix usage of new manage_ref keyword for temp handles
2008-11-27 Stefan Behnelnew test case for reassigning the dict variable during...
2008-11-27 Dag Sverre... Fix refcount bug with buffers of objects
2008-11-27 Dag Sverre... Cleanup, make manage_ref mandatory for allocate_temp...
2008-11-27 Dag Sverre... Code.py: Make a wall between non-managed and managed...
2008-11-27 Dag Sverre... Make a few common cases not use temporary for buffer...
2008-11-27 Dag Sverre... Mark temp as not managed in buffer code (see previous...
2008-11-27 Dag Sverre... merge
2008-11-27 Dag Sverre... Backed out changeset 56c6f2f22f4a
2008-11-27 Dag Sverre... Introduced manage_ref parameter in funcstate.allocate_t...
2008-11-27 Stefan Behnelsome code cleanup
2008-11-27 Stefan Behnelfix ref-counting bug in buffer assignments
2008-11-27 Stefan Behnelfix temp handling in 'with' transform
2008-11-27 Stefan Behnelfix iterdict transform for new temp semantics
2008-11-27 Stefan Behnelclean up new-style temps after use (breaks code for...
2008-11-26 Stefan Behnelmake TupleNode and ListNode a NewTempExprNode
2008-11-26 Stefan Behnellet types inherit from object to work around hashing...
2008-11-26 Stefan Behnelfixed typo
2008-11-26 Stefan Behnelfix for two problems with optimised dict iteration...
2008-11-26 Robert Bradshawcleanup
2008-11-26 Robert Bradshawmerge
2008-11-26 Robert Bradshawcdef extern structs may be c++ classes, can refer to...
2008-11-25 Robert Bradshawmerge
2008-11-25 Robert Bradshawmerge 0.10.2
2008-11-25 Robert Bradshawbump version number
2008-11-25 Robert BradshawAdded tag 0.10.2 for changeset 92baafe0edf3
next