cython.git
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 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
2010-02-09 Craig CitroWhoops, forgot to test after previous patch.
2010-02-09 Craig Citromerge
2010-02-09 Craig CitroFix trac #506 -- error with overloading, pops up in...
2010-02-09 Stefan Behnelrenaming, renaming ...
2010-02-09 Stefan Behneldisabled broken CPP wrapper tests
2010-02-09 Stefan Behnelremoved cast from test case that should normally be...
2010-02-09 Stefan Behnelnew test directory for test modules that wrap C/C+...
2010-02-08 Robert BradshawFix overloaded functions for C++ classes.
2010-02-08 Stefan Behnelnew test case for ticket #505 (cimport cython)
2010-02-05 Robert BradshawSplit long string literals at 2000 chars.
2010-02-05 Christoph GohlkeGenerate shorter string literals
2010-02-05 Lisandro Dalcinfix outdated Parsing.pxd after merging gsoc-danilo
2010-02-05 daniloaf@daniloaf-PCFixing Parsing.pxd
2010-02-04 Robert BradshawFix unop_extras test.
2010-02-04 Robert BradshawMerge gsoc-danilo C++ code into main branch.
2010-02-04 Robert BradshawMore restrictions on stack allocated C++ objects.
2010-02-04 Robert BradshawNote about best_match function.
2010-02-04 Robert BradshawFix assignable_from for cpp classes.
2010-02-04 Robert BradshawFix class in template specialization.
2010-02-03 Robert BradshawUse cython.operator for operators.
2010-02-03 Robert BradshawHierarchical special cython module namespaces.
2010-02-02 Robert BradshawNew message(...) distinct from warn(...)
2010-02-02 Robert Bradshawcython.directive(None) clears directive setting back...
2010-02-02 Robert BradshawEnable safe type inferance by default.
2010-02-02 Robert BradshawAdded tag 0.12.1 for changeset e90c522631ae
2010-02-02 Robert BradshawCython 0.12.1 0.12.1
2010-01-31 Robert BradshawMake sure new can be used as a non-keyword.
2010-01-31 Robert Bradshaw0.12.1.rc1
2010-01-31 Robert BradshawTests for ticket #445.
2010-01-30 Robert BradshawTicket #445, explicit complex casting
2010-01-30 Robert Bradshaw0.12.1.rc0
2010-01-30 Robert BradshawPackage cleanup.
2010-01-30 daniloaf@daniloaf-PCFixed bug on subclass instanciation and using 'del...
2010-01-28 Stefan Behnelfix undefined name
2010-01-28 Stefan Behnelcatch ArithmeticError during constant folding => not...
2010-01-26 Robert Bradshaw0.12.1.beta0
2010-01-26 Robert BradshawINLINE -> CYTHON_INLINE to avoid conflicts
2010-01-24 Stefan Behneltest case for #467
2010-01-24 Stefan Behnelfix test after fixing #480
2010-01-24 Stefan Behnelfix #480: float() as a type cast for function return...
2010-01-24 Robert BradshawTestcase for #480.
2010-01-22 Robert Bradshaw0.12.1.alpha0
2010-01-22 Robert BradshawLibrary linking demo.
2010-01-22 Robert BradshawFix too many open files bug in testrunner.
2010-01-22 Robert BradshawVerbose type inference directive.
2010-01-22 Robert BradshawWarning for implicitly declared variables.
2010-01-22 Robert Bradshaw#479, sub-directives via keywords
next