cython.git
2010-03-11 Lisandro Dalcinremove dependency on structmember.h
2010-03-11 Stefan Behneltrial fix for Py2.3 build
2010-03-11 Stefan Behneltrial fix for Py2.3 build
2010-03-11 Stefan BehnelPy2.3 fix
2010-03-11 Lisandro Dalcinfix typo in Makefile and remove make logfile after run
2010-03-11 Lisandro Dalcinfix signed/unsigned comparison in buffer access code
2010-03-11 Stefan Behnelrun embedding test with current Python, not system...
2010-03-11 Stefan Behnelrun embedding test with current Python, not system...
2010-03-11 Stefan BehnelPy2.3 test work-around
2010-03-11 Stefan Behnelpy2.3 build fix
2010-03-11 Stefan Behnelre-enable exception beautification
2010-03-10 Lisandro Dalcincasting to typedef pointer/array types (ticket #518)
2010-03-10 Robert Bradshawmerge latest cython-devel into cpp branch
2010-03-10 Stefan Behnelsimplification
2010-03-10 Stefan Behnelminor cleanup
2010-03-10 Stefan Behnelsupport 'from __future__ import print_function' in...
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 daniloafsome .pxd for stl on Cython/Includes/libcpp. Tests...
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-03-04 daniloafFixed bug on overloaded methods from templated C++...
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 BradshawReference type inference
2010-02-21 Robert BradshawSimple reference tests.
2010-02-21 Robert BradshawParsing fix, vector test.
2010-02-21 Robert BradshawFunction call returning a reference is an lvalue.
2010-02-21 Robert Bradshawcleanup
2010-02-21 Robert BradshawC++ references
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
next