[pypy-commit] pypy.org extradoc: fix ReST (thanks sanxiyn). :: means 'literal block'

2016-10-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r804:c8b879eee424 Date: 2016-10-04 10:25 +0200 http://bitbucket.org/pypy/pypy.org/changeset/c8b879eee424/ Log:fix ReST (thanks sanxiyn). :: means 'literal block' diff --git a/download.html b/download.html --- a/download.html +++ b/downl

[pypy-commit] extradoc extradoc: parts of the slides, not the final version

2016-10-04 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r5729:4401d9b4f722 Date: 2016-10-04 10:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/4401d9b4f722/ Log:parts of the slides, not the final version diff --git a/talk/pyconza2016/pypy/img/jitlog.png b/talk/pyconza2016/pypy/img/jitlog

[pypy-commit] pypy py3.5: expose DEF_BUF_SIZE at app level, only wraps rzlib.OUTPUT_BUFFER_SIZE

2016-10-04 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87564:64f6022b0f1d Date: 2016-10-04 13:38 +0200 http://bitbucket.org/pypy/pypy/changeset/64f6022b0f1d/ Log:expose DEF_BUF_SIZE at app level, only wraps rzlib.OUTPUT_BUFFER_SIZE diff --git a/pypy/module/zlib/__init__.py b/pypy/module/

[pypy-commit] pypy better-error-missing-self: actually fix the test

2016-10-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: better-error-missing-self Changeset: r87565:09dac8fdd438 Date: 2016-10-04 16:18 +0200 http://bitbucket.org/pypy/pypy/changeset/09dac8fdd438/ Log:actually fix the test diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pyp

[pypy-commit] pypy better-error-missing-self: document branch

2016-10-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: better-error-missing-self Changeset: r87566:58809769f9e7 Date: 2016-10-04 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/58809769f9e7/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-he

[pypy-commit] pypy default: merge better-error-missing-self: improve the error message when trying to call

2016-10-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r87567:a8c5f42e70cf Date: 2016-10-04 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/a8c5f42e70cf/ Log:merge better-error-missing-self: improve the error message when trying to call a method where the self parameter is missing in th

[pypy-commit] pypy default: py3 compatibility: use PyVarObject_HEAD_INIT

2016-10-04 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r87568:94d38ec98ccf Date: 2016-10-04 15:49 +0100 http://bitbucket.org/pypy/pypy/changeset/94d38ec98ccf/ Log:py3 compatibility: use PyVarObject_HEAD_INIT diff --git a/pypy/module/cpyext/test/_sre.c b/pypy/module/cpyext/test/_sre.c --- a/pypy/module/cpyex

[pypy-commit] pypy py3k: py3 compatibility: use PyVarObject_HEAD_INIT

2016-10-04 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87569:c645568d43d7 Date: 2016-10-04 15:49 +0100 http://bitbucket.org/pypy/pypy/changeset/c645568d43d7/ Log:py3 compatibility: use PyVarObject_HEAD_INIT (grafted from 94d38ec98ccff098817f6d854a7d18d14b367125) diff --git a/pypy/module/cpyext/

[pypy-commit] pypy default: py3 compatibility (PEP 3123): use Py_TYPE macro

2016-10-04 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r87570:e2e74511a967 Date: 2016-10-04 17:02 +0100 http://bitbucket.org/pypy/pypy/changeset/e2e74511a967/ Log:py3 compatibility (PEP 3123): use Py_TYPE macro diff --git a/pypy/module/cpyext/test/foo.c b/pypy/module/cpyext/test/foo.c --- a/pypy/module/cpye

[pypy-commit] pypy default: Make self.runappdirect accessible on py3k -A

2016-10-04 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r87571:fb77bbdc495c Date: 2016-10-04 17:56 +0100 http://bitbucket.org/pypy/pypy/changeset/fb77bbdc495c/ Log:Make self.runappdirect accessible on py3k -A diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyext.py --- a/

[pypy-commit] pypy py3k: Make self.runappdirect accessible on py3k -A

2016-10-04 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87573:a083c2d04d8b Date: 2016-10-04 17:56 +0100 http://bitbucket.org/pypy/pypy/changeset/a083c2d04d8b/ Log:Make self.runappdirect accessible on py3k -A (grafted from fb77bbdc495c586c2a1e08b1c2e6ab12ba11164a) diff --git a/pypy/module/cpyext/

[pypy-commit] pypy py3k: py3 compatibility (PEP 3123): use Py_TYPE macro

2016-10-04 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87572:6c40c6a5ce9f Date: 2016-10-04 17:02 +0100 http://bitbucket.org/pypy/pypy/changeset/6c40c6a5ce9f/ Log:py3 compatibility (PEP 3123): use Py_TYPE macro (grafted from e2e74511a967517c9fde0832b0467d278183ff13) diff --git a/pypy/module/cpye

