summaryrefslogtreecommitdiff
path: root/tests/run/index.pyx
Commit message (Expand)AuthorAgeFilesLines
* Fix tuple/list wraparound failure.Robert Bradshaw2017-05-081-0/+6
* adapt doctest to different error message in pypyStefan Behnel2015-05-221-8/+8
* work around stupid C compiler warnings about tests being always true due to i...Stefan Behnel2013-11-091-0/+50
* add another straight exception case to macrosStefan Behnel2013-11-091-0/+38
* clean up (Set|Del)ItemInt code and fix negative indexing of objects with leng...Stefan Behnel2013-03-161-1/+43
* clean up GetItemInt code and fix negative indexing of objects with length > m...Stefan Behnel2013-03-161-0/+39
* use constant flags to move wraparound/boundscheck evaluation into inlined Get...Stefan Behnel2013-03-021-3/+27
* Py2.4/2.7 doctest fixStefan Behnel2012-04-201-4/+2
* unify None indexing exception messageStefan Behnel2012-04-201-3/+3
* properly catch indexing of None for all Python objects, including all optimis...Stefan Behnel2012-04-181-2/+9
* doctest fixes for latest Py2.7Stefan Behnel2011-11-211-6/+4
* Remove trailing whitespace.Robert Bradshaw2010-12-131-1/+1
* Another large integer literal fix (indexing).Robert Bradshaw2010-06-071-1/+2
* Bug in large literal indexing.Robert Bradshaw2010-06-071-0/+6
* Py2.7 test fixesStefan Behnel2010-03-131-1/+1
* List/tuple boundscheck test.Robert Bradshaw2009-12-081-0/+13
* various Py3 test fixes after doctest refactoringStefan Behnel2009-10-301-4/+8
* Move some tests into function docstrings.Robert Bradshaw2009-10-291-50/+55
* test fixes for Py2.4Stefan Behnel2009-10-271-1/+2
* Py3 test fixesStefan Behnel2009-08-211-0/+4
* cast result of "sizeof()" to "int" in testcase, silents GCC warnings about si...Lisandro Dalcin2009-04-071-6/+6
* More indexing testsRobert Bradshaw2009-03-111-0/+46
* Test for indexingRobert Bradshaw2009-02-261-0/+55