- 15 Aug, 2018 9 commits
-
-
Stefan Behnel authored
See #2529.
-
Stefan Behnel authored
See #2529.
-
Stefan Behnel authored
See #2529.
-
Stefan Behnel authored
See #2529.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 14 Aug, 2018 4 commits
-
-
scoder authored
make the fast-call signature test compatible with Stackless Python
-
Stefan Behnel authored
Move PyFrame localsplus offset calculation to a more appropriate utility file where it can be included conditionally.
-
scoder authored
make __Pyx_PyFunction_FastCallNoKw compatible with Stackless Python
-
Anselm Kruis authored
Compute the offset of the PyFrameObject member "f_localsplus" at runtime, because the layout of PyFrameObject differs between regular C-python and Stackless Python.
-
- 13 Aug, 2018 3 commits
-
-
scoder authored
DOC: use rst not md in for numpy debug error link
-
Mark Mikofski authored
-
Anselm Kruis authored
Add METH_STACKLESS to the bit mask used to test the call signature.
-
- 12 Aug, 2018 5 commits
-
-
Stefan Behnel authored
Also retry "apt-get update" in travis if "apt-get install" fails, because that was probably the reason.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 11 Aug, 2018 19 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Try to stabilise a test that depends on importing from the current directory right after creating a module there.
-
Stefan Behnel authored
-
scoder authored
Adding tests for "pure python mode" part 13
-
Stefan Behnel authored
-
gabrieldemarmiesse authored
-
scoder authored
Removing the reference guide from the docs.
-
gabrieldemarmiesse authored
-
scoder authored
Gradually enabling PEP8 checks on Travis ci.
-
Stefan Behnel authored
-
scoder authored
Moved the Cythonize section in the userguide.
-
scoder authored
Moving the compiler options into the source files and compilation.
-
scoder authored
Moving Integrating multiple modules and Distributing cython modules into the userguide.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
Added the pep8 test to travis. All the warnings are disabled and only a few error checks are enabled.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-