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 |
2008-11-12 |
Robert Bradshaw | More Parsing.py optimizations |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Robert Bradshaw | Compile Cython.Compiler.Parsing.py, auto_cpdef, fix... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Stefan Behnel | partial implementation of the "exec" statement |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Stefan Behnel | import fixes for Py2.6 |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Robert Bradshaw | more bootstrap tweaks |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Robert Bradshaw | more compiler cythonization |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Robert Bradshaw | Further bootstrapping of Scanner |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Robert Bradshaw | Add __file__, __doc__, __name__, __builtins__ to module... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Robert Bradshaw | Cleanup manifest, auxiliary files. |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Dag Sverre... | cleanup |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Dag Sverre... | Fix segfault problem with recent numpy.pxd/Python 2... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Dag Sverre... | Include complex float structs in numpy.pxd |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Dag Sverre... | Minor optimization of previous change. |
commit | commitdiff | tree | snapshot |
2008-11-10 |
David Cournapeau | numpy.pxd support also when Py_ssize_t and npy_intp... |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Robert Bradshaw | Version 0.10 released |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Robert Bradshaw | Added tag 0.10 for changeset a89b05b78236 |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Lisandro Dalcin | add explicit cast to avoid GCC warnings with -Wwrite... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Stefan Behnel | conservative fix for empty switch statements |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Stefan Behnel | conservative fix for empty switch statements |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Lisandro Dalcin | For Py>=2.5, make GCC happy when passing -Wwrite-strings |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Robert Bradshaw | remove line comments from annotated html 0.10 |
commit | commitdiff | tree | snapshot |
next |