[pypy-commit] cffi win32-zintegration: fix test harness for win32

2015-03-08 Thread mattip
Author: mattip Branch: win32-zintegration Changeset: r1661:bcf702d6e17f Date: 2015-03-08 22:24 +0200 http://bitbucket.org/cffi/cffi/changeset/bcf702d6e17f/ Log:fix test harness for win32 diff --git a/testing/test_zintegration.py b/testing/test_zintegration.py --- a/testing/test_zintegration.

[pypy-commit] pypy stmgc-c8: Adapt print_stm_log

2015-03-08 Thread arigo
Author: Armin Rigo Branch: stmgc-c8 Changeset: r76286:b4c1304ddd02 Date: 2015-03-08 21:11 +0100 http://bitbucket.org/pypy/pypy/changeset/b4c1304ddd02/ Log:Adapt print_stm_log diff --git a/pypy/stm/print_stm_log.py b/pypy/stm/print_stm_log.py --- a/pypy/stm/print_stm_log.py +++ b/pypy/stm/pri

[pypy-commit] pypy stmgc-c8: import stmgc (c8-marker)

2015-03-08 Thread arigo
Author: Armin Rigo Branch: stmgc-c8 Changeset: r76284:5a3f2855c123 Date: 2015-03-08 19:54 +0100 http://bitbucket.org/pypy/pypy/changeset/5a3f2855c123/ Log:import stmgc (c8-marker) diff --git a/rpython/translator/stm/src_stm/extracode.h b/rpython/translator/stm/src_stm/extracode.h --- a/rpyt

[pypy-commit] pypy stmgc-c8: fix

2015-03-08 Thread arigo
Author: Armin Rigo Branch: stmgc-c8 Changeset: r76285:89d3462f6005 Date: 2015-03-08 20:03 +0100 http://bitbucket.org/pypy/pypy/changeset/89d3462f6005/ Log:fix diff --git a/rpython/translator/stm/src_stm/extracode.h b/rpython/translator/stm/src_stm/extracode.h --- a/rpython/translator/stm/sr

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

2015-03-08 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r578:0fb16c46382d Date: 2015-03-08 19:56 +0100 http://bitbucket.org/pypy/pypy.org/changeset/0fb16c46382d/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $58873 of $105000 (

[pypy-commit] stmgc c8-marker: Change the signature: the format changed

2015-03-08 Thread arigo
Author: Armin Rigo Branch: c8-marker Changeset: r1700:e3079f525e1a Date: 2015-03-08 19:39 +0100 http://bitbucket.org/pypy/stmgc/changeset/e3079f525e1a/ Log:Change the signature: the format changed diff --git a/c8/stm/prof.c b/c8/stm/prof.c --- a/c8/stm/prof.c +++ b/c8/stm/prof.c @@ -58,7 +58

[pypy-commit] pypy default: Add a test that fails here if we forget to update lib_pypy/cffi.egg-info

2015-03-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r76283:2849115f3479 Date: 2015-03-08 19:47 +0100 http://bitbucket.org/pypy/pypy/changeset/2849115f3479/ Log:Add a test that fails here if we forget to update lib_pypy/cffi.egg- info diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/modu

[pypy-commit] pypy default: update the version number

2015-03-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r76282:c7810718bc96 Date: 2015-03-08 19:43 +0100 http://bitbucket.org/pypy/pypy/changeset/c7810718bc96/ Log:update the version number 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] pypy default: Add another hack around the hack of the global dictionary,

2015-03-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r76281:537301906e33 Date: 2015-03-08 19:32 +0100 http://bitbucket.org/pypy/pypy/changeset/537301906e33/ Log:Add another hack around the hack of the global dictionary, for test_ztranslation diff --git a/pypy/module/_ssl/__init__.py b/pypy/module/

[pypy-commit] stmgc c8-marker: fix the next test

2015-03-08 Thread arigo
Author: Armin Rigo Branch: c8-marker Changeset: r1699:a93899e6c43e Date: 2015-03-08 19:02 +0100 http://bitbucket.org/pypy/stmgc/changeset/a93899e6c43e/ Log:fix the next test diff --git a/c8/test/test_marker.py b/c8/test/test_marker.py --- a/c8/test/test_marker.py +++ b/c8/test/test_marker.py

