[pypy-commit] pypy dtypes-compatability: more failing tests

2015-07-16 Thread mattip
Author: mattip Branch: dtypes-compatability Changeset: r78566:b5da748a0419 Date: 2015-07-15 23:42 +0300 http://bitbucket.org/pypy/pypy/changeset/b5da748a0419/ Log:more failing tests diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py --- a/py

[pypy-commit] pypy dtypes-compatability: merge default into branch

2015-07-16 Thread mattip
Author: mattip Branch: dtypes-compatability Changeset: r78569:191ef045b0b6 Date: 2015-07-17 01:46 +0300 http://bitbucket.org/pypy/pypy/changeset/191ef045b0b6/ Log:merge default into branch diff --git a/pypy/module/_vmprof/src/getpc.h b/pypy/module/_vmprof/src/getpc.h --- a/pypy/module/_vmpro

[pypy-commit] pypy dtypes-compatability: document branch to be merged

2015-07-16 Thread mattip
Author: mattip Branch: dtypes-compatability Changeset: r78570:c386a754e4f4 Date: 2015-07-17 01:50 +0300 http://bitbucket.org/pypy/pypy/changeset/c386a754e4f4/ Log:document branch to be merged diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rs

[pypy-commit] pypy dtypes-compatability: close branch

2015-07-16 Thread mattip
Author: mattip Branch: dtypes-compatability Changeset: r78571:29f6c9e399e1 Date: 2015-07-17 01:51 +0300 http://bitbucket.org/pypy/pypy/changeset/29f6c9e399e1/ Log:close branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.

[pypy-commit] pypy dtypes-compatability: use a single ''.join() instead of lots of string concatenation

2015-07-16 Thread mattip
Author: mattip Branch: dtypes-compatability Changeset: r78567:9692f8a54feb Date: 2015-07-16 21:30 +0300 http://bitbucket.org/pypy/pypy/changeset/9692f8a54feb/ Log:use a single ''.join() instead of lots of string concatenation diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/m

[pypy-commit] pypy dtypes-compatability: fix failing tests, even more logic for creating repr(dtype)

2015-07-16 Thread mattip
Author: mattip Branch: dtypes-compatability Changeset: r78568:1b6a885833e3 Date: 2015-07-17 01:46 +0300 http://bitbucket.org/pypy/pypy/changeset/1b6a885833e3/ Log:fix failing tests, even more logic for creating repr(dtype) diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micr

[pypy-commit] pypy default: merge dtypes-compatability, which almost finishes dtype attributes, creation, and display

2015-07-16 Thread mattip
Author: mattip Branch: Changeset: r78572:c4992c458ed4 Date: 2015-07-17 01:52 +0300 http://bitbucket.org/pypy/pypy/changeset/c4992c458ed4/ Log:merge dtypes-compatability, which almost finishes dtype attributes, creation, and display diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/

[pypy-commit] pypy default: whoops

2015-07-16 Thread mattip
Author: mattip Branch: Changeset: r78573:a1f4fa173a0d Date: 2015-07-17 02:00 +0300 http://bitbucket.org/pypy/pypy/changeset/a1f4fa173a0d/ Log:whoops diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -38,

[pypy-commit] pypy py3k: Remove forgotten merge conflict marker and fix failing tests.

2015-07-16 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78562:34a546ca0da4 Date: 2015-07-17 04:20 +0200 http://bitbucket.org/pypy/pypy/changeset/34a546ca0da4/ Log:Remove forgotten merge conflict marker and fix failing tests. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test

[pypy-commit] pypy py3k: 2to3

2015-07-16 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78564:6da82c1b733b Date: 2015-07-17 04:23 +0200 http://bitbucket.org/pypy/pypy/changeset/6da82c1b733b/ Log:2to3 diff --git a/pypy/module/_cffi_backend/test/test_ffi_obj.py b/pypy/module/_cffi_backend/test/test_ffi_obj.py --- a/pypy/module/_cffi_

[pypy-commit] pypy py3k: 2to3

2015-07-16 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78563:e3d0cafafa1a Date: 2015-07-17 04:21 +0200 http://bitbucket.org/pypy/pypy/changeset/e3d0cafafa1a/ Log:2to3 diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpreter/test/test_zzpickle_and_slow.py --- a/pypy/interpreter

[pypy-commit] pypy py3k: Mark this as an implementation detail.

2015-07-16 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78565:b8ef0188e57e Date: 2015-07-17 04:45 +0200 http://bitbucket.org/pypy/pypy/changeset/b8ef0188e57e/ Log:Mark this as an implementation detail. diff --git a/lib-python/3/test/test_dis.py b/lib-python/3/test/test_dis.py --- a/lib-python/3/test/t

[pypy-commit] pypy py3k: hg merge default

2015-07-16 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78561:05c251509e69 Date: 2015-07-17 01:58 +0200 http://bitbucket.org/pypy/pypy/changeset/05c251509e69/ Log:hg merge default diff too long, truncating to 2000 out of 4707 lines diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info

[pypy-commit] pypy indexing: Kill Chunks and simply use a new_view() function instead

2015-07-16 Thread rlamy
Author: Ronan Lamy Branch: indexing Changeset: r78560:360ba1502914 Date: 2015-07-16 18:47 +0100 http://bitbucket.org/pypy/pypy/changeset/360ba1502914/ Log:Kill Chunks and simply use a new_view() function instead diff --git a/pypy/module/micronumpy/arrayops.py b/pypy/module/micronumpy/arrayo

[pypy-commit] pypy vecopt: rpython hints, saving the loop version the compileloopversion descr

2015-07-16 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78559:841f77615665 Date: 2015-07-16 16:06 +0200 http://bitbucket.org/pypy/pypy/changeset/841f77615665/ Log:rpython hints, saving the loop version the compileloopversion descr diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/

[pypy-commit] pypy vecopt: added ABC optimization that is turned on when executed when user code is vectorized

2015-07-16 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78558:04f489dd60dd Date: 2015-07-16 12:16 +0200 http://bitbucket.org/pypy/pypy/changeset/04f489dd60dd/ Log:added ABC optimization that is turned on when executed when user code is vectorized note that this optimization versions the l