2008-12-13 |
Stefan Behnel | make sure we have the Py2.3 set code available when... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Stefan Behnel | test fix |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Stefan Behnel | fix for dict literals that end with ',' |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Stefan Behnel | test fixes after latest with transform changes |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Stefan Behnel | implement set/dict comprehensions and set literals |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Stefan Behnel | export set builtin type |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Stefan Behnel | embed __init__ signature in class docstring |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Stefan Behnel | minor fixes to the with statement transform |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Stefan Behnel | runnable test case for try-finally |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Stefan Behnel | missing temp cleanup on assignment to TempRefNode |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Stefan Behnel | extended with statement test case - disabled for now... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Stefan Behnel | renamed node |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Stefan Behnel | fixed FlattenInListTransform by providing a temp block... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Stefan Behnel | removed unused (and broken) PersistantNode |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Stefan Behnel | extended test case for in/not-in operator |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Stefan Behnel | code simplification |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Stefan Behnel | disabled in-list transform again as the CloneNode still... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Stefan Behnel | extended test case for dict iteration in list comprehen... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Stefan Behnel | comment |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Stefan Behnel | same test for 'and' operator |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Stefan Behnel | fixed ref-counting in BoolBinopNode |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Robert Bradshaw | Avoid some trivial tree traversal to speed up compilation. |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Stefan Behnel | fix crashes on type casts |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Stefan Behnel | extended 'if' test case that enforces heavy temp usage |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Stefan Behnel | fix temp deallocation in PrimaryCmpNode |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Stefan Behnel | better exception message for temp failure tracking |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Stefan Behnel | make CallNode a NewTempExprNode |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Stefan Behnel | some cleanup, fix temp handling in 'if' conditions |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Lisandro Dalcin | fix generation of C++-style comment, use C-style |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Stefan Behnel | while loop needs temp disposal, too |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Stefan Behnel | minor code cleanup |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Stefan Behnel | forgot to make the lhs in FlattenInListTransform a... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Stefan Behnel | fix FlattenInListTransform for the trivial case |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Dag Sverre... | More fixes for new temps |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Dag Sverre... | Fix major problem (recently introduced) with temp relea... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Dag Sverre... | Fix for temp releasing in assignment to TupleNode |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Stefan Behnel | fix method signatures |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Dag Sverre... | Fix suboptimal temp usage in BoolBinopNode. For further... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Dag Sverre... | Disabled FlattenInListTransform (see #146) |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Dag Sverre... | BoolBinopNode converted, introduced parameters to gener... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Dag Sverre... | Small fix |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Stefan Behnel | moved CoercionNode to new temps (fixes 8 tests) |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Stefan Behnel | micro cleanup |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Stefan Behnel | extended test case for returning from for loops |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Dag Sverre... | Convert low-hanging fruit to new temps. 12 down, 27... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Dag Sverre... | Converted IteratorNode to new temps, fixes #124 |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Dag Sverre... | Upgraded NewTempExprNode, converted PrimaryCmpNode... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Dag Sverre... | Cleanup |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Dag Sverre... | NewTempsExprNode cleanup -- easier to override temp... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Dag Sverre... | Remove use of TempNode from ForInStatNode to simplify... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Dag Sverre... | BoolBinopNode cleanup due to new temps |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Stefan Behnel | optimise dict(a=1,b=2,...) into {'a':1, 'b':2, ...... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Stefan Behnel | removed caching for subexpr attributes as it can break... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Stefan Behnel | extended test cases |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Stefan Behnel | unit test fix |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Stefan Behnel | fix final optimisations for calls inside of assignments |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Stefan Behnel | fix type of AsTupleNode to tuple_type |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Dag Sverre... | One shouldn't have to maintain manual recursion stacks... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Dag Sverre... | Inline function definitions in pxd files |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Dag Sverre... | Fix broken error reporting for functions in pxds |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Stefan Behnel | another simplification after Dag's cleanup |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Stefan Behnel | simplification for iter-dict optimisation after moving... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Stefan Behnel | fix usage of new manage_ref keyword for temp handles |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Stefan Behnel | new test case for reassigning the dict variable during... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Dag Sverre... | Fix refcount bug with buffers of objects |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Dag Sverre... | Cleanup, make manage_ref mandatory for allocate_temp... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Dag Sverre... | Code.py: Make a wall between non-managed and managed... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Dag Sverre... | Make a few common cases not use temporary for buffer... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Dag Sverre... | Mark temp as not managed in buffer code (see previous... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Dag Sverre... | Backed out changeset 56c6f2f22f4a |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Dag Sverre... | Introduced manage_ref parameter in funcstate.allocate_t... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Stefan Behnel | some code cleanup |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Stefan Behnel | fix ref-counting bug in buffer assignments |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Stefan Behnel | fix temp handling in 'with' transform |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Stefan Behnel | fix iterdict transform for new temp semantics |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Stefan Behnel | clean up new-style temps after use (breaks code for... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Stefan Behnel | make TupleNode and ListNode a NewTempExprNode |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Stefan Behnel | let types inherit from object to work around hashing... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Stefan Behnel | fixed typo |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Stefan Behnel | fix for two problems with optimised dict iteration... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Robert Bradshaw | cleanup |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Robert Bradshaw | cdef extern structs may be c++ classes, can refer to... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Robert Bradshaw | merge 0.10.2 |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Robert Bradshaw | bump version number |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Robert Bradshaw | Added tag 0.10.2 for changeset 92baafe0edf3 |
commit | commitdiff | tree | snapshot |
next |