summaryrefslogtreecommitdiff
path: root/Cython/Runtime
Commit message (Expand)AuthorAgeFilesLines
* Gilnanny + pystate.pxdMark Florisson2011-05-051-0/+5
* fix many empty __init__ filesLisandro Dalcin2011-04-011-0/+1
* Have the refnanny use the new CPython API namespaceDag Sverre Seljebotn2010-03-121-2/+2
* Refnanny unraisable fix.Robert Bradshaw2010-03-111-7/+10
* Get rid of unraisable warnings in the refnanny.Robert Bradshaw2010-03-111-19/+31
* RefNanny: renaming of internal stuff and simpler import/export APILisandro Dalcin2009-10-141-9/+9
* Fix refnanny string literalDag Sverre Seljebotn2009-09-251-1/+1
* use PyObject* type for arguments to PyErr_Restore() in Cython/Includes/python...Lisandro Dalcin2009-09-091-5/+5
* cleanup unused exception class and some fixes for better runtime behavior in ...Lisandro Dalcin2009-03-061-11/+6
* Avoid crashes in refnanny when PyFinalize gets messy, Sage now exits cleanly.Robert Bradshaw2009-02-251-5/+10
* refnanny: Cleanup + fix some smaller issuesDag Sverre Seljebotn2009-02-211-37/+44
* refnanny: Do Python operations exception-safely in refnanny.pyxDag Sverre Seljebotn2009-02-211-3/+3
* refnanny: Remove dead exception raising codeDag Sverre Seljebotn2009-02-211-7/+2
* unicode fixesStefan Behnel2009-02-201-10/+10
* Print refnanny errors rather than raise them.Robert Bradshaw2009-02-201-5/+10
* enhancements to refnanny exception handling and APILisandro Dalcin2009-02-031-40/+52
* remove those 'Refnanny' prefixes in refnanny.pyxLisandro Dalcin2009-02-031-18/+18
* forgot to add file in last commitLisandro Dalcin2009-02-031-0/+0
* refnanny extension module does not need to export functions as publicLisandro Dalcin2009-02-031-9/+8
* Avoid the need to load refnanny module using RTLD_GLOBALLisandro Dalcin2009-02-031-11/+33
* Make refnanny trap and complain about NULL arguments to xxxREFDag Sverre Seljebotn2009-02-021-12/+24
* Build refnanny.pyx automatically in runtests.pyDag Sverre Seljebotn2009-01-301-10/+0
* Refnanny fixes; it now runs the test suite correctly.Dag Sverre Seljebotn2009-01-301-6/+23
* refnannyDag Sverre Seljebotn2009-01-291-8/+16
* refnanny fix...Dag Sverre Seljebotn2009-01-272-9/+10
* refnanny: Disable in nogil functionsDag Sverre Seljebotn2009-01-182-1/+10
* Refnanny cleanup and bugfix.Dag Sverre Seljebotn2009-01-071-16/+4
* Refcount nanny framework in place; smaller fixes and better build neededDag Sverre Seljebotn2009-01-052-0/+100