cython.git
2010-02-02 Robert BradshawCython 0.12.1 0.12.1
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-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-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 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-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
2009-12-05 Stefan Behnelcomment
2009-12-05 Stefan Behnelfix #463: TypeofNode crashes when typeof() is called...
2009-12-05 Stefan Behnelfix copy+paste error messages
2009-12-05 Stefan Behneltest case for ticket #462
2009-12-05 Lisandro Dalcindiscount one to min pos args for classmethod (complemen...
2009-12-04 Stefan Behneltest fixes
2009-12-04 Stefan Behneltest case for dotted attribute names, some cleanup
2009-12-04 Stefan Behnelsimple test case for safe double inference
2009-12-04 Stefan Behnelsupport dotted attributes in TreePath
2009-12-04 Stefan Behnelreverted accidental left-over in last commit
2009-12-04 Stefan Behnelsafety fix for ticket 461: prevent imported extension...
2009-12-04 Stefan Behnelextended test case
2009-12-04 Stefan Behneltype inference for builtin/extension types
2009-12-04 Stefan BehnelPy3 test fixes
next