[pypy-commit] pypy default: Fix for older versions of OpenSSL: use the official 'STACK_OF(TYPE)' as

2015-02-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76044:df36b95933f9 Date: 2015-02-22 15:16 +0100 http://bitbucket.org/pypy/pypy/changeset/df36b95933f9/ Log:Fix for older versions of OpenSSL: use the official 'STACK_OF(TYPE)' as a type name diff --git a/rpython/rlib/ropenssl.py

[pypy-commit] pypy default: (xoraxax, arigo) Fix two broken behaviors of zipimport:

2015-02-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76040:5ada2fb6796f Date: 2015-02-22 12:21 +0100 http://bitbucket.org/pypy/pypy/changeset/5ada2fb6796f/ Log:(xoraxax, arigo) Fix two broken behaviors of zipimport: * random exceptions produced by importing the modules were eaten

[pypy-commit] pypy default: (fox, xoraxax) ansi_mandelbrot: Cleanup, add new slides, add comments.

2015-02-22 Thread Alexander Schremmer
Author: Alexander Schremmer alex AT alexanderweb DOT de Branch: Changeset: r76043:5cac60cf129a Date: 2015-02-22 14:42 +0100 http://bitbucket.org/pypy/pypy/changeset/5cac60cf129a/ Log:(fox, xoraxax) ansi_mandelbrot: Cleanup, add new slides, add comments. diff --git

[pypy-commit] pypy stmgc-c7: Fix platform.python_implementation() for the stm branch

2015-02-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stmgc-c7 Changeset: r76042:b99508208181 Date: 2015-02-22 12:59 +0100 http://bitbucket.org/pypy/pypy/changeset/b99508208181/ Log:Fix platform.python_implementation() for the stm branch diff --git a/lib-python/2.7/platform.py

[pypy-commit] pypy stmgc-c7: (xoraxax, arigo) Fix two broken behaviors of zipimport:

2015-02-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stmgc-c7 Changeset: r76041:752077ecf930 Date: 2015-02-22 12:21 +0100 http://bitbucket.org/pypy/pypy/changeset/752077ecf930/ Log:(xoraxax, arigo) Fix two broken behaviors of zipimport: * random exceptions produced by importing the modules

[pypy-commit] pypy default: Force alignment (to 16 bytes) of any call to materialize().

2015-02-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76045:0d1ee380a33e Date: 2015-02-22 16:17 +0100 http://bitbucket.org/pypy/pypy/changeset/0d1ee380a33e/ Log:Force alignment (to 16 bytes) of any call to materialize(). Kill stuff in the ARM backend. diff --git

[pypy-commit] pypy stmgc-c7: import stmgc/b26fe28d6f2b

2015-02-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stmgc-c7 Changeset: r76050:21ed62f741b8 Date: 2015-02-22 17:51 +0100 http://bitbucket.org/pypy/pypy/changeset/21ed62f741b8/ Log:import stmgc/b26fe28d6f2b diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision

[pypy-commit] pypy default: merge heads

2015-02-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76055:6419bd45b4a3 Date: 2015-02-22 18:22 +0100 http://bitbucket.org/pypy/pypy/changeset/6419bd45b4a3/ Log:merge heads diff --git a/lib_pypy/gdbm.py b/lib_pypy/gdbm.py --- a/lib_pypy/gdbm.py +++ b/lib_pypy/gdbm.py @@ -20,9 +20,11 @@ }

[pypy-commit] stmgc default: improve comment

2015-02-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1642:5e496c71f2ed Date: 2015-02-22 18:53 +0100 http://bitbucket.org/pypy/stmgc/changeset/5e496c71f2ed/ Log:improve comment diff --git a/c7/stm/extra.c b/c7/stm/extra.c --- a/c7/stm/extra.c +++ b/c7/stm/extra.c @@ -72,8 +72,9 @@

[pypy-commit] pypy py3.3: Remove unneeded code in gendfa -- the generated file doesn't change.

2015-02-22 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: py3.3 Changeset: r76056:0644f2470b91 Date: 2015-02-22 18:25 +0100 http://bitbucket.org/pypy/pypy/changeset/0644f2470b91/ Log:Remove unneeded code in gendfa -- the generated file doesn't change. diff --git a/pypy/interpreter/pyparser/gendfa.py

[pypy-commit] pypy default: Fix on 32-bit

2015-02-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76057:097db6dff79b Date: 2015-02-22 18:26 +0100 http://bitbucket.org/pypy/pypy/changeset/097db6dff79b/ Log:Fix on 32-bit diff --git a/rpython/jit/backend/x86/test/test_runner.py b/rpython/jit/backend/x86/test/test_runner.py ---

[pypy-commit] pypy stmgc-c7: minor stuff

