[pypy-commit] pypy default: fix issue #3137: rsplit of unicode strings that end with a non-ascii char was broken

2019-12-31 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r98430:742d3ed68d7d Date: 2019-12-31 21:04 +0100 http://bitbucket.org/pypy/pypy/changeset/742d3ed68d7d/ Log:fix issue #3137: rsplit of unicode strings that end with a non-ascii char was broken diff --git

[pypy-commit] pypy chameleon: touch a file for a dummy branch

2019-12-31 Thread mattip
Author: Matti Picus Branch: chameleon Changeset: r98429:690bfe56d25d Date: 2019-12-31 18:31 +0200 http://bitbucket.org/pypy/pypy/changeset/690bfe56d25d/ Log:touch a file for a dummy branch diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -41,3 +41,4 @@ Enjoy and

[pypy-commit] benchmarks chameleon: update chameleon to latest GIT master

2019-12-31 Thread mattip
Author: Matti Picus Branch: chameleon Changeset: r389:62161d638d82 Date: 2019-12-31 17:05 +0200 http://bitbucket.org/pypy/benchmarks/changeset/62161d638d82/ Log:update chameleon to latest GIT master diff too long, truncating to 2000 out of 9806 lines diff --git a/lib/chameleon/.git/HEAD

[pypy-commit] benchmarks py3: update runner, bm_ai for python3

2019-12-31 Thread mattip
Author: Matti Picus Branch: py3 Changeset: r390:a668bb880172 Date: 2019-12-31 17:00 +0200 http://bitbucket.org/pypy/benchmarks/changeset/a668bb880172/ Log:update runner, bm_ai for python3 diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks.py +++ b/benchmarks.py @@ -1,3 +1,5 @@

[pypy-commit] pypy py3.6-sqlite: Fix CheckCursorDescriptionInsert

2019-12-31 Thread rlamy
Author: Ronan Lamy Branch: py3.6-sqlite Changeset: r98428:924e0c360a52 Date: 2019-12-31 13:13 +0100 http://bitbucket.org/pypy/pypy/changeset/924e0c360a52/ Log:Fix CheckCursorDescriptionInsert diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++

[pypy-commit] pypy default: merge closed branch

2019-12-31 Thread mattip
Author: Matti Picus Branch: Changeset: r98425:f749b133c219 Date: 2019-12-31 10:37 +0200 http://bitbucket.org/pypy/pypy/changeset/f749b133c219/ Log:merge closed branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: document merged branches

2019-12-31 Thread mattip
Author: Matti Picus Branch: Changeset: r98423:efe50da8e81c Date: 2019-12-31 10:36 +0200 http://bitbucket.org/pypy/pypy/changeset/efe50da8e81c/ Log:document merged branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy py3.7: merge py3.6 into py3.7

2019-12-31 Thread mattip
Author: Matti Picus Branch: py3.7 Changeset: r98427:19ce9addfd08 Date: 2019-12-31 10:39 +0200 http://bitbucket.org/pypy/pypy/changeset/19ce9addfd08/ Log:merge py3.6 into py3.7 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -61,3 +61,12 @@

[pypy-commit] pypy py3.6: merge default into py3.6

2019-12-31 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98426:d6c463879012 Date: 2019-12-31 10:38 +0200 http://bitbucket.org/pypy/pypy/changeset/d6c463879012/ Log:merge default into py3.6 diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy bpo-16055: close merged branch

2019-12-31 Thread mattip
Author: Matti Picus Branch: bpo-16055 Changeset: r98424:644597715291 Date: 2019-12-31 10:37 +0200 http://bitbucket.org/pypy/pypy/changeset/644597715291/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: Merged in array-and-nan (pull request #693)

2019-12-31 Thread mattip
Author: mattip Branch: Changeset: r98422:804289374fb9 Date: 2019-12-31 08:15 + http://bitbucket.org/pypy/pypy/changeset/804289374fb9/ Log:Merged in array-and-nan (pull request #693) Replacing `space.eq_w(...)` by `space.is_true(space.eq(...))` in `compare_arrays` and

[pypy-commit] pypy array-and-nan: Close branch array-and-nan

2019-12-31 Thread mattip
Author: mattip Branch: array-and-nan Changeset: r98421:248eb8dbf927 Date: 2019-12-31 08:15 + http://bitbucket.org/pypy/pypy/changeset/248eb8dbf927/ Log:Close branch array-and-nan ___ pypy-commit mailing list pypy-commit@python.org