cython.git
2007-11-11 Robert BradshawFix agreement of cpdef functions and pxd files
2007-11-07 Robert Bradshawignore METH_COEXIST for python < 2.4
2007-11-07 Robert Bradshawdocstrings for special methods and cpdef functions
2007-11-07 "Gustavo Sverzut... Re: Disabling docstrings in generated .so?
2007-11-01 Robert BradshawMove assert exception object creation inside assert...
2007-11-01 Robert BradshawVersion number change
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-29 Stefan Behnelfix DECREF of borrowed reference
2007-11-01 Robert BradshawFix function import refcount (Stefan Behnel)
2007-11-01 Robert BradshawRe-enable __index__ for Py_ssize_t, fix refcount error...
2007-10-28 Robert BradshawFix missing decref in __Pyx_ImportModule
2007-10-27 Carl WittyPyObject_Hash returns long, not int
2007-10-26 Robert BradshawFix crash on undeclared builtin
2007-10-25 Robert Bradshawrdef -> cpdef
2007-10-25 Robert Bradshawcache builtins at module level
2007-10-24 Robert BradshawGenerate module cleanup code
2007-10-24 Robert BradshawFix builtins caching
2007-10-24 Robert BradshawCleanup builtin function code
2007-10-24 Robert BradshawEnable relative cimports
2007-10-24 Robert BradshawDecref error in except clause
2007-10-21 Stefan Behnelpackage-local import patch reverted
2007-10-21 Robert Bradshawctypedef casting, more cdef extern class work
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 Behnelindent fix
2007-10-18 Stefan Behnelgreg: Tests passed
2007-10-18 Stefan BehnelAdded getattr3() builtin
2007-10-18 Stefan BehnelGeneral cdef block
2007-10-18 Stefan BehnelOnly include public types in generated headers
2007-10-18 Stefan BehnelFix C API namespace pollution
2007-10-18 Stefan BehnelFix king1 - compile time == operator
2007-10-17 Stefan Behnelgreg: Add --force support to distutils extension
2007-10-17 Stefan Behnelgreg: Fix ishimoto4 - calling convention omitted from...
2007-10-17 Stefan Behnelremoved debug code
2007-10-17 Stefan Behnelimport modules only once, support module-level imports
2007-10-15 Stefan Behnelpreliminary merge of Pyrex 0.9.6.2 -> crashes
2007-10-14 Carl WittyFix __Pyx_GetExcValue to avoid (possibly) running Pytho...
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 BradshawNew version
2007-10-11 Robert BradshawInterned integer constants, created at module load...
2007-10-11 Robert BradshawMinor bug fixes
2007-10-11 Stefan Behnelimported added files of Pyrex 0.9.6.2
2007-10-11 Stefan Behnelimport of Pyrex 0.9.6.2
2007-10-10 Robert Bradshawrdef keyword for overridable methods
2007-10-10 Robert BradshawError message (rather than traceback) on missing name...
2007-10-10 Robert BradshawFix c++ error when using 'is' with different types.
2007-10-09 Thomas Hungerbugfix: avoid emitting code that closes a comment in...
2007-10-10 Robert BradshawUse PyObject_RichCompare rather than PyObject_Cmp
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 Behnelanother fix to make it work with Robert's signature...
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-25 Robert BradshawFix traceback on conditional expression error
2007-09-23 Stefan Behnelsupport for keyword-only arguments and required keyword...
2007-09-21 Thomas HungerUse assert instead of if without else to ensure an...
2007-09-19 Thomas HungerThe changes for code execution registered the
2007-09-25 Robert BradshawUse assignable_from for conditional node
2007-09-19 Robert BradshawUse PY_VERSION_HEX rather than sys.version_info for...
2007-09-19 Thomas HungerAdd versioning to slots so that additional
2007-09-19 Robert BradshawFix classmethod for use in cdef classes.
2007-09-19 Thomas HungerChanged the assigment code generator to emit
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-15 Stefan Behnelremoved callable() again
2007-09-15 Stefan Behnelremoved getattr() optimisation as it disables the usage...
2007-09-15 Stefan Behnelanother signature fix, support for issubclass() and...
2007-09-15 Stefan Behnel[has|get|set]attr() optimisation (fix for setattr)
2007-09-15 Stefan Behnel[has|get|set]attr() optimisation
2007-09-13 Stefan Behnelsupport method slots specific to a Python version
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-11 Robert BradshawType check after (not before) operation on inplace...
2007-09-10 Stefan Behnelsupport automatic GIL grabbing inside a function by...
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 Behnelfixed typo
2007-09-03 Stefan Behneldo not use __builtin_expect with GCC < 2.96
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-09-03 Stefan Behnelrewrote Python 2.5-ism
2007-08-31 Stefan Behnelversion update
2007-08-25 Stefan Behnelfix for property functions
2007-08-25 Stefan Behnelfix for property functions
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 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...
next