[pypy-commit] pypy default: more cleanup

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73195:e3103fe6a9e9 Date: 2014-08-29 16:33 -0400 http://bitbucket.org/pypy/pypy/changeset/e3103fe6a9e9/ Log:more cleanup diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfile.py @@ -57,12 +57,1

[pypy-commit] pypy default: more cleanup

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r72670:971aedb02438 Date: 2014-08-03 10:48 -0700 http://bitbucket.org/pypy/pypy/changeset/971aedb02438/ Log:more cleanup diff --git a/pypy/module/__builtin__/app_inspect.py b/pypy/module/__builtin__/app_inspect.py --- a/pypy/module/__builtin__/app_i

[pypy-commit] pypy default: more cleanup for interp_dtype

2014-02-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69347:2404d646630a Date: 2014-02-24 02:32 -0500 http://bitbucket.org/pypy/pypy/changeset/2404d646630a/ Log:more cleanup for interp_dtype diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/m