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

2015-03-14 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r581:d35a09b1e01c Date: 2015-03-14 09:21 +0100 http://bitbucket.org/pypy/pypy.org/changeset/d35a09b1e01c/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $58921 of $105000 (

[pypy-commit] pypy default: In pystate.py, it's too late to call rffi.aroundstate: the immediate

2015-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r76366:e8775e429f3d Date: 2015-03-14 14:44 +0100 http://bitbucket.org/pypy/pypy/changeset/e8775e429f3d/ Log:In pystate.py, it's too late to call rffi.aroundstate: the immediate caller, which is wrapper() function, needs to do it around ev

[pypy-commit] pypy release-2.5.x: merge default into branch

2015-03-14 Thread arigo
Author: Armin Rigo Branch: release-2.5.x Changeset: r76367:976b02d5d893 Date: 2015-03-14 14:50 +0100 http://bitbucket.org/pypy/pypy/changeset/976b02d5d893/ Log:merge default into branch diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -45,11 +

[pypy-commit] pypy default: When translating PyPy, freeze the file name "/lastdirname/basename.py" instead of freezing the complete translation-time path.

2015-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r76368:f3d8768ebb1c Date: 2015-03-14 16:03 +0100 http://bitbucket.org/pypy/pypy/changeset/f3d8768ebb1c/ Log:When translating PyPy, freeze the file name "/lastdirname/basename.py" instead of freezing the complete translation-time path. di

[pypy-commit] pypy optresult: setfields

2015-03-14 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76369:d7dcc6e2867f Date: 2015-03-13 10:06 +0200 http://bitbucket.org/pypy/pypy/changeset/d7dcc6e2867f/ Log:setfields diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap.py --- a/rpython/ji

[pypy-commit] pypy optresult: get back to where we were with the correct CachedField and lazy_setfield

2015-03-14 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76370:f0ac69b41467 Date: 2015-03-14 18:51 +0200 http://bitbucket.org/pypy/pypy/changeset/f0ac69b41467/ Log:get back to where we were with the correct CachedField and lazy_setfield diff --git a/rpython/jit/metainterp/optimizeopt

[pypy-commit] pypy default: C89 for visual 2008 c compiler

2015-03-14 Thread mattip
Author: mattip Branch: Changeset: r76371:fb59c90861c3 Date: 2015-03-14 20:00 +0200 http://bitbucket.org/pypy/pypy/changeset/fb59c90861c3/ Log:C89 for visual 2008 c compiler diff --git a/rpython/translator/c/src/mem.c b/rpython/translator/c/src/mem.c --- a/rpython/translator/c/src/mem.c +++

[pypy-commit] pypy release-2.5.x: merge default into branch

2015-03-14 Thread mattip
Author: mattip Branch: release-2.5.x Changeset: r76372:8e24dac0b8e2 Date: 2015-03-14 20:05 +0200 http://bitbucket.org/pypy/pypy/changeset/8e24dac0b8e2/ Log:merge default into branch diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/interpreter/pycode.py +++ b/py

[pypy-commit] buildbot default: remove non-funcitoning build slaves

2015-03-14 Thread mattip
Author: mattip Branch: Changeset: r938:6a6b8405633a Date: 2015-03-14 20:30 +0200 http://bitbucket.org/pypy/buildbot/changeset/6a6b8405633a/ Log:remove non-funcitoning build slaves diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++ b/

[pypy-commit] pypy default: merge heads

2015-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r76375:d4b0ff9d6c33 Date: 2015-03-14 19:44 +0100 http://bitbucket.org/pypy/pypy/changeset/d4b0ff9d6c33/ Log:merge heads diff --git a/rpython/translator/c/src/mem.c b/rpython/translator/c/src/mem.c --- a/rpython/translator/c/src/mem.c +++ b/rpython/trans

[pypy-commit] pypy default: Finish the support for AF_PACKET.

2015-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r76374:936a4272826a Date: 2015-03-14 18:49 +0100 http://bitbucket.org/pypy/pypy/changeset/936a4272826a/ Log:Finish the support for AF_PACKET. diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/pypy/module/_so

[pypy-commit] pypy default: Add str2chararray(), copying a string into some already-allocated

2015-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r76373:7941975d4a8a Date: 2015-03-14 17:43 +0100 http://bitbucket.org/pypy/pypy/changeset/7941975d4a8a/ Log:Add str2chararray(), copying a string into some already-allocated 'char[]' buffer diff --git a/rpython/rtyper/lltypesystem/rffi.py b/rpy

[pypy-commit] pypy default: Kill unused op.getitem_key and op.getitem_idx_key

2015-03-14 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76376:8e572d5558aa Date: 2015-03-14 19:01 + http://bitbucket.org/pypy/pypy/changeset/8e572d5558aa/ Log:Kill unused op.getitem_key and op.getitem_idx_key diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binaryop.py --- a/rpython/annota

[pypy-commit] buildbot default: define SucceedAlways class, use it to clean out tmp files, clean tmp files recursively

2015-03-14 Thread mattip
Author: mattip Branch: Changeset: r940:93843c6cfb4c Date: 2015-03-14 22:10 +0200 http://bitbucket.org/pypy/buildbot/changeset/93843c6cfb4c/ Log:define SucceedAlways class, use it to clean out tmp files, clean tmp files recursively diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypy

[pypy-commit] buildbot default: refactor all invalid builds into an unused list

2015-03-14 Thread mattip
Author: mattip Branch: Changeset: r939:98af64a63f90 Date: 2015-03-14 22:10 +0200 http://bitbucket.org/pypy/buildbot/changeset/98af64a63f90/ Log:refactor all invalid builds into an unused list diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/mast

[pypy-commit] pypy default: Create .replace() method on Constant and Variable: make variable

2015-03-14 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76377:f0188254b0f3 Date: 2015-03-15 05:02 + http://bitbucket.org/pypy/pypy/changeset/f0188254b0f3/ Log:Create .replace() method on Constant and Variable: make variable substitution API a bit nicer. diff --git a/rpython/flowspace/model.py b/

[pypy-commit] pypy default: create Link.replace() and use it

2015-03-14 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76378:3400c234a4a2 Date: 2015-03-09 17:20 + http://bitbucket.org/pypy/pypy/changeset/3400c234a4a2/ Log:create Link.replace() and use it diff --git a/rpython/flowspace/model.py b/rpython/flowspace/model.py --- a/rpython/flowspace/model.py +++ b/rpyt

[pypy-commit] pypy default: refactor join_blocks()

2015-03-14 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76379:dc6eec95f4ed Date: 2014-11-10 18:51 + http://bitbucket.org/pypy/pypy/changeset/dc6eec95f4ed/ Log:refactor join_blocks() diff --git a/rpython/translator/simplify.py b/rpython/translator/simplify.py --- a/rpython/translator/simplify.py +++ b/rp