[pypy-commit] pypy default: More tweaks (thanks Yichao Yu commenting on 98e7823b191a)

2015-05-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r77498:3f446133e303 Date: 2015-05-23 09:14 +0200 http://bitbucket.org/pypy/pypy/changeset/3f446133e303/ Log:More tweaks (thanks Yichao Yu commenting on 98e7823b191a) diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/too

[pypy-commit] pypy default: Issue #2035

2015-05-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r77499:e7474795564a Date: 2015-05-23 10:30 +0200 http://bitbucket.org/pypy/pypy/changeset/e7474795564a/ Log:Issue #2035 Introduce and use have_debug_prints_for(). diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/ll

[pypy-commit] pypy exp-with-blackhole: more rpython fixes, print pendingfields

2015-05-23 Thread fijal
Author: Maciej Fijalkowski Branch: exp-with-blackhole Changeset: r77504:c17453280c15 Date: 2015-05-18 14:08 +0200 http://bitbucket.org/pypy/pypy/changeset/c17453280c15/ Log:more rpython fixes, print pendingfields diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.p

[pypy-commit] pypy exp-with-blackhole: oops

2015-05-23 Thread fijal
Author: Maciej Fijalkowski Branch: exp-with-blackhole Changeset: r77505:ec206bd684dc Date: 2015-05-18 14:21 +0200 http://bitbucket.org/pypy/pypy/changeset/ec206bd684dc/ Log:oops diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.py --- a/rpython/jit/metainterp/resu

[pypy-commit] pypy exp-with-blackhole: oops

2015-05-23 Thread fijal
Author: Maciej Fijalkowski Branch: exp-with-blackhole Changeset: r77503:f0063b1b6959 Date: 2015-05-18 13:50 +0200 http://bitbucket.org/pypy/pypy/changeset/f0063b1b6959/ Log:oops diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.py --- a/rpython/jit/metainterp/resu

[pypy-commit] pypy exp-with-blackhole: close experiment branch

2015-05-23 Thread fijal
Author: Maciej Fijalkowski Branch: exp-with-blackhole Changeset: r77506:76c31595eda4 Date: 2015-05-23 11:32 +0200 http://bitbucket.org/pypy/pypy/changeset/76c31595eda4/ Log:close experiment branch ___ pypy-commit mailing list [email protected]

[pypy-commit] pypy exp-with-blackhole: oops

2015-05-23 Thread fijal
Author: Maciej Fijalkowski Branch: exp-with-blackhole Changeset: r77502:597cf26e98f6 Date: 2015-05-18 13:45 +0200 http://bitbucket.org/pypy/pypy/changeset/597cf26e98f6/ Log:oops diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.py --- a/rpython/jit/metainterp/resu

[pypy-commit] pypy exp-with-blackhole: try to dump info

2015-05-23 Thread fijal
Author: Maciej Fijalkowski Branch: exp-with-blackhole Changeset: r77500:65e2372df15d Date: 2015-05-18 13:37 +0200 http://bitbucket.org/pypy/pypy/changeset/65e2372df15d/ Log:try to dump info diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.py --- a/rpython/jit/met

[pypy-commit] pypy exp-with-blackhole: fix rpython

2015-05-23 Thread fijal
Author: Maciej Fijalkowski Branch: exp-with-blackhole Changeset: r77501:e79e35139780 Date: 2015-05-18 13:42 +0200 http://bitbucket.org/pypy/pypy/changeset/e79e35139780/ Log:fix rpython diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.py --- a/rpython/jit/metainte

[pypy-commit] pypy release-2.6.x: rework the release announcement, I will make sure that vmprof works on 2.6

2015-05-23 Thread fijal
Author: Maciej Fijalkowski Branch: release-2.6.x Changeset: r77507:f180352ad8b1 Date: 2015-05-23 11:48 +0200 http://bitbucket.org/pypy/pypy/changeset/f180352ad8b1/ Log:rework the release announcement, I will make sure that vmprof works on 2.6 diff --git a/pypy/doc/release-2.6.0.rst b

[pypy-commit] cffi default: Update to current

2015-05-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r2093:a51399d099ec Date: 2015-05-23 12:09 +0200 http://bitbucket.org/cffi/cffi/changeset/a51399d099ec/ Log:Update to current diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/instal

[pypy-commit] pypy default: try a bit harder to load vmprof at run time

2015-05-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r77508:4a153cd19d96 Date: 2015-05-23 16:54 +0200 http://bitbucket.org/pypy/pypy/changeset/4a153cd19d96/ Log:try a bit harder to load vmprof at run time diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py ---

