pre-Py3k fixes
[cython.git] / Cython / Compiler / Code.py
2008-03-02 Stefan Behnelpre-Py3k fixes
2008-01-17 Stefan Behnelmerge of Robert's changes for 0.9.6.11
2008-01-17 Robert BradshawMerge Stefan Behnel's work.
2008-01-15 Robert BradshawAnnotation work
2007-12-29 Stefan Behnelmerged changes from 0.9.6.10
2007-11-29 Robert BradshawRemove redundant marking code
2007-11-24 Stefan Behnelmerge of Cython 0.9.6.9
2007-11-16 Robert BradshawHTML source annotation module
2007-10-20 Robert Bradshawmerge (including cwitty's change to get_exception_utili...
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 Stefan Behnelimport of Pyrex 0.9.6.2
2007-10-09 Thomas Hungerbugfix: avoid emitting code that closes a comment in...
2007-10-08 Robert Bradshawmerge changes for 0.9.6.7 release
2007-09-13 Stefan Behnelsupport method slots specific to a Python version
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-25 Stefan Behnelmerge of 0.9.6.4
2007-08-19 Robert Bradshawavoid argument parsing (via meth_o, meth_noargs) for...
2007-08-19 Robert Bradshawmeth_o and meth_noargs for module-level functions
2007-08-19 Robert BradshawAvoid call to PyArg_ParseTupleAndKeywords for zero...
2007-08-17 Robert BradshawCorrect flags on special methods so one can call their...
2007-08-17 Robert BradshawDocstrings for special methods
2007-07-28 William SteinChanging Python. to Cython.
2007-07-11 Robert BradshawAdded pre-import option, which assumes all undeclared...
2007-07-10 Robert Bradshawgcc branch prediction
2007-07-10 Robert Bradshawlatest 0.9.4 changes into 0.9.5 branch
2007-06-07 Robert Bradshawinitial merge
2007-06-07 Robert BradshawPyrex Official version 0.9.5.1a
2007-02-27 Robert BradshawInline keyword for cdef functions, variable assignment...
2006-11-30 William SteinEric Huss's readonly variable patch:
2006-11-03 William SteinMade annoted C files easier to read.
2006-11-02 William SteinMade the output generated by Pyrex much more verbose...
2006-10-20 William SteinOfficial Pyrex version 0.9.4.1