summaryrefslogtreecommitdiff
path: root/docs/src/userguide/source_files_and_compilation.rst
Commit message (Expand)AuthorAgeFilesLines
* Add the `cpow` directive to bring Cython `**` close to Python (GH-5016)da-woods2022-12-081-0/+18
* Accept both 'int' and 'long' for 'x: int' annotations in Py2 (GH-5097)scoder2022-12-081-4/+6
* Add compiler directive to disable the default exception propagation for legac...Matus Valo2022-12-061-2/+9
* docs: Add a note about the "cython-lint" tool.Stefan Behnel2022-11-011-3/+7
* Allow setting "annotation_typing" directive more locally (GH-4886)da-woods2022-07-121-1/+2
* Correct typo in the word "decorator" (#4768)Ivan Kapeykin2022-05-061-1/+1
* docs: rst formatting.Stefan Behnel2022-04-181-2/+12
* Document @cython.compile (GH-4551)Matus Valo2022-01-021-0/+29
* Make "new_build_ext" the new "build_ext" (GH-4498)Matus Valo2021-12-201-1/+1
* Add directive "cpp_locals" to handle C++ variables using std::optional (GH-4225)da-woods2021-06-291-3/+11
* Fix many ReST issues in the docs.Stefan Behnel2021-05-251-6/+15
* Add the new "c_api_binop_methods" directive to the documentation.Stefan Behnel2020-07-091-0/+7
* Change default of "always_allow_keywords" directive to True (GH-3605)scoder2020-05-241-4/+4
* Update documentation on deprecated NumPy C-API warnings.Stefan Behnel2020-04-101-3/+22
* Use PEP 518 indication for Cython build-time dependency. (GH-3461)Diego Elio Pettenò2020-03-261-4/+16
* In the documentation, update references to point at `setuptools`. (GH-3456)Diego Elio Pettenò2020-03-241-29/+23
* Merge branch 'master' into gh2564_enable_bindingStefan Behnel2020-03-221-1/+1
|\
| * fix indentation on annotation_typing docs (GH-3257)Samuel Colvin2020-03-101-1/+1
* | DOC: document default change (GH-3173)Matti Picus2020-01-261-1/+5
|/
* #2740 emit_code_comments - removed from options, updated documentation (GH-3236)Yuri Escalianti2020-01-131-1/+4
* Documented annotation_typing compiler option (#3232)da-woods2019-11-121-0/+6
* Replace "--annotate=fullc" with "--annotate-fullc" to fix a regression from G...realead2019-06-071-1/+3
* Support showing the complete C code in the annotated html-file (GH-2858)realead2019-05-301-1/+2
* Update URLs to https:// in docs and commentsJon Dufresne2019-01-111-1/+1
* Clarify top-of-file comment directives.Robert Bradshaw2018-11-081-3/+2
* Document "language_level=3str" and also support it in the cythonize command a...Stefan Behnel2018-09-291-3/+6
* Removed the reference guide from the docs.gabrieldemarmiesse2018-08-111-0/+29
* Minor doc clarifications and fixes.Stefan Behnel2018-08-111-8/+9
* Merge pull request #2546 from gabrieldemarmiesse/moving_compilation_againscoder2018-08-111-0/+56
|\
| * Moved the Cythonize section in the userguide.gabrieldemarmiesse2018-08-111-0/+56
* | Merge pull request #2547 from gabrieldemarmiesse/moving_optionsscoder2018-08-111-0/+44
|\ \
| * | Moving the compiler options into the source files and compilation.gabrieldemarmiesse2018-08-111-0/+44
| |/
* | Moving Integrating multiple modules and Distributing cython modules into the ...gabrieldemarmiesse2018-08-111-0/+147
|/
* Merge pull request #2482 from gabrieldemarmiesse/move_compilation_4scoder2018-08-111-18/+437
|\
| * Copy pasted pyximport and the compiler options to the userguide.gabrieldemarmiesse2018-07-081-18/+437
* | Merge pull request #2483 from gabrieldemarmiesse/move_compilation_3scoder2018-07-231-0/+158
|\ \
| * | Moved some text from reference/compilation.rst.gabrieldemarmiesse2018-07-081-0/+158
| |/
* | Merge pull request #2481 from gabrieldemarmiesse/move_compilation_2scoder2018-07-231-2/+0
|\ \
| * | Docs: Removed the note redirecting to the reference guide.gabrieldemarmiesse2018-07-081-2/+0
| |/
* | Moved some text from reference/compilation.rst to userguide/source_file_and_c...gabrieldemarmiesse2018-07-081-1/+16
|/
* Redirect to a recently reviewed description of pyximport rather than keeping ...gabrieldemarmiesse2018-06-231-50/+1
* Used autodocs because it makes more sense.gabrieldemarmiesse2018-03-241-38/+1
* Added argument list for pyximport.gabrieldemarmiesse2018-03-241-0/+45
* 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-271-47/+49
* Delete trailing spacesmathbunnyru2017-01-121-1/+1
* Fix typos.Jakub Wilk2015-09-121-1/+1
* Fix the placement of a closing bracketWieland Hoffmann2015-05-311-2/+2
* Fix document error "*.pyx" -> ["*.pyx"]colinfang2015-03-251-1/+1
* move some build docs from user guide to reference to reduce redundancyStefan Behnel2013-07-081-75/+0