summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Prevent calling the dealloc slot of a non-GC base class with GC tracking enab...scoder2023-05-151-0/+38
* enable passing datetime tests on PyPy (#5427)Matti Picus2023-05-071-3/+0
* Fix AnnotationWriter for IndexNode with empty TupleNode (GH-5355)Lisandro Dalcin2023-04-051-0/+5
* Add an explicit (although unnecessary) "noexcept" marker to the "PyCapsule_De...Stefan Behnel2023-04-021-0/+33
* Fix a reference leak when a for-loop's "else:" branch contains a "break" for ...Stefan Behnel2023-04-011-1/+28
* Allow Py3.12 AttributeError suggestions in doctest output.Stefan Behnel2023-03-072-29/+26
* Avoid exponential recursion when coercing nested conditional expressions.Stefan Behnel2023-01-051-0/+46
* Add support of const fused type memory views (GH-3118) (GH-5076)da-woods2023-01-043-12/+125
* [0.29.x] Avoid using asyncio.get_event_loop (GH-5188)da-woods2023-01-042-22/+36
* numpy.int -> numpy.int_ (#5190)da-woods2022-12-312-7/+7
* Fix bug with complex powers of negative numbers (#5014)da-woods2022-09-191-0/+86
* [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