'type inference' for special temp nodes
[cython.git] / Cython /
2009-10-23 Stefan Behnelfix bug 409: use cascaded assignments also for the...
2009-10-23 Robert BradshawFix #250, Traceback method name is wrong for exceptions...
2009-10-23 Robert BradshawFix ticket #215, explicit error for __getslice__, __del...
2009-10-22 Stefan Behnelfix in-place division in Py3
2009-10-22 Robert BradshawAnnotation work.
2009-10-22 Robert BradshawRemove backwards incompatable change to string identifiers.
2009-10-22 Robert Bradshawanother merge
2009-10-22 Robert BradshawFix cpp exception catching.
2009-10-22 Robert BradshawReturn value for check_const.
2009-10-22 Stefan Behnelmerge
2009-10-22 Stefan Behnelfix intern() optimisation
2009-10-22 Robert BradshawFix casts and negations in except clauses.
2009-10-22 Robert BradshawMore cmp tests, refix C assignable types.
2009-10-22 Robert Bradshawmerge
2009-10-22 Robert BradshawMore comparison fixes.
2009-10-22 Stefan Behneltiny cleanup
2009-10-22 Robert BradshawFix comparison type deduction.
2009-10-22 Robert Bradshawmerge
2009-10-22 Robert BradshawFix #431, intern() doesn't work for python strings...
2009-10-21 Stefan Behnelcleanup
2009-10-21 Stefan Behnelfix bug 430: make 'locals().items()' work
2009-10-21 Stefan Behnelfix bug 429: make 'locals' builtin overridable
2009-10-21 Stefan Behneldetect optimisable IndexNodes assignments in ref-count...
2009-10-20 Stefan Behnelhandle simple swap assignments without ref-counting
2009-10-20 Stefan Behnelcomments
2009-10-20 Stefan Behnelfix switch transform
2009-10-20 Stefan Behnelmerge
2009-10-20 Stefan Behnelanother rewrite to catch comparisons of invalid types
2009-10-20 Stefan Behneldon't allow pointer assignments to Python variables...
2009-10-20 Dag Sverre SeljebotnBlacklist __nonzero__ from autotestdict
2009-10-20 Dag Sverre Seljebotnnumpy.pxd: npy_complexX should be the C structs used...
2009-10-20 Dag Sverre Seljebotnmerge
2009-10-20 Dag Sverre SeljebotnFix z.conjugate() for typedef-ed z; disallow external...
2009-10-19 Stefan Behnelfind common type for comparisons *before* coercing...
2009-10-18 Stefan Behnelfix default string value representation in auto-embedde...
2009-10-18 Stefan Behnelfix source comments for non-ASCII characters
2009-10-18 Stefan BehnelPython calls SetTraceback() later, so should we
2009-10-18 Stefan Behnelfix memory leak in new exception raising code
2009-10-18 Stefan Behnelrefactoring of exception raising code, simpler/faster...
2009-10-17 Stefan Behnelavoid redundant recoding during code comment injection...
2009-10-17 Stefan Behnelfix bug 412: str char comparison, refactoring to move...
2009-10-17 Robert BradshawBetter error for foo(*args) when foo a cdef function.
2009-10-16 Stefan Behnelmerge
2009-10-16 Stefan Behnelmore .pxd signature fixing
2009-10-16 Dag Sverre SeljebotnYet another bugfix for autotestdict
2009-10-16 Dag Sverre SeljebotnFix Parsing.py so it compiles with Cython
2009-10-16 Dag Sverre SeljebotnFix #418 (wrong error message)
2009-10-16 Dag Sverre SeljebotnAnother utility code order fix
2009-10-16 Dag Sverre Seljebotnmerge
2009-10-16 Dag Sverre SeljebotnEven more helpful error message (use bytes?)
2009-10-16 Dag Sverre SeljebotnFix complex number utitity code order (sometimes they...
2009-10-16 Stefan Behnelmerge
2009-10-16 Stefan Behnelfixed various declarations in shipped .pxd files
2009-10-16 Dag Sverre SeljebotnChange command-line directive behaviour for 0.12
2009-10-15 Stefan Behnelcleanup
2009-10-15 Stefan Behnelnew ndarray.base setter/getter functions by Neal Becker
2009-10-15 Stefan Behnelfix PyObject declaration
2009-10-15 Stefan Behnelfix PyObject declaration
2009-10-15 Stefan Behnelfix PyObject import in numpy.pxd, added ndarray.base...
2009-10-15 Dag Sverre Seljebotnmerge
2009-10-15 Dag Sverre SeljebotnRemove use of TempNode in FromImportStatNode
2009-10-15 Robert Bradshawmerge
2009-10-15 Robert BradshawOnly need simple, don't need to force temp for bool...
2009-10-15 Robert BradshawFix short-circuit for and/or, preserve type.
2009-10-15 Dag Sverre Seljebotnmerge
2009-10-15 Dag Sverre SeljebotnRemove TempNode from OverrideCheckNode (fixes #411)
2009-10-15 Robert BradshawAllow explicit casts between object and void*/struct*.
2009-10-15 Robert BradshawFix #245, crash on cimported struct -> object.
2009-10-15 Robert Bradshawmerge
2009-10-15 Robert BradshawMinor cleanup.
2009-10-15 Dag Sverre Seljebotncomplexvar.conjugate() support
2009-10-15 Dag Sverre SeljebotnAdding reminders to self
2009-10-15 Peter Alexandernaming references changed from 'option' to 'directive'
2009-10-15 Dag Sverre Seljebotnmerge
2009-10-15 Dag Sverre Seljebotnnumpy.pxd: Iterator macros
2009-10-15 Robert BradshawFix error in hashing partially-declared types.
2009-10-15 Robert BradshawFix bug #409 with temps and sequence unpacking.
2009-10-14 Lisandro Dalcinfix for changes in PyXXXDescrObject structures in upcom...
2009-10-14 Lisandro DalcinPublic module C-API is broken under Python 3.2 (ticket...
2009-10-15 Robert BradshawAnother blacklisted autotestdict method.
2009-10-15 Dag Sverre SeljebotnIncomplete hack for autotestdict, see #387
2009-10-14 Lisandro DalcinRefNanny: renaming of internal stuff and simpler import...
2009-10-14 Stefan Behnelfix new .pxd file and cimport it in python.pxd
2009-10-14 Stefan BehnelPyCObject C-API declarations
2009-10-14 Stefan Behnelmerge
2009-10-14 Stefan Behnelsafer way to initialise string constants: keep bytes...
2009-10-14 Stefan Behnelfix nice_identifier regex
2009-10-14 Stefan Behnelfix identifier handling: must not use encoding
2009-10-13 Stefan Behnelfix ticket #346
2009-10-13 Lisandro DalcinSeamless C99/C++ complex numbers support (ticket #398)
2009-10-12 Stefan Behnelsmall refactoring and cleanup in try-except code generation
2009-10-12 Stefan Behnelfix PyString_CheckExact definition in Py3, minor cleanup
2009-10-11 Stefan Behneldo not check identifiers for decodability
2009-10-11 Stefan Behnelfix builtins after identifier changes
2009-10-11 Stefan Behnelfix identifiers, simplify Python string cnames
2009-10-11 Stefan Behnelsafety fix
2009-10-11 Stefan Behnelimplement proper encoding support for new str literals
2009-10-10 Stefan Behneldisable coercion from str->bytes, fix coercion from...
2009-10-10 Stefan Behnelfix undefined symbol in Py<2.6 when assigning to bytes...
2009-10-10 Stefan Behnelfix char* coercion to other C types (such as void*)
next