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

2016-04-22 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r733:0d9c0fe8d6b1 Date: 2016-04-22 18:51 +0200 http://bitbucket.org/pypy/pypy.org/changeset/0d9c0fe8d6b1/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@

[pypy-commit] pypy default: port cffi/fce0884a0ff6

2016-04-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r83830:357a144f9ea1 Date: 2016-04-22 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/357a144f9ea1/ Log:port cffi/fce0884a0ff6 diff --git a/pypy/module/_cffi_backend/test/test_recompiler.py

[pypy-commit] pypy default: ooops, thanks amaury for noticing that PyPy was still using the

2016-04-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r83829:37479cd984a8 Date: 2016-04-22 17:18 +0200 http://bitbucket.org/pypy/pypy/changeset/37479cd984a8/ Log:ooops, thanks amaury for noticing that PyPy was still using the fallback implementation from cffi/gc_weakref.py diff

[pypy-commit] pypy cpyext-ext: remove unused imports

2016-04-22 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83828:556f7a46c787 Date: 2016-04-22 15:00 +0300 http://bitbucket.org/pypy/pypy/changeset/556f7a46c787/ Log:remove unused imports diff --git a/pypy/module/cpyext/bytesobject.py b/pypy/module/cpyext/bytesobject.py ---

[pypy-commit] pypy cpyext-ext: add PyBytesArrayObject, based on PyStringObject. Still not clear how to make it mutable

2016-04-22 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83827:38e54c1f208b Date: 2016-04-22 14:58 +0300 http://bitbucket.org/pypy/pypy/changeset/38e54c1f208b/ Log:add PyBytesArrayObject, based on PyStringObject. Still not clear how to make it mutable diff --git

[pypy-commit] pypy default: silence test_whatsnew

2016-04-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r83826:dcde037ada8c Date: 2016-04-22 14:00 +0200 http://bitbucket.org/pypy/pypy/changeset/dcde037ada8c/ Log:silence test_whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy techtonik/introductionrst-simplify-explanation-abo-1460879168046: introduction.rst simplify explanation about PyPy

2016-04-22 Thread techtonik
Author: anatoly techtonik Branch: techtonik/introductionrst-simplify-explanation-abo-1460879168046 Changeset: r83822:4ee4bced5787 Date: 2016-04-17 07:55 + http://bitbucket.org/pypy/pypy/changeset/4ee4bced5787/ Log:introduction.rst simplify explanation about PyPy

[pypy-commit] pypy techtonik/introductionrst-simplify-explanation-abo-1460879168046: introduction.rst add comments be Armin Rigo

2016-04-22 Thread techtonik
Author: anatoly techtonik Branch: techtonik/introductionrst-simplify-explanation-abo-1460879168046 Changeset: r83824:c54661e15b83 Date: 2016-04-22 10:10 + http://bitbucket.org/pypy/pypy/changeset/c54661e15b83/ Log:introduction.rst add comments be Armin Rigo diff

[pypy-commit] pypy default: Merged in techtonik/pypy-1/techtonik/introductionrst-simplify-explanation-abo-1460879168046 (pull request #429)

2016-04-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r83825:63c7bb7b783d Date: 2016-04-22 12:33 +0200 http://bitbucket.org/pypy/pypy/changeset/63c7bb7b783d/ Log:Merged in techtonik/pypy-1/techtonik/introductionrst-simplify- explanation-abo-1460879168046 (pull request #429)

[pypy-commit] pypy techtonik/introductionrst-simplify-explanation-abo-1460879168046: introduction.rst attempt to explain it a little better

2016-04-22 Thread techtonik
Author: anatoly techtonik Branch: techtonik/introductionrst-simplify-explanation-abo-1460879168046 Changeset: r83823:598a7426415e Date: 2016-04-22 09:56 + http://bitbucket.org/pypy/pypy/changeset/598a7426415e/ Log:introduction.rst attempt to explain it a little

[pypy-commit] pypy cpyext-ext: add tests for bytearray, pass on cpython with -A

2016-04-22 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83821:8ad9620faa9e Date: 2016-04-22 10:53 +0300 http://bitbucket.org/pypy/pypy/changeset/8ad9620faa9e/ Log:add tests for bytearray, pass on cpython with -A diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py

[pypy-commit] pypy remove-objspace-options: remove getattributeshortcut option and turn it on by default

2016-04-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: remove-objspace-options Changeset: r83819:75a6a2b7379e Date: 2016-04-22 10:21 +0300 http://bitbucket.org/pypy/pypy/changeset/75a6a2b7379e/ Log:remove getattributeshortcut option and turn it on by default diff --git

[pypy-commit] pypy remove-objspace-options: move the tests for now on-by-default identity tracking to test_typeobject

2016-04-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: remove-objspace-options Changeset: r83820:cabe08a0a60d Date: 2016-04-22 10:24 +0300 http://bitbucket.org/pypy/pypy/changeset/cabe08a0a60d/ Log:move the tests for now on-by-default identity tracking to test_typeobject diff --git

[pypy-commit] pypy remove-objspace-options: remove some vestiges of withsmalldicts(!) in mocking code

2016-04-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: remove-objspace-options Changeset: r83818:33f63564d8e3 Date: 2016-04-22 10:07 +0300 http://bitbucket.org/pypy/pypy/changeset/33f63564d8e3/ Log:remove some vestiges of withsmalldicts(!) in mocking code diff --git

[pypy-commit] pypy remove-objspace-options: again, weakrefs no longer needed

2016-04-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: remove-objspace-options Changeset: r83816:f71d1b5b202c Date: 2016-04-22 09:50 +0300 http://bitbucket.org/pypy/pypy/changeset/f71d1b5b202c/ Log:again, weakrefs no longer needed diff --git a/pypy/config/pypyoption.py

[pypy-commit] pypy remove-objspace-options: remove withidentitydict option and make that always on

2016-04-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: remove-objspace-options Changeset: r83817:ef01c84d0a87 Date: 2016-04-22 10:06 +0300 http://bitbucket.org/pypy/pypy/changeset/ef01c84d0a87/ Log:remove withidentitydict option and make that always on diff --git a/pypy/config/pypyoption.py

[pypy-commit] pypy remove-objspace-options: remove withmethodcache option and have it always be on

2016-04-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: remove-objspace-options Changeset: r83814:c0ee63ae450b Date: 2016-04-22 09:46 +0300 http://bitbucket.org/pypy/pypy/changeset/c0ee63ae450b/ Log:remove withmethodcache option and have it always be on diff --git a/pypy/config/pypyoption.py

[pypy-commit] pypy remove-objspace-options: remove the withtypeversion option and turn it on by default

2016-04-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: remove-objspace-options Changeset: r83813:8af4c34be749 Date: 2016-04-21 19:49 +0300 http://bitbucket.org/pypy/pypy/changeset/8af4c34be749/ Log:remove the withtypeversion option and turn it on by default diff --git

[pypy-commit] pypy remove-objspace-options: remove option docs

2016-04-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: remove-objspace-options Changeset: r83815:6bf9184b57f4 Date: 2016-04-22 09:48 +0300 http://bitbucket.org/pypy/pypy/changeset/6bf9184b57f4/ Log:remove option docs diff --git a/pypy/doc/config/objspace.std.withmethodcache.txt

[pypy-commit] pypy remove-objspace-options: forgot to fix this

2016-04-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: remove-objspace-options Changeset: r83812:5e472096768f Date: 2016-04-21 19:46 +0300 http://bitbucket.org/pypy/pypy/changeset/5e472096768f/ Log:forgot to fix this diff --git a/pypy/doc/config/objspace.std.withtypeversion.txt