summaryrefslogtreecommitdiff
path: root/tests/run/pyintop.pyx
Commit message (Expand)AuthorAgeFilesLines
* Give equality comparisons to integer constants a dedicated implementation tha...Stefan Behnel2018-04-131-3/+184
* The optimised int/float comparison was accidentally not activated when the re...Stefan Behnel2018-04-131-0/+86
* Fix some trailing Ls in doctsts.Robert Bradshaw2016-11-211-3/+3
* optimise left-shift operations with small integersStefan Behnel2016-08-301-0/+59
* extend PyLong optimisation to '>>' (rshift) operatorStefan Behnel2015-03-271-0/+51
* speed up binary and/or/xor operations with constant Python integersStefan Behnel2015-03-211-12/+66
* Move some tests into function docstrings.Robert Bradshaw2009-10-291-14/+23
* Cleared file executable bit that was set earlier by a mistakeDag Sverre Seljebotn2008-07-291-0/+0
* Buffer type checking cleanup/rewrite (now uses use_utility_code)Dag Sverre Seljebotn2008-07-261-0/+0
* tons of fixes for the test suite: docstrings must be unicode strings to run i...Stefan Behnel2008-05-141-1/+1
* loads of doctestsStefan Behnel2008-01-011-5/+32
* collection of regression tests (based on Greg's test suite)Stefan Behnel2007-12-311-0/+11