cython.git
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
2009-12-18 Stefan Behnelcleanups after removing Lexicon.pickle
2009-12-18 Stefan Behnelremove legacy pickling of Lexicon.py
2009-12-18 daniloaf@daniloaf-PCFixing best match removing ambiguity with pointer and...
2009-12-18 Lisandro Dalcinprotect definition of INLINE and fix for MSVC (thanks...
2009-12-17 Lisandro Dalcinremove old Pyrex code for calling a C compiler to build...
2009-12-17 Stefan Behneladded .pxd for legacy Python 2 buffer interface
2009-12-15 Robert Bradshawcleanup relative to 0.12
2009-12-15 Robert Bradshawmerge fallout
2009-12-15 Robert Bradshawbig C++ mergeback
2009-12-15 Robert Bradshawmerge
2009-12-15 Robert BradshawWork on C++ operators
2009-12-15 Robert BradshawUse C++ style constructor declarations rather than...
2009-12-15 Robert BradshawFix cpp test running.
2009-12-15 Robert BradshawC++ parsing simplification, cleanup
2009-12-15 daniloaf@daniloaf-PCOverloaded functions with reference
2009-12-15 Robert BradshawC++ cleanup.
2009-12-15 Robert BradshawC++ check code
2009-12-14 Dag Sverre... Make tests fail gracefully on missing pstats module
2009-12-12 Robert BradshawStreamline writing module-level compatability macros.
2009-12-12 Robert BradshawWarning for extern type import size mismatch.
2009-12-11 Stefan Behnelfix crash when calling non-trivial type constructors
2009-12-11 Stefan Behnelrenamed test case
2009-12-11 Stefan Behnelcleanup
2009-12-11 Stefan Behnelfix #466: make sure ConstNode.coerce_to() always return...
2009-12-09 Stefan Behnelcomment
2009-12-09 Stefan Behnelcomment
2009-12-09 Stefan Behnelcall Py_TYPE(x) instead of type(x)
2009-12-09 Stefan Behneltest case for ticket #466
2009-12-09 Stefan Behnelmerge
2009-12-09 Stefan Behnelcleanup
next