summaryrefslogtreecommitdiff
path: root/tests/run/powop.pyx
Commit message (Expand)AuthorAgeFilesLines
* extend testStefan Behnel2015-04-031-0/+4
* calculate 2**N in PY_LONG_LONG if it's larger than long and the value fitsStefan Behnel2015-04-031-0/+4
* prevent "2**intsubtype" from being incorrectly optimised if intsubtype overri...Stefan Behnel2014-05-161-0/+28
* also test in-place operator for power-of-2 optimisation (not currently optimi...Stefan Behnel2014-05-031-0/+29
* prevent 2**N optimisation from breaking 2.0**NStefan Behnel2014-05-031-0/+3
* speed up Python object calculation of 2**NStefan Behnel2014-05-031-0/+33
* Move some tests into function docstrings.Robert Bradshaw2009-10-291-28/+33
* int powering testsRobert Bradshaw2009-03-141-6/+20
* Minor 2.3 changes and fixesRobert Bradshaw2008-08-021-2/+2
* lots of test fixes for Py3Stefan Behnel2008-05-151-0/+4
* tons of fixes for the test suite: docstrings must be unicode strings to run i...Stefan Behnel2008-05-141-1/+1
* extended test caseStefan Behnel2008-01-061-0/+12
* loads of test casesStefan Behnel2008-01-021-2/+2
* tests for '**' operatorStefan Behnel2008-01-021-0/+26