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 |
2008-08-09 |
Stefan Behnel | fix format string in __Pyx_AddTraceback() to let it... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Stefan Behnel | cmd line docs |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Stefan Behnel | cmd line docs |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Stefan Behnel | quick way to enable multiple compilation *without*... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Stefan Behnel | let the cmd line option '-v' mean '--verbose', which... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Robert Bradshaw | Sage compiles. |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Stefan Behnel | Py3 test fixes |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Robert Bradshaw | Re-re-instate 908, everything should work now |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Stefan Behnel | add a warning for unraisable exceptions (but do not... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Stefan Behnel | reverted rev 921 (still breaks code) |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Stefan Behnel | Py3 test fix |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Stefan Behnel | Py3 test fixes |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Dag Sverre... | Buffers: Allow repeat count of 1 on single item format... |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Dag Sverre... | Buffers: Support for dtype=object |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Dag Sverre... | Buffers: Added __cythonbufferdefaults__ and refactor... |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Dag Sverre... | Buffers: Correct order of buffer argument typetest... |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Dag Sverre... | Buffer: Added casts to get rid of warnings for extensio... |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Dag Sverre... | Buffers: More stable buffer release code |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Stefan Behnel | fix setup of test runner for Py3 |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Dag Sverre... | "from cython cimport boundscheck" working |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Dag Sverre... | Removed obsolete unit test |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Dag Sverre... | Fixed another bug with [] indexing |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Dag Sverre... | Fix precedence rules of decorator options. |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Dag Sverre... | Treating cython: comments as regular comments when... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Dag Sverre... | Compiler option decorator, with statement, and testcase... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Dag Sverre... | Decorators: Added capability to refer to attributes... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Robert Bradshaw | Re-instate 908 with working type names as argument... |
commit | commitdiff | tree | snapshot |
next |