summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Backport "noexcept" function modifier to Cython 0.29.x (GH-4903)da-woods2022-07-271-0/+11
* 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
* Fix left-over Pyrex reference.Stefan Behnel2019-02-151-1/+1
* Add safety cast in queue tutorial code that avoids casting a potentially non-...Stefan Behnel2019-02-091-61/+61
* Avoid signed vs. unsigned comparison warning for loop variables in memoryview...Stefan Behnel2019-02-091-52/+52
* DOC: Fixed name of .so file in userguide's numpy_tutorial.Paul van Mulbregt2019-01-021-2/+2
* Fix a typo.Stefan Behnel2018-11-161-1/+1
* Minor rewording.Robert Bradshaw2018-11-161-1/+1
* Fix 2 minor writing mistakes.Álvaro Abella Bascarán2018-11-161-2/+2
* Clarify top-of-file comment directives.Robert Bradshaw2018-11-161-3/+2
* fix typo in rectangle_cpdef.pyx exampleptype2018-11-071-1/+1
* Rename check_size extend option to ignore.Robert Bradshaw2018-10-021-2/+2
* Rename the options of the "check_size" feature to make them more obvious: "wa...Stefan Behnel2018-09-291-8/+9
* Document "language_level=3str" and also support it in the cythonize command a...Stefan Behnel2018-09-291-3/+6
* Merge pull request #2627 from mattip/check_size2Stefan Behnel2018-09-291-4/+24
|\
| * MAINT: fixes from reviewmattip2018-09-251-4/+4
| * DOC: document the new check_size clausemattip2018-09-251-4/+24
* | DOC: describe motivation for the featuremattip2018-09-261-2/+11
* | DOC, TST: test and document external extension type attribute aliasingmattip2018-09-252-0/+67
|/
* Merge pull request #2623 from nicktimko/patch-1Robert Bradshaw2018-09-221-4/+6
|\
| * Call out the different name used for the wrapperNick Timkovich2018-09-221-4/+6
* | Merge pull request #2615 from robertwb/cpp-py-exceptionRobert Bradshaw2018-09-221-0/+7
|\ \ | |/ |/|
| * Allow catching both C++ and Python exceptions.Robert Bradshaw2018-09-201-0/+7
* | Enable the NumPy 1.7 API macro in all NumPy integration tests that do not rel...Stefan Behnel2018-09-221-79/+79
|/
* Suggest in docs that different ways of providing Python type declarations can...Stefan Behnel2018-08-311-8/+10
* Mention more prominently in the docs that PEP-484/526 are supported normally.Stefan Behnel2018-08-311-1/+4
* Remove docs note about fused types being "experimental". They are old enough ...Stefan Behnel2018-08-251-2/+0
* Add links to our CI servers to the docs on contributing.Stefan Behnel2018-08-251-0/+2
* Merge pull request #2575 from CnlPepper/masterscoder2018-08-241-0/+13
|\
| * Fixed a typo and added a little bit of detail.Dr Alex Meakins2018-08-231-3/+3
| * Small fixes to language and mark-up.Dr Alex Meakins2018-08-231-3/+4
| * Removed duplicated text.Dr Alex Meakins2018-08-231-3/+0
| * Added basic ctuple documentation.Dr Alex Meakins2018-08-231-0/+15
* | 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-212-3798/+11
* Merge pull request #2465 from gabrieldemarmiesse/simplifying_memoryview_numpyscoder2018-08-1915-311/+5004
|\
| * Made arrays bigger for profiling and corrected some sentences.gabrieldemarmiesse2018-08-194-152/+853
| * Merge branch 'master' into simplifying_memoryview_numpyGabriel de Marmiesse2018-07-2382-953/+951
| |\
| * | docs: Emphasized the speedups of Cython vs NumPy in both the notebook and the...gabrieldemarmiesse2018-07-052-138/+135
| * | Changed the numpy tutorial to make is faster to understand. Added prange exam...gabrieldemarmiesse2018-07-0315-312/+4307
* | | DOC; use rst not md in for numpy debug error linkMark Mikofski2018-08-131-1/+1