[pypy-commit] pypy default: Added tag release-pypy3.6-v7.3.0 for changeset 1608da62bfc7

2019-12-23 Thread mattip
Author: Matti Picus Branch: Changeset: r98378:430e63a88300 Date: 2019-12-23 23:42 +0200 http://bitbucket.org/pypy/pypy/changeset/430e63a88300/ Log:Added tag release-pypy3.6-v7.3.0 for changeset 1608da62bfc7 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -69,3 +69,4 @@

[pypy-commit] pypy default: Added tag release-pypy2.7-v7.3.0 for changeset 724f1a7d62e8

2019-12-23 Thread mattip
Author: Matti Picus Branch: Changeset: r98377:a433ce7a9e4e Date: 2019-12-23 23:41 +0200 http://bitbucket.org/pypy/pypy/changeset/a433ce7a9e4e/ Log:Added tag release-pypy2.7-v7.3.0 for changeset 724f1a7d62e8 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -68,3 +68,4 @@

[pypy-commit] pypy default: tweak release note for last-minute addition

2019-12-23 Thread mattip
Author: Matti Picus Branch: Changeset: r98376:f41af980342f Date: 2019-12-23 23:36 +0200 http://bitbucket.org/pypy/pypy/changeset/f41af980342f/ Log:tweak release note for last-minute addition diff --git a/pypy/doc/release-v7.3.0.rst b/pypy/doc/release-v7.3.0.rst ---

[pypy-commit] pypy cpyext-speedup-tests: close branch to be merged

2019-12-23 Thread antocuni
Author: Antonio Cuni Branch: cpyext-speedup-tests Changeset: r98373:c420cfb6c3d4 Date: 2019-12-23 19:16 +0100 http://bitbucket.org/pypy/pypy/changeset/c420cfb6c3d4/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: merge this branch to speedup cpyext tests, especially on py3.6

2019-12-23 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r98374:3bb3cd0a3643 Date: 2019-12-23 19:17 +0100 http://bitbucket.org/pypy/pypy/changeset/3bb3cd0a3643/ Log:merge this branch to speedup cpyext tests, especially on py3.6 diff --git a/lib-python/2.7/pickle.py b/lib-python/2.7/pickle.py ---

[pypy-commit] pypy cpyext-speedup-tests: use __code__ to be reduce the diff with py3.6

2019-12-23 Thread antocuni
Author: Antonio Cuni Branch: cpyext-speedup-tests Changeset: r98368:64ffef8c26a7 Date: 2019-12-23 19:03 +0100 http://bitbucket.org/pypy/pypy/changeset/64ffef8c26a7/ Log:use __code__ to be reduce the diff with py3.6 diff --git a/pypy/module/cpyext/test/test_cpyext.py

[pypy-commit] pypy cpyext-speedup-tests: missing import

2019-12-23 Thread antocuni
Author: Antonio Cuni Branch: cpyext-speedup-tests Changeset: r98367:7171a0719fdb Date: 2019-12-23 18:50 +0100 http://bitbucket.org/pypy/pypy/changeset/7171a0719fdb/ Log:missing import diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyext.py ---

[pypy-commit] pypy default: Added tag release-pypy3.6-v7.3.0rc4 for changeset 1608da62bfc7

2019-12-23 Thread mattip
Author: Matti Picus Branch: Changeset: r98362:0e6c068722c0 Date: 2019-12-23 17:32 +0200 http://bitbucket.org/pypy/pypy/changeset/0e6c068722c0/ Log:Added tag release-pypy3.6-v7.3.0rc4 for changeset 1608da62bfc7 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -66,3 +66,4 @@

[pypy-commit] pypy release-pypy2.7-v7.x: merge default into release

2019-12-23 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-v7.x Changeset: r98361:724f1a7d62e8 Date: 2019-12-23 17:32 +0200 http://bitbucket.org/pypy/pypy/changeset/724f1a7d62e8/ Log:merge default into release diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -61,3 +61,8 @@

[pypy-commit] pypy default: Added tag release-pypy2.7-v7.3.0rc4 for changeset 724f1a7d62e8

2019-12-23 Thread mattip
Author: Matti Picus Branch: Changeset: r98363:16369979c2f9 Date: 2019-12-23 17:33 +0200 http://bitbucket.org/pypy/pypy/changeset/16369979c2f9/ Log:Added tag release-pypy2.7-v7.3.0rc4 for changeset 724f1a7d62e8 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -67,3 +67,4 @@

[pypy-commit] pypy py3.7: pure python HAMT immutable dict implementation from the immutables package

2019-12-23 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.7 Changeset: r98359:4f0d7c92cfdd Date: 2019-12-23 16:14 +0100 http://bitbucket.org/pypy/pypy/changeset/4f0d7c92cfdd/ Log:pure python HAMT immutable dict implementation from the immutables package taken from rev

[pypy-commit] pypy py3.7: use the _immutable_map.Map implementation in the _contextvars module

2019-12-23 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.7 Changeset: r98360:4f3a9b9e4db1 Date: 2019-12-23 16:28 +0100 http://bitbucket.org/pypy/pypy/changeset/4f3a9b9e4db1/ Log:use the _immutable_map.Map implementation in the _contextvars module diff --git a/lib_pypy/_contextvars.py

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

2019-12-23 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.7 Changeset: r98357:53d92a0bd2cd Date: 2019-12-22 15:51 +0100 http://bitbucket.org/pypy/pypy/changeset/53d92a0bd2cd/ Log:merge py3.6 diff too long, truncating to 2000 out of 22776 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++

[pypy-commit] pypy py3.7: start implementing PEP-0567

2019-12-23 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.7 Changeset: r98358:f9a14309d6d1 Date: 2019-12-23 15:46 +0100 http://bitbucket.org/pypy/pypy/changeset/f9a14309d6d1/ Log:start implementing PEP-0567 Python code is taken from there, pure Python apart from two functions in

[pypy-commit] pypy release-pypy3.6-v7.x: merge py3.6 into release

2019-12-23 Thread mattip
Author: Matti Picus Branch: release-pypy3.6-v7.x Changeset: r98356:1608da62bfc7 Date: 2019-12-23 12:46 +0200 http://bitbucket.org/pypy/pypy/changeset/1608da62bfc7/ Log:merge py3.6 into release diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -61,3 +61,8 @@

[pypy-commit] pypy default: add tcl8, tk8 to bundle; make sure so is writable

2019-12-23 Thread mattip
Author: Matti Picus Branch: Changeset: r98354:c39c8c877848 Date: 2019-12-23 12:45 +0200 http://bitbucket.org/pypy/pypy/changeset/c39c8c877848/ Log:add tcl8, tk8 to bundle; make sure so is writable diff --git a/pypy/tool/release/make_portable.py b/pypy/tool/release/make_portable.py ---

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

2019-12-23 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98355:bad589e6fe76 Date: 2019-12-23 12:46 +0200 http://bitbucket.org/pypy/pypy/changeset/bad589e6fe76/ Log:merge default into py3.6 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -61,3 +61,8 @@