summaryrefslogtreecommitdiff
path: root/docs/src
Commit message (Expand)AuthorAgeFilesLines
* Add note about PyMSVC to the docsda-woods2022-11-131-1/+5
* 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-222-66/+84
* 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-121-2/+13
* Docs: Migrate buffer userguide to pure python (#5069)Matus Valo2022-10-081-3/+31
* Docs: Migrate early binding for speed userguide to pure python (#5061)Matus Valo2022-10-051-5/+32
* 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-161-31/+58
* [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-021-3/+0
* 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
* Docs: migrate extension_types.rst to pure python (GH-4516)Matus Valo2022-07-071-225/+446
* Fix mistake in docs error return values (GH-4876)da-woods2022-07-061-1/+1
* Add note that embedding does not produce a portable application (GH-4863)da-woods2022-07-042-1/+10
* Merge branch '0.29.x'da-woods2022-06-261-7/+0
|\
| * Docs: don't say cdef functions exist in module dict (#4865)da-woods2022-06-261-7/+0
| * docs: fix code quoting error (GH-4729)da-woods2022-04-121-1/+1
| * Minor docs clarification on error return values. (GH-3859)ptype2020-10-081-3/+2
| * docs: fix typos, minor clarification.Stefan Behnel2020-10-081-3/+3
| * Fix ReST typo.Stefan Behnel2020-10-081-1/+1
| * Clarify the section on exception return values.Stefan Behnel2020-10-081-31/+46
| * docs: fix link to Pyrex embedding tutorial (GH-3550)Ben McGinnes2020-04-251-1/+1
| * updated documentation to mention 'const' for read-only buffersmitch2020-02-122-8/+12
* | Docs: Migrate sharing_declarations.rst to pure python mode (#4544)Matus Valo2022-06-252-46/+109
* | Docs: Migrate special_methods.rst to pure python (#4537)Matus Valo2022-06-251-12/+12
* | Mention python3-dev requirement on Ubuntu/Debian (#4856)Jouke Witteveen2022-06-231-2/+4
* | DOC Fixes link to init methods (#4824)Thomas J. Fan2022-06-061-1/+2
* | Correct typo in the word "decorator" (#4768)Ivan Kapeykin2022-05-061-1/+1
* | docs: rst formatting.Stefan Behnel2022-04-181-2/+12
* | docs: fix code quoting error (GH-4729)da-woods2022-04-101-1/+1
* | Add a warning to use the "cpython.*" submodules instead of "cimport cpython" ...da-woods2022-03-311-0/+6
* | docs: Fix typo in external_C_code.rst (GH-4666)0dminnimda2022-02-261-2/+2
* | docs: Add an example on how to use verbatim C code to work around version spe...Stefan Behnel2022-02-241-0/+5
* | docs: Explain GIL handling in pure.rst (#4650)Matus Valo2022-02-241-0/+40
* | docs: Fix some issues in the glossary.Stefan Behnel2022-02-131-3/+7
* | docs: move the link to the glossary to the front page rather than hiding it i...Stefan Behnel2022-02-131-4/+0
* | docs: More fixes, add a note about @auto_pickle() and "__cinit__"Stefan Behnel2022-02-092-3/+10
* | docs: Fix a typo.Stefan Behnel2022-02-091-1/+1
* | docs: Reference the new section about "__cinit__" in a place where knowing th...Stefan Behnel2022-02-091-2/+3
* | Rewrite the section that describes the differences between __cinit__() and __...Stefan Behnel2022-02-091-36/+49
* | Make the extension types tutorial actually understandable by itself, without ...Stefan Behnel2022-02-031-14/+19