summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Disallow @cfunc being applied to a @ufunc.Stefan Behnel2023-04-243-3/+3
* docs: change "(...)" ctuple syntax to "tuple[...]" in Python annotations.Stefan Behnel2023-04-242-3/+3
* Add an example of a custom exception handler. (#5334)Vyas Ramasubramani2023-04-231-2/+88
* [docs] Table for annotation typing rules (#4887)da-woods2023-04-202-0/+22
* Document the new `CYTHON_EXTERN_C` macro (GH-5366)Matus Valo2023-04-132-0/+30
* docs: Provide more examples and a clearer wording for the "noexcept" migratio...Stefan Behnel2023-03-291-10/+17
* Add documentation about the GIL (GH-5310)da-woods2023-03-234-2/+176
* Add simple code style checks for non-Python source files.Stefan Behnel2023-03-231-8/+8
* Document the nongil except* performance pitfall (#5327)da-woods2023-03-212-0/+19
* Renovate docs/README (#5255)0dminnimda2023-03-062-23/+34
* Doc: Migrate Numpy ufunc to pure python (#5281)Matus Valo2023-03-047-23/+81
* Support auto-generation of Numpy ufuncs (GH-4803)da-woods2023-02-256-3/+70
* Show warning when annotation type is unknown (GH-5079)Matus Valo2023-02-251-2/+2
* Optimise PNG images.Stefan Behnel2023-02-252-0/+0
* Change docs/conf to preserve themes on sphinx4+da-woods2023-02-211-2/+1
* [docs] Softdeprecated C style array declaration in favour of Java style decla...Matus Valo2023-02-187-14/+64
* [docs] Parallelization tutorial (#5184)da-woods2023-02-0613-0/+572
* Support 2 and 3 arg __[ri]pow__ (#5168)da-woods2022-12-151-1/+3
* Docs: Document type qualifiers (#5165)Matus Valo2022-12-111-0/+28
* Add the `cpow` directive to bring Cython `**` close to Python (GH-5016)da-woods2022-12-083-0/+37
* Accept both 'int' and 'long' for 'x: int' annotations in Py2 (GH-5097)scoder2022-12-082-4/+12
* Add compiler directive to disable the default exception propagation for legac...Matus Valo2022-12-063-4/+17
* Docs: Migrate fused types userguide to pure python (#5119)Matus Valo2022-12-0310-133/+521
* Add note about PyMSVC to the docsda-woods2022-11-131-1/+5
* Fix linkage for `cdef public` functions in C++ mode (#5040)Maximilien Colange2022-11-081-0/+1
* Docs: Improve documentation about error return values (#5108)Matus Valo2022-11-081-5/+29
* docs: Add a note about the "cython-lint" tool.Stefan Behnel2022-11-011-3/+7
* [docs] Use double quotes for arguments in timeit (#5107)Tortar2022-10-301-3/+3
* Docs: Update documentation after introduction of noexcept (#5095)Matus Valo2022-10-292-32/+34
* Restore 'int'->'object' in type annotations for now (GH-5057)da-woods2022-10-261-4/+0
* [Docs] Refactor and extend structs, unions, enums, function pointer documenta...Matus Valo2022-10-2210-81/+136
* docs: Recommend Cython 3 for pure-Python syntax (GH-5093)da-woods2022-10-211-0/+4
* [Doc] Improve documentation of disabling annotations in pure mode (#5080)Matus Valo2022-10-122-2/+46
* Docs: Migrate buffer userguide to pure python (#5069)Matus Valo2022-10-087-7/+131
* Docs: Fix example in buffer user guide (#5065)Matus Valo2022-10-061-1/+1
* Docs: Migrate early binding for speed userguide to pure python (#5061)Matus Valo2022-10-057-6/+115
* Fix incorrect operator lookup for postincrement (#4536)Max Bachmann2022-09-181-0/+13
* [ENH] Propagate exceptions from `cdef` functions by default (#4670)Ashwin Srinath2022-09-102-9/+61
* Remove cclass decorator from cython snippet in userguide (#4979)Emmanuel Leblond2022-08-161-1/+1
* [Doc] Add pure python mode to parallelism.rst (#4974)Matus Valo2022-08-1612-33/+186
* [Doc] Document final C methods (#4960)Matus Valo2022-08-111-62/+79
* [Doc] Mention explicitely cython.NULL language basics (#4964)Matus Valo2022-08-071-1/+1
* Use annotation for pointer in docs (#4942)Matus Valo2022-08-022-4/+1
* [docs] Replace some cinit with init (#4642)Golden Rockefeller2022-08-016-7/+13
* [docs] Fix typo in embedded.pyxda-woods2022-07-271-1/+1
* Add a note about cythonize in the quickstart documentation (GH-4879)da-woods2022-07-121-0/+4
* Allow setting "annotation_typing" directive more locally (GH-4886)da-woods2022-07-122-1/+19
* Fix annotation type analysis for Python "typing" types (GH-4606)scoder2022-07-111-1/+1
* Docs: migrate extension_types.rst to pure python (GH-4516)Matus Valo2022-07-0727-230/+861
* Fix mistake in docs error return values (GH-4876)da-woods2022-07-061-1/+1