[pypy-commit] stmgc c8-marker: progress

2015-03-08 Thread arigo
Author: Armin Rigo Branch: c8-marker Changeset: r1698:75ffbf6c36cb Date: 2015-03-08 18:59 +0100 http://bitbucket.org/pypy/stmgc/changeset/75ffbf6c36cb/ Log:progress diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -369,6 +369,8 @@ str

[pypy-commit] stmgc c8-marker: fix

2015-03-08 Thread arigo
Author: Armin Rigo Branch: c8-marker Changeset: r1697:f74408440140 Date: 2015-03-08 18:45 +0100 http://bitbucket.org/pypy/stmgc/changeset/f74408440140/ Log:fix diff --git a/c8/stm/prof.c b/c8/stm/prof.c --- a/c8/stm/prof.c +++ b/c8/stm/prof.c @@ -46,7 +46,7 @@ } } -static int default

[pypy-commit] stmgc c8-marker: in-progress

2015-03-08 Thread arigo
Author: Armin Rigo Branch: c8-marker Changeset: r1696:7d44874ec01b Date: 2015-03-08 18:43 +0100 http://bitbucket.org/pypy/stmgc/changeset/7d44874ec01b/ Log:in-progress diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -49,6 +49,8 @@ DEBUG_EXPECT_SEG

[pypy-commit] pypy vmprof: uh

2015-03-08 Thread arigo
Author: Armin Rigo Branch: vmprof Changeset: r76280:4c0fa46303da Date: 2015-03-08 18:03 +0100 http://bitbucket.org/pypy/pypy/changeset/4c0fa46303da/ Log:uh diff --git a/pypy/module/__pypy__/interp_magic.py b/pypy/module/__pypy__/interp_magic.py --- a/pypy/module/__pypy__/interp_magic.py +++

[pypy-commit] pypy default: Print some info to tell which virtualizable array field the error is about

2015-03-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r76279:a1abf06bc4ed Date: 2015-03-08 10:40 +0100 http://bitbucket.org/pypy/pypy/changeset/a1abf06bc4ed/ Log:Print some info to tell which virtualizable array field the error is about diff --git a/rpython/jit/codewriter/jtransform.py b/rpython/j

[pypy-commit] pypy optresult: enough virtual array of structs support

2015-03-08 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76278:9508bc587256 Date: 2015-03-08 10:47 +0200 http://bitbucket.org/pypy/pypy/changeset/9508bc587256/ Log:enough virtual array of structs support diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner

[pypy-commit] pypy default: update the version number to cffi 0.9.1

2015-03-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r76277:7aee078b2e7c Date: 2015-03-08 09:17 +0100 http://bitbucket.org/pypy/pypy/changeset/7aee078b2e7c/ Log:update the version number to cffi 0.9.1 diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py --- a/pypy/mo

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

2015-03-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r1660:bc4e4949b047 Date: 2015-03-08 09:08 +0100 http://bitbucket.org/cffi/cffi/changeset/bc4e4949b047/ Log:hg merge release-0.9 (this is 0.9.1) diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -5689,7

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

2015-03-08 Thread arigo
Author: Armin Rigo Branch: release-0.9 Changeset: r1659:ec7781f6d8bc Date: 2015-03-08 09:08 +0100 http://bitbucket.org/cffi/cffi/changeset/ec7781f6d8bc/ 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] cffi release-0.9: Prepare release 0.9.1

2015-03-08 Thread arigo
Author: Armin Rigo Branch: release-0.9 Changeset: r1658:0e3fbf96164b Date: 2015-03-08 09:06 +0100 http://bitbucket.org/cffi/cffi/changeset/0e3fbf96164b/ Log:Prepare release 0.9.1 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -5689,7 +56

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

2015-03-08 Thread arigo
Author: Armin Rigo Branch: release-0.9 Changeset: r1657:cf39296d0088 Date: 2015-03-08 09:02 +0100 http://bitbucket.org/cffi/cffi/changeset/cf39296d0088/ Log:hg merge default diff --git a/c/malloc_closure.h b/c/malloc_closure.h --- a/c/malloc_closure.h +++ b/c/malloc_closure.h @@ -125,6 +125,