summaryrefslogtreecommitdiff
path: root/Cython/Runtime
Commit message (Expand)AuthorAgeFilesLines
* Disable auto-pickling for some internal modules to reduce their code overhead.Stefan Behnel2017-09-261-1/+1
* start using f-strings (because we can :) )Stefan Behnel2016-03-261-9/+6
* adapt 'unicode' usage to Py2/Py3Stefan Behnel2015-07-261-4/+7
* fix refnanny error output in Py3Stefan Behnel2013-12-191-1/+2
* fix warnings in refnanny moduleStefan Behnel2013-10-121-5/+4
* minor string type fix in refnannyStefan Behnel2012-09-261-1/+1
* make refnanny output easier to detect when used outside of doctests, print nu...Stefan Behnel2012-09-261-4/+4
* another tweak to the refnanny context: readonly fields are enoughStefan Behnel2012-04-221-5/+5
* make context fields in refnanny context visible from Python codeStefan Behnel2012-04-221-4/+4
* speed up refnannyStefan Behnel2012-04-221-16/+25
* 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