[pypy-commit] pypy default: add a small fastpath for comparisons of a box with itself

2014-11-06 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r74352:27a0edfa55b5 Date: 2014-11-06 12:47 +0100 http://bitbucket.org/pypy/pypy/changeset/27a0edfa55b5/ Log:add a small fastpath for comparisons of a box with itself these either directly return true or false, depending on the c

[pypy-commit] pypy default: move computation of flattened marks into its own function since it only needs

2014-11-06 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r74353:bc52afdac223 Date: 2014-11-06 13:17 +0100 http://bitbucket.org/pypy/pypy/changeset/bc52afdac223/ Log:move computation of flattened marks into its own function since it only needs to be run once diff --git a/rpython/rlib/rsre/rsre

[pypy-commit] lang-smalltalk default: Remove untrue elidables

2014-11-06 Thread krono
Author: Tobias Pape Branch: Changeset: r1060:2255d770994f Date: 2014-11-06 14:16 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/2255d770994f/ Log:Remove untrue elidables diff --git a/spyvm/model.py b/spyvm/model.py --- a/spyvm/model.py +++ b/spyvm/model.py @@ -195,7 +195,6 @@

[pypy-commit] pypy online-transforms: Simplify use of normalize_method(): return non-methods unchanged

2014-11-06 Thread rlamy
Author: Ronan Lamy Branch: online-transforms Changeset: r74354:a98b25085355 Date: 2014-11-06 03:59 + http://bitbucket.org/pypy/pypy/changeset/a98b25085355/ Log:Simplify use of normalize_method(): return non-methods unchanged diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotato

[pypy-commit] pypy online-transforms: hg merge default

2014-11-06 Thread rlamy
Author: Ronan Lamy Branch: online-transforms Changeset: r74355:b4bdf3e9a6b6 Date: 2014-11-06 16:41 + http://bitbucket.org/pypy/pypy/changeset/b4bdf3e9a6b6/ Log:hg merge default diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -37,4 +37,4 @@ to use virtualenv wit

[pypy-commit] pypy online-transforms: create annotator-level expression object V_Type

2014-11-06 Thread rlamy
Author: Ronan Lamy Branch: online-transforms Changeset: r74356:4cd0db0438b3 Date: 2014-11-06 17:50 + http://bitbucket.org/pypy/pypy/changeset/4cd0db0438b3/ Log:create annotator-level expression object V_Type diff --git a/rpython/annotator/expression.py b/rpython/annotator/expression.py n

[pypy-commit] pypy py3k: merge default

2014-11-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74357:03d54c00a4a8 Date: 2014-11-06 12:11 -0800 http://bitbucket.org/pypy/pypy/changeset/03d54c00a4a8/ Log:merge default diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -37,4 +37,4 @@ to use virtualenv with the resulti

[pypy-commit] pypy default: fix for OS/X translation (shown by hippy)

2014-11-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r74358:94d0614584c0 Date: 2014-11-06 22:16 +0100 http://bitbucket.org/pypy/pypy/changeset/94d0614584c0/ Log:fix for OS/X translation (shown by hippy) diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_rsocket_