lxml:pypy4

Last commit made on 2015-11-08
Get this branch:
git clone -b pypy4 https://git.launchpad.net/lxml

Branch merges

Branch information

Name:
pypy4
Repository:
lp:lxml

Recent commits

1a232de... by scoder

disable PyPy special casing in proxy.pxi for PyPy 4.0

e3cb59d... by scoder

remove legacy code

7ac4b49... by scoder

Merge pull request #175 from jwilk/spelling

fix typos

b1e8104... by Jakub Wilk

fix typos

981a760... by scoder

add pypy bug tracker link as comment for the work-around

7f98e37... by scoder

use simple Python unicode subclass for smart string results in PyPy (crashes with a stack overflow exception otherwise)

c7a3cad... by scoder

update error messages

11e7f9a... by scoder

propagate SAX exceptions immediately in HTML parser (used to continue parsing)

20a9a8e... by scoder

modernise import

e4b7a5a... by scoder

enable travis testing with Py3.5