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 |
2008-11-25 |
Robert Bradshaw | Fix gcc crash on recursive typedef struct 0.10.2 |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Stefan Behnel | test case from ticket 123 |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Stefan Behnel | fix PyTypeTestNode after iter-dict changes |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Stefan Behnel | use type cast to enforce INCREF() on Python objects |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Stefan Behnel | handle value coercion correctly in dict iteration |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Stefan Behnel | support 'yield' statement/expression in parser to provi... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Stefan Behnel | new test for import-from with/without parentheses |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Stefan Behnel | support parentheses around import-from names |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Stefan Behnel | test case for inlined function |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Stefan Behnel | avoid GCC warning about '/*' in generated C comments |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Stefan Behnel | c function predeclarations need to know about INLINE |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Stefan Behnel | fix compiler crash on forward declarations |
commit | commitdiff | tree | snapshot |
2008-11-25 |
DagSverreSeljebotn | fix for infinite loop in buffer code |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Stefan Behnel | fix compiler crash on forward declarations |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Lisandro Dalcin | add custom distutils build_ext command ignoring C compi... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Robert Bradshaw | fix typo |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Robert Bradshaw | Put cimported includes first. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Stefan Behnel | fix sequence assignments for value coercion to non... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Stefan Behnel | fix for assignments to sequences |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Stefan Behnel | PyDict_Copy() can be used for dict.copy() |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Stefan Behnel | fixed wrong signature of PyList_Insert() |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Stefan Behnel | enable iter-dict optimisation also for a plain 'for... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Stefan Behnel | generate expected code when for-looping over type-decla... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Stefan Behnel | extended for-loop test case |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Stefan Behnel | don't use PyTuple_SetItem(): it differs from 'tup[i... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Robert Bradshaw | Merge 0.10.1 release. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Robert Bradshaw | 0.10.1 - bump version, metadata |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Robert Bradshaw | Added tag cython-0.10.1 for changeset ef9d2c680684 |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Stefan Behnel | use PyDict_DelItem() for 'del d[x]' |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Stefan Behnel | use type specific Py*_SetItem() functions |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Stefan Behnel | avoid calling TupleNode.allocate_temps() in iter-dict... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Stefan Behnel | fixed ref-count bug in try-except handling 0.10.1 |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Stefan Behnel | fixed ref-count bug in try-except handling |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Stefan Behnel | test case for iter-dict transform |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Stefan Behnel | integrate new iter-dict transform |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Stefan Behnel | new transform that converts for-in-dict.iter*() into... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Stefan Behnel | crash work-around |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Stefan Behnel | inheritance fix |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Lisandro Dalcin | array size could be expressions with known C compile... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Stefan Behnel | fix Python level 'import as' of packages |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Stefan Behnel | disable slice assignments to pointers for now |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Stefan Behnel | off-by-one fix |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Stefan Behnel | compile time/runtime checks for array slice assignments |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Stefan Behnel | array size must be set as int, not numeric string |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Stefan Behnel | test case for array slice assignments |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Stefan Behnel | more fixme's |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Stefan Behnel | allow slice assignments for arrays |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Stefan Behnel | test cases for 'import as' |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Stefan Behnel | compile Visitor.py, reduces lxml compile time by anothe... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Stefan Behnel | fixed bug in Visitor cache, reduces lxml compile time... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Robert Bradshaw | Make raising a KeyError not the default for parsing... |
commit | commitdiff | tree | snapshot |
next |