summaryrefslogtreecommitdiff
path: root/docs/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Minor doc cleanups.Stefan Behnel2022-02-032-12/+33
* | docs: pythonise "Working with Python arrays" (array.rst) (GH-4431)0dminnimda2022-02-022-20/+161
* | Implement cdef dataclasses (GH-3400)da-woods2022-01-292-6/+42
* | 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
* | docs: Fix langage_basics example after enabling '-> object' as return type de...Matus Valo2021-12-151-5/+16
* | Docs: Migrate profiling tutorial to pure Python (GH-4311)Matus Valo2021-12-141-50/+157
* | [DOC] Add doc for memory views with custom numpy dtype (GH-2813)Nicolas Hug2021-12-061-0/+6
* | Make self argument for binops typed (GH-4436)da-woods2021-11-181-0/+15
* | docs: Add a Performance section for Typed Memoryviews (GH-4464)Julien Jerphanion2021-11-131-0/+10
* | Fix pure Python example in clibraries.rst (GH-4432)Matus Valo2021-10-291-1/+1
* | Fix a couple of trivial typos (GH-4363)da-woods2021-09-051-1/+1
* | Update docs to recommend using MSVC on Windows (GH-4345)da-woods2021-08-311-4/+7
* | docs: fix internal link (GH-4333)da-woods2021-08-091-1/+1
* | docs: Pythonise documentation on Memory Allocation (memory_allocation.rst) (G...0dminnimda2021-08-081-6/+34
* | Add a warning in the docs that "conditional compilation" is not a good way to...Stefan Behnel2021-07-272-1/+11
* | Add a note on crypto currency donations (any why we shouldn't take them).Stefan Behnel2021-07-251-0/+5
* | Docs: Introduce pure Python mode in "Using C libraries" tutorial (GH-4294)Matus Valo2021-07-221-114/+388
* | docs: Change cast(...) -> cython.cast(...) in "language basics" examples (GH-...Matus Valo2021-07-211-2/+2
* | docs: Change "Microsoft's Visual C" to "Microsoft Visual C/C++ (MSVC)" (GH-4142)Shreyan Avigyan2021-07-201-2/+2
* | Introduce pure Python mode in the "language basics" documentation (GH-4242)Matus Valo2021-07-201-140/+539
* | Document `typeof` in pure.rst (GH-4301)0dminnimda2021-07-201-0/+7
* | Rewrite the section on fused types in function signatures to make it clearer ...Stefan Behnel2021-07-201-11/+27
* | Rephrase "two syntax variants" note to give readers a hint why they exist.Stefan Behnel2021-07-181-10/+13
* | Fix missing images in quickstart (#4285)Matus Valo2021-07-152-0/+0
* | docs: Add pure Python examples to "Getting started" guide (GH-4283)Matus Valo2021-07-153-19/+72
* | docs: Pythonise the "Extension types (aka. cdef classes)" page (cdef_classes....0dminnimda2021-07-142-34/+85
* | docs: Add Pure Python mode to "Calling C functions" tutorial (GH-4247)Matus Valo2021-07-141-4/+51
* | docs: limitations of np.ndarray (GH-4230)da-woods2021-07-021-0/+10
* | Add directive "cpp_locals" to handle C++ variables using std::optional (GH-4225)da-woods2021-06-292-4/+55
* | Fix grammar in numpy_tutorial.rst (GH-4251)Loisaida Sam2021-06-281-1/+1
* | Update error message in documentation (GH-4244)Matus Valo2021-06-281-2/+2
* | docs: repair glossary (GH-4238)da-woods2021-06-182-3/+3
* | docs: Resolve several exception handling/propagation issues in the examples.Stefan Behnel2021-06-152-7/+13
* | docs: Fix some warnings in the "external C code" examples about unraisable ex...Stefan Behnel2021-06-151-6/+10
* | docs: Fix a typo and add some readability spaces between sentences.Stefan Behnel2021-06-151-7/+7
* | Pythonise the documentation according to #4187: Basic Tutorial (cython_tutori...0dminnimda2021-06-158-76/+207
* | Automatically add stubs for "cython.cimports.*" in the test runner to make th...Stefan Behnel2021-06-141-5/+1
* | Minor doc fixes.Stefan Behnel2021-05-262-2/+2
* | Fix ReST formatting.Stefan Behnel2021-05-261-2/+2
* | docs: Update special methods table on arithmetic methods. They now have Pytho...Stefan Behnel2021-05-261-45/+51
* | Improve documentation on @total_ordering decorator.Stefan Behnel2021-05-261-4/+7
* | DOC: add documentation for total_ordering decorator (GH-4195)Matti Picus2021-05-261-3/+22
* | Fix a typo.Stefan Behnel2021-05-261-1/+1
* | Fix many ReST issues in the docs.Stefan Behnel2021-05-2510-46/+85
* | Support cimports in pure Python code. (GH-4190)scoder2021-05-231-0/+21