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-10 |
Dag Sverre... | Move C standard library pxd files to libc package |
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 |
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 |
2010-03-05 |
Stefan Behnel | fix last commit |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Stefan Behnel | experimental XML output (requires unittest-xml-reportin... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Stefan Behnel | removed code redundancy: do not generate ParallelAssign... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Stefan Behnel | moved code for flattening parallel assignments from... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Stefan Behnel | docstrings |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Lisandro Dalcin | fix for slice assignment |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Stefan Behnel | safety fix |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Stefan Behnel | support for builtin iter(x, sentinel) |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Robert Bradshaw | Avoid extra function call for un-optimized __Pyx_PyDict... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Robert Bradshaw | Remove benchmark from tests. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Stefan Behnel | removed apparently dead comment |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Stefan Behnel | remove 'inline' hint for lengthy dict.get() code |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Stefan Behnel | reverted PyDict_GetItem() implementation, replaced... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Stefan Behnel | fix dict.get() fallback in Py2 |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Stefan Behnel | extended test case |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Stefan Behnel | optimise dict.get() in Py3 (and in Py2 when applicable) |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Stefan Behnel | renamed test case |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Robert Bradshaw | typo |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Robert Bradshaw | None dict getitem test. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Robert Bradshaw | Dict getitem test. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Robert Bradshaw | Fast GetItem for declared dicts. |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Stefan Behnel | doctests for cpp wrapper |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Stefan Behnel | test runner fix: apparently, source files must be in... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Stefan Behnel | fix wrapper tests, now that the compiler is fixed |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Stefan Behnel | fix wrapper tests, now that the compiler is fixed |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Robert Bradshaw | merge latest cython-devel |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Robert Bradshaw | Annotation fix. |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Robert Bradshaw | C99 inline |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Robert Bradshaw | Nested classes example. |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Robert Bradshaw | Allow nested C++ types. |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Dag Sverre... | Fix #508 |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Robert Bradshaw | Use string literals for namespace (rather than dotted... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Robert Bradshaw | Compiler crash on calling non-entry function. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Robert Bradshaw | Function overloading fixes. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Robert Bradshaw | More complicated template tests. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Robert Bradshaw | More cimported type fixes. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
daniloaf | Fix on constructor call from cimported C++ classes |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Robert Bradshaw | terminology fix |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Robert Bradshaw | C++ class constructor calls. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Robert Bradshaw | Fix empty multi-dimensional array declarations. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Robert Bradshaw | More array declaration tests. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Stefan Behnel | new Emacs cython-mode by Georg Brandl |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Robert Bradshaw | remove extraneous file |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Stefan Behnel | somewhat ugly hack for Py3.1+ to get Cython modules... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Stefan Behnel | disable extern_builtins_T258 test in Py2.3 (not a meani... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Lisandro Dalcin | fix test case in Py3 |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Robert Bradshaw | Fix pop optimization for 2.3. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Stefan Behnel | fix test case in Py3 |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Stefan Behnel | fix str default values in embedded signatures in Py3 |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Lisandro Dalcin | Py2.3 compatibility fix |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Stefan Behnel | smarter type analysis in BinopNode: propagate known... |
commit | commitdiff | tree | snapshot |
next |