- 20 Jun, 2018 7 commits
-
-
scoder authored
Added tests to "Using Parallelism" part 1
-
scoder authored
Added tests to "Memoryviews" part 1
-
scoder authored
Added tests to "Fused types (templates)" part 1
-
scoder authored
Added tests to "Interfacing with external C code" part 1
-
scoder authored
Added tests to "Implementing the buffer protocol" part 1
-
Stefan Behnel authored
See #2362.
-
scoder authored
Enhance "wrapping C libraries".
-
- 17 Jun, 2018 24 commits
-
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
scoder authored
Added tests to "Early binding for speed" part 1
-
Stefan Behnel authored
-
gabrieldemarmiesse authored
-
scoder authored
Extended the examples of string.rst and put them in the examples directory for testing.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
scoder authored
Added tests to "Extension types" part 1
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
Move a comment from the documentation into the example that it refers to, in order to avoid inconsistencies (e.g. line number references) and also to make it visible to those who only look at the file. See #2353.
-
scoder authored
Added tests for "memory allocation" Part 1
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix C compiler warnings about an unused error label and an unused helper function if only builtin types are used and no external extension types.
-
Stefan Behnel authored
Generate short wrappers for "__await__()" special method to adapt its signature for the PyCFunction entry in PyMethodDef. See #2363.
-
Stefan Behnel authored
-
Stefan Behnel authored
Generate short wrappers for special methods like "__next__()" to adapt their signature for the PyCFunction entry in PyMethodDef. Previously, their cast to a two-argument PyCFunction was incorrect. See #2363.
-
Stefan Behnel authored
-
Stefan Behnel authored
Ignore exact function pointer type in PyCFunction pointer comparison since there is no use in figuring out the correct cast here.
-
Stefan Behnel authored
-
- 16 Jun, 2018 9 commits
-
-
Stefan Behnel authored
Reduce Cython's module size of "Actions", "Scanners", "StringIOTree", "Visitor" and "Code" by disabling auto-pickling.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
Fix function signature casts in PyMethodDef structs that lead to warnings in gcc-8 (and actually make use of the warnings in gcc-8).
-
scoder authored
Update cpp examples
-
scoder authored
Added tests to "profiling tutorial" part 5
-
scoder authored
Added tests to "profiling tutorial" part 4
-
scoder authored
Added tests to "profiling tutorial" part 3
-