2015-02-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stmgc-c7 Changeset: r76059:4f3da042f52d Date: 2015-02-22 18:58 +0100 http://bitbucket.org/pypy/pypy/changeset/4f3da042f52d/ Log:minor stuff diff --git a/rpython/translator/c/src/dtoa.c b/rpython/translator/c/src/dtoa.c ---

[pypy-commit] pypy default: whatsnew entry

2015-02-22 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r76047:3356a2ba8490 Date: 2015-02-22 17:27 +0100 http://bitbucket.org/pypy/pypy/changeset/3356a2ba8490/ Log:whatsnew entry diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: fix test: the cond_call=0 was actually a long-standing bug that the new

2015-02-22 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r76046:3930b6579b7e Date: 2015-02-22 17:26 +0100 http://bitbucket.org/pypy/pypy/changeset/3930b6579b7e/ Log:fix test: the cond_call=0 was actually a long-standing bug that the new heapcache fixes diff --git

[pypy-commit] pypy default: I'm merging this PR anyway, but if you need more improvements, pop in on #pypy on IRC

2015-02-22 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r76049:4aecd4091baf Date: 2015-02-22 18:48 +0200 http://bitbucket.org/pypy/pypy/changeset/4aecd4091baf/ Log:I'm merging this PR anyway, but if you need more improvements, pop in on #pypy on IRC Merged in

[pypy-commit] pypy stmgc-c7: Obscure: after inserting an extra line at the start of the file,

2015-02-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stmgc-c7 Changeset: r76053:b92017c00165 Date: 2015-02-22 18:22 +0100 http://bitbucket.org/pypy/pypy/changeset/b92017c00165/ Log:Obscure: after inserting an extra line at the start of the file, kill the first empty line to restore the correct

[pypy-commit] pypy default: merge heads

2015-02-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76052:ce0ca1b30216 Date: 2015-02-22 17:23 +0100 http://bitbucket.org/pypy/pypy/changeset/ce0ca1b30216/ Log:merge heads diff --git a/pypy/module/zipimport/interp_zipimport.py b/pypy/module/zipimport/interp_zipimport.py ---

[pypy-commit] pypy default: (fijal, remi, arigo)

2015-02-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76051:b3a08c810002 Date: 2015-02-22 17:23 +0100 http://bitbucket.org/pypy/pypy/changeset/b3a08c810002/ Log:(fijal, remi, arigo) Meh, sometimes we get an extra mov and sometimes we don't, depending on whether some

[pypy-commit] benchmarks default: (focs, xorAxAx) add benchmark runner for readthedocs and webapp benchmark framework

2015-02-22 Thread Quim Sanchez
Author: Quim Sanchez freer...@gmail.com Branch: Changeset: r308:635504ab8d29 Date: 2015-02-22 16:51 +0100 http://bitbucket.org/pypy/benchmarks/changeset/635504ab8d29/ Log:(focs, xorAxAx) add benchmark runner for readthedocs and webapp benchmark framework Usage: python

[pypy-commit] benchmarks default: Fix urllib errors on subsequent calls to test.run, convert arguments correctly.

2015-02-22 Thread Alexander Schremmer
Author: Alexander Schremmer alex AT alexanderweb DOT de Branch: Changeset: r310:797b4f8c65ed Date: 2015-02-22 23:22 +0100 http://bitbucket.org/pypy/benchmarks/changeset/797b4f8c65ed/ Log:Fix urllib errors on subsequent calls to test.run, convert arguments correctly. diff --git

[pypy-commit] benchmarks default: Fixed exit call in bottle benchmark.

2015-02-22 Thread Alexander Schremmer
Author: Alexander Schremmer alex AT alexanderweb DOT de Branch: Changeset: r306:fe3138fe8a6f Date: 2015-02-21 17:51 +0100 http://bitbucket.org/pypy/benchmarks/changeset/fe3138fe8a6f/ Log:Fixed exit call in bottle benchmark. diff --git a/multithread/bottle/app.py b/multithread/bottle/app.py

[pypy-commit] benchmarks default: (focs, xoraxax) Make import logic more robust, also add readthedocs package dir to python path for settings package.

2015-02-22 Thread Alexander Schremmer
Author: Alexander Schremmer alex AT alexanderweb DOT de Branch: Changeset: r309:4f9c89d1a521 Date: 2015-02-22 17:12 +0100 http://bitbucket.org/pypy/benchmarks/changeset/4f9c89d1a521/ Log:(focs, xoraxax) Make import logic more robust, also add readthedocs package dir to python path

[pypy-commit] pypy py3.3: Skip array test in lib-python which doesn't make sense without flexible string representation.

2015-02-22 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: py3.3 Changeset: r76060:829c84510c32 Date: 2015-02-22 23:21 +0100 http://bitbucket.org/pypy/pypy/changeset/829c84510c32/ Log:Skip array test in lib-python which doesn't make sense without flexible string representation. diff --git