[pypy-commit] pypy vendor/stdlib-2.7.16: revert pickle.py to pypy version, fix _remove_dead_weakref

2019-05-19 Thread mattip
Author: Matti Picus Branch: vendor/stdlib-2.7.16 Changeset: r96639:9aa8f255fa02 Date: 2019-05-20 09:12 +0300 http://bitbucket.org/pypy/pypy/changeset/9aa8f255fa02/ Log:revert pickle.py to pypy version, fix _remove_dead_weakref diff --git a/lib-python/2.7/pickle.py b/lib-python/2.7/pickle.py

[pypy-commit] pypy vendor/stdlib-2.7.16: revert sysconfig, update info and how-to-update

2019-05-19 Thread mattip
Author: Matti Picus Branch: vendor/stdlib-2.7.16 Changeset: r96638:3a0d737b20b0 Date: 2019-05-20 08:03 +0300 http://bitbucket.org/pypy/pypy/changeset/3a0d737b20b0/ Log:revert sysconfig, update info and how-to-update diff --git a/lib-python/2.7/sysconfig.py b/lib-python/2.7/sysconfig.py --- a

[pypy-commit] pypy vendor/stdlib-2.7.16: implement weakref._remove_dead_weakref, change pip version in ensurepip

2019-05-19 Thread mattip
Author: Matti Picus Branch: vendor/stdlib-2.7.16 Changeset: r96637:819d32f3f951 Date: 2019-05-20 07:51 +0300 http://bitbucket.org/pypy/pypy/changeset/819d32f3f951/ Log:implement weakref._remove_dead_weakref, change pip version in ensurepip diff --git a/lib-python/2.7/ensurepip/__init

[pypy-commit] pypy winmultiprocessing: First implementation of socket.share. Fixed issue with _testcapi import.

2019-05-19 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96636:440feb6ea372 Date: 2019-05-19 21:28 +0100 http://bitbucket.org/pypy/pypy/changeset/440feb6ea372/ Log:First implementation of socket.share. Fixed issue with _testcapi import. diff --git a/lib_pypy/_pypy_testcapi.py b/

[pypy-commit] pypy vendor/stdlib-2.7.16: add _ssl.HAS_TLSv1_3

2019-05-19 Thread mattip
Author: Matti Picus Branch: vendor/stdlib-2.7.16 Changeset: r96635:ea4bfedd2667 Date: 2019-05-19 23:14 +0300 http://bitbucket.org/pypy/pypy/changeset/ea4bfedd2667/ Log:add _ssl.HAS_TLSv1_3 diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/int

[pypy-commit] pypy vendor/stdlib-2.7.16: revert to older version

2019-05-19 Thread mattip
Author: Matti Picus Branch: vendor/stdlib-2.7.16 Changeset: r96634:18a0680acbec Date: 2019-05-19 22:48 +0300 http://bitbucket.org/pypy/pypy/changeset/18a0680acbec/ Log:revert to older version diff --git a/lib-python/2.7/ctypes/__init__.py b/lib-python/2.7/ctypes/__init__.py --- a/lib-python

[pypy-commit] pypy vendor/stdlib-2.7.16: vendor in 2.7.16 with pip 19, stub implementation of weakref._remove_dead_weakref

2019-05-19 Thread mattip
Author: Matti Picus Branch: vendor/stdlib-2.7.16 Changeset: r96633:1ef1b169d3cc Date: 2019-05-19 18:54 +0300 http://bitbucket.org/pypy/pypy/changeset/1ef1b169d3cc/ Log:vendor in 2.7.16 with pip 19, stub implementation of weakref._remove_dead_weakref diff too long, truncating to 2000

[pypy-commit] pypy py3.6: add memoryview.obj which stores a reference, issue #3016

2019-05-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96632:40df81b2d706 Date: 2019-05-19 11:45 +0300 http://bitbucket.org/pypy/pypy/changeset/40df81b2d706/ Log:add memoryview.obj which stores a reference, issue #3016 diff --git a/pypy/objspace/std/memoryobject.py b/pypy/objspace/std/memoryobject.p