- 03 Oct, 2017 19 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Considered to make it a warning, but CPython's forgiving behaviour seems unhelpful. Can still make it a warning later. Closed #1905.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
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
-
Stefan Behnel authored
-
Stefan Behnel authored
-
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.
-
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.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 01 Oct, 2017 16 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
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 5 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
-