[pypy-commit] pypy py3.3: Cleanup handling of __loader__ in test_mod

2016-01-12 Thread marky1991
Author: marky1991 Branch: py3.3 Changeset: r81724:6efa96d1fbb3 Date: 2016-01-10 23:48 -0500 http://bitbucket.org/pypy/pypy/changeset/6efa96d1fbb3/ Log:Cleanup handling of __loader__ in test_mod diff --git a/pypy/module/_io/test/test_io.py b/pypy/module/_io/test/test_io.py --- a/pypy/module/_

[pypy-commit] pypy py3.3: Cleanup newline in test_import_lock to match base stdlib.

2016-01-12 Thread marky1991
Author: marky1991 Branch: py3.3 Changeset: r81725:d2d4bbff12e4 Date: 2016-01-10 23:49 -0500 http://bitbucket.org/pypy/pypy/changeset/d2d4bbff12e4/ Log:Cleanup newline in test_import_lock to match base stdlib. diff --git a/pypy/module/thread/test/test_import_lock.py b/pypy/module/thread/test

[pypy-commit] pypy py3.3: cleanup

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72685:ea9862aff3ad Date: 2014-08-03 13:04 -0700 http://bitbucket.org/pypy/pypy/changeset/ea9862aff3ad/ Log:cleanup diff --git a/pypy/module/__builtin__/test/test_dir.py b/pypy/module/__builtin__/test/test_dir.py --- a/pypy/module/__builtin__/t