[pypy-commit] cffi default: Remove very old, unused file

2019-11-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r3315:2d7c18be7ac6 Date: 2019-11-07 10:28 +0100 http://bitbucket.org/cffi/cffi/changeset/2d7c18be7ac6/ Log:Remove very old, unused file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -lan

[pypy-commit] cffi default: Tweak the '-Wno-*' arguments passed to gcc during tests

2019-11-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r3316:eebc6733b38d Date: 2019-11-07 12:24 +0100 http://bitbucket.org/cffi/cffi/changeset/eebc6733b38d/ Log:Tweak the '-Wno-*' arguments passed to gcc during tests diff --git a/cffi/_cffi_include.h b/cffi/_cffi_include.h --- a/cffi/_cffi_include.h +++ b/

[pypy-commit] pypy py3.6-exc-info: revert some parts, fix the rest

2019-11-07 Thread arigo
Author: Armin Rigo Branch: py3.6-exc-info Changeset: r97974:2857fcf6b913 Date: 2019-11-07 13:30 +0100 http://bitbucket.org/pypy/pypy/changeset/2857fcf6b913/ Log:revert some parts, fix the rest diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncontext.py --- a/pyp

[pypy-commit] pypy py3.7: Merged in py3.7-bpo-29962 (pull request #681)

2019-11-07 Thread arigo
Author: Armin Rigo Branch: py3.7 Changeset: r97975:63e99c51c669 Date: 2019-11-07 12:36 + http://bitbucket.org/pypy/pypy/changeset/63e99c51c669/ Log:Merged in py3.7-bpo-29962 (pull request #681) bpo-29962: Implemented app-level math.remainder diff --git a/pypy/module/math/app_mat

[pypy-commit] pypy py3.6-exc-info: oops, fix

2019-11-07 Thread arigo
Author: Armin Rigo Branch: py3.6-exc-info Changeset: r97976:7e2152a405d6 Date: 2019-11-07 13:54 +0100 http://bitbucket.org/pypy/pypy/changeset/7e2152a405d6/ Log:oops, fix diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncontext.py --- a/pypy/interpreter/executio

[pypy-commit] pypy py3.6-exc-info: close branch, ready to merge

2019-11-07 Thread arigo
Author: Armin Rigo Branch: py3.6-exc-info Changeset: r97977:a5983abcf08b Date: 2019-11-07 13:56 +0100 http://bitbucket.org/pypy/pypy/changeset/a5983abcf08b/ Log:close branch, ready to merge ___ pypy-commit mailing list pypy-commit@python.org https:

[pypy-commit] pypy py3.6: hg merge py3.6-exc-info

2019-11-07 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97978:251b47698e8e Date: 2019-11-07 14:04 +0100 http://bitbucket.org/pypy/pypy/changeset/251b47698e8e/ Log:hg merge py3.6-exc-info Generators need to store the old current 'exc_info' in a place that is visible, because in one corne

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

2019-11-07 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97979:2a48a020ef28 Date: 2019-11-07 14:07 +0100 http://bitbucket.org/pypy/pypy/changeset/2a48a020ef28/ Log:merge heads diff --git a/lib-python/3/test/test_dis.py b/lib-python/3/test/test_dis.py --- a/lib-python/3/test/test_dis.py +++ b/lib-python/

[pypy-commit] pypy py3.7-pep564: Using r_int64 to handle nanoseconds in time module without overflowing

2019-11-07 Thread Yannick_Jadoul
Author: Yannick Jadoul Branch: py3.7-pep564 Changeset: r97980:b2be19ccfa88 Date: 2019-11-07 17:44 +0100 http://bitbucket.org/pypy/pypy/changeset/b2be19ccfa88/ Log:Using r_int64 to handle nanoseconds in time module without overflowing diff --git a/pypy/module/time/interp_time.py b/pyp

[pypy-commit] pypy py3.6: Convert test_annotations.py into apptest_annotations.py

2019-11-07 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97981:1c7a09311e66 Date: 2019-11-07 22:04 + http://bitbucket.org/pypy/pypy/changeset/1c7a09311e66/ Log:Convert test_annotations.py into apptest_annotations.py diff --git a/pypy/interpreter/test/test_annotations.py b/pypy/interpreter/test/appt

[pypy-commit] pypy py3.6: clean up some tests

2019-11-07 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97982:537aeca90e39 Date: 2019-11-07 22:18 + http://bitbucket.org/pypy/pypy/changeset/537aeca90e39/ Log:clean up some tests diff --git a/pypy/interpreter/test/apptest_annotations.py b/pypy/interpreter/test/apptest_annotations.py --- a/pypy/int

[pypy-commit] pypy cppyy-dev: fix backend name selection

2019-11-07 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-dev Changeset: r97986:971d12f69dba Date: 2019-11-06 19:41 -0800 http://bitbucket.org/pypy/pypy/changeset/971d12f69dba/ Log:fix backend name selection diff --git a/pypy/module/_cppyy/capi/loadable_capi.py b/pypy/module/_cppyy/capi/loadable_capi.py --- a/py

[pypy-commit] pypy cppyy-dev: bring capi to 1.10.6

2019-11-07 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-dev Changeset: r97987:dbc11284f2b1 Date: 2019-11-06 22:41 -0800 http://bitbucket.org/pypy/pypy/changeset/dbc11284f2b1/ Log:bring capi to 1.10.6 diff --git a/pypy/module/_cppyy/capi/loadable_capi.py b/pypy/module/_cppyy/capi/loadable_capi.py --- a/pypy/mod

[pypy-commit] pypy cppyy-dev: fix string naming (basic_string -> string)

2019-11-07 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-dev Changeset: r97990:78794b47737d Date: 2019-11-07 15:20 -0800 http://bitbucket.org/pypy/pypy/changeset/78794b47737d/ Log:fix string naming (basic_string -> string) diff --git a/pypy/module/_cppyy/capi/loadable_capi.py b/pypy/module/_cppyy/capi/loadable_

[pypy-commit] pypy cppyy-dev: add new builtin types needed for 1.10.6

2019-11-07 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-dev Changeset: r97988:ef9d9c6bea09 Date: 2019-11-06 22:43 -0800 http://bitbucket.org/pypy/pypy/changeset/ef9d9c6bea09/ Log:add new builtin types needed for 1.10.6 diff --git a/pypy/module/_cppyy/ffitypes.py b/pypy/module/_cppyy/ffitypes.py --- a/pypy/modul

[pypy-commit] pypy cppyy-dev: simplify iteration over std::list/map

2019-11-07 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-dev Changeset: r97989:466fe5506d3d Date: 2019-11-07 11:37 -0800 http://bitbucket.org/pypy/pypy/changeset/466fe5506d3d/ Log:simplify iteration over std::list/map diff --git a/pypy/module/_cppyy/pythonify.py b/pypy/module/_cppyy/pythonify.py --- a/pypy/modul

[pypy-commit] pypy cppyy-dev: rtype fixers to make test_zjit run

2019-11-07 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-dev Changeset: r97991:8f3cf9c3225b Date: 2019-11-07 15:54 -0800 http://bitbucket.org/pypy/pypy/changeset/8f3cf9c3225b/ Log:rtype fixers to make test_zjit run diff --git a/pypy/module/_cppyy/capi/loadable_capi.py b/pypy/module/_cppyy/capi/loadable_capi.py

[pypy-commit] pypy cppyy-dev: add test_regression file with regression tests

2019-11-07 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-dev Changeset: r97985:7c7fd9713e04 Date: 2019-11-06 19:06 -0800 http://bitbucket.org/pypy/pypy/changeset/7c7fd9713e04/ Log:add test_regression file with regression tests diff --git a/pypy/module/_cppyy/test/test_regression.py b/pypy/module/_cppyy/test/tes

[pypy-commit] pypy cppyy-dev: use cling-config to get the cpp flags

2019-11-07 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-dev Changeset: r97984:8d5616349f10 Date: 2019-11-06 19:06 -0800 http://bitbucket.org/pypy/pypy/changeset/8d5616349f10/ Log:use cling-config to get the cpp flags diff --git a/pypy/module/_cppyy/test/Makefile b/pypy/module/_cppyy/test/Makefile --- a/pypy/mod

[pypy-commit] pypy py3.6: oops sorry. Test and fix

2019-11-07 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97992:a0ad758e734a Date: 2019-11-08 08:17 +0100 http://bitbucket.org/pypy/pypy/changeset/a0ad758e734a/ Log:oops sorry. Test and fix diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncontext.py --- a/pypy/interpreter/ex

[pypy-commit] pypy py3.7-pep564: - fix obscure annotation issue by using r_int64(intmask(t.c_millitm)) instead

2019-11-07 Thread arigo
Author: Armin Rigo Branch: py3.7-pep564 Changeset: r97993:3f033e498621 Date: 2019-11-08 08:25 +0100 http://bitbucket.org/pypy/pypy/changeset/3f033e498621/ Log:- fix obscure annotation issue by using r_int64(intmask(t.c_millitm)) instead of r_int64(t.c_millitm). On 64-bit machi

[pypy-commit] pypy default: cpyext: Respect tp_dict on PyType_Ready

2019-11-07 Thread CFSworks
Author: Sam Edwards Branch: Changeset: r97994:c5b62ebd9ccd Date: 2019-11-06 16:51 -0700 http://bitbucket.org/pypy/pypy/changeset/c5b62ebd9ccd/ Log:cpyext: Respect tp_dict on PyType_Ready diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py --