pre-Py3k fixes
[cython.git] / Cython / Compiler / Parsing.py
2008-03-02 Stefan Behnelpre-Py3k fixes
2008-02-26 Stefan Behnelmerge
2008-02-25 Stefan Behnelmerge
2008-02-16 Stefan Behnelfixes for True/False in compile time expressions; make...
2008-02-13 Robert BradshawModule-level cpdef functions
2008-02-13 Robert BradshawUndo botched api -> pxd
2008-02-13 Robert BradshawExport pxd functions by default
2008-02-13 Robert Bradshaw...
2008-02-10 Stefan Behnelfixed NameError
2008-02-09 Stefan Behnelmerge
2008-02-08 Robert BradshawDefault argument literals, better True/False coercion
2008-02-06 Robert Bradshawpxd with optional arguments
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-01-17 Robert BradshawMerge Stefan Behnel's work.
2008-01-12 Stefan Behnelraise compiler error for 'cdef readonly class'
2008-01-01 Stefan Behnelmerge of 0.9.6.10.1
2007-12-29 Stefan Behnelmerged changes from 0.9.6.10
2007-12-02 Stefan Behnelfixed broken call to compiler error function
2007-11-29 Robert BradshawFix classmethod for non-cdef classes.
2007-11-24 Stefan Behnelmerge of Cython 0.9.6.9
2007-11-11 Robert BradshawFix agreement of cpdef functions and pxd files
2007-11-09 Stefan Behnelmerge of 0.9.6.8
2007-11-07 Robert Bradshawdocstrings for special methods and cpdef functions
2007-10-25 Robert Bradshawrdef -> cpdef
2007-10-21 Robert BradshawFix ctypedef extern class, assignment on declaration...
2007-10-20 Robert Bradshawmerge (including cwitty's change to get_exception_utili...
2007-10-18 Stefan Behnelgreg: Tests passed
2007-10-18 Stefan BehnelGeneral cdef block
2007-10-15 Stefan Behnelpreliminary merge of Pyrex 0.9.6.2 -> crashes
2007-10-13 Stefan Behnelmerged in changes from Cython 0.9.6.7
2007-10-12 Stefan Behnelmerge of Pyrex 0.9.6.2
2007-10-11 Robert BradshawMinor bug fixes
2007-10-11 Stefan Behnelimport of Pyrex 0.9.6.2
2007-10-10 Robert Bradshawrdef keyword for overridable methods
2007-10-08 Robert Bradshawmerge changes for 0.9.6.7 release
2007-10-02 Robert Bradshaw(Python) override modifier for cdef methods
2007-09-23 Stefan Behnelfix to still support a keyword dictionary besides kw...
2007-09-23 Stefan Behnelsupport for keyword-only arguments and required keyword...
2007-09-23 Stefan Behnelsupport for keyword-only arguments and required keyword...
2007-09-18 tom@tompartial code for execution in classes
2007-09-12 Stefan Behnelmerge from 0.9.6.6
2007-09-11 Stefan Behneluse 'with GIL' instead of 'withGIL' to avoid introducin...
2007-09-11 Stefan Behneluse 'with GIL' instead of 'withGIL' to avoid introducin...
2007-09-10 Stefan Behnelsupport automatic GIL grabbing inside a function by...
2007-09-10 Stefan Behnelsupport automatic GIL grabbing inside a function by...
2007-08-31 Stefan Behnelversion update
2007-08-25 Stefan Behnelmerge of 0.9.6.4
2007-08-01 Stefan Behnelinitial support for unicode literals in UTF-8
2007-07-29 Robert Bradshawremove gcc dependance for inline, branch prediction
2007-07-10 Robert Bradshawlatest 0.9.4 changes into 0.9.5 branch
2007-07-07 Robert BradshawJim Kleckner patch to allow trailing commas in function...
2007-06-07 Robert Bradshawinitial merge
2007-06-07 Robert BradshawPyrex Official version 0.9.5.1a
2007-04-26 Robert BradshawAdded for i from ... ['by' step] syntax.
2007-04-26 Robert BradshawAdded a bint c type, which is a c int that coerces...
2007-02-27 Robert BradshawInline keyword for cdef functions, variable assignment...
2007-02-24 Robert BradshawFix sizeof for dotted (cimported) types
2007-02-23 Robert BradshawConditional expressions
2007-01-17 Robert Bradshawfix temp allocation order, remove straggling comment...
2007-01-16 Robert BradshawFloorDiv operation
2007-01-16 Robert BradshawImplemented inplace arithmetic
2007-01-10 Robert BradshawList comprehension
2006-10-22 William SteinAdd correct setting of tp_name to the full module name...
2006-10-20 William SteinVersion of Pyrex distributed with SAGE on October 19...
2006-10-20 William SteinOfficial Pyrex version 0.9.4.1