- 02 Mar, 2019 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Refactor parsing function in code coverage plugin to split the actual parsing code from the lookup code.
-
Stefan Behnel authored
-
Stefan Behnel authored
Exclude non-executable lines from coverage analysis (anything that does not generate a line trace call).
-
- 01 Mar, 2019 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
GH-1461: Include the signature line of cdef functions in the import-time line tracing and coverage report.
-
Stefan Behnel authored
GH-1461: Include the signature line of cdef functions in the import-time line tracing and coverage report.
-
- 27 Feb, 2019 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Feb, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Allow condition in GILStatNode
-
- 25 Feb, 2019 2 commits
-
-
Noam Hershtig authored
-
Noam Hershtig authored
-
- 23 Feb, 2019 15 commits
-
-
Noam Hershtig authored
-
Noam Hershtig authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Prevent the time stamps in the test runner from being captured together with the output of the C compiler.
-
Stefan Behnel authored
Disable the new compiler warning about ambiguous exception return values when the function is external (and therefore possibly not under the control of the user).
-
Stefan Behnel authored
Faster absolute reimports
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Noam Hershtig authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 Feb, 2019 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
When running a single test for multiple language levels, make sure they end up in different directories to prevent overwriting each other.
-
Stefan Behnel authored
-
Stefan Behnel authored
GH-2854: Implement CPython's safety guard against concurrent module initialisations during the import.
-
Stefan Behnel authored
-
Stefan Behnel authored
GH-2854: Reimplement absolute module imports to speed them up, especially under Py3.7. Cython used to be 3x slower than CPython here. Also enable absolute imports automatically in top-level (non-package) modules.
-
Stefan Behnel authored
Allow testing a single test file with both Cy2 and Cy3 language levels by giving it the new tag "all_language_levels".
-
- 20 Feb, 2019 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-