Author: Carl Friedrich Bolz-Tereick
Branch: py3.6
Changeset: r96798:60c42a75264d
Date: 2019-06-12 13:49 +0200
http://bitbucket.org/pypy/pypy/changeset/60c42a75264d/
Log:merge default
diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py
--- a/rpython/rlib/_rsocket_rffi.p
Author: Carl Friedrich Bolz-Tereick
Branch:
Changeset: r96797:8377609877a4
Date: 2019-06-12 13:48 +0200
http://bitbucket.org/pypy/pypy/changeset/8377609877a4/
Log:backport rlib socket changes from 440feb6ea372 (minus tabs)
diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_r
Author: Matti Picus
Branch: py3.6
Changeset: r96799:dfa5401cba82
Date: 2019-06-12 15:04 +0300
http://bitbucket.org/pypy/pypy/changeset/dfa5401cba82/
Log:sync with default
diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py
--- a/rpython/rlib/_rsocket_rffi.py
+++ b/rpyt
Author: Ronan Lamy
Branch:
Changeset: r96800:32dd16507042
Date: 2019-06-12 15:24 +0100
http://bitbucket.org/pypy/pypy/changeset/32dd16507042/
Log:Update warning: perf is now called pyperf
diff --git a/lib-python/2.7/timeit.py b/lib-python/2.7/timeit.py
--- a/lib-python/2.7/timeit.py
+++ b/l
Author: Ronan Lamy
Branch:
Changeset: r96801:e53c20a6841a
Date: 2019-06-12 15:28 +0100
http://bitbucket.org/pypy/pypy/changeset/e53c20a6841a/
Log:fix test as well
diff --git a/lib-python/2.7/test/test_timeit.py
b/lib-python/2.7/test/test_timeit.py
--- a/lib-python/2.7/test/test_timeit.py
+
Author: Ronan Lamy
Branch: py3.6
Changeset: r96802:c52c6b7bcc14
Date: 2019-06-12 15:31 +0100
http://bitbucket.org/pypy/pypy/changeset/c52c6b7bcc14/
Log:Update warning: perf is now called pyperf
diff --git a/lib-python/3/test/test_timeit.py b/lib-python/3/test/test_timeit.py
--- a/lib-python/
Author: Armin Rigo
Branch:
Changeset: r3279:e00484ba0031
Date: 2019-06-12 17:58 +0200
http://bitbucket.org/cffi/cffi/changeset/e00484ba0031/
Log:Issue #412
Test and fix for unnamed bitfields which are not ":0" bitfields.
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_c