invalidate the cache of all subtypes when updating a type's tp_dict (algorithm copied...
[cython.git] / Cython / Compiler / ExprNodes.py
2008-05-26 Stefan Behnelinvalidate the cache of all subtypes when updating...
2008-05-26 Stefan Behnelcomment
2008-05-26 Stefan Behnelmoved method cache invalidation next to dict update...
2008-05-21 Stefan Behnelfix method calls on Cython generated Python classes
2008-05-18 Stefan Behnelforgotten part of last commit
2008-05-18 Stefan Behnelfix keyword arguments in function calls: must be unicod...
2008-05-18 Stefan Behnelcomment fix
2008-05-16 Stefan Behnelmerge
2008-05-16 Stefan Behneltrunk merge
2008-05-16 Stefan Behnelclass names are identifiers, too
2008-05-15 Stefan Behnelfixed PyMethod_New() call
2008-05-14 Stefan Behnelmake it explicit in the generated source code what...
2008-05-14 Stefan Behnelremoved 'intern_names' Option - always intern identifie...
2008-05-13 Stefan Behnelmerged trunk changes
2008-05-13 Stefan Behnelwhitespace
2008-05-09 Stefan Behneloriginal Py3 code generation patch by Lisandro Dalcin
2008-05-09 Stefan Behnelmerge
2008-05-09 Stefan Behnelfix for windows build
2008-05-08 Robert Bradshaw...
2008-05-08 Stefan Behnelfix for negative compile time int constants
2008-04-30 Robert BradshawForce tuple creation for generic append.
2008-04-28 Robert Bradshawmerge
2008-04-28 Stefan Behnelmerge
2008-04-26 Robert BradshawAppend optimization.
2008-04-28 Robert Bradshawbuiltin type fixes
2008-04-27 Robert Bradshawmerge
2008-04-27 Robert BradshawList and tuple types.
2008-04-26 Stefan Behnelmerge
2008-04-26 Robert BradshawMore merging
2008-04-26 Robert BradshawMerge circular imports stuff
2008-04-26 Robert BradshawAllow predeclared __Pyx_CppExn2PyErr.
2008-04-25 Stefan Behnelwho needs lambda anyway ...
2008-04-25 Stefan Behnelfixed loads of bugs found by pychecker
2008-04-25 Robert Bradshawtrivial merge
2008-04-25 Stefan Behnelfixes for special float value constants (provided by...
2008-04-22 Stefan Behnelsource code encoding support (PEP 263) and UTF-8 defaul...
2008-04-21 Stefan Behnelfix inf/NaN float constants
2008-04-21 Stefan Behnelfixed DEF constant integer parsing (bug 220108)
2008-04-21 Stefan Behneltypo (bug 220109)
2008-04-04 Robert BradshawMerge package and compiler repositories.
2008-04-04 Robert BradshawMisc little fixes. Sage now builds and passes all tests.
2008-04-03 Robert Bradshawminor fixes
2008-04-03 Robert BradshawTransformation fixes
2008-04-03 Robert BradshawAllow ctypedef my_struct_s my_struct_t[1] trick, can...
2008-04-03 Robert BradshawC++ error handling
2008-03-31 "Felix Wu"Cython and C++ exceptions
2008-03-30 Robert BradshawFix enum bug (values weren't forced to ints)
2008-03-30 Robert BradshawFix cpdef functions with pointer return parameters...
2008-03-29 Robert Bradshaw...
2008-03-29 Robert BradshawFix comparison bug for longs and doubles #208053
2008-03-25 Robert BradshawMore control flow work
2008-03-25 Robert BradshawBasic control flow state processing
2008-03-09 "Dag Sverre Seljebotn"Support for parse tree transformations.
2008-03-09 Robert Bradshawmerge
2008-03-02 Stefan Behnelpre-Py3k fixes
2008-02-28 Robert BradshawAllow single-character ascii strings to be treated...
2008-02-26 Stefan Behnelmerge
2008-02-25 Stefan Behnelmerge
2008-02-16 Stefan Behnelmake unpacking exception strings look like those genera...
2008-02-16 Stefan Behnelfixes for True/False in compile time expressions; make...
2008-02-13 Robert BradshawReal fix for builtins caching + coercion bug (as report...
2008-02-13 Robert BradshawDon't flatten list comprehension nodes
2008-02-13 Robert BradshawTemporary python object casts OK for numeric types.
2008-02-13 Robert Bradshaw...
2008-02-10 Stefan Behnelsupport True/False in compile-time statements
2008-02-09 Stefan Behnelmerge
2008-02-08 Robert BradshawDefault argument literals, better True/False coercion
2008-02-07 Robert BradshawAdd optional args to any cdef overridden function
2008-02-07 Robert BradshawNumber of arguments can grow with overridden cdef funct...
2008-02-07 Robert BradshawDefault cdef args via struct
2008-02-06 Robert BradshawOptional arguments in cpdef functions
2008-02-03 Stefan Behneldownstream merge
2008-02-02 Robert Bradshaw<type?> does type check for extension types
2008-02-02 Robert BradshawPython object pointer cast warnings
2008-02-02 Robert BradshawActual conversion on <type> casts with one side Python
2008-02-02 Robert BradshawRemove function pointer casting restriction
2008-01-18 Robert Bradshawmerge
2008-01-17 Stefan Behnelfix tuple unpacking bug
2008-01-17 Stefan Behnelmerge of Robert's changes for 0.9.6.11
2008-01-17 Robert Bradshawempty tuple optimization
2008-01-17 Robert BradshawMerge Stefan Behnel's work.
2008-01-17 kayhayen@gmx.detypo
2008-01-17 Robert BradshawWarning on ++x and --x
2008-01-15 Robert BradshawArgument parsing error handling
2008-01-14 Stefan Behneluse PyObject_Call() instead of _CallObject() just as...
2008-01-01 Stefan Behnelmerge of 0.9.6.10.1
2007-12-31 Robert BradshawFix bug for python targets in for...from loops, allow...
2007-11-24 Stefan Behnelmerge of Cython 0.9.6.9
2007-11-16 Robert BradshawHTML source annotation module
2007-11-09 Stefan Behnelmerge of 0.9.6.8
2007-11-01 Robert Bradshawmake overridable a type-level property, now overriding...
2007-11-01 Robert Bradshaw...
2007-11-01 Robert BradshawFix cpdef after merge, change so one can still call...
2007-10-26 Robert BradshawFix crash on undeclared builtin
2007-10-24 Robert BradshawFix builtins caching
2007-10-20 Robert Bradshawmerge (including cwitty's change to get_exception_utili...
2007-10-18 Stefan Behnelgreg: Tests passed
2007-10-18 Stefan BehnelAdded getattr3() builtin
2007-10-18 Stefan BehnelFix king1 - compile time == operator
2007-10-15 Stefan Behnelpreliminary merge of Pyrex 0.9.6.2 -> crashes
next