summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
| * docs: Use the Cython + IPython lexers that come with Pygments to avoid having...Stefan Behnel2021-10-213-267/+0
| * change extension for sphinx 1.8+ (GH-4210)Matti Picus2021-06-091-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-2514-49/+165
* | Docs: Migrate special_methods.rst to pure python (#4537)Matus Valo2022-06-253-12/+38
* | 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
* | Avoid an ambiguous function signature spelling in the documentation. Signatur...Stefan Behnel2022-05-021-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
* | Add SVG version of Cython logo.Stefan Behnel2022-03-312-0/+614
* | 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-243-0/+49
* | 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-132-5/+1
* | docs: Make the "dev version" banner less intrusive. We *want* users to try it...Stefan Behnel2022-02-111-3/+3
* | Avoid reassignment to the `html_context` in docs/conf.py - fixes the look of ...0dminnimda2022-02-111-5/+4
* | 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
* | Add a "dev version" warning banner to the latest version of documentation (GH...Matus Valo2022-02-042-0/+14
* | Make the extension types tutorial actually understandable by itself, without ...Stefan Behnel2022-02-031-14/+19
* | Minor doc cleanups.Stefan Behnel2022-02-032-12/+33
* | docs: pythonise "Working with Python arrays" (array.rst) (GH-4431)0dminnimda2022-02-028-20/+215
* | Implement cdef dataclasses (GH-3400)da-woods2022-01-293-6/+62
* | Make it clear in the documentation how initial assignments work for local and...Stefan Behnel2022-01-261-1/+42
* | Document @cython.compile (GH-4551)Matus Valo2022-01-021-0/+29
* | Remove outdated Python 2.5 mention from special_methods.rst (GH-4538)Matus Valo2021-12-281-1/+1
* | Avoid double redirect in old documentation (GH-4523)da-woods2021-12-251-1/+1
* | Make "new_build_ext" the new "build_ext" (GH-4498)Matus Valo2021-12-201-1/+1
* | Support "__del__()" to implement "tp_finalize" according to PEP-442 (GH-3804)ax4872021-12-191-3/+9