summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Clarify object initialisation behaviour and the safety of "__cinit__()".Stefan Behnel2017-09-071-3/+11
* Fix example in docs.Stefan Behnel2017-09-071-1/+1
* Document "@cython.final" decorator.Stefan Behnel2017-09-051-0/+4
* Generate "tp_richcompare" slot when "__eq__" and/or its friends are defined b...Stefan Behnel2017-09-033-28/+64
* Mention Py_EQ and friends in __richcmp__() docs.Stefan Behnel2017-09-031-13/+16
* Implement @cython.exceptval() decorator to make the "except x" signature decl...Stefan Behnel2017-09-031-0/+17
* Change annotation typing directive to cover all type annotations and modify a...Stefan Behnel2017-09-021-11/+29
* docs: pyximport actually all output files into the build directory, not just ...Stefan Behnel2017-08-271-17/+2
* Update pyximport documentation following the discussion in #1827.Stefan Behnel2017-08-274-61/+74
* improve description of 'binding' directive a littleStefan Behnel2017-08-101-3/+6
* Merge branch 'master' into feature/pythranscoder2017-06-251-12/+32
|\
| * Merge pull request #1671 from jdemeyer/cdef_public_linkingscoder2017-06-251-11/+26
| |\
| | * Clarify documentation regarding "cdef public"Jeroen Demeyer2017-04-181-11/+26
| * | DOC: Add calls to Py_Initialize/Py_Finalize in code sample.Joris Vankerschaver2017-06-241-1/+6
* | | Make cythonize understand the np_pythran directiveAdrien Guinet2017-06-171-4/+18
* | | Add a Pythran backend for Numpy operationAdrien Guinet2017-06-172-0/+42
|/ /
* | Trivial: fix link in docsJosiah Carlson2017-06-151-1/+1
* | Merge pull request #1681 from Noctem/int64_arrayscoder2017-06-031-0/+2
|\ \
| * | Allow pointer access to 64-bit arraysDavid Christenson2017-05-061-0/+2
* | | TypoBernard McKeever2017-05-251-1/+1
* | | fix typo in docsStefan Behnel2017-05-171-3/+3
* | | Pickling docs.Robert Bradshaw2017-05-161-0/+17
* | | docs: clarify and correct explanation of compile time GIL checksStefan Behnel2017-04-291-3/+7
|/ /
* | Update language_basics.rstguoci2017-03-311-2/+3
* | Update language_basics.rstguoci2017-03-301-1/+1
|/
* Merge pull request #466 from jdemeyer/metadata_hookRobert Bradshaw2017-03-241-1/+56
|\
| * Add support for create_extension() hookJeroen Demeyer2017-03-091-1/+56
* | docs: clarify which setting for the "binding" directive does whatStefan Behnel2017-03-241-2/+3
* | Update compilation.rstRobert Bradshaw2017-03-211-0/+5
|/
* Fix TODO: how to display this not as code but verbatim?Mikhail Terekhov2017-03-081-5/+11
* Merge pull request #1617 from fabianrost84/patch-1Robert Bradshaw2017-03-031-1/+1
|\
| * Update language_basics.rstFabian Rost2017-03-021-1/+1
* | Correct typo in `early_binding_for_speed.rst`Fabian Rost2017-03-021-1/+1
|/
* Also add Jupyter notebook used for screenshotfabianrost2017-03-011-0/+568
* IPython notebook to Jupyter in docsfabianrost2017-03-013-9/+9
* Add a comment about using setuptools and Cython together when passing Extensi...Stefan Behnel2017-02-121-0/+4
* Delete trailing spacesmathbunnyru2017-01-1218-152/+152
* Added missing function parameter "value"Giovanni Torres2016-11-281-1/+1
* Merge pull request #1460 from lindsayad/dbg_docsRobert Bradshaw2016-09-231-5/+15
|\
| * Added more detailed documentation for using cygdbAlex Lindsay2016-09-141-5/+15
* | Rename BUILD to TEST_TMP for bazel support.Robert Bradshaw2016-09-161-1/+1
|/
* Merge branch 'typeid'Robert Bradshaw2016-09-081-0/+23
|\
| * Don't require typeinfo cimport for typeid.Robert Bradshaw2016-09-081-3/+2
| * Add support for the typeid operatorempyrical2016-08-051-0/+24
* | Whitespace fixes.Robert Bradshaw2016-08-291-5/+5
* | Note on type inference and loop targets.Robert Bradshaw2016-08-293-2/+9
* | Fix documentation for cppclass static methods.Robert Bradshaw2016-08-241-2/+4
* | Note on C++ auto and stl iteration.Robert Bradshaw2016-08-231-4/+20
* | Note on references and C++ container iteration.Robert Bradshaw2016-08-231-5/+20
* | Cleanup of C++ docs.Robert Bradshaw2016-08-231-14/+18