[pypy-commit] pypy.org extradoc: Python version 2.7.2 -> 2.7.3.

2013-05-01 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r404:32e07e8a122c Date: 2013-05-01 10:45 +0200 http://bitbucket.org/pypy/pypy.org/changeset/32e07e8a122c/ Log:Python version 2.7.2 -> 2.7.3. diff --git a/compat.html b/compat.html --- a/compat.html +++ b/compat.html @@ -46,7 +46,7 @@ Python

[pypy-commit] benchmarks default: merge heads

2013-05-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r210:18190ecf74c9 Date: 2013-05-01 11:16 +0200 http://bitbucket.org/pypy/benchmarks/changeset/18190ecf74c9/ Log:merge heads diff --git a/unladen_swallow/perf.py b/unladen_swallow/perf.py --- a/unladen_swallow/perf.py +++ b/unladen_swallow/perf.py @@ -44

[pypy-commit] benchmarks default: Fix for runs that only end up doing 1 iteration (e.g. hexiom2 with --fast).

2013-05-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r209:f7abffc04667 Date: 2013-05-01 11:15 +0200 http://bitbucket.org/pypy/benchmarks/changeset/f7abffc04667/ Log:Fix for runs that only end up doing 1 iteration (e.g. hexiom2 with --fast). diff --git a/unladen_swallow/perf.py b/unladen_swallow/pe

[pypy-commit] pypy default: add more paths to librarydirs

2013-05-01 Thread bivab
Author: David Schneider Branch: Changeset: r63784:08b293dd08d2 Date: 2013-05-01 14:32 +0200 http://bitbucket.org/pypy/pypy/changeset/08b293dd08d2/ Log:add more paths to librarydirs diff --git a/rpython/translator/platform/arm.py b/rpython/translator/platform/arm.py --- a/rpython/translator

[pypy-commit] pypy default: A version of zip() specialized for two arguments. It is more than

2013-05-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r63785:ffe6fdf3a875 Date: 2013-05-01 19:33 +0200 http://bitbucket.org/pypy/pypy/changeset/ffe6fdf3a875/ Log:A version of zip() specialized for two arguments. It is more than four times faster (tested with lists of 10 items). diff --git a/pypy/mo

[pypy-commit] pypy default: refine usage, it now resembles CPython's

2013-05-01 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r63786:94039754471f Date: 2013-05-01 11:53 -0700 http://bitbucket.org/pypy/pypy/changeset/94039754471f/ Log:refine usage, it now resembles CPython's diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_m

[pypy-commit] pypy default: we support -B

2013-05-01 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r63787:1208c73d38ba Date: 2013-05-01 12:52 -0700 http://bitbucket.org/pypy/pypy/changeset/1208c73d38ba/ Log:we support -B diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/pypy/interpret

[pypy-commit] pypy py3k: merge default

2013-05-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63788:8c0da4a921de Date: 2013-05-01 13:05 -0700 http://bitbucket.org/pypy/pypy/changeset/8c0da4a921de/ Log:merge default diff --git a/lib-python/2.7/distutils/command/install.py b/lib-python/2.7/distutils/command/install.py --- a/lib-python/2.7

[pypy-commit] pypy py3k: update to py3's usage

2013-05-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63789:9c0f75fa4f77 Date: 2013-05-01 13:15 -0700 http://bitbucket.org/pypy/pypy/changeset/9c0f75fa4f77/ Log:update to py3's usage diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/py

[pypy-commit] pypy py3k: kill the duplicate

2013-05-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63790:7ca550ea2870 Date: 2013-05-01 13:17 -0700 http://bitbucket.org/pypy/pypy/changeset/7ca550ea2870/ Log:kill the duplicate diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/pypy/

[pypy-commit] pypy py3k: add a maybe helpful error message

2013-05-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63791:fa91fc59b6da Date: 2013-05-01 13:20 -0700 http://bitbucket.org/pypy/pypy/changeset/fa91fc59b6da/ Log:add a maybe helpful error message diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject.p

[pypy-commit] pypy default: implement and use ldm/stm to store several registers to the jitframe

2013-05-01 Thread bivab
Author: David Schneider Branch: Changeset: r63792:e2231ee466f7 Date: 2013-05-01 21:52 +0200 http://bitbucket.org/pypy/pypy/changeset/e2231ee466f7/ Log:implement and use ldm/stm to store several registers to the jitframe diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backen

[pypy-commit] pypy default: implement and use VSTM and VLDM for loading and storing several floating point regs

2013-05-01 Thread bivab
Author: David Schneider Branch: Changeset: r63793:9e6a292cd425 Date: 2013-05-01 23:28 +0200 http://bitbucket.org/pypy/pypy/changeset/9e6a292cd425/ Log:implement and use VSTM and VLDM for loading and storing several floating point regs diff --git a/rpython/jit/backend/arm/assembler.p

[pypy-commit] pypy default: merge heads

2013-05-01 Thread bivab
Author: David Schneider Branch: Changeset: r63794:6fc3fb8cd5cc Date: 2013-05-01 23:31 +0200 http://bitbucket.org/pypy/pypy/changeset/6fc3fb8cd5cc/ Log:merge heads diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/pypy/interpret

[pypy-commit] pypy py3k: fix on 32bit

2013-05-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63795:6619b75d5bd7 Date: 2013-05-01 16:20 -0700 http://bitbucket.org/pypy/pypy/changeset/6619b75d5bd7/ Log:fix on 32bit diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.py --- a/pypy/module/cpyext/longobject.py +++ b

[pypy-commit] pypy py3k: skip this for now as it relies on ctypes py_object w/ strs

2013-05-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63796:c98e1e170a2a Date: 2013-05-01 16:30 -0700 http://bitbucket.org/pypy/pypy/changeset/c98e1e170a2a/ Log:skip this for now as it relies on ctypes py_object w/ strs diff --git a/lib-python/3/test/test_unicode.py b/lib-python/3/test/test_unicod