cython.git
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-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 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 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-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
2010-01-21 Robert BradshawUniformize and cleanup operator overloading.
2010-01-21 Robert Bradshawsolaris + gcc fix
2010-01-16 Robert Bradshawcpp () operator
2010-01-16 Robert BradshawSupport for [] operator.
2010-01-15 Robert BradshawRemove broken test from working one.
2010-01-15 Robert Bradshawcpp template tests
2010-01-15 Robert Bradshawstl vector test
2010-01-15 Robert BradshawAllow <include_file> as well as "include_file"
2010-01-15 Robert BradshawC++ templating fixes.
2010-01-15 Robert BradshawComplex define cleanup.
2010-01-15 Robert BradshawC++ cmp operators.
2010-01-15 Robert BradshawMore operator overloading parsing/testing.
2010-01-15 Robert BradshawStricter operator overloading parsing.
2010-01-15 Robert BradshawRunning C++ operator tests.
2010-01-15 Robert BradshawVarious C++ operator overloading fixes.
2010-01-15 Robert Bradshawbugs.txt can select on test dir as well
2010-01-14 Robert Bradshawtests for inc/dec and deref
2010-01-14 Robert BradshawSupport increment/decrement via Cython special methods...
2010-01-14 Robert BradshawDereference node.
2010-01-14 Robert BradshawGeneralize unop cython special methods.
2010-01-14 Robert BradshawMore error message fixes.
2010-01-14 Robert BradshawTypo in error messages.
2010-01-14 Robert BradshawSome reference type refinements.
2010-01-14 Robert Bradshawre-fix failing tests
2010-01-14 Stefan Behnellooks like CPython can handle dict subtypes in kwargs...
2010-01-14 Stefan Behnelcode simplification: rewrite of #470 implementation...
2010-01-14 Stefan Behnelimplement #470: non-dicts as **kwargs
2010-01-14 Stefan BehnelPy2/3 portability fixes in test runner
2010-01-13 Stefan Behnelsupport xrange() in Py3 by mapping it to range()
2010-01-09 Robert BradshawBetter indentation for profiling macros.
2010-01-09 Robert BradshawMaybe fix #473 -- MSVC strict about variable declaratio...
2010-01-08 Robert BradshawPy3 fixes for embedded example.
2010-01-06 Robert Bradshawminor fix
2009-12-30 Robert Bradshawcleanup
next