[pypy-commit] pypy winoverlapped: Started implementing WSARecv

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95912:eb3c85f76e9d Date: 2019-02-08 21:43 + http://bitbucket.org/pypy/pypy/changeset/eb3c85f76e9d/ Log:Started implementing WSARecv diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py +++

[pypy-commit] pypy winoverlapped: Fixing asyncio - work in progress

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95907:a7c5ca35f519 Date: 2019-02-08 12:36 + http://bitbucket.org/pypy/pypy/changeset/a7c5ca35f519/ Log:Fixing asyncio - work in progress diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py

[pypy-commit] pypy winoverlapped: added overlapped type and implemented overlapped cancel method

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95908:4f3f9908aea9 Date: 2019-02-08 13:39 + http://bitbucket.org/pypy/pypy/changeset/4f3f9908aea9/ Log:added overlapped type and implemented overlapped cancel method diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py

[pypy-commit] pypy winoverlapped: Started implementing CreateIoCompletionPort

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95910:ba8adec396ef Date: 2019-02-08 15:55 + http://bitbucket.org/pypy/pypy/changeset/ba8adec396ef/ Log:Started implementing CreateIoCompletionPort diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py ---

[pypy-commit] pypy winoverlapped: Work in progress - fixed casting issues

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95911:d599f3b0c6cb Date: 2019-02-08 21:14 + http://bitbucket.org/pypy/pypy/changeset/d599f3b0c6cb/ Log:Work in progress - fixed casting issues diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py ---

[pypy-commit] pypy winoverlapped: Work in progress. Added GetQueueCompletionStatus.

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95909:846255c51472 Date: 2019-02-08 14:31 + http://bitbucket.org/pypy/pypy/changeset/846255c51472/ Log:Work in progress. Added GetQueueCompletionStatus. diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py ---

[pypy-commit] pypy.org extradoc: checksums for new/updated packages which I have built+uploaded so far

2019-02-08 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r932:128fdd22c9b6 Date: 2019-02-08 17:44 +0100 http://bitbucket.org/pypy/pypy.org/changeset/128fdd22c9b6/ Log:checksums for new/updated packages which I have built+uploaded so far diff --git a/source/download.txt b/source/download.txt

[pypy-commit] pypy py3.6: Support for os.PathLike in the posix module

2019-02-08 Thread ambv
Author: ukasz Langa Branch: py3.6 Changeset: r95906:075d529ca03f Date: 2019-02-08 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/075d529ca03f/ Log:Support for os.PathLike in the posix module diff --git a/lib-python/3/test/test_os.py b/lib-python/3/test/test_os.py ---

[pypy-commit] pypy default: merge regalloc-playground

2019-02-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r95905:cfad18a6fd4b Date: 2019-02-08 15:38 +0100 http://bitbucket.org/pypy/pypy/changeset/cfad18a6fd4b/ Log:merge regalloc-playground improve register allocation by using better heuristics. diff too long, truncating to 2000

[pypy-commit] pypy default: Added tag release-pypy3.6-v7.0.0 for changeset fb40f7a5524c

2019-02-08 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r95904:18e56676c281 Date: 2019-02-08 13:47 +0100 http://bitbucket.org/pypy/pypy/changeset/18e56676c281/ Log:Added tag release-pypy3.6-v7.0.0 for changeset fb40f7a5524c diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -65,3 +65,5 @@

[pypy-commit] pypy default: Added tag release-pypy3.5-v7.0.0 for changeset 928a4f70d3de

2019-02-08 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r95903:f7df2fcb0792 Date: 2019-02-08 13:47 +0100 http://bitbucket.org/pypy/pypy/changeset/f7df2fcb0792/ Log:Added tag release-pypy3.5-v7.0.0 for changeset 928a4f70d3de diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -63,3 +63,5 @@

[pypy-commit] pypy default: Added tag release-pypy2.7-v7.0.0 for changeset c8805ee6d784

2019-02-08 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r95902:194ef7383743 Date: 2019-02-08 13:47 +0100 http://bitbucket.org/pypy/pypy/changeset/194ef7383743/ Log:Added tag release-pypy2.7-v7.0.0 for changeset c8805ee6d784 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -61,3 +61,5 @@

[pypy-commit] pypy zlib-copying-third-time-a-charm: Close to-be-merged.

2019-02-08 Thread Julian Berman
Author: Julian Berman Branch: zlib-copying-third-time-a-charm Changeset: r95900:ec4721a48f93 Date: 2019-02-08 07:27 -0500 http://bitbucket.org/pypy/pypy/changeset/ec4721a48f93/ Log:Close to-be-merged. ___ pypy-commit mailing list

[pypy-commit] pypy default: Merge zlib-copying-third-time-a-charm.

2019-02-08 Thread Julian Berman
Author: Julian Berman Branch: Changeset: r95901:887c215ee39f Date: 2019-02-08 07:29 -0500 http://bitbucket.org/pypy/pypy/changeset/887c215ee39f/ Log:Merge zlib-copying-third-time-a-charm. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: fix version in the release announcement

2019-02-08 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r95899:7ba58d0d1973 Date: 2019-02-08 12:10 +0100 http://bitbucket.org/pypy/pypy/changeset/7ba58d0d1973/ Log:fix version in the release announcement diff --git a/pypy/doc/release-v7.0.0.rst b/pypy/doc/release-v7.0.0.rst ---

