[pypy-commit] pypy default: add text to numpy comparison page, hopefully make it easier for google to find

2013-09-23 Thread mattip
Author: Matti Picus Branch: Changeset: r67065:aa4e8c5cb4af Date: 2013-09-23 09:01 +0300 http://bitbucket.org/pypy/pypy/changeset/aa4e8c5cb4af/ Log:add text to numpy comparison page, hopefully make it easier for google to find diff --git a/pypy/module/micronumpy/tool/numready/page.ht

[pypy-commit] pypy default: More standard html

2013-09-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r67069:eb812b3eb381 Date: 2013-09-23 09:03 +0200 http://bitbucket.org/pypy/pypy/changeset/eb812b3eb381/ Log:More standard html diff --git a/pypy/module/micronumpy/tool/numready/page.html b/pypy/module/micronumpy/tool/numready/page.html --- a/pypy/modul

[pypy-commit] pypy default: document how to update the list of contributors

2013-09-23 Thread bivab
Author: David Schneider Branch: Changeset: r67070:2a9e0a20da94 Date: 2013-09-23 09:57 +0200 http://bitbucket.org/pypy/pypy/changeset/2a9e0a20da94/ Log:document how to update the list of contributors diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst --- a/pypy/doc/how-to

[pypy-commit] stmgc default: in-progress: API for the pypy jit, with support for a custom

2013-09-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r531:0581363bf46a Date: 2013-09-23 17:14 +0200 http://bitbucket.org/pypy/stmgc/changeset/0581363bf46a/ Log:in-progress: API for the pypy jit, with support for a custom implementation of setjmp/longjmp. diff --git a/c4/et.c b/c4/et.c --- a/c4/et.

[pypy-commit] stmgc default: Fix running test_zdemo_random, at least on some Linuxes where too many mprotect() eventually fail.

2013-09-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r532:6184784a65a0 Date: 2013-09-23 17:34 +0200 http://bitbucket.org/pypy/stmgc/changeset/6184784a65a0/ Log:Fix running test_zdemo_random, at least on some Linuxes where too many mprotect() eventually fail. diff --git a/c4/dbgmem.c b/c4/dbgmem.c

[pypy-commit] pypy less-stringly-ops: remove some uses of FSFrame.do_operation()

2013-09-23 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r67071:b5e9fabfc2a4 Date: 2013-09-23 04:45 +0100 http://bitbucket.org/pypy/pypy/changeset/b5e9fabfc2a4/ Log:remove some uses of FSFrame.do_operation() diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py ---

[pypy-commit] pypy less-stringly-ops: kill FSFrame.do_operation()

2013-09-23 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r67072:d0ba87deddde Date: 2013-09-23 05:43 +0100 http://bitbucket.org/pypy/pypy/changeset/d0ba87deddde/ Log:kill FSFrame.do_operation() diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py --- a/rpython/flows

[pypy-commit] pypy default: Fix most of test_ssl, when run with the 'network' resource:

2013-09-23 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r67073:e67bff72a81a Date: 2013-09-23 23:03 +0200 http://bitbucket.org/pypy/pypy/changeset/e67bff72a81a/ Log:Fix most of test_ssl, when run with the 'network' resource: pypy -m test.regrtest -u network -v test_ssl diff --git a/lib-pyth

[pypy-commit] pypy remove-intlong-smm: fix translation

2013-09-23 Thread pjenvey
Author: Philip Jenvey Branch: remove-intlong-smm Changeset: r67074:9a188688a67a Date: 2013-09-23 14:36 -0700 http://bitbucket.org/pypy/pypy/changeset/9a188688a67a/ Log:fix translation diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py --- a/pypy/objspace/std/intobje

[pypy-commit] pypy remove-intlong-smm: fix import, this was moved

2013-09-23 Thread pjenvey
Author: Philip Jenvey Branch: remove-intlong-smm Changeset: r67075:6de318712c39 Date: 2013-09-23 16:46 -0700 http://bitbucket.org/pypy/pypy/changeset/6de318712c39/ Log:fix import, this was moved diff --git a/pypy/module/pypyjit/test/test_policy.py b/pypy/module/pypyjit/test/test_policy.py -

[pypy-commit] pypy less-stringly-ops: Simplify FlowObjSpace.import_from()

2013-09-23 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r67077:472c03f496f5 Date: 2013-09-24 04:08 +0100 http://bitbucket.org/pypy/pypy/changeset/472c03f496f5/ Log:Simplify FlowObjSpace.import_from() diff --git a/rpython/flowspace/objspace.py b/rpython/flowspace/objspace.py --- a/rpython/flo

[pypy-commit] pypy less-stringly-ops: fix

2013-09-23 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r67076:d377f21005e1 Date: 2013-09-24 02:57 +0100 http://bitbucket.org/pypy/pypy/changeset/d377f21005e1/ Log:fix diff --git a/rpython/flowspace/operation.py b/rpython/flowspace/operation.py --- a/rpython/flowspace/operation.py +++ b/rpyt