[pypy-commit] pypy default: in-progress: adapt stm.rst

2015-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r76365:1cf084edb3ab Date: 2015-03-13 17:36 +0100 http://bitbucket.org/pypy/pypy/changeset/1cf084edb3ab/ Log:in-progress: adapt stm.rst diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -45,11 +45,10 @@

[pypy-commit] stmgc default: another debugging helper

2015-03-13 Thread Raemi
Author: Remi Meier Branch: Changeset: r1735:0328ee7e02d1 Date: 2015-03-13 14:47 +0100 http://bitbucket.org/pypy/stmgc/changeset/0328ee7e02d1/ Log:another debugging helper diff --git a/c8/stm/nursery.c b/c8/stm/nursery.c --- a/c8/stm/nursery.c +++ b/c8/stm/nursery.c @@ -640,6 +640,11 @@ #if

[pypy-commit] stmgc default: may help for debugging

2015-03-13 Thread Raemi
Author: Remi Meier Branch: Changeset: r1734:14427b503629 Date: 2015-03-13 13:14 +0100 http://bitbucket.org/pypy/stmgc/changeset/14427b503629/ Log:may help for debugging diff --git a/c8/stm/nursery.c b/c8/stm/nursery.c --- a/c8/stm/nursery.c +++ b/c8/stm/nursery.c @@ -461,16 +461,20 @@

[pypy-commit] pypy stmgc-c8: probably missing memclear after allocation of nonmovable obj

2015-03-13 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r76364:f30c3fd32ba8 Date: 2015-03-13 14:41 +0100 http://bitbucket.org/pypy/pypy/changeset/f30c3fd32ba8/ Log:probably missing memclear after allocation of nonmovable obj diff --git a/rpython/translator/stm/funcgen.py b/rpython/translator/stm/fun

[pypy-commit] pypy release-2.5.x: merge default into branch

2015-03-13 Thread mattip
Author: mattip Branch: release-2.5.x Changeset: r76363:0b5d7c30ef74 Date: 2015-03-13 16:12 +0200 http://bitbucket.org/pypy/pypy/changeset/0b5d7c30ef74/ Log:merge default into branch diff --git a/lib_pypy/cffi.egg-info b/lib_pypy/cffi.egg-info --- a/lib_pypy/cffi.egg-info +++ b/lib_pypy/cffi.

[pypy-commit] pypy object-dtype2: add a placeholder for gc customtrace function

2015-03-13 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76362:ec15bfb10429 Date: 2015-03-13 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/ec15bfb10429/ Log:add a placeholder for gc customtrace function diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py ---

[pypy-commit] pypy default: Update to cffi 0.9.2.

2015-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r76361:a240afa2a1fb Date: 2015-03-13 15:04 +0100 http://bitbucket.org/pypy/pypy/changeset/a240afa2a1fb/ Log:Update to cffi 0.9.2. diff --git a/lib_pypy/cffi.egg-info b/lib_pypy/cffi.egg-info --- a/lib_pypy/cffi.egg-info +++ b/lib_pypy/cffi.egg-info @@ -

[pypy-commit] cffi default: hg merge release-0.9 (this is 0.9.2)

2015-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1672:457ae0dfbfa9 Date: 2015-03-13 10:04 +0100 http://bitbucket.org/cffi/cffi/changeset/457ae0dfbfa9/ Log:hg merge release-0.9 (this is 0.9.2) diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -5787,7

[pypy-commit] cffi release-0.9: Add the MD5/SHA

2015-03-13 Thread arigo
Author: Armin Rigo Branch: release-0.9 Changeset: r1671:166d09f9f626 Date: 2015-03-13 10:04 +0100 http://bitbucket.org/cffi/cffi/changeset/166d09f9f626/ Log:Add the MD5/SHA diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -92,9

[pypy-commit] extradoc extradoc: merge