[pypy-commit] pypy regalloc-playground: merge default

2019-02-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: regalloc-playground Changeset: r95897:cba2a76ece6b Date: 2019-02-08 12:10 +0100 http://bitbucket.org/pypy/pypy/changeset/cba2a76ece6b/ Log:merge default diff too long, truncating to 2000 out of 5796 lines diff --git a/.hgignore b/.hgignore ---

[pypy-commit] pypy regalloc-playground: add whatsnew entry

2019-02-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: regalloc-playground Changeset: r95898:57127989bf1e Date: 2019-02-08 12:12 +0100 http://bitbucket.org/pypy/pypy/changeset/57127989bf1e/ Log:add whatsnew entry diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: merge math-improvements

2019-02-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r95895:7a4d0769c63d Date: 2019-02-08 11:01 +0100 http://bitbucket.org/pypy/pypy/changeset/7a4d0769c63d/ Log:merge math-improvements diff too long, truncating to 2000 out of 2276 lines diff --git a/pypy/doc/whatsnew-head.rst

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

2019-02-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r95896:8d7a3fd5c328 Date: 2019-02-08 11:56 +0100 http://bitbucket.org/pypy/pypy/changeset/8d7a3fd5c328/ Log:merge default diff too long, truncating to 2000 out of 2357 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++

[pypy-commit] pypy release-pypy3.6-7.x: Crashes with too-old versions of hypothesis. Turn crashes into warnings

2019-02-08 Thread arigo
Author: Armin Rigo Branch: release-pypy3.6-7.x Changeset: r95894:fb40f7a5524c Date: 2019-02-08 00:54 +0100 http://bitbucket.org/pypy/pypy/changeset/fb40f7a5524c/ Log:Crashes with too-old versions of hypothesis. Turn crashes into warnings diff --git a/rpython/conftest.py

[pypy-commit] pypy release-pypy3.5-7.x: fix the version number AGAIN

2019-02-08 Thread antocuni
Author: Antonio Cuni Branch: release-pypy3.5-7.x Changeset: r95890:aaff09311f03 Date: 2019-02-08 11:31 +0100 http://bitbucket.org/pypy/pypy/changeset/aaff09311f03/ Log:fix the version number AGAIN diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py

[pypy-commit] pypy release-pypy3.6-7.x: fix the version :(

2019-02-08 Thread antocuni
Author: Antonio Cuni Branch: release-pypy3.6-7.x Changeset: r95891:e83543812df5 Date: 2019-02-08 11:32 +0100 http://bitbucket.org/pypy/pypy/changeset/e83543812df5/ Log:fix the version :( diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -71,9

[pypy-commit] pypy release-pypy2.7-7.x: Crashes with too-old versions of hypothesis. Turn crashes into warnings

2019-02-08 Thread arigo
Author: Armin Rigo Branch: release-pypy2.7-7.x Changeset: r95892:c8805ee6d784 Date: 2019-02-08 00:54 +0100 http://bitbucket.org/pypy/pypy/changeset/c8805ee6d784/ Log:Crashes with too-old versions of hypothesis. Turn crashes into warnings diff --git a/rpython/conftest.py

[pypy-commit] pypy release-pypy3.5-7.x: Crashes with too-old versions of hypothesis. Turn crashes into warnings

2019-02-08 Thread arigo
Author: Armin Rigo Branch: release-pypy3.5-7.x Changeset: r95893:928a4f70d3de Date: 2019-02-08 00:54 +0100 http://bitbucket.org/pypy/pypy/changeset/928a4f70d3de/ Log:Crashes with too-old versions of hypothesis. Turn crashes into warnings diff --git a/rpython/conftest.py

[pypy-commit] pypy winoverlapped: Merge branch

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95889:45806a696752 Date: 2019-02-08 09:56 + http://bitbucket.org/pypy/pypy/changeset/45806a696752/ Log:Merge branch diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -4,8 +4,10 @@ *~ .*.swp .idea

[pypy-commit] pypy winoverlapped: Work in progress

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95888:5282280ffad4 Date: 2019-02-06 21:30 + http://bitbucket.org/pypy/pypy/changeset/5282280ffad4/ Log:Work in progress diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py +++

[pypy-commit] pypy winoverlapped: Add _overlapped.py

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95887:293f10f71a75 Date: 2019-02-06 13:19 + http://bitbucket.org/pypy/pypy/changeset/293f10f71a75/ Log:Add _overlapped.py diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py new file mode 100644 --- /dev/null +++

[pypy-commit] pypy default: Merged inet_pton change

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: Changeset: r95886:d8e2362354de Date: 2019-02-08 09:39 + http://bitbucket.org/pypy/pypy/changeset/d8e2362354de/ Log:Merged inet_pton change diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_rsocket_rffi.py +++

[pypy-commit] pypy default: remove posix restriction on inet_pton

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: Changeset: r95885:c95a472b8e59 Date: 2019-02-06 22:03 + http://bitbucket.org/pypy/pypy/changeset/c95a472b8e59/ Log:remove posix restriction on inet_pton diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py ---