[pypy-commit] extradoc extradoc: more text in the performance section

2014-05-29 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5280:b1b187b808d6 Date: 2014-05-29 11:00 +0200 http://bitbucket.org/pypy/extradoc/changeset/b1b187b808d6/ Log:more text in the performance section diff --git a/talk/dls2014/paper/paper.tex b/talk/dls2014/paper/paper.tex --- a/talk/dls2014/paper

[pypy-commit] benchmarks default: be fair to jython

2014-05-29 Thread Raemi
Author: Remi Meier Branch: Changeset: r263:a26f2fb58413 Date: 2014-05-29 11:27 +0200 http://bitbucket.org/pypy/benchmarks/changeset/a26f2fb58413/ Log:be fair to jython diff --git a/multithread/raytrace/raytrace.py b/multithread/raytrace/raytrace.py --- a/multithread/raytrace/raytrace.py +++

[pypy-commit] pypy stmgc-c7: Attempt at fixing the logic in c84e52937998

2014-05-29 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r71774:0ce7b860140b Date: 2014-05-29 12:25 +0200 http://bitbucket.org/pypy/pypy/changeset/0ce7b860140b/ Log:Attempt at fixing the logic in c84e52937998 diff --git a/rpython/jit/metainterp/warmstate.py b/rpython/jit/metainterp/warmstate.py --- a

[pypy-commit] pypy stmgc-c7: hrm

2014-05-29 Thread Raemi
Author: Remi Meier Branch: stmgc-c7 Changeset: r71776:d732fdec3f60 Date: 2014-05-29 12:35 +0200 http://bitbucket.org/pypy/pypy/changeset/d732fdec3f60/ Log:hrm diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/translator/stm/src_stm/

[pypy-commit] pypy stmgc-c7: import stmgc 70c403598485

2014-05-29 Thread Raemi
Author: Remi Meier Branch: stmgc-c7 Changeset: r71775:f0c0a7378c89 Date: 2014-05-29 12:35 +0200 http://bitbucket.org/pypy/pypy/changeset/f0c0a7378c89/ Log:import stmgc 70c403598485 diff --git a/rpython/translator/stm/src_stm/stm/core.c b/rpython/translator/stm/src_stm/stm/core.c --- a/rpyth

[pypy-commit] stmgc default: Always enable this logic: we don't want any random false conflict at

2014-05-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r1247:9164eaf02d1a Date: 2014-05-28 17:01 +0200 http://bitbucket.org/pypy/stmgc/changeset/9164eaf02d1a/ Log:Always enable this logic: we don't want any random false conflict at all, even if they are rare, until we are sure about the trade-offs

[pypy-commit] extradoc extradoc: just some new/more numbers

2014-05-29 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5281:9f7e6efe378e Date: 2014-05-29 14:42 +0200 http://bitbucket.org/pypy/extradoc/changeset/9f7e6efe378e/ Log:just some new/more numbers diff --git a/talk/dls2014/paper/plots/plot_performance.py b/talk/dls2014/paper/plots/plot_performance.py -

[pypy-commit] extradoc extradoc: tweaks

2014-05-29 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5282:c8099a66025a Date: 2014-05-29 15:35 +0200 http://bitbucket.org/pypy/extradoc/changeset/c8099a66025a/ Log:tweaks diff --git a/talk/dls2014/paper/paper.tex b/talk/dls2014/paper/paper.tex --- a/talk/dls2014/paper/paper.tex +++ b/talk/dls2014/

[pypy-commit] pypy default: Backed out changeset 8faa5a81be74

2014-05-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r71777:5c276051bf44 Date: 2014-05-29 19:32 +0200 http://bitbucket.org/pypy/pypy/changeset/5c276051bf44/ Log:Backed out changeset 8faa5a81be74 Forgot to add rnone.py, making imports break. diff --git a/rpython/annotator/bookkeeper.py b/rpython/a

[pypy-commit] pypy default: redo commit 8faa5a81be74 properly

2014-05-29 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r71778:62fe68e481ea Date: 2014-05-29 18:38 +0100 http://bitbucket.org/pypy/pypy/changeset/62fe68e481ea/ Log:redo commit 8faa5a81be74 properly diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rpython/annotator/bookkeep

[pypy-commit] pypy default: Fix noConst(): recent improvements to heapcache mean this hack no longer

2014-05-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r71779:94a0df43071c Date: 2014-05-29 19:50 +0200 http://bitbucket.org/pypy/pypy/changeset/94a0df43071c/ Log:Fix noConst(): recent improvements to heapcache mean this hack no longer works. Use instead some direct way. diff --git a/rpython/jit/cod

[pypy-commit] pypy py3k: fix space.hash to properly handle 'longs'

2014-05-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71781:9b8b9359ea33 Date: 2014-05-29 12:22 -0700 http://bitbucket.org/pypy/pypy/changeset/9b8b9359ea33/ Log:fix space.hash to properly handle 'longs' diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py --- a/pypy/objspa

[pypy-commit] pypy py3k: accommodate struct.error instead of TypeError now

2014-05-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71780:f4c632903a3d Date: 2014-05-29 12:21 -0700 http://bitbucket.org/pypy/pypy/changeset/f4c632903a3d/ Log:accommodate struct.error instead of TypeError now diff --git a/lib-python/3/test/test_struct.py b/lib-python/3/test/test_struct.py --- a/l

[pypy-commit] pypy py3k: forgot to re-enable set's ByteStrategy, fix

2014-05-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71782:3e6c1e7aaacb Date: 2014-05-29 12:22 -0700 http://bitbucket.org/pypy/pypy/changeset/3e6c1e7aaacb/ Log:forgot to re-enable set's ByteStrategy, fix diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py --- a/pypy/objspa

[pypy-commit] pypy py3k: hopefully fix translation

2014-05-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71783:808717088f2a Date: 2014-05-29 12:43 -0700 http://bitbucket.org/pypy/pypy/changeset/808717088f2a/ Log:hopefully fix translation diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py --- a/pypy/objspace/descroperatio

[pypy-commit] pypy default: close files opened during import (upstream issue 21610 created and patch submitted)

2014-05-29 Thread mattip
Author: mattip Branch: Changeset: r71784:650405891542 Date: 2014-05-30 00:13 +0300 http://bitbucket.org/pypy/pypy/changeset/650405891542/ Log:close files opened during import (upstream issue 21610 created and patch submitted) diff --git a/lib-python/2.7/imputil.py b/lib-python/2.7/i