- 17 Jan, 2019 1 commit
-
-
true-pasky authored
It fixes error ``` src\lxml\etree.c(241210) : error C2275: 'PyObject' : illegal use of this type as an expression ``` when installing lxml 4.3.0 to pypy2 v6.0.0 on Windows.
-
- 16 Jan, 2019 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
ENH: allow @property decorator on external ctypedef classes
-
mattip authored
-
- 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 8 commits
-
-
Stefan Behnel authored
-
mattip 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 6 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
-