[pypy-commit] extradoc extradoc: don't use the footnote, they confuse google scholar and we have only one

2012-09-09 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: extradoc Changeset: r4784:2c51c4cacc0b Date: 2012-09-09 19:07 +0200 http://bitbucket.org/pypy/extradoc/changeset/2c51c4cacc0b/ Log:don't use the footnote, they confuse google scholar and we have only one affiliation anyway diff --git

[pypy-commit] pypy default: Fix the message (thanks Julian on issue1256).

2012-09-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r57253:7d5b0a808fc9 Date: 2012-09-09 20:34 +0200 http://bitbucket.org/pypy/pypy/changeset/7d5b0a808fc9/ Log:Fix the message (thanks Julian on issue1256). diff --git a/pypy/module/_io/interp_stringio.py

[pypy-commit] pypy default: issue1255 resolved

2012-09-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r57254:5f6bd03d6b4c Date: 2012-09-09 19:31 + http://bitbucket.org/pypy/pypy/changeset/5f6bd03d6b4c/ Log:issue1255 resolved Release the GIL around calls to signal.pause(). diff --git a/pypy/module/signal/interp_signal.py

[pypy-commit] pypy numpypy-complex2: complex trancendentals pass, normal trig still fails

2012-09-09 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57255:e80cbd5f25f7 Date: 2012-09-02 01:40 +0300 http://bitbucket.org/pypy/pypy/changeset/e80cbd5f25f7/ Log:complex trancendentals pass, normal trig still fails diff --git

[pypy-commit] pypy numpypy-complex2: merge within branch

2012-09-09 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57258:32ccbb214dae Date: 2012-09-09 23:28 +0300 http://bitbucket.org/pypy/pypy/changeset/32ccbb214dae/ Log:merge within branch diff --git a/pypy/module/micronumpy/test/complex_testcases.txt

[pypy-commit] pypy numpypy-complex2: add tests for fmax, discover problem with converting complex to float and raise TypeError

2012-09-09 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57256:0639de218850 Date: 2012-09-09 23:13 +0300 http://bitbucket.org/pypy/pypy/changeset/0639de218850/ Log:add tests for fmax, discover problem with converting complex to float and raise TypeError diff --git

[pypy-commit] pypy numpypy-complex2: fix for -A, add test for failing to convert complex to float

2012-09-09 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57257:17c968169e3b Date: 2012-09-09 23:22 +0300 http://bitbucket.org/pypy/pypy/changeset/17c968169e3b/ Log:fix for -A, add test for failing to convert complex to float diff --git

[pypy-commit] pypy default: Hopefully fix issue1254 (bad usage of _freeze_, and missing lazy

2012-09-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r57259:1feab101071c Date: 2012-09-09 22:55 +0200 http://bitbucket.org/pypy/pypy/changeset/1feab101071c/ Log:Hopefully fix issue1254 (bad usage of _freeze_, and missing lazy initialization). diff --git