[pypy-commit] pypy refactor-translator: Remove import.

2013-09-02 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r66764:472f2b6aee19 Date: 2013-09-02 13:06 +0100 http://bitbucket.org/pypy/pypy/changeset/472f2b6aee19/ Log:Remove import. diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py --- a/rpython/translator/driver.py ++

[pypy-commit] pypy refactor-translator: Remove ootype-specific code from translate.py.

2013-09-02 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r66766:f006a45518f2 Date: 2013-09-02 15:43 +0100 http://bitbucket.org/pypy/pypy/changeset/f006a45518f2/ Log:Remove ootype-specific code from translate.py. diff --git a/rpython/translator/goal/translate.py b/rpython/translator/goal/t

[pypy-commit] pypy refactor-translator: Remove dead build_main_for_shared() from genc.py.

2013-09-02 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r66765:a05ed146e9aa Date: 2013-09-02 15:43 +0100 http://bitbucket.org/pypy/pypy/changeset/a05ed146e9aa/ Log:Remove dead build_main_for_shared() from genc.py. diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --

[pypy-commit] pypy less-stringly-ops: kill FSException

2013-09-02 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r66768:e059c6654247 Date: 2013-08-31 18:07 +0100 http://bitbucket.org/pypy/pypy/changeset/e059c6654247/ Log:kill FSException diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py --- a/rpython/flowspace/flowco

[pypy-commit] pypy less-stringly-ops: Move implementation of FlowObjSpace.iter() to op.iter

2013-09-02 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r66767:67c3af63e05a Date: 2013-08-31 18:00 +0100 http://bitbucket.org/pypy/pypy/changeset/67c3af63e05a/ Log:Move implementation of FlowObjSpace.iter() to op.iter diff --git a/rpython/flowspace/objspace.py b/rpython/flowspace/objspace.py

[pypy-commit] pypy less-stringly-ops: Move FSException to flowspace.model

2013-09-02 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r66769:6209a2e9528e Date: 2013-09-01 10:48 +0100 http://bitbucket.org/pypy/pypy/changeset/6209a2e9528e/ Log:Move FSException to flowspace.model diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py --- a/rpyth

[pypy-commit] pypy less-stringly-ops: Move implementation of FlowObjSpace.next() to op.next

2013-09-02 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r66770:d0d7f7735df4 Date: 2013-09-01 11:37 +0100 http://bitbucket.org/pypy/pypy/changeset/d0d7f7735df4/ Log:Move implementation of FlowObjSpace.next() to op.next diff --git a/rpython/flowspace/objspace.py b/rpython/flowspace/objspace.py

[pypy-commit] pypy less-stringly-ops: Use 'self' as the first argument of instance methods

2013-09-02 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r66773:72d64b5d667a Date: 2013-09-01 19:55 +0100 http://bitbucket.org/pypy/pypy/changeset/72d64b5d667a/ Log:Use 'self' as the first argument of instance methods diff --git a/rpython/annotator/unaryop.py b/rpython/annotator/unaryop.py --

[pypy-commit] pypy less-stringly-ops: Move implementation of FlowObjSpace.getattr() to op.getatttr

2013-09-02 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r66771:3a5b76cb6051 Date: 2013-09-01 13:50 +0100 http://bitbucket.org/pypy/pypy/changeset/3a5b76cb6051/ Log:Move implementation of FlowObjSpace.getattr() to op.getatttr diff --git a/rpython/flowspace/objspace.py b/rpython/flowspace/objs

[pypy-commit] pypy less-stringly-ops: Add annotation SomeConstantType:

2013-09-02 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r66774:2c9d5c1c85d7 Date: 2013-09-02 20:33 +0100 http://bitbucket.org/pypy/pypy/changeset/2c9d5c1c85d7/ Log:Add annotation SomeConstantType: this is a SomePBC subclass that can be unified with SomeTypes. diff --git a/rpython/an

[pypy-commit] pypy less-stringly-ops: Fix exception raising

2013-09-02 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r66772:8d2a95a27c5e Date: 2013-09-01 14:19 +0100 http://bitbucket.org/pypy/pypy/changeset/8d2a95a27c5e/ Log:Fix exception raising diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py --- a/rpython/flowspace/f

[pypy-commit] pypy default: no _curses module on windows, fix issue 1532

2013-09-02 Thread mattip
Author: mattip Branch: Changeset: r66776:9e7bb222d72f Date: 2013-09-02 23:36 +0300 http://bitbucket.org/pypy/pypy/changeset/9e7bb222d72f/ Log:no _curses module on windows, fix issue 1532 diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py +++ b/lib_pypy/_curses.