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/_
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
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