[pypy-commit] pypy py3.6: merge py3.5 into branch

2019-02-13 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96009:9a4153f0307e Date: 2019-02-14 00:39 +0200 http://bitbucket.org/pypy/pypy/changeset/9a4153f0307e/ Log:merge py3.5 into branch diff too long, truncating to 2000 out of 27730 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@

[pypy-commit] pypy py3.6: fix merge

2019-02-13 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96010:c3059a6a2591 Date: 2019-02-14 00:51 +0200 http://bitbucket.org/pypy/pypy/changeset/c3059a6a2591/ Log:fix merge diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/module/_codecs/interp_codecs

[pypy-commit] pypy py3.5: backport 3.6 changes

2019-02-13 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r96008:a66a6d79084f Date: 2019-02-14 00:30 +0200 http://bitbucket.org/pypy/pypy/changeset/a66a6d79084f/ Log:backport 3.6 changes diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelp

[pypy-commit] pypy py3.5: merge default into branch

2019-02-13 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r96006:f468bb5ec141 Date: 2019-02-13 23:18 +0200 http://bitbucket.org/pypy/pypy/changeset/f468bb5ec141/ Log:merge default into branch diff --git a/pypy/doc/extending.rst b/pypy/doc/extending.rst --- a/pypy/doc/extending.rst +++ b/pypy/doc/extendin

[pypy-commit] pypy py3.5: merge unicode-utf8-py3 into py3.5

2019-02-13 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r96005:0bbb64dc7f98 Date: 2019-02-13 23:13 +0200 http://bitbucket.org/pypy/pypy/changeset/0bbb64dc7f98/ Log:merge unicode-utf8-py3 into py3.5 diff too long, truncating to 2000 out of 25065 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/

[pypy-commit] pypy py3.5: fix whatsnew

2019-02-13 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r96007:1c6f81f3c5cf Date: 2019-02-13 23:21 +0200 http://bitbucket.org/pypy/pypy/changeset/1c6f81f3c5cf/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/whatsnew-pypy3-head.rst +++ b/

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

2019-02-13 Thread mattip
Author: Matti Picus Branch: Changeset: r96003:ba081fb468f4 Date: 2019-02-13 23:11 +0200 http://bitbucket.org/pypy/pypy/changeset/ba081fb468f4/ Log:merge unicode-utf8 into default diff too long, truncating to 2000 out of 15164 lines diff --git a/TODO b/TODO new file mode 100644 --- /dev/nul

[pypy-commit] pypy unicode-utf8-py3: close branch

2019-02-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r96004:e6b04cfc1802 Date: 2019-02-13 23:13 +0200 http://bitbucket.org/pypy/pypy/changeset/e6b04cfc1802/ Log:close branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python

[pypy-commit] pypy unicode-utf8: document branch to be merged

2019-02-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r96001:2418468b1574 Date: 2019-02-13 23:06 +0200 http://bitbucket.org/pypy/pypy/changeset/2418468b1574/ 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.rst +

[pypy-commit] pypy unicode-utf8: close branch

2019-02-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r96002:98fe98e6e00d Date: 2019-02-13 23:09 +0200 http://bitbucket.org/pypy/pypy/changeset/98fe98e6e00d/ Log:close branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org

[pypy-commit] pypy default: try to fix s390x

2019-02-13 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96000:8ad869bf0714 Date: 2019-02-13 20:17 +0100 http://bitbucket.org/pypy/pypy/changeset/8ad869bf0714/ Log:try to fix s390x diff --git a/rpython/jit/backend/zarch/regalloc.py b/rpython/jit/backend/zarch/regalloc.py --- a/rpython/jit/b

[pypy-commit] pypy default: Update ctypes description

2019-02-13 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r95998:18ed8b023dea Date: 2019-02-13 14:45 + http://bitbucket.org/pypy/pypy/changeset/18ed8b023dea/ Log:Update ctypes description diff --git a/pypy/doc/extending.rst b/pypy/doc/extending.rst --- a/pypy/doc/extending.rst +++ b/pypy/doc/extending.rst

[pypy-commit] pypy default: Update link to IRC logs

2019-02-13 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r95999:6b234ecc047d Date: 2019-02-13 14:46 + http://bitbucket.org/pypy/pypy/changeset/6b234ecc047d/ Log:Update link to IRC logs diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -103,7 +103,7 @

[pypy-commit] pypy cpyext-gc-cycle: Added interface for rawrefcount finalizers to the gc

