- 21 Oct, 2020 2 commits
-
-
Stefan Behnel authored
Disable the embedding test on MacOS-X to get the builds green again. Too many PRs depend on the travis tests to give a green light.
-
scoder authored
Improve error reporting when users mistakenly write "&&" or "||" instead of Python's "and" and "or" operators. (GH-3858)
-
- 10 Oct, 2020 1 commit
-
-
da-woods authored
Closes https://github.com/cython/cython/issues/3830
-
- 08 Oct, 2020 17 commits
-
-
Stefan Behnel authored
-
da-woods authored
It seems to be unused and it looked like the existing implementation was faulty.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
ptype authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Make type identifier escaping deterministic: hash() hashing lead to unpredictable random prefixes for long names across multiple Python runs.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Jeppe Dakin authored
Split a combined assert in two to avoid an unused C temp variable when assertions are disabled. (GH-3870)
-
Jeppe Dakin authored
Split a combined assert in two to avoid an unused C temp variable when assertions are disabled. (GH-3870)
-
- 06 Oct, 2020 3 commits
-
-
Stefan Behnel authored
-
Nick Pope authored
`xml.etree.ElementTree.Element.getiterator()` was deprecated in Python 2.7 & 3.2 and removed in Python 3.9.
-
Nick Pope authored
`xml.etree.ElementTree.Element.getiterator()` was deprecated in Python 2.7 & 3.2 and removed in the freshly released Python 3.9.
-
- 05 Oct, 2020 1 commit
-
-
ptype authored
-
- 04 Oct, 2020 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
"synchapi.h" is not supposed to be included directly, and "windows.h" can break ... other stuff. Let's see what we can do.
-
Stefan Behnel authored
Looks like the usual macro on Windows is "_WIN32" and not "WIN32". Let's support both, to be on the safe side.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 03 Oct, 2020 9 commits
-
-
Stefan Behnel authored
Move a memoryview test out of the "run" test directory since memoryview tests tend to be slow and have their own test directory.
-
Stefan Behnel authored
- hash() hashing lead to unpredictable random prefixes for long names across multiple runs - use a single regex run instead of repeated calls to replace()
-
da-woods authored
Fixes https://github.com/cython/cython/issues/3843
-
Stefan Behnel authored
-
Stefan Behnel authored
Run both in the same job since the machines are quite fast with parallel processes, but setting one up is slow.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Ashwin Srinath authored
See, for example, https://isocpp.org/blog/2012/11/universal-references-in-c11-scott-meyers Closes #3814
-
Stefan Behnel authored
-