| 2009-10-30 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
| 2009-10-30 |
Robert Bradshaw | remove sage-specific and unused incref-local-binop... |
commit | commitdiff | tree | snapshot |
| 2009-10-29 |
Stefan Behnel | rewrite of C array iteration support to iterate directl... |
commit | commitdiff | tree | snapshot |
| 2009-10-29 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
| 2009-10-29 |
Stefan Behnel | fix #442: non-pyobject for-in-loop targets failed with... |
commit | commitdiff | tree | snapshot |
| 2009-10-29 |
Robert Bradshaw | Move some tests into function docstrings. |
commit | commitdiff | tree | snapshot |
| 2009-10-29 |
Stefan Behnel | extended/fixed test case |
commit | commitdiff | tree | snapshot |
| 2009-10-29 |
Stefan Behnel | optimise calls to int() and float() for casting purposes |
commit | commitdiff | tree | snapshot |
| 2009-10-29 |
Robert Bradshaw | use plain malloc/free in freezing code |
commit | commitdiff | tree | snapshot |
| 2009-10-29 |
Robert Bradshaw | T442, not T441. |
commit | commitdiff | tree | snapshot |
| 2009-10-29 |
Robert Bradshaw | Test fixes for T441 enumerate bug. |
commit | commitdiff | tree | snapshot |
| 2009-10-29 |
Robert Bradshaw | Workaround for T441, enumerate optimization bug. |
commit | commitdiff | tree | snapshot |
| 2009-10-29 |
Robert Bradshaw | Fix to compile sage. |
commit | commitdiff | tree | snapshot |
| 2009-10-29 |
Robert Bradshaw | Disable embedded testing for Py3 (can't run Cython). |
commit | commitdiff | tree | snapshot |
| 2009-10-29 |
Robert Bradshaw | add embedding to the test suite |
commit | commitdiff | tree | snapshot |
| 2009-10-29 |
Robert Bradshaw | Test for --embedded mode. |
commit | commitdiff | tree | snapshot |
| 2009-10-28 |
Dag Sverre... | Fix complex return values |
commit | commitdiff | tree | snapshot |
| 2009-10-28 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
| 2009-10-28 |
Dag Sverre... | Testcase: Coercing typedef float to complex miscompiles |
commit | commitdiff | tree | snapshot |
| 2009-10-28 |
Stefan Behnel | extended test case for ticket 252 |
commit | commitdiff | tree | snapshot |
| 2009-10-28 |
Sturla Molden | Syntax highlighting for Cython and NumPy for KATE and... |
commit | commitdiff | tree | snapshot |
| 2009-10-28 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
| 2009-10-28 |
Stefan Behnel | added doctest to compile test case |
commit | commitdiff | tree | snapshot |
| 2009-10-28 |
Stefan Behnel | extended test case to make sure the ref-count optimisat... |
commit | commitdiff | tree | snapshot |
| 2009-10-28 |
Stefan Behnel | drop ref-counting on C attribute swaps |
commit | commitdiff | tree | snapshot |
| 2009-10-27 |
Stefan Behnel | Py3 test fixes |
commit | commitdiff | tree | snapshot |
| 2009-10-27 |
Stefan Behnel | test fixes for Py2.4 |
commit | commitdiff | tree | snapshot |
| 2009-10-27 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
| 2009-10-27 |
Dag Sverre... | numpy.pxd: Add intp_t and uintp_t |
commit | commitdiff | tree | snapshot |
| 2009-10-27 |
Stefan Behnel | efficiently support for-in loops over char* arrays... |
commit | commitdiff | tree | snapshot |
| 2009-10-26 |
Dag Sverre... | Nicer error message for undeclared[idx] |
commit | commitdiff | tree | snapshot |
| 2009-10-26 |
Stefan Behnel | check for bytes.decode() optimisation in test case |
commit | commitdiff | tree | snapshot |
| 2009-10-26 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
| 2009-10-26 |
Stefan Behnel | drop redundant specialisation code from for-in loop... |
commit | commitdiff | tree | snapshot |
| 2009-10-26 |
Stefan Behnel | cleanup, support unbound method calls to bytes.decode() |
commit | commitdiff | tree | snapshot |
| 2009-10-25 |
Stefan Behnel | ticket 436: efficiently support char*.decode() through... |
commit | commitdiff | tree | snapshot |
| 2009-10-25 |
Lisandro Dalcin | add missing slots 'tp_del' (Py>=2.3) and 'tp_version_ta... |
commit | commitdiff | tree | snapshot |
| 2009-10-25 |
Stefan Behnel | fix intern() test in Py3 |
commit | commitdiff | tree | snapshot |
| 2009-10-24 |
Lisandro Dalcin | fix testcase |
commit | commitdiff | tree | snapshot |
| 2009-10-24 |
Robert Bradshaw | Better makefile clean. |
commit | commitdiff | tree | snapshot |
| 2009-10-24 |
Mark Lodato | --embed mode: fix Py3, floating point on FreeBSD |
commit | commitdiff | tree | snapshot |
| 2009-10-24 |
Mark Lodato | freeze: fix for compiling with Python3 |
commit | commitdiff | tree | snapshot |
| 2009-10-24 |
Mark Lodato | freeze: exit(2) in examples, to test exit code |
commit | commitdiff | tree | snapshot |
| 2009-10-24 |
Mark Lodato | freeze: include FreeBSD fix from Python's main() |
commit | commitdiff | tree | snapshot |
| 2009-10-24 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
| 2009-10-24 |
Stefan Behnel | fix identifier decoding check |
commit | commitdiff | tree | snapshot |
| 2009-10-24 |
Stefan Behnel | fix exec in Py2.3 |
commit | commitdiff | tree | snapshot |
| 2009-10-24 |
Stefan Behnel | missing weakref .pxd file, include all python_*.pxd... |
commit | commitdiff | tree | snapshot |
| 2009-10-24 |
Stefan Behnel | removed dead comment |
commit | commitdiff | tree | snapshot |
| 2009-10-24 |
Stefan Behnel | minor refactoring, use 'notnone=True' in type tests |
commit | commitdiff | tree | snapshot |
| 2009-10-21 |
Stefan Behnel | another merge fix |
commit | commitdiff | tree | snapshot |
| 2009-10-21 |
Stefan Behnel | merged in latest cython-devel (with minor merge fixes) |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Stefan Behnel | handle simple swap assignments without ref-counting |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Stefan Behnel | comments |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Stefan Behnel | fix switch transform |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Stefan Behnel | another rewrite to catch comparisons of invalid types |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Stefan Behnel | don't allow pointer assignments to Python variables... |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Stefan Behnel | test simplification |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Dag Sverre... | Fix for buffer testcase (s must be bytes, not unicode) |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Dag Sverre... | Blacklist __nonzero__ from autotestdict |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Dag Sverre... | numpy.pxd: npy_complexX should be the C structs used... |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Dag Sverre... | Fix z.conjugate() for typedef-ed z; disallow external... |
commit | commitdiff | tree | snapshot |
| 2009-10-19 |
Stefan Behnel | find common type for comparisons *before* coercing... |
commit | commitdiff | tree | snapshot |
| 2009-10-18 |
Stefan Behnel | Py3 test fixes |
commit | commitdiff | tree | snapshot |
| 2009-10-18 |
Stefan Behnel | fix default string value representation in auto-embedde... |
commit | commitdiff | tree | snapshot |
| 2009-10-18 |
Stefan Behnel | enable working test |
commit | commitdiff | tree | snapshot |
| 2009-10-18 |
Stefan Behnel | fix source comments for non-ASCII characters |
commit | commitdiff | tree | snapshot |
| 2009-10-18 |
Stefan Behnel | test case cleanup |
commit | commitdiff | tree | snapshot |
| 2009-10-18 |
Stefan Behnel | new test case for reraising exceptions |
commit | commitdiff | tree | snapshot |
| 2009-10-18 |
Stefan Behnel | Python calls SetTraceback() later, so should we |
commit | commitdiff | tree | snapshot |
| 2009-10-18 |
Stefan Behnel | fix memory leak in new exception raising code |
commit | commitdiff | tree | snapshot |
| 2009-10-18 |
Stefan Behnel | refactoring of exception raising code, simpler/faster... |
commit | commitdiff | tree | snapshot |
| 2009-10-17 |
Stefan Behnel | Py2 test fixes |
commit | commitdiff | tree | snapshot |
| 2009-10-17 |
Stefan Behnel | avoid redundant recoding during code comment injection... |
commit | commitdiff | tree | snapshot |
| 2009-10-17 |
Stefan Behnel | fix bug 412: str char comparison, refactoring to move... |
commit | commitdiff | tree | snapshot |
| 2009-10-17 |
Stefan Behnel | fix test case in C++ |
commit | commitdiff | tree | snapshot |
| 2009-10-17 |
Robert Bradshaw | some test fixes |
commit | commitdiff | tree | snapshot |
| 2009-10-17 |
Robert Bradshaw | Better error for foo(*args) when foo a cdef function. |
commit | commitdiff | tree | snapshot |
| 2009-10-16 |
Stefan Behnel | simple test for testing truth of C values |
commit | commitdiff | tree | snapshot |
| 2009-10-16 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
| 2009-10-16 |
Stefan Behnel | more .pxd signature fixing |
commit | commitdiff | tree | snapshot |
| 2009-10-16 |
Dag Sverre... | Yet another bugfix for autotestdict |
commit | commitdiff | tree | snapshot |
| 2009-10-16 |
Dag Sverre... | Update a testcase |
commit | commitdiff | tree | snapshot |
| 2009-10-16 |
Dag Sverre... | Fix Parsing.py so it compiles with Cython |
commit | commitdiff | tree | snapshot |
| 2009-10-16 |
Dag Sverre... | Fix #418 (wrong error message) |
commit | commitdiff | tree | snapshot |
| 2009-10-16 |
Dag Sverre... | Another utility code order fix |
commit | commitdiff | tree | snapshot |
| 2009-10-16 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
| 2009-10-16 |
Dag Sverre... | Even more helpful error message (use bytes?) |
commit | commitdiff | tree | snapshot |
| 2009-10-16 |
Dag Sverre... | Fix complex number utitity code order (sometimes they... |
commit | commitdiff | tree | snapshot |
| 2009-10-16 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
| 2009-10-16 |
Stefan Behnel | fixed various declarations in shipped .pxd files |
commit | commitdiff | tree | snapshot |
| 2009-10-16 |
Dag Sverre... | Change command-line directive behaviour for 0.12 |
commit | commitdiff | tree | snapshot |
| 2009-10-15 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
| 2009-10-15 |
Stefan Behnel | new ndarray.base setter/getter functions by Neal Becker |
commit | commitdiff | tree | snapshot |
| 2009-10-15 |
Stefan Behnel | fix PyObject declaration |
commit | commitdiff | tree | snapshot |
| next |