2008-08-26 |
Stefan Behnel | cleanup, avoid allocating a Python string for the self... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Stefan Behnel | refactoring: split huge code generation method into... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Dag Sverre... | More cleanup |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Dag Sverre... | Cleanup |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Dag Sverre... | Updated buffers to beta 3 of Py3 |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Stefan Behnel | some code cleanup and beautification, fix error message... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Stefan Behnel | fix: passing all positional arguments as kw-args was... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Stefan Behnel | more readable label name |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Stefan Behnel | cleanup: one place to generate arg-tuple related errors... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Stefan Behnel | inlined *args splitting code |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Stefan Behnel | comments |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Stefan Behnel | rewrite of the argument unpacking code, now using fast... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Stefan Behnel | optimisation: store keyword argument names as Python... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Stefan Behnel | Py3k C-API usage fix |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Stefan Behnel | Py3k test fix |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Stefan Behnel | support excluding tests via command line |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Stefan Behnel | more test fixes |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Stefan Behnel | remove compiler warning about unused helper function |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Stefan Behnel | more accurate exception messages when passing a wrong... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Stefan Behnel | more cleanup |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Stefan Behnel | fixed error handling for required keyword arguments |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Stefan Behnel | fixed handling of keyword-only arguments |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Stefan Behnel | almost complete in-place implementation of Python's... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Stefan Behnel | changed Python C-API usage test case to test includes... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Stefan Behnel | added .pxd for PyUnicode C-API to Cython/Includes/ |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Stefan Behnel | allow keyword arguments after *args in a function call... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Andrew Straw | Buffers: testcase cleanup |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Dag Sverre... | Disallowing buffer indexing as for loop target, as... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Stefan Behnel | new python_version.pxd for the Python C compile time... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Stefan Behnel | change SageX references to Cython |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Robert Bradshaw | Make sure the Includes get bundled. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Robert Bradshaw | Bump version number to 0.9.8.1 |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Robert Bradshaw | Added tag 0.9.8.1 for changeset a09347d7b470 |
commit | commitdiff | tree | snapshot |
2008-08-19 |
HoytKoepke | Fix crash and bug in AnnotationCCodeWriter 0.9.8.1 |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Robert Bradshaw | Add another missing file. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Robert Bradshaw | Added missing file for tests. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Dag Sverre... | runtests.py tests for numpy presence before running... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Stefan Behnel | test for 'print a,' |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Dag Sverre... | Some testcase cleanup. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Stefan Behnel | removed obsolete test |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Robert Bradshaw | Add pyximport to manifest |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Robert Bradshaw | Better setup.py pyximport installation |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Robert Bradshaw | sizeof() works on cdef attributes and cimported types |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Robert Bradshaw | Better fix for include/comments, squelch internal compi... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Robert Bradshaw | Require cython: for compiler directives |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2008-08-16 |
HoytKoepke | Annotation fix when no else clause. |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Stefan Behnel | this patch seems to fix some builtin-related declaratio... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Stefan Behnel | extended test case that currently fails |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Stefan Behnel | somewhat incomplete test for cdef kwargs, but here... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Stefan Behnel | better error message |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Robert Bradshaw | Fix public extensions declared in pxd files. |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Robert Bradshaw | Optimization for shorter docstrings. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
david@evans... | Split docstring around \n for compilers who barf at... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
david@evans... | Fix missing opening parenthesis. |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Robert Bradshaw | install pyximport on Cython installation |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Robert Bradshaw | minor changes to get pyximport working |
commit | commitdiff | tree | snapshot |
2008-08-16 |
PaulPrescod | pyximport for compiling .pyx files on import |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Robert Bradshaw | Fix parse_option_value error catching. |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Robert Bradshaw | inplace side effect tests |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Buffers: ndim option must now be given as keyword argument |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | numpy.pxd: Added type_t typedefs corresponding to prede... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Raise compilation error on object[object] inplace opera... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Changed compiler directive comment format |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Changed compiler directive option from -O to -X |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Improved numpy testcase |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Propagating options through list comprehensions. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Added support for recursive trees to Node.dump() utility |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Added cutoff argument to Node.dump() utility |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Buffers: Unicode dict key problem |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Buffers: Inplace operators working |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Cloneable buffer IndexNode (preparations for buffer... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | More inplace operator testcases |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Testcase for C array inplace operators |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Backed out changeset c59d0e5d0bdf -- it broke C array... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Buffers: Inplace operators. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Buffers: Support for typedefs floats. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Buffers: Update test-case strings, clean up endianness |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | numpy.pxd improvements, see details |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Dag Sverre... | Make numpy tests run on my doctest |
commit | commitdiff | tree | snapshot |
2008-08-15 |
JimKleckner | Windos __stdcall and _USE_MATH_DEFINES |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Robert Bradshaw | More NumPy array fixes. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Stefan Behnel | removed debug code |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Stefan Behnel | Rewrite of the string literal handling code |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Stefan Behnel | test runner fix |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Stefan Behnel | merge of 0.9.8.1 beta2 |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Robert Bradshaw | Fix annotation. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Robert Bradshaw | Partial revert of 1001, use builtin unicode type. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Stefan Behnel | better test output |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Robert Bradshaw | Fix embed_position encoding bug. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Dag Sverre... | Fixed buffer [] syntax yet another time |
commit | commitdiff | tree | snapshot |
next |