- 06 Jul, 2018 10 commits
-
-
scoder authored
Avoid being redirected every time the doc is being built.
-
scoder authored
Added mention of .pyd files for windows users.
-
scoder authored
Removed the mode "test" for the tests because it's not a real test mode.
-
scoder authored
docs: Added a link to the include directory in "Using C++ in Cython".
-
scoder authored
Added tests for "Using C++ in Cython" part 1
-
scoder authored
Added tests for "Using C++ in Cython" part 2
-
scoder authored
Added tests for "Using C++ in Cython" part 3
-
scoder authored
Added tests for "Using C++ in Cython" part 4
-
scoder authored
Added tests for "Using C++ in Cython" part 5
-
scoder authored
Added tests for "Using C++ in Cython" part 7
-
- 05 Jul, 2018 1 commit
-
-
Stefan Behnel authored
Also exclude the parser from compilation, since its binary size is almost 1MB, but it only contributes a couple of percent to the overall runtime.
-
- 04 Jul, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Remove some large binary modules from the compiled Cython installation that contribute almost nothing to the compiler speedup (and thus only waste disk space and build time).
-
- 03 Jul, 2018 3 commits
-
-
scoder authored
docs: Added a note about the performance of slicing C++ stl containers.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
- 02 Jul, 2018 1 commit
-
-
scoder authored
Fix test_itimer on x32
-
- 01 Jul, 2018 2 commits
-
-
James Clarke authored
On x32, tv_sec and tv_usec are in fact long long rather than the standard long, and so in Python 2.x are automatically converted to Python longs, causing the test to fail with: Failed example: test_itimer(10, 2) Expected: (10, 2) Got: (10L, 2L) To fix this, we should explicitly call the int constructor.
-
gabrieldemarmiesse authored
-
- 30 Jun, 2018 2 commits
-
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
- 29 Jun, 2018 1 commit
-
-
gabrieldemarmiesse authored
-
- 28 Jun, 2018 5 commits
-
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
- 26 Jun, 2018 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Add safety checks to prevent exception subtype checks with non-types. This raises a TypeError in Py3 now and we should handle that at some point.
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2425.
-
- 22 Jun, 2018 9 commits
-
-
scoder authored
Refactoring of the extend function in "using C libraries" to make it simpler.
-
gabrieldemarmiesse authored
-
scoder authored
Added tests to "Using Parallelism" part 4
-
scoder authored
Added tests to "Using Parallelism" part 3
-
scoder authored
Added tests to "Extension types" part 2
-
scoder authored
Added tests to "Extension types" part 3
-
Stefan Behnel authored
-
scoder authored
Added tests to "Early binding for speed" part 2
-
scoder authored
Added tests to "Implementing the buffer protocol" part 2
-