2019-02-13 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r95997:a316d3f47e9f Date: 2019-02-13 15:16 +0100 http://bitbucket.org/pypy/pypy/changeset/a316d3f47e9f/ Log:Added interface for rawrefcount finalizers to the gc Added support for rawrefcount finalizers to dot-tests Potentially de

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

2019-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r3217:6ab3ee780c72 Date: 2019-02-13 14:43 +0100 http://bitbucket.org/cffi/cffi/changeset/6ab3ee780c72/ Log:hg merge release-1.12 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -17,3 +17,4 @@ 1aafccb9255dbb36f8e785b65624e39628cee63a v1.11

[pypy-commit] cffi release-1.12: Added tag v1.12.0 for changeset 170fb3d1f0b3

2019-02-13 Thread arigo
Author: Armin Rigo Branch: release-1.12 Changeset: r3216:36b42008e2fc Date: 2019-02-13 14:42 +0100 http://bitbucket.org/cffi/cffi/changeset/36b42008e2fc/ Log:Added tag v1.12.0 for changeset 170fb3d1f0b3 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -17,3 +17,4 @@ 1aafccb9255

[pypy-commit] cffi release-1.12: update md5/sha

2019-02-13 Thread arigo
Author: Armin Rigo Branch: release-1.12 Changeset: r3215:170fb3d1f0b3 Date: 2019-02-13 14:42 +0100 http://bitbucket.org/cffi/cffi/changeset/170fb3d1f0b3/ Log:update md5/sha diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/sour

[pypy-commit] pypy py3.6: seems we never updated idlelib with the 3.6 changes!

2019-02-13 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r95996:9387f96a5518 Date: 2019-02-13 13:07 +0100 http://bitbucket.org/pypy/pypy/changeset/9387f96a5518/ Log:seems we never updated idlelib with the 3.6 changes! diff too long, truncating to 2000 out of 7060 lines diff --git a/lib-

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

2019-02-13 Thread arigo
Author: Armin Rigo Branch: release-1.12 Changeset: r3214:648850aaf0ee Date: 2019-02-13 12:56 +0100 http://bitbucket.org/cffi/cffi/changeset/648850aaf0ee/ Log:hg merge default diff --git a/testing/embedding/test_thread.py b/testing/embedding/test_thread.py --- a/testing/embedding/test_thread.

[pypy-commit] cffi default: Found out a way that appears to fix the problems on Windows

2019-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r3213:7eba738b73fb Date: 2019-02-13 12:49 +0100 http://bitbucket.org/cffi/cffi/changeset/7eba738b73fb/ Log:Found out a way that appears to fix the problems on Windows diff --git a/testing/embedding/test_thread.py b/testing/embedding/test_thread.py --- a

[pypy-commit] cffi release-1.12: make release branch

2019-02-13 Thread arigo
Author: Armin Rigo Branch: release-1.12 Changeset: r3212:4c6a0cf68db6 Date: 2019-02-13 12:37 +0100 http://bitbucket.org/cffi/cffi/changeset/4c6a0cf68db6/ Log:make release branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.pytho

[pypy-commit] cffi default: Add comments about this test failing occasionally on Windows

2019-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r3211:262a22d485b7 Date: 2019-02-13 12:26 +0100 http://bitbucket.org/cffi/cffi/changeset/262a22d485b7/ Log:Add comments about this test failing occasionally on Windows diff --git a/testing/embedding/test_thread.py b/testing/embedding/test_thread.py ---

[pypy-commit] pypy unicode-utf8-py3: update TODO

2019-02-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95995:271c50c1e3bf Date: 2019-02-13 10:24 +0200 http://bitbucket.org/pypy/pypy/changeset/271c50c1e3bf/ Log:update TODO diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -4,17 +4,16 @@ * think about cost of utf8 list strategy (CF) * r

[pypy-commit] pypy unicode-utf8-py3: minimize rpython difference to unicode-utf8

2019-02-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95994:2ae56b36c5ee Date: 2019-02-13 00:51 +0200 http://bitbucket.org/pypy/pypy/changeset/2ae56b36c5ee/ Log:minimize rpython difference to unicode-utf8 diff --git a/rpython/rlib/_os_support.py b/rpython/rlib/_os_support.py --- a/rpython

[pypy-commit] pypy unicode-utf8: backport changes to rpython from unicode-utf8-py3

2019-02-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95993:275eabb360c2 Date: 2019-02-13 00:51 +0200 http://bitbucket.org/pypy/pypy/changeset/275eabb360c2/ Log:backport changes to rpython from unicode-utf8-py3 diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/r