- 14 Jan, 2019 2 commits
-
-
Stefan Behnel authored
Change the default language level to "3str"
-
Stefan Behnel authored
Enable C++ tests in appveyor, only for Py2.7/3.7 64 bit for now.
-
- 13 Jan, 2019 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Jan, 2019 20 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
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1635.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 11 Jan, 2019 9 commits
-
-
Stefan Behnel authored
Update URLs to https:// in docs and comments
-
Jon Dufresne authored
-
Stefan Behnel authored
Export "PyInit___init__" and "init__init__" as additional module init functions under Windows to make compiled packages work.
-
Stefan Behnel authored
Avoid const-ness compiler warning in __Pyx_PyObject_AsWritableString
-
Stefan Behnel authored
Run stackless builds in travis before the pypy builds (which take very long), and require them to work, now that they seem to succeed.
-
Stefan Behnel authored
Try Mapping protocol before Sequence protocol on getitem/setitem/delitem
-
Stefan Behnel authored
Correctly remove future_directives with # cython: language_level=2
-
Stefan Behnel authored
Use the same list of potential package init file names everywhere
-
Stefan Behnel authored
Use the same list of potential package init file names everywhere (not just "__init__.py" but also .pxd and .pyx). Closes #2665.
-
- 09 Jan, 2019 1 commit
-
-
Jeroen Demeyer authored
-
- 08 Jan, 2019 1 commit
-
-
Stefan Behnel authored
Replace MD5 file hashing by SHA-1, both because it's faster (by 25% on 64 bit Linux) and because MD5 is no longer allowed in US FIPS 140-2 environments. Closes #2790.
-