[pypy-commit] pypy default: remove unnecessary import

2014-02-01 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r69046:180ede03fc14 Date: 2014-02-01 20:32 + http://bitbucket.org/pypy/pypy/changeset/180ede03fc14/ Log:remove unnecessary import diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a/rpython/annotator/annrpython.py ++

[pypy-commit] pypy default: unused import

2014-02-01 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r69045:186bbfd2aad0 Date: 2014-02-01 12:09 -0800 http://bitbucket.org/pypy/pypy/changeset/186bbfd2aad0/ Log:unused import diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py --- a/rpython/rlib/rarithmetic.py +++ b/rpython/rlib/rari

[pypy-commit] pypy precompiled-headers: move Makefile tests

2014-02-01 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69042:0b9dc910cbd5 Date: 2014-01-29 23:39 +0200 http://bitbucket.org/pypy/pypy/changeset/0b9dc910cbd5/ Log:move Makefile tests diff --git a/rpython/translator/platform/test/test_makefile.py b/rpython/translator/platform/test/test_m

[pypy-commit] pypy precompiled-headers: implement precompiled header use for windows

2014-02-01 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69043:d74d5f697984 Date: 2014-01-31 14:56 +0200 http://bitbucket.org/pypy/pypy/changeset/d74d5f697984/ Log:implement precompiled header use for windows diff --git a/rpython/translator/platform/test/test_makefile.py b/rpython/transl

[pypy-commit] pypy default: windows - prevent dreaded dialog box on failure tests

2014-02-01 Thread mattip
Author: Matti Picus Branch: Changeset: r69044:565d143e0975 Date: 2014-02-01 19:55 +0200 http://bitbucket.org/pypy/pypy/changeset/565d143e0975/ Log:windows - prevent dreaded dialog box on failure tests diff --git a/rpython/translator/c/test/test_standalone.py b/rpython/translator/c/test/tes

[pypy-commit] pypy NonConstant: Simply use not_const() to annotate NonConstant

2014-02-01 Thread rlamy
Author: Ronan Lamy Branch: NonConstant Changeset: r69041:d1fc613a6520 Date: 2014-02-01 17:27 + http://bitbucket.org/pypy/pypy/changeset/d1fc613a6520/ Log:Simply use not_const() to annotate NonConstant diff --git a/rpython/rlib/nonconst.py b/rpython/rlib/nonconst.py --- a/rpython/rlib/non