summaryrefslogtreecommitdiff
path: root/tests/run/nonecheck.pyx
Commit message (Expand)AuthorAgeFilesLines
* Add nogil nonecheck tests (don't segfault)Mark Florisson2012-05-091-0/+20
* Refactor None checking code -- use NoneCheckNode everywhereMark Florisson2012-05-091-0/+82
* unify None indexing exception messageStefan Behnel2012-04-201-7/+2
* Move some tests into function docstrings.Robert Bradshaw2009-10-291-42/+47
* Py3 test case fixStefan Behnel2008-12-301-1/+1
* doctests must set __doc__ in Py2.3Stefan Behnel2008-12-131-1/+1
* nonecheck directive for buffer accessesDag Sverre Seljebotn2008-09-251-0/+18
* Initial implementation of nonecheck directive; some directive design changesDag Sverre Seljebotn2008-09-221-0/+72