tiny cleanup
[cython.git] / Cython / Compiler /
2009-10-22 Stefan Behneltiny cleanup
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 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 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 Dag Sverre SeljebotnChange command-line directive behaviour for 0.12
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 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 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*)
2009-10-10 Stefan Behnelerror reporting on string type coercion
2009-10-10 Stefan Behnelprovide 'str' type in Builtins.py
2009-10-10 Stefan Behnelmerge
2009-10-10 Stefan BehnelPy2.3 fix
2009-10-10 Stefan Behnelsupport StringNode in compile time expressions
2009-10-10 Stefan Behnellet str() in Py3 represent the unicode type
2009-10-10 Stefan Behnelsplit BytesNode, UnicodeNode and StringNode
2009-10-10 Stefan Behnelremoved unused function
2009-10-09 Lisandro Dalcinfix globals cleanup code generation
2009-10-09 Stefan Behnelmerge
2009-10-08 Robert BradshawFix for Python 2.3
2009-10-08 Robert BradshawRemove string semantics change warning.
2009-10-06 Robert Bradshawmerge
2009-10-06 Mark Lodatoset module_is_main = 1 in main(), not globally
2009-10-06 Mark Lodatofix -Wextra warning for empty `else' body
2009-10-05 Dag Sverre Seljebotnmerge
2009-10-05 Dag Sverre SeljebotnRename doctesthack -> autotestdict, and make it default
2009-10-05 Dag Sverre SeljebotnFix doctesthack for cdef functions
2009-10-04 Stefan Behnelsupport 'and' operator and boolean attribute values...
2009-10-04 Stefan Behnelextended TreePath test case, fix predicate evaluation
2009-10-04 Stefan Behnelfix left-over from earlier commit
2009-10-04 Stefan BehnelPEP-8-ified the decorator names for parse tree assertio...
2009-10-04 Stefan Behneltest support for parse tree path assertions
2009-10-04 Stefan Behnelfix bug #372: reassignment to stop bound of for-range...
2009-10-04 Stefan Behnelfix temp var leak in for-range to for-from transformation
2009-10-04 Stefan Behnelcomment
2009-10-04 Stefan Behnelcleanup
next