[pypy-commit] pypy memory-accounting: this branch has been merged long ago

2018-03-27 Thread antocuni
Author: Antonio Cuni Branch: memory-accounting Changeset: r94144:d53e1ebe51e1 Date: 2018-03-27 10:45 +0100 http://bitbucket.org/pypy/pypy/changeset/d53e1ebe51e1/ Log:this branch has been merged long ago ___ pypy-commit mailing list pypy-commit@pyth

[pypy-commit] pypy.org extradoc: This warning is apparently not too relevant anymore, at least in this spot.

2018-03-27 Thread Julian Berman
Author: Julian Berman Branch: extradoc Changeset: r917:e7d9800ec5ac Date: 2018-03-27 11:47 +0100 http://bitbucket.org/pypy/pypy.org/changeset/e7d9800ec5ac/ Log:This warning is apparently not too relevant anymore, at least in this spot. diff --git a/source/download.txt b/source/downlo

[pypy-commit] pypy.org extradoc: Regenerating HTML

2018-03-27 Thread Julian Berman
Author: Julian Berman Branch: extradoc Changeset: r918:913450bf91e9 Date: 2018-03-27 11:48 +0100 http://bitbucket.org/pypy/pypy.org/changeset/913450bf91e9/ Log:Regenerating HTML diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -132,9 +132,7 @@ Python

[pypy-commit] pypy default: make test pass, note jitted code seems have many more ops now

2018-03-27 Thread mattip
Author: Matti Picus Branch: Changeset: r94148:bdbe0dc2c7be Date: 2018-03-27 13:27 +0300 http://bitbucket.org/pypy/pypy/changeset/bdbe0dc2c7be/ Log:make test pass, note jitted code seems have many more ops now diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/te

[pypy-commit] pypy py3.5: add missing files for tests

2018-03-27 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94145:fce0870ca033 Date: 2018-03-27 14:25 +0300 http://bitbucket.org/pypy/pypy/changeset/fce0870ca033/ Log:add missing files for tests diff too long, truncating to 2000 out of 4018 lines diff --git a/pypy/module/cpyext/test/_sre.c b/pypy/module/

[pypy-commit] pypy default: document merged branches

2018-03-27 Thread mattip
Author: Matti Picus Branch: Changeset: r94147:25546c935c5e Date: 2018-03-27 13:26 +0300 http://bitbucket.org/pypy/pypy/changeset/25546c935c5e/ Log:document merged branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/wh

[pypy-commit] pypy unicode-utf8: merge default into branch

2018-03-27 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r94149:a476da4baed5 Date: 2018-03-27 14:50 +0300 http://bitbucket.org/pypy/pypy/changeset/a476da4baed5/ Log:merge default into branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: raise OSError not IOError (py2.7, linux failing stdlib test)

2018-03-27 Thread mattip
Author: Matti Picus Branch: Changeset: r94146:56c6bd396489 Date: 2018-03-27 13:26 +0300 http://bitbucket.org/pypy/pypy/changeset/56c6bd396489/ Log:raise OSError not IOError (py2.7, linux failing stdlib test) diff --git a/pypy/module/posix/app_posix.py b/pypy/module/posix/app_posix.py --- a/

[pypy-commit] pypy default: test, fix for cpython2 optimization where "buffer('') + obj is obj"

2018-03-27 Thread mattip
Author: Matti Picus Branch: Changeset: r94151:d044ce2d7d53 Date: 2018-03-28 00:14 +0300 http://bitbucket.org/pypy/pypy/changeset/d044ce2d7d53/ Log:test, fix for cpython2 optimization where "buffer('') + obj is obj" diff --git a/pypy/module/cpyext/test/test_arraymodule.py b/pypy/module/cpye

[pypy-commit] pypy default: test, fix for PySequence_ITEM accessing sq_item, not mp_subscr. Both are __getitem__, the second takes precedence

2018-03-27 Thread mattip
Author: Matti Picus Branch: Changeset: r94150:abd1818fcde4 Date: 2018-03-28 00:02 +0300 http://bitbucket.org/pypy/pypy/changeset/abd1818fcde4/ Log:test, fix for PySequence_ITEM accessing sq_item, not mp_subscr. Both are __getitem__, the second takes precedence diff --git a/pypy/modu