Bump version number.
[cython.git] / Cython / Runtime /
2009-10-15 Dag Sverre Seljebotnmerge
2009-10-14 Lisandro DalcinRefNanny: renaming of internal stuff and simpler import...
2009-09-27 Robert Bradshaw-devel mergeback
2009-09-25 Dag Sverre SeljebotnFix refnanny string literal
2009-09-11 Stefan Behnelmerge with latest cython-devel
2009-09-09 Lisandro Dalcinuse PyObject* type for arguments to PyErr_Restore(...
2009-03-06 Lisandro Dalcincleanup unused exception class and some fixes for bette...
2009-02-25 Robert Bradshawmerge
2009-02-25 Robert BradshawAvoid crashes in refnanny when PyFinalize gets messy...
2009-02-21 Stefan Behnelmerge
2009-02-21 Dag Sverre Seljebotnmerge
2009-02-21 Dag Sverre Seljebotnrefnanny: Cleanup + fix some smaller issues
2009-02-21 Dag Sverre Seljebotnrefnanny: Do Python operations exception-safely in...
2009-02-21 Dag Sverre Seljebotnrefnanny: Remove dead exception raising code
2009-02-21 Robert Bradshawmerge
2009-02-20 Robert Bradshawmerge
2009-02-20 Stefan Behnelmerge
2009-02-20 Stefan Behnelunicode fixes
2009-02-20 Robert BradshawPrint refnanny errors rather than raise them.
2009-02-07 Robert Bradshawmerge
2009-02-03 Lisandro Dalcinenhancements to refnanny exception handling and API
2009-02-03 Lisandro Dalcinremove those 'Refnanny' prefixes in refnanny.pyx
2009-02-03 Dag Sverre Seljebotnmerge
2009-02-03 Lisandro Dalcinforgot to add file in last commit
2009-02-03 Lisandro Dalcinrefnanny extension module does not need to export funct...
2009-02-03 Lisandro DalcinAvoid the need to load refnanny module using RTLD_GLOBAL
2009-02-02 Dag Sverre SeljebotnMake refnanny trap and complain about NULL arguments...
2009-01-30 Dag Sverre SeljebotnBuild refnanny.pyx automatically in runtests.py
2009-01-30 Dag Sverre SeljebotnRefnanny fixes; it now runs the test suite correctly.
2009-01-29 Stefan Behnelmerge
2009-01-29 Dag Sverre Seljebotnrefnanny
2009-01-27 Dag Sverre Seljebotnrefnanny fix...
2009-01-18 Dag Sverre Seljebotnrefnanny: Disable in nogil functions
2009-01-07 Dag Sverre SeljebotnRefnanny cleanup and bugfix.
2009-01-07 Dag Sverre Seljebotnmerge
2009-01-07 Dag Sverre Seljebotnmerge
2009-01-05 Dag Sverre SeljebotnRefcount nanny framework in place; smaller fixes and...