summaryrefslogtreecommitdiff
path: root/tests/errors
Commit message (Expand)AuthorAgeFilesLines
* Keep 'extern' visibility in context of struct/union to properly infer 'noexce...Matus Valo2023-05-031-3/+21
* Warn about useless directives that do not change the previous setting.Stefan Behnel2023-04-241-0/+1
* Disallow @cfunc being applied to a @ufunc.Stefan Behnel2023-04-241-0/+7
* Disallow @cfunc together with @ccall on the same function.Stefan Behnel2023-04-241-0/+20
* Improve error message for 'cimport cython.floating' (GH-5295)da-woods2023-03-271-0/+4
* Fix exception handling in memoryview utilitycode (GH-5325)da-woods2023-03-201-3/+3
* Show warning when annotation type is unknown (GH-5079)Matus Valo2023-02-252-4/+67
* Fix test.Stefan Behnel2023-01-251-2/+2
* Fix Github ticket references in tests ('t' is the prefix used for old trac ti...Stefan Behnel2023-01-051-1/+1
* Merge branch '0.29.x'Stefan Behnel2023-01-041-1/+1
|\
| * Add support of const fused type memory views (GH-3118) (GH-5076)da-woods2023-01-041-10/+24
| * Fix C++ bool coercion where no "operator bool" exists (GH-4349)da-woods2021-09-031-0/+13
* | Support 2 and 3 arg __[ri]pow__ (#5168)da-woods2022-12-151-5/+13
* | Relax `nogil_check()` of `SliceIndexNode` to support array initialisation (#5...Matus Valo2022-12-031-0/+13
* | Clean up issues with dataclasses and inheritance (#5046)da-woods2022-11-123-0/+39
* | PEP614 decorators (#4991)da-woods2022-10-012-14/+2
* | Fix failing relative imports in __init__ files. (#4552)Matus Valo2022-10-011-2/+2
* | Fix incorrect operator lookup for postincrement (#4536)Max Bachmann2022-09-181-0/+33
* | [ENH] Propagate exceptions from `cdef` functions by default (#4670)Ashwin Srinath2022-09-105-6/+6
* | Validate imported "cython.*" module names and reject unknown module names.Stefan Behnel2022-08-042-1/+44
* | Make it easier to restore scanner state during parsing phase (GH-4813)da-woods2022-07-169-26/+26
* | Give better errors on size changes of PyVarObjects and reduce false positives...da-woods2022-07-161-3/+1
* | Fix annotation type analysis for Python "typing" types (GH-4606)scoder2022-07-114-13/+102
* | Reject invalid spellings of Ellipsis (GH-4868)0dminnimda2022-07-041-0/+8
* | Improve coercion rules on function pointer exception specification and add te...da-woods2022-05-301-0/+36
* | Add missing C++ STL iterator declarations and correct their const/non-const b...Max Bachmann2022-04-191-0/+62
* | Turn the redeclaration of attributes as C methods into an error since it curr...0dminnimda2022-02-251-0/+14
* | Revert "Check for "Optional[ctype]" earlier because we need to make sure that...Stefan Behnel2022-01-301-21/+12
* | Check for "Optional[ctype]" earlier because we need to make sure that "Option...Stefan Behnel2022-01-301-12/+21
* | Improve the error message for "Optional[ctype]". Previously, it failed compla...Stefan Behnel2022-01-301-0/+34
* | Implement cdef dataclasses (GH-3400)da-woods2022-01-294-0/+59
* | Don't error when exception_check is set to True and return type is PyObject. ...Matus Valo2021-12-141-0/+7
* | Ban templating C++ classes with reference counted types (GH-4337)da-woods2021-12-061-0/+6
* | 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
* | 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-311-2/+1
* | Resolve some issues with "cpp_locals" (GH-4265)da-woods2021-07-192-2/+3
* | Error message on cpdef variables (GH-3963)da-woods2021-07-021-6/+6
* | Fix "except+*" exception handling (GH-4013)da-woods2021-06-171-0/+22
* | Fix conversion from DictNode to std::map (GH-4231)da-woods2021-06-171-4/+1
* | Implement @total_ordering decorator for extension types (GH-3626)Spencer Brown2021-05-261-0/+178
* | Support cimports in pure Python code. (GH-4190)scoder2021-05-231-0/+31
* | Prefix old trac ticket numbers with "t" to separate them from (plain) github ...Stefan Behnel2021-04-1119-19/+19
* | Merge branch '0.29.x'Stefan Behnel2021-02-181-2/+8
|\ \ | |/
| * Make a working test actually test something.Stefan Behnel2021-02-181-2/+8
* | Merge branch '0.29.x'Stefan Behnel2021-02-091-0/+18
|\ \ | |/
| * Error message on cpdef variablesda-woods2021-01-081-0/+18
* | Fixed fused_types error test (GH-3979)da-woods2021-01-261-0/+1
* | Merge pull request #3975 from da-woods/e_decRobert Bradshaw2021-01-231-5/+4
|\ \