[pypy-commit] pypy llimpl: Remove undocumented and unused alternative input types for 'args' in register_external()

2016-02-08 Thread rlamy
Author: Ronan Lamy Branch: llimpl Changeset: r82115:729ec6bd5cd5 Date: 2016-02-08 15:50 + http://bitbucket.org/pypy/pypy/changeset/729ec6bd5cd5/ Log:Remove undocumented and unused alternative input types for 'args' in register_external() diff --git

[pypy-commit] pypy.org extradoc: update the values

2016-02-08 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r700:dcc5d23c5099 Date: 2016-02-08 13:40 +0100 http://bitbucket.org/pypy/pypy.org/changeset/dcc5d23c5099/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@

[pypy-commit] pypy llimpl: Compute signature eagerly in register_external()

2016-02-08 Thread rlamy
Author: Ronan Lamy Branch: llimpl Changeset: r82119:c1b013088ffd Date: 2016-02-09 02:13 + http://bitbucket.org/pypy/pypy/changeset/c1b013088ffd/ Log:Compute signature eagerly in register_external() diff --git a/rpython/rtyper/extfunc.py b/rpython/rtyper/extfunc.py

[pypy-commit] pypy llimpl: Test register_external(), not its internal implementation

2016-02-08 Thread rlamy
Author: Ronan Lamy Branch: llimpl Changeset: r82116:d159c6726d45 Date: 2016-02-08 17:04 + http://bitbucket.org/pypy/pypy/changeset/d159c6726d45/ Log:Test register_external(), not its internal implementation diff --git a/rpython/rtyper/test/test_extfunc.py

[pypy-commit] buildbot default: try to make LINUX32 run an hour later

2016-02-08 Thread fijal
Author: fijal Branch: Changeset: r982:5ae8ba9b9554 Date: 2016-02-08 19:34 +0100 http://bitbucket.org/pypy/buildbot/changeset/5ae8ba9b9554/ Log:try to make LINUX32 run an hour later diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++

[pypy-commit] buildbot default: Backed out changeset 5ae8ba9b9554

2016-02-08 Thread fijal
Author: fijal Branch: Changeset: r983:f76d0f67ea99 Date: 2016-02-08 19:34 +0100 http://bitbucket.org/pypy/buildbot/changeset/f76d0f67ea99/ Log:Backed out changeset 5ae8ba9b9554 diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++

[pypy-commit] buildbot default: move LINUX64 to run an hour later

2016-02-08 Thread fijal
Author: fijal Branch: Changeset: r984:d3ca85cd39a5 Date: 2016-02-08 19:35 +0100 http://bitbucket.org/pypy/buildbot/changeset/d3ca85cd39a5/ Log:move LINUX64 to run an hour later diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++

[pypy-commit] pypy default: kill some special code that we're not using any more

2016-02-08 Thread fijal
Author: fijal Branch: Changeset: r82118:a204ce60d060 Date: 2016-02-08 22:03 +0100 http://bitbucket.org/pypy/pypy/changeset/a204ce60d060/ Log:kill some special code that we're not using any more diff --git a/rpython/rlib/rvmprof/src/vmprof_getpc.h b/rpython/rlib/rvmprof/src/vmprof_getpc.h

[pypy-commit] pypy default: fix a test

2016-02-08 Thread fijal
Author: fijal Branch: Changeset: r82117:b88cc59e72a4 Date: 2016-02-08 20:54 +0100 http://bitbucket.org/pypy/pypy/changeset/b88cc59e72a4/ Log:fix a test diff --git a/rpython/tool/jitlogparser/test/logtest2.log b/rpython/tool/jitlogparser/test/logtest2.log ---