summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [0.29] implement the --depfile command-line option for the "cython" tool (GH-...releaseEli Schwartz2022-08-052-2/+66
* Reallow capture of memoryview arguments (GH-4929)da-woods2022-07-291-0/+19
* Fix error where "import *" tried to overwrite a macro in utility code (GH-4930)da-woods2022-07-281-0/+6
* [0.29] Add --module-name argument to cython command (GH-4906)h-vetinari2022-07-271-0/+52
* Backport "noexcept" function modifier to Cython 0.29.x (GH-4903)da-woods2022-07-271-0/+8
* [0.29] Add configuration for the "nogil" CPython fork (GH-4912) (GH-4914)Sam Gross2022-07-261-0/+2
* [0.29] Use atomic reference counting in MemoryView in more cases (GH-4912) (G...Sam Gross2022-07-261-4/+4
* Fixed over-zealous optimization of append attribute usage to "__Pyx_PyObject_...da-woods2022-07-161-0/+34
* Error on memoryview argument capture on 0.29.x (GH-4849)da-woods2022-07-121-0/+20
* Add tests for NULL objects in memoryviews (GH-4871)da-woods2022-07-062-11/+49
* Fix tuple*float test on PyPyda-woods2022-07-031-2/+2
* BUG: Fortify object buffers against included NULLs (#4859)Sebastian Berg2022-07-031-0/+45
* Fix tuple multiplication in MergedSequenceNode (GH-4864)da-woods2022-06-281-0/+18
* Fix bytearray iteration in 0.29.x (#4108)Kenrick Everett2022-06-211-0/+15
* Revert "Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4...Stefan Behnel2022-05-171-22/+0
* Remove ".__contains__" -> "PySequence_Contains" slot mappings for known built...da-woods2022-05-161-0/+47
* Change IndexError to TypeError when calling unbound CyFunctions (GH-4783)da-woods2022-05-161-0/+6
* Adapt doctest to new exception messages in Py3.11 (says "modulo" instead of "...Stefan Behnel2022-05-031-2/+2
* Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4749)Oleksandr Pavlyk2022-05-031-0/+22
* Mark reverse operators with METHOD_COEXIST (GH-4753)da-woods2022-05-031-0/+24
* Disable CYTHON_FAST_PYCALL on Py3.10 (0.29.x) (GH-4735)da-woods2022-04-151-0/+44
* Fix test again: 'str' doesn't pickle well across the Py2/3 boundary.Stefan Behnel2022-03-141-13/+14
* Make the pickle test actually test that auto-pickling uses the right checksum...Stefan Behnel2022-03-141-7/+13
* For the auto-pickle checksum, allow SHA-1 and SHA-256 which are used by Cytho...Stefan Behnel2022-03-141-0/+24
* Add a test.Stefan Behnel2022-03-121-0/+17
* Resolve some doctest issues in Python 3.11.Stefan Behnel2022-02-243-3/+9
* Correctly generate function definions in finally clauses (GH-4652)da-woods2022-02-241-0/+18
* Try to fix test on Windows.Stefan Behnel2022-02-191-2/+2
* 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