- 17 Jun, 2018 14 commits
-
-
scoder authored
Extended the examples of string.rst and put them in the examples directory for testing.
-
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 18 commits
-
-
Stefan Behnel authored
Reduce Cython's module size of "Actions", "Scanners", "StringIOTree", "Visitor" and "Code" by disabling auto-pickling.
-
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
-
scoder authored
Added tests to "profiling tutorial" part 2
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
Changed xrange for range while moving a piece of code from the profiling tutorial to the examples directory.
-
Stefan Behnel authored
-
-
scoder authored
Adding tests for "working with numpy" part 2
-
scoder authored
Adding tests for "working with numpy" part 1
-
Stefan Behnel authored
-
- 15 Jun, 2018 8 commits
-
-
Stefan Behnel 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).
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Added more info on pyximport in compilation.rst
-
Stefan Behnel authored
-
scoder authored
Added tests for cdef_classes.rst. Part 3.
-
scoder authored
Adding tests for "pure python mode" part 5
-