cython.git
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-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 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-16 Craig CitroAdd changes to allow def statements anywhere they're...
2010-01-07 Craig Citroinitalized -> initialized
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
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
2009-12-04 Stefan Behnelfix compiler crashes on unknown functions
2009-12-04 Stefan Behnelfix test case when safe type inference is enabled
next