[pypy-commit] pypy py3k: Add missing CmpType.tp_new

2016-10-04 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87574:e58c283dec9e Date: 2016-10-04 18:40 +0100 http://bitbucket.org/pypy/pypy/changeset/e58c283dec9e/ Log:Add missing CmpType.tp_new diff --git a/pypy/module/cpyext/test/comparisons.c b/pypy/module/cpyext/test/comparisons.c --- a/pypy/module/cpye

[pypy-commit] pypy py3k: fix some tests to pass on CPython

2016-10-04 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87575:570001fa5784 Date: 2016-10-04 19:00 +0100 http://bitbucket.org/pypy/pypy/changeset/570001fa5784/ Log:fix some tests to pass on CPython diff --git a/pypy/module/cpyext/test/foo3.c b/pypy/module/cpyext/test/foo3.c --- a/pypy/module/cpyext/test/

[pypy-commit] pypy py3k: Kill test_sre() since it doesn't really make sense

2016-10-04 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87576:472474f26390 Date: 2016-10-04 19:32 +0100 http://bitbucket.org/pypy/pypy/changeset/472474f26390/ Log:Kill test_sre() since it doesn't really make sense diff too long, truncating to 2000 out of 4207 lines diff --git a/pypy/module/cpyext/test/

[pypy-commit] pypy py3k: rm test_pycobject.py: PyCObject was removed in py3

2016-10-04 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87577:46823d00dc0e Date: 2016-10-04 19:34 +0100 http://bitbucket.org/pypy/pypy/changeset/46823d00dc0e/ Log:rm test_pycobject.py: PyCObject was removed in py3 diff --git a/pypy/module/cpyext/test/test_pycobject.py b/pypy/module/cpyext/test/test_pyc

[pypy-commit] pypy buffer-interface2: prefer newbytes/newint to wrap

2016-10-04 Thread mattip
Author: Matti Picus Branch: buffer-interface2 Changeset: r87583:26574d11afdb Date: 2016-10-04 20:38 +0300 http://bitbucket.org/pypy/pypy/changeset/26574d11afdb/ Log:prefer newbytes/newint to wrap diff --git a/pypy/module/cpyext/pyerrors.py b/pypy/module/cpyext/pyerrors.py --- a/pypy/module/c

[pypy-commit] pypy default: test, implement memoryview(dtype record array).format

2016-10-04 Thread mattip
Author: Matti Picus Branch: Changeset: r87580:12582f578775 Date: 2016-10-04 20:27 +0300 http://bitbucket.org/pypy/pypy/changeset/12582f578775/ Log:test, implement memoryview(dtype record array).format diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py ---

[pypy-commit] pypy buffer-interface2: test, fix for UserWarning - make_ref is called only after fill_Py_buffer succeeds

2016-10-04 Thread mattip
Author: Matti Picus Branch: buffer-interface2 Changeset: r87584:b07f8d1cf5cc Date: 2016-10-04 22:15 +0300 http://bitbucket.org/pypy/pypy/changeset/b07f8d1cf5cc/ Log:test, fix for UserWarning - make_ref is called only after fill_Py_buffer succeeds diff --git a/pypy/module/cpyext/memor

[pypy-commit] pypy buffer-interface2: merge default into branch

2016-10-04 Thread mattip
Author: Matti Picus Branch: buffer-interface2 Changeset: r87582:ed7457dceb76 Date: 2016-10-04 20:33 +0300 http://bitbucket.org/pypy/pypy/changeset/ed7457dceb76/ Log:merge default into branch diff too long, truncating to 2000 out of 3661 lines diff --git a/pypy/config/pypyoption.py b/pypy/co

[pypy-commit] pypy default: merge heads

2016-10-04 Thread mattip
Author: Matti Picus Branch: Changeset: r87581:a605536d9aab Date: 2016-10-04 20:32 +0300 http://bitbucket.org/pypy/pypy/changeset/a605536d9aab/ Log:merge heads diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/pypy/module/micronumpy/concrete.py +++ b

[pypy-commit] pypy buffer-interface2: fix tests, cleanup

2016-10-04 Thread mattip
Author: Matti Picus Branch: buffer-interface2 Changeset: r87585:ab677b06fa22 Date: 2016-10-05 07:25 +0300 http://bitbucket.org/pypy/pypy/changeset/ab677b06fa22/ Log:fix tests, cleanup diff --git a/pypy/module/cpyext/pyerrors.py b/pypy/module/cpyext/pyerrors.py --- a/pypy/module/cpyext/pyerro