summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make sure that version dependent special methods are correctly and completely...Stefan Behnel2021-10-241-0/+88
* Fix libcpp map/set/multiset/unordered type issues (GH-4410)Dobatymo2021-10-224-19/+323
* Add C++ multimap/unordered_multimap (GH-4419)Dobatymo2021-10-221-0/+135
* Add some missing functions to libcpp maps and string (GH-4395)account-login2021-10-203-0/+21
* Fix fused.__self__ tests on PyPy (GH-4417)da-woods2021-10-181-9/+12
* Fix fused cpdef default arguments (GH-4413)da-woods2021-10-171-1/+24
* Improve "import_array" guard (GH-4397)da-woods2021-10-061-1/+1
* Make a compile test runnable.Stefan Behnel2021-10-022-12/+41
* Handle function "outer_attrs" more consistently (GH-4375)da-woods2021-10-011-0/+20
* Fix the name of attributes in the common ABI module (GH-4376)da-woods2021-09-281-0/+13
* Avoid AddTraceback() if stringtab isn't set up (GH-4378)da-woods2021-09-271-0/+40
* Avoid unnecessary binding of fused functions on class lookup (GH-4370)da-woods2021-09-241-0/+54
* Fix a couple of trivial typos (GH-4363)da-woods2021-09-051-1/+1
* Fix C++ bool coercion where no "operator bool" exists (GH-4349)da-woods2021-09-031-0/+13
* Deduplicate tuples containing IdentifierStringNode (GH-4353)da-woods2021-08-311-0/+29
* Restore error when using arbitrary decorators on cdef functions (GH-4323)da-woods2021-08-071-0/+39
* Enable more cpp_locals tests (GH-4320)da-woods2021-07-313-6/+2
* Fix the type of the 'self' argument in a cdef staticmethod declared in a pxd ...da-woods2021-07-262-0/+15
* Make __PYX_WARN_IF_INIT_CALLED name unique per-module in generated header fil...da-woods2021-07-231-0/+31
* Support arbitrary mappings in C++ dict-to-map conversion, not just exact dicts.Stefan Behnel2021-07-221-10/+26
* Resolve some issues with "cpp_locals" (GH-4265)da-woods2021-07-1936-37/+65
* Add missing multiset class to the standard library bindings (GH-4273)da-woods2021-07-191-0/+106
* Add missing "max_element()" in libcpp.algorithms (GH-4271)da-woods2021-07-181-4/+6
* Fix and enforce a couple of code formatting issues. (II)Stefan Behnel2021-07-181-13/+13
* Merge branch '0.29.x'Stefan Behnel2021-07-131-0/+32
|\
| * 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
* | Fix "std::string::npos" in 'libcpp.string' and add missing C++ string methods...Janek Bevendorff2021-07-131-5/+53
* | Fix a refcounting bug in the new @total_ordering decorator.Stefan Behnel2021-07-031-0/+3
* | Fix infinite recursion in binops code (GH-4204)da-woods2021-07-021-7/+92
* | Error message on cpdef variables (GH-3963)da-woods2021-07-021-6/+6
* | Fix a few bugs in the new "cpp_locals" directive implementation (GH-4259)da-woods2021-07-022-12/+73
* | Add directive "cpp_locals" to handle C++ variables using std::optional (GH-4225)da-woods2021-06-291-0/+167
* | Set "is_cython_module" on annotations correctly (GH-4248)da-woods2021-06-281-14/+27
* | Don't let Py-class annotations set a type (GH-4199)da-woods2021-06-222-1/+5
* | Correct delete -> delete[] in "cpp_nonstdint" test (GH-4239)da-woods2021-06-221-1/+1
* | Fix "except+*" exception handling (GH-4013)da-woods2021-06-173-38/+55
* | Fix conversion from DictNode to std::map (GH-4231)da-woods2021-06-172-4/+29
* | Optimise "[...] * N" where N is a non-literal C integer value. (GH-4233)scoder2021-06-171-0/+148
* | Make test for GH-4212 independent of optimisations. (GH-4219)da-woods2021-06-111-3/+5
* | Remove special handling of Pyston v1 (GH-4211)Marius Wachtler2021-06-091-2/+0
* | Fixed optimizations in defined cppclassda-woods2021-06-051-0/+4
* | Implement @total_ordering decorator for extension types (GH-3626)Spencer Brown2021-05-262-0/+1195
* | Add support for C++17 execution policy parameter (GH-3790)Ashwin Srinath2021-05-252-0/+82
* | Split the current "CYTHON_COMPILING_IN_LIMITED_API" macro guard (GH-3611)scoder2021-05-255-31/+66
* | Revert "Optimize enumerate() with start argument and (GH-4077)" (GH-4192)scoder2021-05-241-26/+0
* | Add operator= to shared_ptr for assignments to base classes (GH-4185)Søren Fuglede Jørgensen2021-05-241-0/+9
* | Fix type inference on builtin max (GH-4156)da-woods2021-05-241-0/+13
* | Support cimports in pure Python code. (GH-4190)scoder2021-05-233-0/+63