summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Don't call __Pyx_ImportNumPyArrayTypeIfAvailable() for every fused def functi...da-woods2022-07-312-0/+29
* Fix some code style issues: assert is not a function but a statement.Stefan Behnel2022-07-311-4/+4
* Allow C code assertions in tests by defining regular expressions in module di...scoder2022-07-302-0/+74
* Fix initialization of init=False dataclass fields (GH-4908)da-woods2022-07-291-0/+41
* Make Cython async functions set CO_COROUTINE and CO_ASYNC_GENERATOR code flag...scoder2022-07-291-3/+5
* Implement the --depfile command-line option for the "cython" tool (GH-4916)Eli Schwartz2022-07-292-2/+66
* Remove dead test code (replaced by new version further down).Stefan Behnel2022-07-291-21/+4
* Fix a crash due to incorrect reference counting of memoryview arguments (GH-4...da-woods2022-07-291-2/+56
* Merge branch '0.29.x'Stefan Behnel2022-07-291-0/+28
|\
| * 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
* | Add GitHub Actions build jobs for Windows (GH-4324)0dminnimda2022-07-281-0/+3
* | Merge branch '0.29.x'Stefan Behnel2022-07-262-6/+10
|\ \ | |/
| * [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
* | Remove unhelpful comment in testda-woods2022-07-201-2/+2
* | Improve test coverage of special methods with type conversions (#4900)da-woods2022-07-201-0/+41
* | Add --module-name argument to cython command (GH-4548)Matthew Brett2022-07-191-0/+52
* | Enable parenthesized context managers (GH-4814)da-woods2022-07-171-64/+48
* | Make it easier to restore scanner state during parsing phase (GH-4813)da-woods2022-07-1610-35/+35
* | Make memoryviewslice and cython.array be collections.abc.Sequence (GH-4817)da-woods2022-07-163-6/+75
* | Extend test to make sure that cython.declare(int) interprets "int" as C int a...Stefan Behnel2022-07-161-3/+4
* | Give better errors on size changes of PyVarObjects and reduce false positives...da-woods2022-07-165-40/+141
* | Fixed over-zealous optimization of append attribute usage to "__Pyx_PyObject_...da-woods2022-07-161-0/+34
* | Avoid conflict between propery names and function variables (GH-4845)da-woods2022-07-161-0/+23
* | Add tests for NULL objects in memoryviews (GH-4871)da-woods2022-07-132-11/+49
* | Avoid raising StopIteration in "__next__" if possible (GH-4844)da-woods2022-07-131-0/+86
* | Disable co_varnames identity check on Python 3.11 (GH-4850)da-woods2022-07-131-1/+6
* | Allow setting "annotation_typing" directive more locally (GH-4886)da-woods2022-07-121-0/+30
* | Fix annotation type analysis for Python "typing" types (GH-4606)scoder2022-07-1111-74/+198
* | Reject invalid spellings of Ellipsis (GH-4868)0dminnimda2022-07-043-0/+39
* | Merge branch '0.29.x'da-woods2022-07-031-2/+2
|\ \ | |/
| * Fix tuple*float test on PyPyda-woods2022-07-031-2/+2
* | Merge branch '0.29.x'da-woods2022-07-031-0/+18
|\ \ | |/
| * 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
* | BUG: Fortify object buffers against included NULLs (#4859)Sebastian Berg2022-07-031-0/+45
* | Move linetracing functions into an "exec" to work around an issue in Py3.11 (...da-woods2022-06-291-31/+29
* | Fix code-style blank like at end of fileda-woods2022-06-211-1/+0
* | Merge branch '0.29.x'da-woods2022-06-211-0/+16
|\ \ | |/
| * 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
* | Add distributions to `libcpp.random`. (#4762)Till Hoffmann2022-06-071-1/+243
* | Remove unused import from test file.Stefan Behnel2022-05-311-1/+0
* | Fix test tag name.Stefan Behnel2022-05-311-2/+1