summaryrefslogtreecommitdiff
path: root/docs/examples/userguide
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-241-1/+1
* Doc: Migrate Numpy ufunc to pure python (#5281)Matus Valo2023-03-046-0/+44
* Show warning when annotation type is unknown (GH-5079)Matus Valo2023-02-251-2/+2
* [docs] Softdeprecated C style array declaration in favour of Java style decla...Matus Valo2023-02-183-6/+6
* Docs: Migrate fused types userguide to pure python (#5119)Matus Valo2022-12-038-0/+164
* [Docs] Refactor and extend structs, unions, enums, function pointer documenta...Matus Valo2022-10-228-15/+52
* Docs: Migrate buffer userguide to pure python (#5069)Matus Valo2022-10-086-4/+100
* 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-056-1/+83
* [Doc] Add pure python mode to parallelism.rst (#4974)Matus Valo2022-08-1611-2/+128
* [docs] Replace some cinit with init (#4642)Golden Rockefeller2022-08-016-7/+13
* 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-0726-5/+415
* Docs: Migrate sharing_declarations.rst to pure python mode (#4544)Matus Valo2022-06-2512-3/+56
* Docs: Migrate special_methods.rst to pure python (#4537)Matus Valo2022-06-252-0/+26
* Avoid an ambiguous function signature spelling in the documentation. Signatur...Stefan Behnel2022-05-021-1/+1
* docs: Add an example on how to use verbatim C code to work around version spe...Stefan Behnel2022-02-242-0/+44
* Implement cdef dataclasses (GH-3400)da-woods2022-01-291-0/+20
* [DOC] Add doc for memory views with custom numpy dtype (GH-2813)Nicolas Hug2021-12-061-0/+26
* Introduce pure Python mode in the "language basics" documentation (GH-4242)Matus Valo2021-07-2012-1/+139
* docs: Resolve several exception handling/propagation issues in the examples.Stefan Behnel2021-06-153-3/+3
* docs: Fix some warnings in the "external C code" examples about unraisable ex...Stefan Behnel2021-06-152-15/+16
* Fix "platform_adaptation" documentation test on windows (GH-4126)da-woods2021-04-181-3/+2
* Try to fix platform_adaptation test on Windows, again.Stefan Behnel2020-11-081-0/+1
* Try to fix platform specific test once more.Stefan Behnel2020-10-041-2/+2
* Fix test compile failure in MSVC.Stefan Behnel2020-10-041-1/+1
* Fix test compile failure in MSVC.Stefan Behnel2020-10-031-1/+1
* Add a more common and more versatile example to the Verbatim C-Code documenta...Stefan Behnel2020-10-032-0/+14
* Beautify example output.Stefan Behnel2020-07-091-1/+1
* Document C inline properties.Stefan Behnel2020-07-091-0/+20
* In the documentation, update references to point at `setuptools`. (GH-3456)Diego Elio Pettenò2020-03-243-4/+3
* Describe refcount behaviour of object vs PyObject* (GH-3013)Alex Willmer2019-07-081-0/+20
* Minor typo of the word "declare"Sean Enck2019-04-151-1/+1
* Fix line endings.Stefan Behnel2019-02-1561-951/+951
* Fix early binding example (#2847)Federico Stra2019-02-152-3/+3
* Avoid signed vs. unsigned comparison warning for loop variables in memoryview...Stefan Behnel2019-02-091-52/+52
* fix typo in rectangle_cpdef.pyx exampleptype2018-11-071-1/+1
* Skip an openmp documentation test on MacOS.Stefan Behnel2018-08-241-0/+5
* Corrected the URL of the notebook, removed the output of the cells andgabrieldemarmiesse2018-08-211-3797/+10
* Merge pull request #2465 from gabrieldemarmiesse/simplifying_memoryview_numpyscoder2018-08-1912-222/+4870
|\
| * Made arrays bigger for profiling and corrected some sentences.gabrieldemarmiesse2018-08-193-125/+820
| * Merge branch 'master' into simplifying_memoryview_numpyGabriel de Marmiesse2018-07-2345-6/+414
| |\
| * | docs: Emphasized the speedups of Cython vs NumPy in both the notebook and the...gabrieldemarmiesse2018-07-051-125/+118
| * | Changed the numpy tutorial to make is faster to understand. Added prange exam...gabrieldemarmiesse2018-07-0312-222/+4182
* | | Fix "casting_python" test on old MSVC versions.Stefan Behnel2018-08-111-3/+5
| |/ |/|
* | Merge pull request #2427 from gabrieldemarmiesse/test_fused_types_2scoder2018-07-071-5/+4
|\ \
| * | Simplified the first example of fused types.gabrieldemarmiesse2018-06-261-5/+4
| |/
* | Add comment in doc example to explain that two ways to compare pointers are e...Stefan Behnel2018-07-071-1/+1
* | Merge pull request #2415 from gabrieldemarmiesse/test_language_basics_5scoder2018-07-071-0/+18
|\ \