[pypy-commit] pypy default: Include the user name in the temporary directory

2014-06-17 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72084:66e58e7fdc2b Date: 2014-06-17 09:46 +0200 http://bitbucket.org/pypy/pypy/changeset/66e58e7fdc2b/ Log:Include the user name in the temporary directory diff --git a/lib_pypy/_pypy_testcapi.py b/lib_pypy/_pypy_testcapi.py ---

[pypy-commit] pypy default: Fix the test

2014-06-17 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72086:e2b1cc741f76 Date: 2014-06-17 10:01 +0200 http://bitbucket.org/pypy/pypy/changeset/e2b1cc741f76/ Log:Fix the test diff --git a/rpython/jit/metainterp/test/test_heapcache.py b/rpython/jit/metainterp/test/test_heapcache.py ---

[pypy-commit] pypy default: Fix for test_recursive that shows that we're clearing too much random

2014-06-17 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72087:74b48b794989 Date: 2014-06-17 10:19 +0200 http://bitbucket.org/pypy/pypy/changeset/74b48b794989/ Log:Fix for test_recursive that shows that we're clearing too much random stuff across a general CALL_ASSEMBLER for example

[pypy-commit] extradoc extradoc: first round of integrating feedback

2014-06-17 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: extradoc Changeset: r5347:f0b53e06d9f7 Date: 2014-06-17 14:43 +0200 http://bitbucket.org/pypy/extradoc/changeset/f0b53e06d9f7/ Log:first round of integrating feedback diff --git a/talk/icooolps2014/position-paper.tex

[pypy-commit] extradoc extradoc: second round of feedback

2014-06-17 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: extradoc Changeset: r5348:2947a2a7f631 Date: 2014-06-17 15:24 +0200 http://bitbucket.org/pypy/extradoc/changeset/2947a2a7f631/ Log:second round of feedback diff --git a/talk/icooolps2014/position-paper.pdf

[pypy-commit] pypy gc-two-end-nursery: fix the malloc function pointer

2014-06-17 Thread wenzhuman
Author: wenzhuman manwen...@gmail.com Branch: gc-two-end-nursery Changeset: r72088:ff9a09762091 Date: 2014-06-17 13:14 -0400 http://bitbucket.org/pypy/pypy/changeset/ff9a09762091/ Log:fix the malloc function pointer diff --git a/rpython/memory/gctransform/framework.py

[pypy-commit] pypy py3k: _utf8 is quasi-immutable

2014-06-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r72092:f7ad4f75d93d Date: 2014-06-17 15:51 -0700 http://bitbucket.org/pypy/pypy/changeset/f7ad4f75d93d/ Log:_utf8 is quasi-immutable diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py ---

[pypy-commit] pypy py3k: reduce diff w/ default

2014-06-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r72093:04e9f1667223 Date: 2014-06-17 15:51 -0700 http://bitbucket.org/pypy/pypy/changeset/04e9f1667223/ Log:reduce diff w/ default diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py ---

[pypy-commit] pypy py3k: prefer finditem_str

2014-06-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r72094:5256cdf289b4 Date: 2014-06-17 15:53 -0700 http://bitbucket.org/pypy/pypy/changeset/5256cdf289b4/ Log:prefer finditem_str diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py ---

[pypy-commit] pypy py3k: w_kw_defs is quasi-immutable

2014-06-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r72095:36152e49e8d9 Date: 2014-06-17 15:55 -0700 http://bitbucket.org/pypy/pypy/changeset/36152e49e8d9/ Log:w_kw_defs is quasi-immutable diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py ---

[pypy-commit] pypy py3k: specialize range iterators when the ranges fit into machine sized integers and

2014-06-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r72096:addd0f2aa776 Date: 2014-06-17 18:20 -0700 http://bitbucket.org/pypy/pypy/changeset/addd0f2aa776/ Log:specialize range iterators when the ranges fit into machine sized integers and further specialize when step

[pypy-commit] pypy py3k: improve __context__ setup vis-a-vis the JIT:

2014-06-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r72097:53a145f0af1d Date: 2014-06-17 20:10 -0700 http://bitbucket.org/pypy/pypy/changeset/53a145f0af1d/ Log:improve __context__ setup vis-a-vis the JIT: defer its setup, when possible, until __context__ is explicitly