[pypy-commit] pypy.org extradoc: Tweaks to the preamble, answering more directly the question

2014-04-10 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r484:1bb1800c3a16 Date: 2014-04-10 10:45 +0200 http://bitbucket.org/pypy/pypy.org/changeset/1bb1800c3a16/ Log:Tweaks to the preamble, answering more directly the question "yes, it's a PyPy without the GIL". diff --git a/source/tmdonate2.

[pypy-commit] pypy default: Document this difference

2014-04-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r70531:5a5b5c41db43 Date: 2014-04-10 11:01 +0200 http://bitbucket.org/pypy/pypy/changeset/5a5b5c41db43/ Log:Document this difference diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a/pypy/doc/cpython_differences.rst

[pypy-commit] pypy default: Tweak: ismethod(method-wrapper) also returns False on CPython

2014-04-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r70532:aa2817a1d5db Date: 2014-04-10 11:05 +0200 http://bitbucket.org/pypy/pypy/changeset/aa2817a1d5db/ Log:Tweak: ismethod(method-wrapper) also returns False on CPython diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --

[pypy-commit] pypy default: Expand the example

2014-04-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r70533:7ddd3c163570 Date: 2014-04-10 11:27 +0200 http://bitbucket.org/pypy/pypy/changeset/7ddd3c163570/ Log:Expand the example diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a/pypy/doc/cpython_differences.rst +++ b/

[pypy-commit] pypy default: Prebuilt RPython 'iteritems' objects are not supported. In case we see any

2014-04-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r70534:ea5fb9bdcfe1 Date: 2014-04-10 12:34 +0200 http://bitbucket.org/pypy/pypy/changeset/ea5fb9bdcfe1/ Log:Prebuilt RPython 'iteritems' objects are not supported. In case we see any W_BaseDictMultiIterObject instance, crash early (makes it

[pypy-commit] pypy stmgc-c7: merge heads

2014-04-10 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70536:576da3e3bdab Date: 2014-04-10 12:36 +0200 http://bitbucket.org/pypy/pypy/changeset/576da3e3bdab/ Log:merge heads diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py --- a/pypy/interpreter/mixedmodule.py +++ b/py

[pypy-commit] pypy stmgc-c7: import stmgc/0492e398156b

2014-04-10 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70535:3b8d9d990e35 Date: 2014-04-09 13:06 +0200 http://bitbucket.org/pypy/pypy/changeset/3b8d9d990e35/ Log:import stmgc/0492e398156b diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/t

[pypy-commit] pypy default: In 59519f8875b6 I made 'withmethodcache' mandatory to have

2014-04-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r70537:82e80a7333b2 Date: 2014-04-10 14:42 +0200 http://bitbucket.org/pypy/pypy/changeset/82e80a7333b2/ Log:In 59519f8875b6 I made 'withmethodcache' mandatory to have 'withmapdict'. This reverts this dependency, with Yet Another Lookup Me

[pypy-commit] pypy stmgc-c7: In 59519f8875b6 I made 'withmethodcache' mandatory to have

2014-04-10 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70538:c51e48d0ae86 Date: 2014-04-10 14:42 +0200 http://bitbucket.org/pypy/pypy/changeset/c51e48d0ae86/ Log:In 59519f8875b6 I made 'withmethodcache' mandatory to have 'withmapdict'. This reverts this dependency, with Yet Another L

[pypy-commit] pypy stmgc-c7: Trying to fix the parts of mapdict.py that are enabled and

2014-04-10 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70539:49bd6de52d50 Date: 2014-04-10 15:23 +0200 http://bitbucket.org/pypy/pypy/changeset/49bd6de52d50/ Log:Trying to fix the parts of mapdict.py that are enabled and the parts that are disabled, in a -stm-jit translation diff --git a/TO

[pypy-commit] benchmarks default: some fixes

2014-04-10 Thread Raemi
Author: Remi Meier Branch: Changeset: r249:034f0a5a1032 Date: 2014-04-10 15:43 +0200 http://bitbucket.org/pypy/benchmarks/changeset/034f0a5a1032/ Log:some fixes diff --git a/multithread/btree/btree.py b/multithread/btree/btree.py --- a/multithread/btree/btree.py +++ b/multithread/btree/btre

[pypy-commit] pypy stmgc-c7: The value 100 doesn't have a special meaning here, it's just a float

2014-04-10 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70540:6359d9323db1 Date: 2014-04-10 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/6359d9323db1/ Log:The value 100 doesn't have a special meaning here, it's just a float diff --git a/rpython/translator/stm/src_stm/stmgcintf.c b/rpython/t

[pypy-commit] stmgc default: Get rid of the mutex_pages_lock. Use more careful lock-free algorithms.

2014-04-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r1151:2987d44d8714 Date: 2014-04-10 17:59 +0200 http://bitbucket.org/pypy/stmgc/changeset/2987d44d8714/ Log:Get rid of the mutex_pages_lock. Use more careful lock-free algorithms. diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c ++

[pypy-commit] pypy.org extradoc: Add "(does not update automatically)" below the number of $

2014-04-10 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r485:26461ce67aff Date: 2014-04-10 19:55 +0200 http://bitbucket.org/pypy/pypy.org/changeset/26461ce67aff/ Log:Add "(does not update automatically)" below the number of $ diff --git a/don4.html b/don4.html --- a/don4.html +++ b/don4.html @@ -17,6

[pypy-commit] pypy.org extradoc: Remove the "draft version" banner

2014-04-10 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r486:9e772296792c Date: 2014-04-10 19:56 +0200 http://bitbucket.org/pypy/pypy.org/changeset/9e772296792c/ Log:Remove the "draft version" banner diff --git a/source/tmdonate2.txt b/source/tmdonate2.txt --- a/source/tmdonate2.txt +++ b/source/tmdo

[pypy-commit] pypy py3k: merge default

2014-04-10 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r70541:ec295dbad48a Date: 2014-04-10 11:35 -0700 http://bitbucket.org/pypy/pypy/changeset/ec295dbad48a/ Log:merge default diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/config/pypyopt

[pypy-commit] jitviewer default: Found after much digging a minimal change that *at least* display all information. Badly.

2014-04-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r258:62ad3e746dac Date: 2014-04-11 00:13 +0200 http://bitbucket.org/pypy/jitviewer/changeset/62ad3e746dac/ Log:Found after much digging a minimal change that *at least* display all information. Badly. diff --git a/_jitviewer/templates/loop.html

[pypy-commit] pypy default: py3k compat

2014-04-10 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r70542:5915a918a053 Date: 2014-04-10 16:26 -0700 http://bitbucket.org/pypy/pypy/changeset/5915a918a053/ Log:py3k compat diff --git a/pypy/module/_cffi_backend/test/test_fastpath.py b/pypy/module/_cffi_backend/test/test_fastpath.py --- a/pypy/module/