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 |
2008-08-13 |
Dag Sverre... | Buffers: Fix for Python 2.6 beta compatability |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Dag Sverre... | Made bufaccess.pyx testcase Py3-compatible |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Dag Sverre... | Added --cython-only switch to runtests.py |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Robert Bradshaw | Sage compiles |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Robert Bradshaw | embed positions fix |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Robert Bradshaw | change include to import for python.pxd |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Robert Bradshaw | string escaping bugs |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Robert Bradshaw | Minor fixes for bufaccess. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Robert Bradshaw | Merge fixes, fix constant unicode, string literal indexing. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Robert Bradshaw | merge dag and devel branches |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Stefan Behnel | parsetuple format fix |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Stefan Behnel | use a dedicated UnicodeType and UnicodeNode to represen... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Stefan Behnel | applied Py3 exception format patch by Lisandro |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Stefan Behnel | slight test change |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Stefan Behnel | new test case that shows broken string literal slicing... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Stefan Behnel | allow unicode values up to 1114111, even if they are... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Stefan Behnel | use correct byte encoding for char values, some escapin... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Stefan Behnel | fix raw string escapes |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Stefan Behnel | the module docstring didn't get escaped |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Stefan Behnel | unescape all string content in the parser and escape... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Stefan Behnel | docstrings in classes were neither escaped nor byte... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Stefan Behnel | cleanup: removed special cases from string escaping... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Stefan Behnel | better test output: everything else goes through sys... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Stefan Behnel | Py2.6/3.0 import fixes |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Stefan Behnel | Py2.6/3.0 import fixes |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Stefan Behnel | escape C digraphs, trigraphs and other special characte... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Stefan Behnel | Py3 test fixes |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Stefan Behnel | Py2.3 test fixes |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Stefan Behnel | new test runner option to run the regression tests... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Stefan Behnel | more readable test output |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Stefan Behnel | support for long unicode escapes ('\U...') |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Stefan Behnel | better character escapes in C code: oct works better... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Stefan Behnel | compiler error fix |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Stefan Behnel | fix code indentation for strings that contain '{}' |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Stefan Behnel | Py3/2.6 beta 2 have a public PyType_Modified() function |
commit | commitdiff | tree | snapshot |
next |