cython.git
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...
2010-02-12 Robert BradshawDon't split long literals at backslash.
2010-02-12 Christoph GohlkeTestcase for long string literals.
2010-02-12 Robert BradshawInfer common basetype for extension types.
2010-02-12 Robert BradshawFix type inference tests for int types.
2010-02-12 Robert BradshawInfer integer types when entries not used in arithmatic...
2010-02-12 daniloafFix on test 'cpp_classes'
2010-02-12 daniloafFixing bug on contructors for inherited classes.
2010-02-11 Stefan Behnelextended test case
2010-02-11 Stefan Behnelextended test case
2010-02-11 Stefan Behnelminor fix and extension to type inference for builtin...
2010-02-11 Stefan Behneltype inference for some common operations between built...
2010-02-11 Stefan Behnelfix doctest
2010-02-11 Stefan Behnelextended test case
2010-02-11 Robert BradshawFix subclass specialization.
2010-02-11 Stefan Behnelenable for-in iteration also for C arrays of known...
2010-02-10 Robert BradshawMake tests cleaner.
2010-02-10 Robert BradshawGet rid of __Pyx_Name unused warning.
2010-02-10 Robert BradshawMore safe types to infer.
2010-02-10 Robert Bradshawmerge latest cython-devel
2010-02-10 Robert BradshawBacked out changeset 7a5f638711bd, redundant with cytho...
2010-02-10 Robert BradshawFixes for nested templates.
2010-02-10 Robert BradshawMore buffer type analysis deferment.
2010-02-10 Robert BradshawSimplify p_positional_and_keyword_args with s.peek()
2010-02-10 Robert BradshawEnable non expression-like types for templates.
2010-02-10 Craig CitroFix for #505 mistakenly treated things like "cimport...
2010-02-09 Craig CitroFix trac #505: problem with cimport cython
next