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-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-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 |
2008-11-04 |
Robert Bradshaw | Fix trac #107. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Robert Bradshaw | Fix compiler crash on error. |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Stefan Behnel | use argument name directly instead of indirect pointer |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Stefan Behnel | avoid generating inlined keyword unpacking code when... |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Stefan Behnel | Optimisation for kw args parsing: static parsing only... |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Stefan Behnel | fix Cython code context comments in C code when annotat... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Stefan Behnel | error test case for boolean cooercion of incompatible... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Robert Bradshaw | first beta |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Robert Bradshaw | Added tag 0.9.9.2.beta for changeset 82084a7b654e |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Robert Bradshaw | Add corner case temp (de)allocation test. 0.9.9.2.beta |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Robert Bradshaw | Fix subtle error in new temp allocation. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Lisandro Dalcin | merge |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Lisandro Dalcin | fix typo in generated C sources |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Robert Bradshaw | Less string pxd function checking |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Robert Bradshaw | more arg parsing fixes |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Robert Bradshaw | Trac #80, error on unimplemented pxd cdef functions |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Robert Bradshaw | Ticket #60, compiler crash on bad array |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Robert Bradshaw | more call tests with keywords |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Robert Bradshaw | more tests for callargs |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Robert Bradshaw | Don't bother testing the tuple type twice in the critic... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Robert Bradshaw | Fix segfault/invalid value in argument parsing code... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Robert Bradshaw | Fix ticket #98, better error reporting on bad types. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Lisandro Dalcin | unimportant fix in cleanup code for Py23 sets support |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Lisandro Dalcin | fix bugs introduced in last commit |
commit | commitdiff | tree | snapshot |
next |