2010-03-14 |
Stefan Behnel | fix for cython.set in Py3 (again) |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Stefan Behnel | fix for cython.set in Py3 |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Stefan Behnel | move Cython language keywords out of the way when parsi... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Stefan Behnel | provide 'set' builtin type in 'cython' namespace to... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Stefan Behnel | better error output |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Stefan Behnel | provide 'set' builtin type in 'cython' namespace to... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Lisandro Dalcin | Python 3 except clauses (ticket #519) |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | Py2.7 test fixes |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | Py3 test fix |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | use Unix line endings |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | Py3 test fix |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | Py3 test fix |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | typo |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | safety fix in test runner |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | fix again |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | fix |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | prevent double refactoring when testing an installed... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | Py3 fix |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Robert Bradshaw | Exception corner case. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | disable forked testing when collecting test results... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | trial test fix for Py2.7 |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | test output formatting |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | Py2.3 test fix |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | Py2.3 test fix |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Stefan Behnel | find .pxd include directories automatically during... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Craig Citro | merge |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Craig Citro | Fix error creating C++ class |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Craig Citro | Make Cython report errors during load, and fix several... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Craig Citro | Minor cleanups |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Dag Sverre... | Add pxd packages in Includes to distribution creation |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Dag Sverre... | Have the refnanny use the new CPython API namespace |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Dag Sverre... | Backwards-compatability pxd files for CPython API |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Dag Sverre... | Moving the CPython API to cpython. namespace |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Robert Bradshaw | Refnanny unraisable fix. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Lisandro Dalcin | fix Makefile, clean more *.py[co] files |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Lisandro Dalcin | remove ancient Plex test file |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Robert Bradshaw | Get rid of unraisable warnings in the refnanny. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Lisandro Dalcin | remove dependency on structmember.h |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Stefan Behnel | trial fix for Py2.3 build |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Stefan Behnel | trial fix for Py2.3 build |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Stefan Behnel | Py2.3 fix |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Lisandro Dalcin | fix typo in Makefile and remove make logfile after run |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Lisandro Dalcin | fix signed/unsigned comparison in buffer access code |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Stefan Behnel | run embedding test with current Python, not system... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Stefan Behnel | run embedding test with current Python, not system... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Stefan Behnel | Py2.3 test work-around |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Stefan Behnel | py2.3 build fix |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Stefan Behnel | re-enable exception beautification |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Craig Citro | Fix DeprecationWarning: e.message -> e.args[0] for... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Lisandro Dalcin | casting to typedef pointer/array types (ticket #518) |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Robert Bradshaw | merge latest cython-devel into cpp branch |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Stefan Behnel | simplification |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Dag Sverre... | Move C standard library pxd files to libc package |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Stefan Behnel | minor cleanup |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Stefan Behnel | support 'from __future__ import print_function' in... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Stefan Behnel | fix print implementation in Py3, make it more suitable... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Craig Citro | merge |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Craig Citro | arithmatic -> arithmetic |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Craig Citro | seperated -> separated |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Craig Citro | Fix for autotestdict & property not playing well together. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Lisandro Dalcin | fix tescase for cast to pointer from integer of differe... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Lisandro Dalcin | fix buffer code and testcases to silent GCC warning |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Lisandro Dalcin | fix testcases to silent GCC warning |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Craig Citro | Fixes to runtests.py. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Lisandro Dalcin | fix testcases to silent GCC warning |
commit | commitdiff | tree | snapshot |
2010-03-09 |
daniloaf | some .pxd for stl on Cython/Includes/libcpp. Tests... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Stefan Behnel | doc fix |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Stefan Behnel | doc fix |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Stefan Behnel | doc fix |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Stefan Behnel | doc fix |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Stefan Behnel | fix sdist build in Py3 |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Stefan Behnel | cleanup code for print() function in Py3 |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Stefan Behnel | renamed test functions to make the output more readable |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Stefan Behnel | implemented 'print >> stream' |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Lisandro Dalcin | change display of typedef types, use plain name instead... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Stefan Behnel | fix infer_types directive check |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Stefan Behnel | disabled another pyregr test |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Stefan Behnel | code simplification |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Stefan Behnel | minor fix for double inference |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Stefan Behnel | readability fix |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Stefan Behnel | fix ticket 467: restore eval-once semantics for all... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Stefan Behnel | fix test crashes |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Stefan Behnel | support terminating the test runner without error retur... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Stefan Behnel | exclude Python regression test that currently breaks... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Stefan Behnel | code cleanup |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Stefan Behnel | safety fix |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Stefan Behnel | remove left-over |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Stefan Behnel | moved xmlrunner script to a different package |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Stefan Behnel | import cleanup for xmlrunner |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Stefan Behnel | local version of XML test result writer for unittests |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Stefan Behnel | fix test by splitting it up: errors are now handled... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Stefan Behnel | fix unit test after parallel assignment change |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Stefan Behnel | fixes, fixes, ... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Stefan Behnel | fixes, fixes, ... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Stefan Behnel | fixes, fixes, ... |
commit | commitdiff | tree | snapshot |
next |