2015-03-13 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5513:c39e9226809e Date: 2015-03-13 11:11 +0200 http://bitbucket.org/pypy/extradoc/changeset/c39e9226809e/ Log:merge diff --git a/blog/draft/stm-mar2015.txt b/blog/draft/stm-mar2015.txt new file mode 100644 --- /dev/null +++ b/blog/draft

[pypy-commit] extradoc extradoc: blog post

2015-03-13 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5512:6c157c34aeb8 Date: 2015-03-13 11:11 +0200 http://bitbucket.org/pypy/extradoc/changeset/6c157c34aeb8/ Log:blog post diff --git a/blog/draft/dmlockhart-pydgin/arm-bar-plot.png b/blog/draft/dmlockhart-pydgin/arm-bar-plot.png new file

[pypy-commit] cffi release-0.9: Prepare release 0.9.2

2015-03-13 Thread arigo
Author: Armin Rigo Branch: release-0.9 Changeset: r1670:54ab50a4b22c Date: 2015-03-13 10:01 +0100 http://bitbucket.org/cffi/cffi/changeset/54ab50a4b22c/ Log:Prepare release 0.9.2 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -5787,7 +57

[pypy-commit] cffi release-0.9: hg merge default

2015-03-13 Thread arigo
Author: Armin Rigo Branch: release-0.9 Changeset: r1669:7e52019c7511 Date: 2015-03-13 10:00 +0100 http://bitbucket.org/cffi/cffi/changeset/7e52019c7511/ Log:hg merge default diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -5142,10 +5142,1

[pypy-commit] stmgc default: missing check for accessibility of the start of the obj to check a gcflag

2015-03-13 Thread Raemi
Author: Remi Meier Branch: Changeset: r1733:7b58657a2575 Date: 2015-03-13 10:00 +0100 http://bitbucket.org/pypy/stmgc/changeset/7b58657a2575/ Log:missing check for accessibility of the start of the obj to check a gcflag diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c

[pypy-commit] cffi default: Support for Python 3 too

2015-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1668:47d41a504ce6 Date: 2015-03-13 09:43 +0100 http://bitbucket.org/cffi/cffi/changeset/47d41a504ce6/ Log:Support for Python 3 too diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -5178,6 +5178,7 @@

[pypy-commit] cffi default: Forbid from_buffer(x) even if x is a buffer or memoryview that itself

2015-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1666:bec74625ec6b Date: 2015-03-13 09:12 +0100 http://bitbucket.org/cffi/cffi/changeset/bec74625ec6b/ Log:Forbid from_buffer(x) even if x is a buffer or memoryview that itself refers to a string or bytearray object diff --git a/c/_cffi_backend.

[pypy-commit] cffi default: Py3 syntax

2015-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1667:16bbcade234c Date: 2015-03-13 09:43 +0100 http://bitbucket.org/cffi/cffi/changeset/16bbcade234c/ Log:Py3 syntax diff --git a/testing/test_zintegration.py b/testing/test_zintegration.py --- a/testing/test_zintegration.py +++ b/testing/test_zintegra

[pypy-commit] cffi default: Test and fix for from_buffer() receiving read-only buffer objects as

2015-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1665:18a20248b9f7 Date: 2015-03-13 09:02 +0100 http://bitbucket.org/cffi/cffi/changeset/18a20248b9f7/ Log:Test and fix for from_buffer() receiving read-only buffer objects as argument. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/

[pypy-commit] pypy optresult: hack until we pass test_p123_nested

2015-03-13 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76359:49727a67d83a Date: 2015-03-12 12:04 +0200 http://bitbucket.org/pypy/pypy/changeset/49727a67d83a/ Log:hack until we pass test_p123_nested diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeop

[pypy-commit] pypy optresult: implement heapcache on consts

2015-03-13 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76360:719110b9c792 Date: 2015-03-13 09:47 +0200 http://bitbucket.org/pypy/pypy/changeset/719110b9c792/ Log:implement heapcache on consts diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap