- 03 Oct, 2017 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix compiler crash when analysing a complex name as a type using sizeof(X) translation. Requires type analysis before the "arg_type" is set. Closes #1908.
-
Stefan Behnel authored
Prevent config lookup of "C line in traceback" option from clearing the live exception and calling setattr() with a live exception set. Closes #1907.
-
Stefan Behnel authored
Closes #1906.
-
- 01 Oct, 2017 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Disable "numpy_parallel" test on Windows as it seems to fail based on the MSVC version (seen on appveyor).
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Exclude Py3.3 from appveyor builds as it is out of maintenance anyway and isn't really supported by external packages anymore.
-
Stefan Behnel authored
-
scoder authored
Update Coverage.py
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 30 Sep, 2017 10 commits
-
-
MaxBo authored
-
MaxBo authored
remove deprecieated import in Coverage.py
-
Stefan Behnel authored
Generalise .so file regex even further as the platform suffix of extension modules can be arbitrarily complex in Py3.5+.
-
MaxBo authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
MaxBo authored
-
MaxBo authored
-
MaxBo authored
-
MaxBo authored
-
- 29 Sep, 2017 12 commits
-
-
Max Bohnet authored
append to list use _get_actual_filename also for file_reporter() and file_tracer()
-
Max Bohnet authored
use filepath with the correct upper and lowercases
-
scoder authored
Fix classmethod creation for (upcoming) PyPy{,3} 5.9
-
Ronan Lamy authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Make some dealloc behaviour depend on "tp_finalize" slot usage and not just Python version because it depends on the time when the finalisation is executed (during or before dealloc).
-
Stefan Behnel authored
-
Stefan Behnel authored
This reverts commit 53327193.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
Fixes Github issue #1886.
-