cython.git
2007-09-19 Thomas HungerEmit and release temporary variables in global namespace
2007-09-19 Robert BradshawFinish class members
2007-09-19 Robert BradshawClass members in cdef classes
2007-09-18 tom@tompartial code for execution in classes
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-11 Robert BradshawType check after (not before) operation on inplace...
2007-09-10 Robert Bradshawenable attribute access of cdef functions
2007-09-07 Robert BradshawCheck return values before PyErr_Occurred() for coercio...
2007-09-05 Robert Bradshawincref_local_binop option for SAGE
2007-09-05 Robert BradshawBetter error for ** on integer types.
2007-09-03 Stefan Behneldo not use __builtin_expect with GCC < 2.96
2007-09-03 Stefan Behnelrewrote Python 2.5-ism
2007-09-03 Stefan Behnelfixed typo
2007-08-25 Stefan Behnelfix for property functions
2007-07-30 Stefan Behnelextract FQ module name from distutils
2007-08-29 Robert Bradshawversion number 0.9.6.5
2007-08-19 Robert Bradshawavoid argument parsing (via meth_o, meth_noargs) for...
2007-08-19 Robert Bradshawremove pointer warning for generic arguments
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-19 Robert BradshawPyObject -> Py_ssize_t now uses __index__ rather than...
2007-08-17 Robert BradshawCorrect flags on special methods so one can call their...
2007-08-17 Robert BradshawDocstrings for special methods
2007-08-17 Robert Bradshawversion number
2007-08-17 Robert BradshawRaise error when declaring reserved names.
2007-07-29 William SteinFixed some typos reported by Helmut Jarausch
2007-07-29 Robert Bradshawremove gcc dependance for inline, branch prediction
2007-07-28 William SteinMore Pyrex --> Cython conversions.
2007-07-28 William SteinA few more Pyrex --> Cython changes.
2007-07-28 William SteinChanging Python. to Cython.
2007-07-28 William SteinChanging from pyrex/sagex to cython -- snapshot.
2007-07-28 William SteinMerge in lxml-pyrex enum patch.
2007-07-28 William SteinMerge in C/API patch from lxml-pyrex.
2007-07-11 Robert BradshawAdded pre-import option, which assumes all undeclared...
2007-07-10 Robert Bradshawgcc branch prediction
2007-07-10 Robert Bradshawfix incompatable tmp release between 0.9.5.1a and fast...
2007-07-10 Robert Bradshawlatest 0.9.4 changes into 0.9.5 branch
2007-07-10 Robert Bradshawfinish merging, fix weakref segfault, all SAGE doctests...
2007-07-07 Robert BradshawJim Kleckner patch to allow trailing commas in function...
2007-07-07 Robert Bradshawsagex_multi_file.patch from Joel Mohler (sane cross...
2007-07-07 Robert BradshawFast tuple unpacking
2007-06-07 Robert Bradshawfix inplace operators for 0.9.5.1a
2007-06-07 Robert Bradshawcopy ModuleNode changes to new file
2007-06-07 Robert Bradshawinitial merge
2007-06-07 Robert BradshawPyrex Official version 0.9.5.1a
2007-06-07 Robert Bradshawtype narrowing for pxd files
2007-06-01 Robert Bradshawtype narrowing for cdef methods
2007-05-09 Robert Bradshawfix semantics of cmp() -- should not be a bint
2007-05-04 Robert BradshawAdded warning about infinite loops in for-from-by state...
2007-05-04 Robert BradshawCompile-time checking for builtin names, cast TypeObjec...
2007-04-26 Robert Bradshawcomments, builtin objects
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-04-14 Robert BradshawCache __builtin__ name lookups so they are performed...
2007-02-27 Robert BradshawInline keyword for cdef functions, variable assignment...
2007-02-24 Robert Bradshawdisable builtin functions that conflict with type names
2007-02-24 Robert BradshawFix sizeof for dotted (cimported) types
2007-02-23 Robert Bradshawmodify sizeof() operator to return size of extension...
2007-02-23 Robert BradshawFigured out how to use the Python/C API for some builti...
2007-02-23 Robert BradshawConditional expressions
2007-02-22 Robert Bradshawfast cdef type indexing into lists/tuples via runtime...
2007-02-21 Robert BradshawDisable a**b for cdef int's. (Return result was a double.)
2007-01-27 Robert BradshawDe-allocate function temp variables _after_ computing...
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-11 William SteinGet rid of this sort of error: "Cannot assign type...
2007-01-10 Robert BradshawList comprehension
2006-12-18 William SteinPeter Johnson (peter@tortall.net) weakref patch
2006-12-18 William SteinApply Nick Alexander's patch so that Sagex that embeds...
2006-11-30 William SteinEric Huss's readonly variable patch:
2006-11-25 William SteinModified usage banner.
2006-11-03 William SteinHad to also put the type code in for the signed case.
2006-11-03 William SteinMade some error output more verbose.
2006-11-03 William SteinAdded support for automatic conversion of input types...
2006-11-03 William SteinMade annoted C files easier to read.
2006-11-03 William SteinFix one warning was too high a level
2006-11-02 William SteinMade the output generated by Pyrex much more verbose...
2006-10-29 William SteinChanged that error to a warning.
2006-10-29 William SteinFixed an error in a call to the error function.
2006-10-27 William SteinFix a Py_ssize_t build problem.
2006-10-25 William SteinAdd a new option "-e" or "--embed-positions" to Pyrex.
2006-10-25 William SteinChange so that warning for multiple declarations are...
2006-10-23 William SteinDelete spurious print statement (that was used for...
2006-10-22 William SteinAdd correct setting of tp_name to the full module name...
2006-10-22 William SteinPrint out the usage message if pyrexc is called with...
2006-10-22 William SteinDon't list experimental macosx only options. Never...
2006-10-22 William SteinAdd to help that multiple include directories are allowed.
2006-10-22 William SteinAdded nice error messages with context information.
2006-10-22 William SteinPrint "warning: " before warnings, so they look differe...
2006-10-22 William SteinAdded a "Warning" class, and changed it so redeclaring...
2006-10-20 William SteinVersion of Pyrex distributed with SAGE on October 19...
2006-10-20 William SteinOfficial Pyrex version 0.9.4.1