[pypy-commit] pypy fix-result-types: return the right int32 dtype instance on 32-bit

2015-05-23 Thread rlamy
Author: Ronan Lamy Branch: fix-result-types Changeset: r77509:e78d6543748f Date: 2015-05-22 21:04 +0100 http://bitbucket.org/pypy/pypy/changeset/e78d6543748f/ Log:return the right int32 dtype instance on 32-bit diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descr

[pypy-commit] pypy fix-result-types: Use promote_types() for binary ufunc resolution in some cases

2015-05-23 Thread rlamy
Author: Ronan Lamy Branch: fix-result-types Changeset: r77510:237700dbd639 Date: 2015-05-23 19:16 +0100 http://bitbucket.org/pypy/pypy/changeset/237700dbd639/ Log:Use promote_types() for binary ufunc resolution in some cases diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/mo

[pypy-commit] stmgc use-gcc: A branch in which to use a patched gcc (for the extra feature)

2015-05-23 Thread arigo
Author: Armin Rigo Branch: use-gcc Changeset: r1761:2510d0953042 Date: 2015-05-23 22:34 +0200 http://bitbucket.org/pypy/stmgc/changeset/2510d0953042/ Log:A branch in which to use a patched gcc (for the extra feature) instead of a patched clang (for the bug fixes)

[pypy-commit] stmgc use-gcc: in-progress

2015-05-23 Thread arigo
Author: Armin Rigo Branch: use-gcc Changeset: r1762:77be08fd4562 Date: 2015-05-23 22:36 +0200 http://bitbucket.org/pypy/stmgc/changeset/77be08fd4562/ Log:in-progress diff --git a/c7/demo/Makefile b/c7/demo/Makefile --- a/c7/demo/Makefile +++ b/c7/demo/Makefile @@ -19,18 +19,20 @@ COMMON =

[pypy-commit] stmgc use-gcc: Add the gcc patch

2015-05-23 Thread arigo
Author: Armin Rigo Branch: use-gcc Changeset: r1763:9ba18fbaca9b Date: 2015-05-23 22:40 +0200 http://bitbucket.org/pypy/stmgc/changeset/9ba18fbaca9b/ Log:Add the gcc patch diff --git a/c7/test/gcc-5.1.0-patch.diff b/c7/test/gcc-5.1.0-patch.diff new file mode 100644 --- /dev/null +++ b/c7/tes

[pypy-commit] cffi release-1.0: fix test failure on Win32 - a function need to be exported to be callable.

2015-05-23 Thread grizzlynyo
Author: grizzlynyo Branch: release-1.0 Changeset: r2094:97f3e508a9bb Date: 2015-05-23 19:08 +0300 http://bitbucket.org/cffi/cffi/changeset/97f3e508a9bb/ Log:fix test failure on Win32 - a function need to be exported to be callable. diff --git a/testing/cffi1/test_re_python.py b/testi

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

2015-05-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r2095:22600706bac9 Date: 2015-05-23 22:42 +0200 http://bitbucket.org/cffi/cffi/changeset/22600706bac9/ Log:hg merge release-1.0 diff --git a/testing/cffi1/test_re_python.py b/testing/cffi1/test_re_python.py --- a/testing/cffi1/test_re_python.py +++ b/te

[pypy-commit] cffi default: Update

2015-05-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r2096:4d90be1b5eb5 Date: 2015-05-23 22:43 +0200 http://bitbucket.org/cffi/cffi/changeset/4d90be1b5eb5/ Log:Update diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/installation.rst

[pypy-commit] stmgc use-gcc: Avoid 'uint8_t' as fields because gcc considers that read/writes to it

2015-05-23 Thread arigo
Author: Armin Rigo Branch: use-gcc Changeset: r1764:c87e955695ac Date: 2015-05-23 23:08 +0200 http://bitbucket.org/pypy/stmgc/changeset/c87e955695ac/ Log:Avoid 'uint8_t' as fields because gcc considers that read/writes to it are like read/writes to a 'char *' pointer and can alias

[pypy-commit] stmgc use-gcc: meh

2015-05-23 Thread arigo
Author: Armin Rigo Branch: use-gcc Changeset: r1765:743c0f1eea82 Date: 2015-05-23 23:10 +0200 http://bitbucket.org/pypy/stmgc/changeset/743c0f1eea82/ Log:meh diff --git a/c7/stmgc.h b/c7/stmgc.h --- a/c7/stmgc.h +++ b/c7/stmgc.h @@ -38,7 +38,7 @@ 'STM_SEGMENT->transaction_read_versio