[pypy-commit] pypy vecopt: tested insert x86 opcodes

2015-06-07 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r77946:815c8b4a7c5b Date: 2015-06-08 08:39 +0200 http://bitbucket.org/pypy/pypy/changeset/815c8b4a7c5b/ Log:tested insert x86 opcodes diff --git a/rpython/jit/backend/x86/rx86.py b/rpython/jit/backend/x86/rx86.py --- a/rpython/jit/backend/x8

[pypy-commit] pypy default: From this last-level helper, don't propagate further OSErrors

2015-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r77945:76611312113e Date: 2015-06-07 22:29 +0200 http://bitbucket.org/pypy/pypy/changeset/76611312113e/ Log:From this last-level helper, don't propagate further OSErrors diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py

[pypy-commit] cffi default: Comment out that line from conf.py. It gives a warning with the newer

2015-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2173:eb4e88e0507e Date: 2015-06-07 22:09 +0200 http://bitbucket.org/cffi/cffi/changeset/eb4e88e0507e/ Log:Comment out that line from conf.py. It gives a warning with the newer sphinx 1.3... diff --git a/doc/source/conf.py b/doc/source/conf.py -

[pypy-commit] pypy default: Test fix: this test used to randomly close file descriptor 1!

2015-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r77943:d7d00adb03ae Date: 2015-06-07 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/d7d00adb03ae/ Log:Test fix: this test used to randomly close file descriptor 1! diff --git a/pypy/module/_multiprocessing/test/test_connection.py b/pypy/module/_m

[pypy-commit] pypy default: A bit more care about __del__ on half-initialized instances

2015-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r77944:4156be89b516 Date: 2015-06-07 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/4156be89b516/ Log:A bit more care about __del__ on half-initialized instances diff --git a/pypy/module/_multiprocessing/interp_connection.py b/pypy/module/_multip

[pypy-commit] pypy default: Issue #2060: some attempt at getting the no-sse2 version working

2015-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r77942:0d4c2de3d999 Date: 2015-06-07 21:04 +0200 http://bitbucket.org/pypy/pypy/changeset/0d4c2de3d999/ Log:Issue #2060: some attempt at getting the no-sse2 version working diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/l

[pypy-commit] pypy default: forgot to check this in

2015-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r77940:6ce28e4823d0 Date: 2015-06-07 20:57 +0200 http://bitbucket.org/pypy/pypy/changeset/6ce28e4823d0/ Log:forgot to check this in diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-info/PKG-INFO +++

[pypy-commit] pypy default: merge heads

2015-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r77941:8c54d426c810 Date: 2015-06-07 20:58 +0200 http://bitbucket.org/pypy/pypy/changeset/8c54d426c810/ Log:merge heads diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-info/PKG-INFO +++ b/lib_pypy/c

[pypy-commit] cffi default: Move this to the future cffi 1.2, and explain it more in cdef.rst.

2015-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2172:4ca0daf6ac3b Date: 2015-06-07 19:37 +0200 http://bitbucket.org/cffi/cffi/changeset/4ca0daf6ac3b/ Log:Move this to the future cffi 1.2, and explain it more in cdef.rst. diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rs

[pypy-commit] cffi default: Rephrase

2015-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2171:075c4ebb1e4f Date: 2015-06-07 19:17 +0200 http://bitbucket.org/cffi/cffi/changeset/075c4ebb1e4f/ Log:Rephrase diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -7,13 +7,12

[pypy-commit] pypy default: allow only C, F in concrete type order

2015-06-07 Thread mattip
Author: mattip Branch: Changeset: r77938:ccf856368ecd Date: 2015-06-07 16:10 +0300 http://bitbucket.org/pypy/pypy/changeset/ccf856368ecd/ Log:allow only C, F in concrete type order diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/pypy/module/micron

[pypy-commit] pypy default: test, fix converting object dtype to str

2015-06-07 Thread mattip
Author: mattip Branch: Changeset: r77939:e6db7b9cfa59 Date: 2015-06-07 18:16 +0300 http://bitbucket.org/pypy/pypy/changeset/e6db7b9cfa59/ Log:test, fix converting object dtype to str diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/module/micronumpy/ndarray.py --- a/pypy/module/micron

[pypy-commit] cffi default: Support "[][...]", "[5][...]", etc.

2015-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2170:792c0cbe632d Date: 2015-06-07 16:00 +0200 http://bitbucket.org/cffi/cffi/changeset/792c0cbe632d/ Log:Support "[][...]", "[5][...]", etc. diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -337,7 +337,7 @@

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

2015-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2169:5c10cf136437 Date: 2015-06-07 15:22 +0200 http://bitbucket.org/cffi/cffi/changeset/5c10cf136437/ Log:hg merge release-1.1 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -6063,7 +6063,7 @@

[pypy-commit] cffi release-1.1: md5/sha1

2015-06-07 Thread arigo
Author: Armin Rigo Branch: release-1.1 Changeset: r2168:8daca9ce750e Date: 2015-06-07 15:22 +0200 http://bitbucket.org/cffi/cffi/changeset/8daca9ce750e/ Log:md5/sha1 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/inst

[pypy-commit] cffi release-1.1: Some details

2015-06-07 Thread arigo
Author: Armin Rigo Branch: release-1.1 Changeset: r2167:ad072efcccfd Date: 2015-06-07 15:13 +0200 http://bitbucket.org/cffi/cffi/changeset/ad072efcccfd/ Log:Some details diff --git a/c/lib_obj.c b/c/lib_obj.c --- a/c/lib_obj.c +++ b/c/lib_obj.c @@ -300,7 +300,7 @@ case _CFFI_OP_GLOBAL_V

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

2015-06-07 Thread arigo
Author: Armin Rigo Branch: release-1.1 Changeset: r2165:8636109593c6 Date: 2015-06-07 14:33 +0200 http://bitbucket.org/cffi/cffi/changeset/8636109593c6/ 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 @@ -5158,12 +5158,1

[pypy-commit] cffi release-1.1: Bump version number to 1.1.1

2015-06-07 Thread arigo
Author: Armin Rigo Branch: release-1.1 Changeset: r2166:e912e8961f9e Date: 2015-06-07 14:34 +0200 http://bitbucket.org/cffi/cffi/changeset/e912e8961f9e/ Log:Bump version number to 1.1.1 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -606

[pypy-commit] stmgc default: Remove 'associated_segment_num' and keep only

2015-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r1792:939e4d807eb3 Date: 2015-06-07 11:52 +0200 http://bitbucket.org/pypy/stmgc/changeset/939e4d807eb3/ Log:Remove 'associated_segment_num' and keep only 'last_associated_segment_num'. diff --git a/c8/stm/core.h b/c8/stm/core.h --- a/c8/stm/core