2009-11-05 |
Robert Bradshaw | Fix bug #252, mangle illegal optional c argument names. 0.12.alpha0 |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Robert Bradshaw | Tests for ticket #446. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Robert Bradshaw | Fix ticket #446 (non-float complex regression). |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Stefan Behnel | run gc after running a test, prevent the test runner... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Dag Sverre... | Fix #441 |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Robert Bradshaw | Optimized list pop. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Robert Bradshaw | Optional forking in runtests.py |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Dag Sverre... | Temporary fix for #441 |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Dag Sverre... | Fix #444 (utility code not pulled in in corner case) |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Stefan Behnel | disable compile time error in favour of a runtime error... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Stefan Behnel | test __new__() optimisation interaction with __cinit__() |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Robert Bradshaw | complex number coercion fix |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Robert Bradshaw | Fix complex zero division testing. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Stefan Behnel | fix tp_new() function return type |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Stefan Behnel | fix C assignment issue for the typed target case |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Stefan Behnel | add a None check, except for plain extension type names |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Stefan Behnel | optimise MyType.__new__(MyType) into a tp_new() slot... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Stefan Behnel | Py3 test fix |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Stefan Behnel | Py3 doctest fix |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Stefan Behnel | various Py3 test fixes after doctest refactoring |
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-12 |
Mark Lodato | freeze: Makefile: use -fno-strict-aliasing |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Mark Lodato | freeze: Makefile: add target to build README.html |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Mark Lodato | freeze: rename README.rst to README.txt |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Mark Lodato | freeze: add --pymain example |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Mark Lodato | freeze: add -p option for calling Py_Main() |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Mark Lodato | freeze: remove blank lines from beginning and end |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Mark Lodato | freeze: add -o option for setting output file |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Mark Lodato | freeze: use optparse to parse arguments |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Mark Lodato | freeze: Makefile: flags from distutils.sysconfig |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Mark Lodato | freeze: README: fix typos and mistakes in example |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Mark Lodato | freeze: Makefile: only clean specific C files |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Mark Lodato | freeze: remove mistaken semicolon |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Mark Lodato | freeze: fix cmath.pyx when run as __main__ |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Mark Lodato | freeze: fix Makefile's CYTHON path |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Mark Lodato | freeze: rename cython_freeze.py to cython_freeze |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Mark Lodato | freeze: in documentation, reference Demos/freeze |
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-12 |
Mark Lodato | prevent warnings when compiling with `gcc -Wextra` |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Lisandro Dalcin | additional test for type casts (ticket #417) |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Lisandro Dalcin | Extension type cast should reject None (ticket #417) |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Mark Lodato | numpy.pxd: add NPY_UINT64 and family |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Mark Lodato | numpy.pxd: fix typo PyArray_ISISCONTIGUOUS |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Stefan Behnel | applied pyximport patch from ticket 312 |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Stefan Behnel | fix cascade order of assignments for complete assignmen... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Stefan Behnel | more .pxd cleanups |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Stefan Behnel | fix bug 409: use cascaded assignments also for the... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Robert Bradshaw | Fix #250, Traceback method name is wrong for exceptions... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Robert Bradshaw | Fix ticket #215, explicit error for __getslice__, __del... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Stefan Behnel | fix in-place division in Py3 |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Robert Bradshaw | Annotation work. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Robert Bradshaw | Remove backwards incompatable change to string identifiers. |
commit | commitdiff | tree | snapshot |
next |