cython.git
2010-03-12 Dag Sverre... Backwards-compatability pxd files for CPython API
2010-03-12 Dag Sverre... Moving the CPython API to cpython. namespace
2010-03-10 Dag Sverre... Move C standard library pxd files to libc package
2010-03-10 Stefan Behnelfix print implementation in Py3, make it more suitable...
2010-03-10 Craig Citromerge
2010-03-10 Craig Citroarithmatic -> arithmetic
2010-03-10 Craig Citroseperated -> separated
2010-03-10 Craig CitroFix for autotestdict & property not playing well together.
2010-03-10 Lisandro Dalcinfix tescase for cast to pointer from integer of differe...
2010-03-10 Lisandro Dalcinfix buffer code and testcases to silent GCC warning
2010-03-09 Lisandro Dalcinfix testcases to silent GCC warning
2010-03-09 Craig CitroFixes to runtests.py.
2010-03-09 Lisandro Dalcinfix testcases to silent GCC warning
2010-03-09 Stefan Behneldoc fix
2010-03-09 Stefan Behneldoc fix
2010-03-09 Stefan Behneldoc fix
2010-03-09 Stefan Behneldoc fix
2010-03-09 Stefan Behnelfix sdist build in Py3
2010-03-09 Stefan Behnelcleanup code for print() function in Py3
2010-03-09 Stefan Behnelrenamed test functions to make the output more readable
2010-03-09 Stefan Behnelmerge
2010-03-09 Stefan Behnelimplemented 'print >> stream'
2010-03-09 Lisandro Dalcinchange display of typedef types, use plain name instead...
2010-03-06 Stefan Behnelfix infer_types directive check
2010-03-06 Stefan Behneldisabled another pyregr test
2010-03-06 Stefan Behnelcode simplification
2010-03-06 Stefan Behnelminor fix for double inference
2010-03-06 Stefan Behnelreadability fix
2010-03-06 Stefan Behnelfix ticket 467: restore eval-once semantics for all...
2010-03-06 Stefan Behnelfix test crashes
2010-03-05 Stefan Behnelsupport terminating the test runner without error retur...
2010-03-05 Stefan Behnelexclude Python regression test that currently breaks...
2010-03-05 Stefan Behnelcode cleanup
2010-03-05 Stefan Behnelsafety fix
2010-03-05 Stefan Behnelremove left-over
2010-03-05 Stefan Behnelmoved xmlrunner script to a different package
2010-03-05 Stefan Behnelimport cleanup for xmlrunner
2010-03-05 Stefan Behnellocal version of XML test result writer for unittests
2010-03-05 Stefan Behnelfix test by splitting it up: errors are now handled...
2010-03-05 Stefan Behnelfix unit test after parallel assignment change
2010-03-05 Stefan Behnelfixes, fixes, ...
2010-03-05 Stefan Behnelfixes, fixes, ...
2010-03-05 Stefan Behnelfixes, fixes, ...
2010-03-05 Stefan Behnelfix last commit
2010-03-05 Stefan Behnelexperimental XML output (requires unittest-xml-reportin...
2010-03-04 Stefan Behnelremoved code redundancy: do not generate ParallelAssign...
2010-03-04 Stefan Behnelmoved code for flattening parallel assignments from...
2010-03-04 Stefan Behneldocstrings
2010-03-04 Stefan Behnelextended test case
2010-02-24 Lisandro Dalcinfix for slice assignment
2010-02-25 Stefan Behnelsafety fix
2010-02-24 Stefan Behnelsupport for builtin iter(x, sentinel)
2010-02-24 Robert BradshawAvoid extra function call for un-optimized __Pyx_PyDict...
2010-02-24 Robert BradshawRemove benchmark from tests.
2010-02-23 Stefan Behnelremoved apparently dead comment
2010-02-23 Stefan Behnelremove 'inline' hint for lengthy dict.get() code
2010-02-23 Stefan Behnelreverted PyDict_GetItem() implementation, replaced...
2010-02-23 Stefan Behnelfix dict.get() fallback in Py2
2010-02-23 Stefan Behnelextended test case
2010-02-23 Stefan Behnelmerge
2010-02-23 Stefan Behneloptimise dict.get() in Py3 (and in Py2 when applicable)
2010-02-23 Stefan Behnelrenamed test case
2010-02-23 Robert Bradshawtypo
2010-02-23 Robert BradshawNone dict getitem test.
2010-02-23 Robert BradshawDict getitem test.
2010-02-23 Robert BradshawFast GetItem for declared dicts.
2010-02-21 Stefan Behneldoctests for cpp wrapper
2010-02-21 Stefan Behneltest runner fix: apparently, source files must be in...
2010-02-21 Stefan Behnelfix wrapper tests, now that the compiler is fixed
2010-02-21 Stefan Behnelfix wrapper tests, now that the compiler is fixed
2010-02-21 Robert Bradshawmerge latest cython-devel
2010-02-21 Robert BradshawAnnotation fix.
2010-02-21 Robert BradshawC99 inline
2010-02-21 Robert BradshawNested classes example.
2010-02-21 Robert BradshawAllow nested C++ types.
2010-02-20 Dag Sverre... merge
2010-02-20 Dag Sverre... Fix #508
2010-02-20 Robert BradshawUse string literals for namespace (rather than dotted...
2010-02-20 Robert Bradshawmerge
2010-02-20 Robert BradshawCompiler crash on calling non-entry function.
2010-02-19 Robert BradshawFunction overloading fixes.
2010-02-19 Robert BradshawMore complicated template tests.
2010-02-19 Robert BradshawMore cimported type fixes.
2010-02-19 daniloafFix on constructor call from cimported C++ classes
2010-02-19 Robert Bradshawterminology fix
2010-02-19 Robert BradshawC++ class constructor calls.
2010-02-19 Robert BradshawFix empty multi-dimensional array declarations.
2010-02-19 Robert BradshawMore array declaration tests.
2010-02-17 Stefan Behnelnew Emacs cython-mode by Georg Brandl
2010-02-17 Stefan Behnelmerge
2010-02-17 Robert Bradshawremove extraneous file
2010-02-17 Stefan Behnelsomewhat ugly hack for Py3.1+ to get Cython modules...
2010-02-17 Stefan Behneldisable extern_builtins_T258 test in Py2.3 (not a meani...
2010-02-17 Lisandro Dalcinfix test case in Py3
2010-02-17 Robert Bradshawmerge
2010-02-17 Robert BradshawFix pop optimization for 2.3.
2010-02-17 Stefan Behnelfix test case in Py3
2010-02-17 Stefan Behnelfix str default values in embedded signatures in Py3
2010-02-17 Lisandro DalcinPy2.3 compatibility fix
2010-02-12 Stefan Behnelsmarter type analysis in BinopNode: propagate known...
next