cython.git
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
2009-11-22 Robert BradshawMakefile target for repo.
2009-11-22 Robert BradshawFix bug in handling of environment directives.
2009-11-22 Robert Bradshawmerge
2009-11-21 Robert BradshawRemove extra files in distribution tar.
2009-11-21 Robert BradshawBetter cmd line error message.
2009-11-17 Robert BradshawOne last precaution with temp files on Windows.
2009-11-17 Robert BradshawBump version.
2009-11-17 Robert BradshawFix forking in runtests.py (ticket #449).
2009-11-17 Robert BradshawFix for setting real/imaginary parts for MSVC C++.
2009-11-13 Lisandro Dalcinmake CTypedefType.declaration_code() honor dll_linkage
2009-11-13 Robert BradshawBump version number.
2009-11-13 Robert BradshawAdded tag 0.12.rc0 for changeset e77827f09af6
2009-11-12 Lisandro Dalcingroup definition of Py2/Py3 bytes/str compatibility... 0.12.rc0
2009-11-11 Robert Bradshawmerge
2009-11-11 Robert BradshawFix for in/not in cascading.
2009-11-11 Lisandro Dalcinimplementation of 'not in' is broken (ticket #455)
2009-11-11 Stefan Behnelcomment
2009-11-11 Stefan Behneltest case for #454
2009-11-11 Stefan Behnelcomment
next