[pypy-commit] pypy py3k: adapt to py3k

2016-05-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84341:bc87e9e3fa04 Date: 2016-05-09 15:03 -0700 http://bitbucket.org/pypy/pypy/changeset/bc87e9e3fa04/ Log:adapt to py3k diff --git a/lib_pypy/resource.py b/lib_pypy/resource.py --- a/lib_pypy/resource.py +++ b/lib_pypy/resource.py @@ -104,7 +10

[pypy-commit] pypy py3k: adapt to py3k and kill new withrangelist tests

2014-03-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r69748:19a9d0a0df2f Date: 2014-03-05 17:31 -0800 http://bitbucket.org/pypy/pypy/changeset/19a9d0a0df2f/ Log:adapt to py3k and kill new withrangelist tests diff --git a/pypy/objspace/std/test/test_listobject.py b/pypy/objspace/std/test/test_listo

[pypy-commit] pypy py3k: adapt to py3k bytes/text. This test still fails right now

2012-02-24 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52872:93c52a2ed557 Date: 2012-02-24 16:15 +0100 http://bitbucket.org/pypy/pypy/changeset/93c52a2ed557/ Log:adapt to py3k bytes/text. This test still fails right now diff --git a/pypy/module/__builtin__/test/test_builtin.py b/pypy/module/__builti