[pypy-commit] pypy unicode-utf8: fix pyexpat

2017-12-09 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93327:7cd0df437105 Date: 2017-12-09 15:42 +0200 http://bitbucket.org/pypy/pypy/changeset/7cd0df437105/ Log:fix pyexpat diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/interp_pyexpat.py ---

[pypy-commit] pypy unicode-utf8: fix pyexpat

2017-10-28 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92862:44cd30c7b69a Date: 2017-10-28 11:56 +0200 http://bitbucket.org/pypy/pypy/changeset/44cd30c7b69a/ Log:fix pyexpat diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/interp_pyexpat.py ---

[pypy-commit] pypy unicode-utf8: fix pyexpat. skip one failing test on os x

2017-03-02 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r90457:572cc70c4d30 Date: 2017-03-01 17:24 +0100 http://bitbucket.org/pypy/pypy/changeset/572cc70c4d30/ Log:fix pyexpat. skip one failing test on os x diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/interp_pyexpat.py ---