summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix test on Windows.Stefan Behnel2022-02-171-2/+2
* Fix depfile tests on Windows.Stefan Behnel2022-02-163-19/+25
* Remove test code that fails to compile in Py3.11 (and that isn't really worth...Stefan Behnel2022-01-281-10/+1
* Fix division-by-zero crash in tests when the C ompiler discards the computati...Stefan Behnel2022-01-281-0/+1
* Backport GH-4563 : generate dependency files (GH-4576)Evgeni Burovski2022-01-283-0/+140
* Make the test files that depend on "cythonarrayutil.pxi" compilable by themse...Stefan Behnel2022-01-284-4/+4
* Minot test cleanup.Stefan Behnel2022-01-281-1/+3
* Remove imports and @asyncio.coroutine decorators from test that are gone in P...Stefan Behnel2022-01-281-3/+1
* Make sure that we raise a TypeError for invalid numbers of arguments for rang...Stefan Behnel2022-01-161-0/+9
* Adapt to upcoming PyPy3.8/9 releases (GH4517)Matti Picus2021-12-251-1/+2
* Prevent in-list optimisation when the list contains starred expresssions (GH-...Arvind Natarajan2021-12-141-0/+18
* Fixed uninitialized test on 3.11 (GH-4474)da-woods2021-12-051-24/+24
* Let a tracing test run slower to prevent div-by-zero crashes in line_profiler...Stefan Behnel2021-12-051-0/+3
* Fix unittest method usage that was long deprecated and removed in Py3.11.Stefan Behnel2021-11-181-1/+1
* Disable some plain Python (non Cython related) tests that fail in Py3.10 due ...Stefan Behnel2021-11-161-1/+4
* Non-int conversion to Py_hash_t.Robert Bradshaw2021-11-071-0/+18
* Repair coverage tests to make them work with coverage 6.1, which changed the ...Stefan Behnel2021-11-022-22/+37
* Change C includes of "longintrepr.h" to account for upstream changes (GH-4428)Thomas A Caswell2021-10-311-1/+6
* Fix C++ bool coercion where no "operator bool" exists (GH-4349)da-woods2021-09-031-0/+13
* Make a helper function in a C++ test correctly propagate exceptions so that i...Stefan Behnel2021-07-221-1/+1
* Fix "std::string::npos" in 'libcpp.string' and add missing C++ string methods...Janek Bevendorff2021-07-131-1/+65
* Backport #2811 to fix qualified-name issues (GH-4216)da-woods2021-06-091-2/+14
* Fix pickling unbound cython methods (GH-2969)Pierre Glaser2021-04-291-0/+17
* Implement "gen.gi_frame" and "coro.cr_frame" attributes on generators and cor...Stefan Behnel2021-04-282-0/+50
* Include utility code for inline memoryview functions found in .pxd files (GH-...da-woods2021-04-261-0/+35
* Work around a test failure in Py3.10.Stefan Behnel2021-04-141-9/+9
* Fix string constant folding with language_level=2 (GH-4083)da-woods2021-04-141-0/+12
* Make a test Py3.10 compatible.Stefan Behnel2021-04-141-3/+3
* Remove incorrect dict unpacking optimisation that leaked external dict change...peng weikang2021-04-142-10/+41
* Fix optimised_pow2_inplace() on Python 3.10 (GH-4103)Victor Stinner2021-04-121-2/+2
* Avoid empty frozenset singleton on Python 3.10 (GH-4049)da-woods2021-03-301-3/+5
* Port test_asyncgen to Python 3.10 (GH-4044)Victor Stinner2021-03-301-46/+46
* Make annotation tests work with non-evaluated annotations (GH-4050)da-woods2021-03-211-2/+2
* Re-add missing imports.Stefan Behnel2021-03-211-1/+1
* Port test_exceptions to Python 3.10 (GH-4042)Victor Stinner2021-03-181-4/+9
* Make a working test actually test something.Stefan Behnel2021-02-181-2/+8
* Clean up test file.Stefan Behnel2021-02-091-5/+1
* Don't crash when probing type of cimported module (GH-4001)da-woods2021-02-091-2/+14
* Merge pull request #3972 from da-woods/cpdef_error_message_0.29Robert Bradshaw2021-01-231-0/+18
|\
| * Error message on cpdef variablesda-woods2021-01-081-0/+18
* | Add the PyOS_*() string comparison/conversion functions as cpython/conversion...Stefan Behnel2020-11-181-0/+1
* | Fix "common_include_dir" test on OS X on Travis (GH-3893)da-woods2020-11-081-1/+6
* | Add cellobject.pxd (GH-3901)Zackery Spytz2020-11-071-0/+1
* | Fix memoryview casts involving fused types (GH-3882)da-woods2020-11-071-0/+2
* | Allow const declarations in nested template arguments (GH-3886)Ashwin Srinath2020-11-071-0/+18
* | Add cpython/codecs.pxd (GH-3899)Zackery Spytz2020-11-071-0/+1
* | Make const memoryviews of struct dtypes work.Stefan Behnel2020-11-071-10/+64
* | Rename test file to avoid ambiguity with the C "const" modifier.Stefan Behnel2020-10-081-0/+0
* | Disable a test that fails in Py2 in 0.29.x since 'str' is 'unicode' in cython...Stefan Behnel2020-10-081-0/+2
|/
* Prevent compile error when the result of repr() is assigned to a "unicode" LH...Stefan Behnel2020-07-101-0/+8