[pypy-commit] pypy cpyext-ext: add test, passes -A, fails untranslated

2016-02-28 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82609:22fa8dfd0a2d Date: 2016-02-28 23:43 -0500 http://bitbucket.org/pypy/pypy/changeset/22fa8dfd0a2d/ Log:add test, passes -A, fails untranslated diff --git a/pypy/module/cpyext/test/test_stringobject.py b/pypy/module/cpyext/test/test_stringobj

[pypy-commit] pypy py3k: Fix C API test. See comment for details.

2016-02-28 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82607:088e4a9efe72 Date: 2016-02-29 02:24 +0100 http://bitbucket.org/pypy/pypy/changeset/088e4a9efe72/ Log:Fix C API test. See comment for details. Thanks to Ronan and Armin for discussion and the suggestion to mask out bits.

[pypy-commit] pypy py3.3: hg merge py3k

2016-02-28 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82608:f4302aeafbb3 Date: 2016-02-29 02:26 +0100 http://bitbucket.org/pypy/pypy/changeset/f4302aeafbb3/ Log:hg merge py3k diff --git a/lib-python/3/test/test_capi.py b/lib-python/3/test/test_capi.py --- a/lib-python/3/test/test_capi.py +++ b/lib-

[pypy-commit] pypy fix_magic_reload: Skip all that checking when we're just trying to replace the initialdict with the current dict.

2016-02-28 Thread marky1991
Author: Mark Young Branch: fix_magic_reload Changeset: r82605:f573ee8d305a Date: 2016-02-28 18:42 -0500 http://bitbucket.org/pypy/pypy/changeset/f573ee8d305a/ Log:Skip all that checking when we're just trying to replace the initialdict with the current dict. diff --git a/pypy/interpr

[pypy-commit] pypy fix_magic_reload: Rename the parameter to something (hopefully) more clear.

2016-02-28 Thread marky1991
Author: Mark Young Branch: fix_magic_reload Changeset: r82603:a63321cb4f25 Date: 2016-02-27 09:08 -0500 http://bitbucket.org/pypy/pypy/changeset/a63321cb4f25/ Log:Rename the parameter to something (hopefully) more clear. diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmo

[pypy-commit] pypy py3.3: Merged in marky1991/pypy_new/fix_magic_reload (pull request #405)

2016-02-28 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82606:e0e2bb1b3050 Date: 2016-02-29 00:46 +0100 http://bitbucket.org/pypy/pypy/changeset/e0e2bb1b3050/ Log:Merged in marky1991/pypy_new/fix_magic_reload (pull request #405) 3.3: Fix_magic_reload diff --git a/pypy/interpreter/mixedmodule

[pypy-commit] pypy fix_magic_reload: Merge py3.3 in

2016-02-28 Thread marky1991
Author: Mark Young Branch: fix_magic_reload Changeset: r82604:8b81a227cb96 Date: 2016-02-27 19:32 -0500 http://bitbucket.org/pypy/pypy/changeset/8b81a227cb96/ Log:Merge py3.3 in diff too long, truncating to 2000 out of 16442 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hg

[pypy-commit] pypy fix_magic_reload: Add new parm to save_module_content_for_reload to allow explicit calls to save the entire current module.w_dict into initialdict. (Fixes test_magic)

2016-02-28 Thread marky1991
Author: Mark Young Branch: fix_magic_reload Changeset: r82602:486605b16836 Date: 2016-02-23 00:09 -0500 http://bitbucket.org/pypy/pypy/changeset/486605b16836/ Log:Add new parm to save_module_content_for_reload to allow explicit calls to save the entire current module.w_dict into initi

[pypy-commit] pypy default: merge heads

2016-02-28 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82601:fd41d042c08e Date: 2016-02-28 17:42 + http://bitbucket.org/pypy/pypy/changeset/fd41d042c08e/ Log:merge heads diff --git a/rpython/memory/gctransform/boehm.py b/rpython/memory/gctransform/boehm.py --- a/rpython/memory/gctransform/boehm.py +++

[pypy-commit] pypy default: Create stateful hypothesis test for rdict.

2016-02-28 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82600:9053529ba3ba Date: 2016-02-28 17:24 + http://bitbucket.org/pypy/pypy/changeset/9053529ba3ba/ Log:Create stateful hypothesis test for rdict. This will eventually replace test_stress() and test_stress_2() diff --git a/rpython/rtyper/te

[pypy-commit] pypy default: Pass object instead of defnode to GCPolicy's gcheader_initdata().

2016-02-28 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82597:c8c1757077e6 Date: 2016-02-28 13:49 +0100 http://bitbucket.org/pypy/pypy/changeset/c8c1757077e6/ Log:Pass object instead of defnode to GCPolicy's gcheader_initdata(). diff --git a/rpython/memory/gctransform/boehm.py b/rpython/memory/gctransfor

[pypy-commit] pypy llvm-translation-backend: Kill GCPolicy's get_gc_fields_lltype() / get_gc_fields() methods.

2016-02-28 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r82596:2ebe1593da04 Date: 2016-02-28 13:16 +0100 http://bitbucket.org/pypy/pypy/changeset/2ebe1593da04/ Log:Kill GCPolicy's get_gc_fields_lltype() / get_gc_fields() methods. diff --git a/rpython/translator/llvm/genllvm.py b/rp

[pypy-commit] pypy llvm-translation-backend: hg merge default

2016-02-28 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r82598:5efe50af086f Date: 2016-02-28 13:51 +0100 http://bitbucket.org/pypy/pypy/changeset/5efe50af086f/ Log:hg merge default diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++

[pypy-commit] pypy llvm-translation-backend: Kill get_gc_field_values() methods of various GCPolicy subclasses.

2016-02-28 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r82599:2486e9444a13 Date: 2016-02-28 13:54 +0100 http://bitbucket.org/pypy/pypy/changeset/2486e9444a13/ Log:Kill get_gc_field_values() methods of various GCPolicy subclasses. diff --git a/rpython/translator/llvm/genllvm.py b/r

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

2016-02-28 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r710:8da4f4c42178 Date: 2016-02-28 11:37 +0100 http://bitbucket.org/pypy/pypy.org/changeset/8da4f4c42178/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $62926 of $105000 (