[pypy-commit] pypy py3k: merge default

2015-01-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r75216:b85a8b82049d Date: 2015-01-02 18:14 -0800 http://bitbucket.org/pypy/pypy/changeset/b85a8b82049d/ Log:merge default diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/genc.py +++ b/rpython/tr

[pypy-commit] pypy default: attempt to fix lldebug and the like w/ the now default of shared

2015-01-02 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r75215:3b999828c913 Date: 2015-01-02 16:53 -0800 http://bitbucket.org/pypy/pypy/changeset/3b999828c913/ Log:attempt to fix lldebug and the like w/ the now default of shared diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py ---

[pypy-commit] pypy default: (squeaky) we need @executable_path, not @rpath, for the shared lib location

2015-01-02 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r75214:8caae57cec39 Date: 2015-01-02 16:53 -0800 http://bitbucket.org/pypy/pypy/changeset/8caae57cec39/ Log:(squeaky) we need @executable_path, not @rpath, for the shared lib location diff --git a/rpython/translator/platform/darwin.py b/rpyt

[pypy-commit] pypy squeaky/use-cflags-for-compiling-asm: Use CFLAGS

2015-01-02 Thread squeaky
Author: squeaky Branch: squeaky/use-cflags-for-compiling-asm Changeset: r75213:e27b54a9d700 Date: 2015-01-02 22:42 + http://bitbucket.org/pypy/pypy/changeset/e27b54a9d700/ Log:Use CFLAGS diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/g

[pypy-commit] pypy py3k: merge default

2015-01-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r75210:ace68169b31e Date: 2015-01-02 12:39 -0800 http://bitbucket.org/pypy/pypy/changeset/ace68169b31e/ Log:merge default diff too long, truncating to 2000 out of 15159 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -28,7 +2

[pypy-commit] pypy py3.3: merge py3k

2015-01-02 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r75211:81a7ee6adad6 Date: 2015-01-02 13:16 -0800 http://bitbucket.org/pypy/pypy/changeset/81a7ee6adad6/ Log:merge py3k diff too long, truncating to 2000 out of 15188 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -28,7 +28,

[pypy-commit] pypy py3.3: add ZLIB_RUNTIME_VERSION

2015-01-02 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r75212:f7ed501c6405 Date: 2015-01-02 13:29 -0800 http://bitbucket.org/pypy/pypy/changeset/f7ed501c6405/ Log:add ZLIB_RUNTIME_VERSION diff --git a/pypy/module/zlib/__init__.py b/pypy/module/zlib/__init__.py --- a/pypy/module/zlib/__init__.py +++

[pypy-commit] pypy default: issue1902 followup: fix another thinko which omitted the rewind

2015-01-02 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r75209:fe589b2b1ccc Date: 2015-01-02 11:46 -0800 http://bitbucket.org/pypy/pypy/changeset/fe589b2b1ccc/ Log:issue1902 followup: fix another thinko which omitted the rewind diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bu

[pypy-commit] cffi default: Delay reporting NotImplmentedErrors when building function types with

2015-01-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r1619:275285b314a7 Date: 2015-01-02 19:16 +0100 http://bitbucket.org/cffi/cffi/changeset/275285b314a7/ Log:Delay reporting NotImplmentedErrors when building function types with unsupported arguments. They are now reported only when we act

[pypy-commit] cffi default: improve error message a bit

2015-01-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r1618:04e9f61eecfc Date: 2015-01-02 18:46 +0100 http://bitbucket.org/cffi/cffi/changeset/04e9f61eecfc/ Log:improve error message a bit diff --git a/cffi/model.py b/cffi/model.py --- a/cffi/model.py +++ b/cffi/model.py @@ -480,7 +480,7 @@ try:

[pypy-commit] cffi default: Issue #141: if compiling with __thread fails, try to compile without

2015-01-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r1617:9ee657789f0e Date: 2015-01-02 18:30 +0100 http://bitbucket.org/cffi/cffi/changeset/9ee657789f0e/ Log:Issue #141: if compiling with __thread fails, try to compile without __thread, and if that fails too, we know there is some other problem

[pypy-commit] pypy vmprof: if we don't set the JIT range, don't rely on random values

2015-01-02 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75208:77e2d84c2e8e Date: 2015-01-02 12:34 +0200 http://bitbucket.org/pypy/pypy/changeset/77e2d84c2e8e/ Log:if we don't set the JIT range, don't rely on random values diff --git a/pypy/module/_vmprof/src/vmprof.c b/pypy/module/_vmprof/src/

[pypy-commit] pypy ufuncapi: backed out a7730d9255c3, handle this in quieter-translation branch

2015-01-02 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r75207:70a3a4496b45 Date: 2015-01-02 11:13 +0200 http://bitbucket.org/pypy/pypy/changeset/70a3a4496b45/ Log:backed out a7730d9255c3, handle this in quieter-translation branch diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystan

[pypy-commit] pypy quieter-translation: windows has no resource module

2015-01-02 Thread mattip
Author: Matti Picus Branch: quieter-translation Changeset: r75206:2e6785bb21f2 Date: 2015-01-02 11:03 +0200 http://bitbucket.org/pypy/pypy/changeset/2e6785bb21f2/ Log:windows has no resource module diff --git a/lib_pypy/ctypes_config_cache/resource.ctc.py b/lib_pypy/ctypes_config_cache/reso

[pypy-commit] pypy quieter-translation: do not print errors from Works(), maybe we should have a verbose mode instead?

2015-01-02 Thread mattip
Author: Matti Picus Branch: quieter-translation Changeset: r75205:daaece5cf074 Date: 2015-01-02 11:03 +0200 http://bitbucket.org/pypy/pypy/changeset/daaece5cf074/ Log:do not print errors from Works(), maybe we should have a verbose mode instead? diff --git a/ctypes_configure/cbuild.p