- 26 May, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 May, 2018 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Mark several one-time functions (used during module init) with CYTHON_SMALL_CODE to reduce their binary code impact on the overall module size.
-
Stefan Behnel authored
Avoid some overindentation in the generated C code due to duplicated opening braces inside of C macros.
-
scoder authored
Add tutorial on how to call C function with numpy arrays.
-
scoder authored
Corrected the description of a test option.
-
- 23 May, 2018 2 commits
- 21 May, 2018 9 commits
-
-
Pan authored
-
gabrieldemarmiesse authored
-
Pan authored
-
Pan authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix error reporting on very early errors when the Cython runtime configuration module is not set up yet. See #2199.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
- 20 May, 2018 18 commits
-
-
Stefan Behnel authored
-
scoder authored
Made code examples in the docs compatible with python 2 and 3.
-
Stefan Behnel authored
See #2279.
-
scoder authored
Fixing c library tutorial
-
gabrieldemarmiesse authored
-
scoder authored
Added a C++ example in the cython tutorial.
-
Stefan Behnel authored
Make non-standard Extension attributes "py_limited_api" and "np_pythran" optional for cycache fingerprinting.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
scoder authored
Added a documentation for the Cythonize function and its arguments.
-
gabrieldemarmiesse authored
-
scoder authored
Fixed the formatting of a note in special_methods.rst.
-
scoder authored
Replaced the text in reference/extension_types.rst by links to the corresponding sections in the userguide.
-
scoder authored
Transfer of the dynamic attributes into the userguide.
-
Stefan Behnel authored
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
-
gabrieldemarmiesse authored
-
- 19 May, 2018 3 commits
-
-
gabrieldemarmiesse authored
Replaced the text in reference/extension_types.rst by links to the corresponding sections in the userguide.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-