cython.git
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
2009-12-04 Stefan Behneltype inference for SliceIndexNode
2009-12-04 Stefan Behnelforgotten commit: make sure we only infer types if...
2009-12-04 Stefan Behnel'safe' mode for type inference: only infer types that...
2009-12-04 Stefan Behnelinfer builtin/extension types from type constructors
2009-12-04 Stefan Behnellist of builtin types that are known to always return...
2009-12-03 Stefan Behnelmore explicit method to check if a type can coerce...
2009-12-03 Stefan Behnelfix test case
2009-12-03 Stefan Behnelemulate original error for attributes on unconvertible...
2009-12-03 Stefan Behnelcleanup
2009-12-03 Stefan Behneltypo in new test case
2009-12-03 Stefan Behneltest for ticket 236
2009-12-03 Stefan Behnelenable Python methods on C types through coercion to...
2009-11-28 Stefan Behnelsupport "c_string.decode(enc)" and "c_string[x:].decode...
2009-11-28 Stefan Behnellet char*->bytes conversion know that it returns bytes
2009-11-28 Stefan Behnelfix recursive use of LetNodeMixin
2009-11-27 Stefan BehnelPy3 test fix
2009-11-27 Stefan Behnelmerge
2009-11-27 Robert BradshawTests for #258.
2009-11-27 Robert BradshawFix #258, extern builtin conflicts.
2009-11-27 Robert BradshawFix typo.
2009-11-27 Arfrever Frehtes... When tests fail, runtests.py should exit with non-zero...
2009-11-27 Stefan Behnelfix #454: type of first parameter in classmethods
2009-11-27 Stefan Behneltest case for #408
2009-11-27 Stefan Behneltiny cleanup
2009-11-26 Stefan Behnelextended test case
2009-11-26 Stefan Behnelmerge
2009-11-26 Stefan Behnela couple more tests on builtin names
2009-11-26 Stefan Behnelcomment
2009-11-26 Stefan Behnelsupport len(char*) efficiently by calling strlen()...
2009-11-26 Stefan Behnelmake sure we only optimise builtins and no user defined...
2009-11-26 Stefan Behnelmake declared builtin types recognisable as such
2009-11-26 Stefan Behnelrecognise when 'classmethod' gets overridden
2009-11-24 Robert BradshawLinking flags for embedded mode.
2009-11-23 Robert BradshawAlso copy .hgignore
2009-11-23 Robert Bradshawmerge
2009-11-23 Robert BradshawAdded tag 0.12 for changeset fae19937e494
2009-11-23 Robert BradshawBump version number. 0.12
2009-11-22 Robert BradshawRemove repo from sdist, autogenerate .hgrev
next