- 13 Oct, 2017 8 commits
-
-
Stefan Behnel authored
-
Hugo authored
-
MichaelWS authored
-
Michael Schatzow authored
-
Michael V. DePalatis authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix the first argument special method signatures of "__eq__", "__lt__" and the other richcmp methods to be of "self" type, in accordance with to the CPython specs. See https://docs.python.org/3/reference/datamodel.html#emulating-container-types Closes #1935.
-
Stefan Behnel authored
-
- 10 Oct, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Remove overambitious constant folding of comprehensions when they occur in a boolean context. Never assume that they are empty, since the iteration might already have required side-effects. Closes #1920.
-
- 07 Oct, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1916.
-
- 03 Oct, 2017 7 commits
-
-
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
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 7 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
-