cython.git
2010-02-01 Craig CitroMerge closure tests and fixes.
2010-02-01 Craig CitroAdd a bunch of new tests for closures.
2010-01-31 Robert BradshawMethod binding fix.
2010-01-31 Robert BradshawTrac #478, tests for using closures as method decorators.
2010-01-31 Robert BradshawMethod binding tests for #494.
2010-01-31 Robert BradshawWork towards #494, binding directive.
2010-01-31 Robert BradshawBinding PyCFunction type.
2010-01-31 Robert BradshawCleanup filename listing.
2010-01-29 Craig CitroFix reference counting issues with new tests.
2010-01-28 Stefan Behnelmerged in latest cython-devel
2010-01-28 Stefan Behnelsupport for some Python 3 (or 2.6+) syntax features...
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 Bradshawsolaris + gcc fix
2010-01-15 Robert BradshawComplex define cleanup.
2010-01-14 Robert BradshawMore error message fixes.
2010-01-14 Robert BradshawTypo in error messages.
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-07 Craig CitroAdd Knuth's "man or boy" test.
2010-01-07 Craig CitroRemove no-longer-invalid inner def test (se_conddef).
2010-01-07 Craig CitroFix parsing for allowing def statements only where...
2010-01-06 Robert BradshawUse assignments, not (buggy) control flow, for arg...
2010-01-06 Robert BradshawArg increfing test.
2010-01-06 Robert BradshawMerge 0.12 release.
2010-01-06 Robert Bradshawminor fix
2009-12-30 Robert Bradshawcleanup
2009-12-30 Craig CitroFix error in tree traversal in Nodes.py.
2009-12-18 Stefan Behnelcleanups after removing Lexicon.pickle
2009-12-18 Stefan Behnelremove legacy pickling of Lexicon.py
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-16 Craig CitroAdd changes to allow def statements anywhere they're...
2010-01-07 Craig Citroinitalized -> initialized
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
2009-12-09 Stefan Behnelcleanup
2009-12-09 Stefan Behnelspeed up tree visitor somewhat by moving code out of...
2009-12-09 Stefan Behnelfix getattr() optimisation
2009-12-09 Robert BradshawBad type error message tweak.
2009-12-09 Robert BradshawBetter error message on bad type cimport.
2009-12-09 Robert BradshawLess strict type checking on non-subclassed extern...
2009-12-09 Robert BradshawList/tuple boundscheck test.
2009-12-09 Robert BradshawUse boundscheck directive for lists/tuples.
2009-12-08 Stefan Behneluse True/None/False as infer_types() option values...
2009-12-08 Stefan Behneltest fix
2009-12-08 Stefan Behnelfix type check condition in double cooercion
2009-12-08 Stefan Behnelspecialised implementation for 'float(x) -> C double...
2009-12-08 Stefan Behneltranslate Python float calculations into C doubles
2009-12-07 Stefan Behnelsplit builtin type call optimisations into pre and...
2009-12-07 Stefan Behnelcleanup, use -1 as exception value for double conversion
2009-12-06 Stefan Behnelset()/frozenset() also return their own instance
2009-12-06 Stefan Behnelenable type inference in safe mode also for 'bint'
2009-12-06 Stefan Behnelsafety fixes for tests under type inference
2009-12-06 Stefan Behnelcleanup
2009-12-06 Stefan Behnelcleanup
2009-12-06 Stefan Behneltest fix: work around the fact that list comp variables...
2009-12-06 Stefan Behneltest cleanup
2009-12-06 Stefan Behnelfix node type of EvalWithTempExprNode (when created...
2009-12-06 Stefan Behnelfix declaration analysis (and type inference) for compr...
2009-12-06 Stefan Behnelmake bint distinguishable from int in debug output
2009-12-06 Stefan Behnelenable full type inference in compiled parser
2009-12-06 Stefan Behnelkeep ignoring unknown directives in directive comments
2009-12-06 Stefan Behnelsupport non-bool options and multiple options as compil...
2009-12-06 Stefan Behnelsupport charptr.decode() with non-literal encodings...
2009-12-05 Stefan Behnelextended test case
2009-12-05 Stefan Behnel'type inference' for special temp nodes
2009-12-05 Stefan Behnelinfer types of special args/kwargs parameters
2009-12-05 Stefan Behnelminor refactoring; fix handling first argument in class...
2009-12-05 Stefan Behnelcomment
next