summaryrefslogtreecommitdiff
path: root/tests/run
Commit message (Expand)AuthorAgeFilesLines
* Only generate __qualname__ in Python versions supporting itJeroen Demeyer2019-01-013-12/+12
* Work around some PyPy test issues.Stefan Behnel2018-12-271-6/+4
* Work around some PyPy test issues.Stefan Behnel2018-12-271-9/+8
* Merge pull request #2748 from QuLogic/abs-nogilStefan Behnel2018-12-141-0/+131
|\
| * Mark optimized abs as being nogil-safe.Elliott Sales de Andrade2018-12-081-0/+131
* | Merge branch '0.29.x'Stefan Behnel2018-12-142-2/+59
|\ \
| * | Prevent dynamically multiplied tuple constants from being deduplicated. Only ...Stefan Behnel2018-12-142-2/+59
* | | Non-int conversion to Py_hash_t.Robert Bradshaw2018-12-101-0/+18
| |/ |/|
* | Merge branch 'release'Stefan Behnel2018-11-242-44/+169
|\ \ | |/
| * Fix C++ assignments to references returned by operator[].Stefan Behnel2018-11-242-44/+169
| * [pythran] properly handle power operator in pythran expressionserge-sans-paille2018-11-161-0/+10
| * Fix pythran include path for numpy math functionsserge-sans-paille2018-11-161-0/+15
| * Fix: absolute cimport handlingKryštof Pilnáček2018-11-011-1/+4
| * initial starting point for fixbweigel2018-11-011-0/+8
* | Type inference for stack-allocated C++ types.Robert Bradshaw2018-11-231-0/+37
* | Merge pull request #2709 from serge-sans-paille/fix/pythran-powerStefan Behnel2018-11-161-0/+10
|\ \
| * | [pythran] properly handle power operator in pythran expressionserge-sans-paille2018-11-121-0/+10
* | | Merge pull request #2702 from serge-sans-paille/fix/pythran-includesStefan Behnel2018-11-161-0/+15
|\ \ \ | |/ /
| * | Fix pythran include path for numpy math functionsserge-sans-paille2018-11-071-0/+15
* | | Fix: absolute cimport handlingKryštof Pilnáček2018-11-011-1/+4
* | | initial starting point for fixbweigel2018-11-011-0/+8
* | | Merge pull request #2676 from telamonian/fix_npy_bool_cast_falseStefan Behnel2018-10-311-0/+9
|\ \ \
| * | | added unit test for bool dtypetelamonian2018-10-231-0/+9
* | | | Merge branch '0.29.x'Stefan Behnel2018-10-301-0/+23
|\ \ \ \ | | |_|/ | |/| |
| * | | Add test for GH-2670.Stefan Behnel2018-10-301-0/+23
* | | | Merge pull request #2684 from fkohlgrueber/func_decorator_co_firstlineno_fixStefan Behnel2018-10-302-3/+22
|\ \ \ \
| * | | | fix line numbers in other testsFelix Kohlgrüber2018-10-271-3/+3
| * | | | fix co_firstlineno for functions that have decoratorsFelix Kohlgrüber2018-10-271-0/+19
* | | | | Remove support for Py2.6 and various quirks that special-cased it.gh2692_remove_py26_supportStefan Behnel2018-10-3010-115/+23
* | | | | Merge pull request #2683 from KPilnacek/2133_exponentiation_of_intStefan Behnel2018-10-271-0/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix: Exponentiation of integer constantsKryštof Pilnáček2018-10-271-0/+11
| |/ / /
* | | | adds test for case presented in #2634bweigel2018-10-271-0/+4
|/ / /
* | | Add cwd to sys.path inside subinterpreterJeroen Demeyer2018-10-221-3/+6
|/ /
* | Correct the handling of line tracing errors on try-statements. Previously, th...Stefan Behnel2018-10-191-4/+71
* | Only error out for non-ASCII literals on actual bytes literalsJeroen Demeyer2018-10-051-0/+2
* | Rename check_size extend option to ignore.Robert Bradshaw2018-10-021-4/+4
* | Rename the options of the "check_size" feature to make them more obvious: "wa...Stefan Behnel2018-09-291-24/+27
|/
* Merge pull request #2635 from cython/cy3strStefan Behnel2018-09-291-1/+1
|\
| * Remove the new 'str_is_str' directive again and replace it by a new "language...cy3strStefan Behnel2018-09-291-1/+1
* | Merge pull request #2627 from mattip/check_size2Stefan Behnel2018-09-291-4/+80
|\ \ | |/ |/|
| * MAINT: fixes from reviewmattip2018-09-251-3/+4
| * MAINT: fixes from reviewmattip2018-09-251-3/+3
| * ENH: add check_size option to ctypedef class for external classesmattip2018-09-251-4/+79
* | Ignore the "c_string_encoding" directive when looking for a "coding" cookie i...Stefan Behnel2018-09-291-2/+5
* | DOC, TST: test and document external extension type attribute aliasingmattip2018-09-251-0/+109
* | Add a new directive 'str_is_str=True' that keeps unprefixed string literals a...Stefan Behnel2018-09-241-0/+101
|/
* Merge pull request #2622 from mattip/check_sizescoder2018-09-231-0/+155
|\
| * WIP: TEST: add test for 'binary incompatibility' warning, errormattip2018-09-231-0/+155
* | Make switch-statement work nicely with line tracing.Stefan Behnel2018-09-232-0/+2
* | Update test_grammar.py test from CPython 3.7+.Stefan Behnel2018-09-231-19/+311