summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Add "mt19973_64" declarations to "libcpp.random" (GH-4818)Wenjun Si2022-05-311-13/+64
* | Improve coercion rules on function pointer exception specification and add te...da-woods2022-05-302-3/+73
* | Replace fused "__self__" property function with slot memberdef (GH-4808)da-woods2022-05-291-15/+6
* | dataclasses: enable kw_only dataclasses (#4794)Yury Sokov2022-05-191-0/+27
* | Merge branch 'master' of git+ssh://github.com/cython/cythonStefan Behnel2022-05-161-0/+19
|\ \
| * | Preserve except* declaration on function pointer types (GH-4771)da-woods2022-05-161-0/+19
* | | Merge branch '0.29.x'Stefan Behnel2022-05-161-0/+6
|\ \ \ | |/ / |/| / | |/
| * 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
* | Remove ".__contains__" -> "PySequence_Contains" slot mappings for known built...da-woods2022-05-161-0/+47
* | Remove unused "cdef extern" declarations from Memoryview utility code (GH-4778)da-woods2022-05-161-6/+6
* | Fixed comment in cdef_class_dataclass testda-woods2022-05-151-1/+1
* | Test for cppclass docstrings (added in #3183) (#3220)samaingw2022-05-143-0/+25
* | Merge branch 0.29.xStefan Behnel2022-05-113-2/+48
* | "tags" -> "tag" in cpp_stl_algo_sampleda-woods2022-05-081-1/+1
* | move c++11 specific tests into separate files (#4748)Max Bachmann2022-05-054-58/+72
* | Add C++ STL `sample` for sampling without replacement. (GH-4751)Till Hoffmann2022-04-211-0/+41
* | Add tests for 'None' value argument in optimised string methods. (GH-4743)Kirill Smelkov2022-04-211-170/+219
* | Fix list of warnings in test after fixing the "'DEF' statement is deprecated"...Stefan Behnel2022-04-201-8/+6
* | Add mt19937 random number generator to libcpp. (GH-4746)Till Hoffmann2022-04-201-0/+55
* | Add missing C++ STL iterator declarations and correct their const/non-const b...Max Bachmann2022-04-194-0/+114
* | Allow None to coerce to C types separately from other object values. (GH-4740)scoder2022-04-181-0/+42
* | Add cbegin/cend/crbegin/crend to C++ STL container declarations (GH-4530)Max Bachmann2022-04-156-0/+153
* | Remove dead Py2.5 code from test.Stefan Behnel2022-04-151-8/+6
* | Use "\x20" instead of a plain space at the end of a doctest output line to ma...Stefan Behnel2022-04-151-18/+18
* | Use an EncodedString on dataclass types when creating a StringNode (GH-4728)da-woods2022-04-101-0/+8
* | Fix typo in unittests (GH-4715)Matus Valo2022-04-061-1/+1
* | Remove obselete memoryview getbuffer fallback code (GH-4685)da-woods2022-03-171-8/+8
* | Include return type in fused types of function pointers (GH-4678)da-woods2022-03-151-0/+45
* | Allow None to be passed into arguments annotated as type "object" (GH-4669)da-woods2022-03-151-0/+24
* | Merge branch '0.29.x'Stefan Behnel2022-03-141-13/+14
|\ \ | |/
| * Fix test again: 'str' doesn't pickle well across the Py2/3 boundary.Stefan Behnel2022-03-141-13/+14
* | Merge branch '0.29.x'Stefan Behnel2022-03-141-7/+13
|\ \ | |/
| * 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
* | For the auto-pickle checksum, allow MD5 again since it was used by Cython 0.x...Stefan Behnel2022-03-141-0/+24
* | Merge branch '0.29.x'Stefan Behnel2022-03-131-0/+17
|\ \ | |/
| * Add a test.Stefan Behnel2022-03-121-0/+17
* | Make ctypedefed bint behave like normal bint (GH-4660)0dminnimda2022-03-041-0/+71
* | Fix reference counting in loops over memoryviews (GH-4663)da-woods2022-02-261-0/+45
* | Fix test by adding "expected" warnings. These should rather be avoided, but t...Stefan Behnel2022-02-251-0/+3
* | Also add a deprecation warning for the compile time DEF statement.Stefan Behnel2022-02-253-6/+39