[pypy-commit] pypy numpypy.float16: fix tests, float16 now exists

2012-11-03 Thread mattip
Author: mattip Branch: numpypy.float16 Changeset: r58707:3426fb6e23e4 Date: 2012-11-04 00:49 +0200 http://bitbucket.org/pypy/pypy/changeset/3426fb6e23e4/ Log:fix tests, float16 now exists diff --git a/pypy/module/micronumpy/test/test_base.py b/pypy/module/micronumpy/test/test_base.py --- a/

[pypy-commit] pypy numpypy.float16: translation fixes

2012-11-03 Thread mattip
Author: mattip Branch: numpypy.float16 Changeset: r58705:fd7f852397ea Date: 2012-11-04 00:29 +0200 http://bitbucket.org/pypy/pypy/changeset/fd7f852397ea/ Log:translation fixes diff --git a/pypy/module/micronumpy/halffloat.py b/pypy/module/micronumpy/halffloat.py --- a/pypy/module/micronumpy

[pypy-commit] pypy numpypy.float16: another passing test

2012-11-03 Thread mattip
Author: mattip Branch: numpypy.float16 Changeset: r58704:c520de25c978 Date: 2012-11-03 23:03 +0200 http://bitbucket.org/pypy/pypy/changeset/c520de25c978/ Log:another passing test diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py --- a/pypy/

[pypy-commit] pypy default: Translation fix. Hack differently, only when we actually make a SomePBC

2012-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r58703:035415613de7 Date: 2012-11-03 17:59 + http://bitbucket.org/pypy/pypy/changeset/035415613de7/ Log:Translation fix. Hack differently, only when we actually make a SomePBC containing several classes. diff --git a/pypy/annotation/bookkeep

[pypy-commit] pypy default: Confusion between rel_err and abs_err. Fix the test.

2012-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r58702:b28683bc5dcc Date: 2012-11-03 18:41 +0100 http://bitbucket.org/pypy/pypy/changeset/b28683bc5dcc/ Log:Confusion between rel_err and abs_err. Fix the test. diff --git a/pypy/module/micronumpy/test/test_complex.py b/pypy/module/micronumpy/test/test

[pypy-commit] pypy default: Don't create VStringPlainValues corresponding to long strings:

2012-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r58701:19329dd72849 Date: 2012-11-03 18:21 +0100 http://bitbucket.org/pypy/pypy/changeset/19329dd72849/ Log:Don't create VStringPlainValues corresponding to long strings: limit them to, arbitrarily, 100 characters. This may fix a MemoryError

[pypy-commit] buildbot default: More robustly parse the stdout. Avoids being confused by warnings like "Not trusting file xyz".

2012-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r718:e0e5d208dfe6 Date: 2012-11-03 16:25 +0100 http://bitbucket.org/pypy/buildbot/changeset/e0e5d208dfe6/ Log:More robustly parse the stdout. Avoids being confused by warnings like "Not trusting file xyz". diff --git a/bot2/pypybuildbot/builds.p

[pypy-commit] pypy default: Fix non-obvious annotation bug.

2012-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r58700:7a5a5922f61e Date: 2012-11-03 15:45 +0100 http://bitbucket.org/pypy/pypy/changeset/7a5a5922f61e/ Log:Fix non-obvious annotation bug. diff --git a/pypy/annotation/bookkeeper.py b/pypy/annotation/bookkeeper.py --- a/pypy/annotation/bookkeeper.py ++

[pypy-commit] pypy default: Trying to fix the micronumpy tests

2012-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r58699:86a044c8317c Date: 2012-11-03 15:16 +0100 http://bitbucket.org/pypy/pypy/changeset/86a044c8317c/ Log:Trying to fix the micronumpy tests diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pypy/module/micronum

[pypy-commit] pypy default: Fix an obscure race condition.

2012-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r58697:72a91da3d6f2 Date: 2012-11-03 14:08 +0100 http://bitbucket.org/pypy/pypy/changeset/72a91da3d6f2/ Log:Fix an obscure race condition. diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal.py --- a/pypy/module/signal/i

[pypy-commit] pypy default: Fix: 'newshortcut' is commented out for now

2012-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r58698:2ab856fa5788 Date: 2012-11-03 15:11 +0100 http://bitbucket.org/pypy/pypy/changeset/2ab856fa5788/ Log:Fix: 'newshortcut' is commented out for now diff --git a/pypy/config/test/test_pypyoption.py b/pypy/config/test/test_pypyoption.py --- a/pypy/co