[pypy-commit] pypy py3.7: Add sys._framework attribute

2019-11-01 Thread rlamy
Author: Ronan Lamy Branch: py3.7 Changeset: r97937:48c567ce1caf Date: 2019-11-02 01:03 + http://bitbucket.org/pypy/pypy/changeset/48c567ce1caf/ Log:Add sys._framework attribute diff --git a/pypy/module/sys/moduledef.py b/pypy/module/sys/moduledef.py --- a/pypy/module/sys/moduledef.py +++

[pypy-commit] pypy py3.7-pep564: Adding ns-resolution function to time module

2019-11-01 Thread Yannick_Jadoul
Author: Yannick Jadoul Branch: py3.7-pep564 Changeset: r97933:f0362a20d1a1 Date: 2019-10-17 11:56 +0200 http://bitbucket.org/pypy/pypy/changeset/f0362a20d1a1/ Log:Adding ns-resolution function to time module diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py --- a

[pypy-commit] pypy py3.7-pep564: Added tests for nanosecond-resolution time functions

2019-11-01 Thread Yannick_Jadoul
Author: Yannick Jadoul Branch: py3.7-pep564 Changeset: r97935:7798b261cc60 Date: 2019-10-17 17:52 +0200 http://bitbucket.org/pypy/pypy/changeset/7798b261cc60/ Log:Added tests for nanosecond-resolution time functions diff --git a/pypy/module/time/test/test_time.py b/pypy/module/time/test/tes

[pypy-commit] pypy py3.7-pep564: Fix return type of edge-case of gettimeofday when only C's time() is available

2019-11-01 Thread Yannick_Jadoul
Author: Yannick Jadoul Branch: py3.7-pep564 Changeset: r97936:9741d65e2e03 Date: 2019-10-17 18:41 +0200 http://bitbucket.org/pypy/pypy/changeset/9741d65e2e03/ Log:Fix return type of edge-case of gettimeofday when only C's time() is available diff --git a/pypy/module/time/interp_time.

[pypy-commit] pypy py3.7-pep564: Docstrings for time functions

2019-11-01 Thread Yannick_Jadoul
Author: Yannick Jadoul Branch: py3.7-pep564 Changeset: r97934:fb46c09b060b Date: 2019-10-17 16:51 +0200 http://bitbucket.org/pypy/pypy/changeset/fb46c09b060b/ Log:Docstrings for time functions diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py --- a/pypy/module/ti

[pypy-commit] pypy default: add a --make-portable option to package.py

2019-11-01 Thread mattip
Author: Matti Picus Branch: Changeset: r97930:b655ef00bd4b Date: 2019-11-01 05:52 -0400 http://bitbucket.org/pypy/pypy/changeset/b655ef00bd4b/ Log:add a --make-portable option to package.py diff --git a/pypy/tool/release/make_portable.py b/pypy/tool/release/make_portable.py new file mode 1

[pypy-commit] pypy default: add version detection to _curses. test_curses.py silently skips when importing fails

2019-11-01 Thread mattip
Author: Matti Picus Branch: Changeset: r97931:883f6c7d4239 Date: 2019-11-01 05:57 -0400 http://bitbucket.org/pypy/pypy/changeset/883f6c7d4239/ Log:add version detection to _curses. test_curses.py silently skips when importing fails diff --git a/lib_pypy/_curses_build.py b/lib_pypy/_

[pypy-commit] pypy default: package more libraries to make curses work

2019-11-01 Thread mattip
Author: Matti Picus Branch: Changeset: r97932:ff495c204b4f Date: 2019-11-01 08:52 -0400 http://bitbucket.org/pypy/pypy/changeset/ff495c204b4f/ Log:package more libraries to make curses work diff --git a/pypy/tool/release/make_portable.py b/pypy/tool/release/make_portable.py --- a/pypy/tool

[pypy-commit] pypy default: make print in package.py 3-compatible

2019-11-01 Thread mattip
Author: Matti Picus Branch: Changeset: r97929:8f3a6314492e Date: 2019-11-01 05:51 -0400 http://bitbucket.org/pypy/pypy/changeset/8f3a6314492e/ Log:make print in package.py 3-compatible diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.p

[pypy-commit] pypy expose-jsonmap: handle repeated keys

2019-11-01 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: expose-jsonmap Changeset: r97928:31fef096292c Date: 2019-11-01 22:14 +0100 http://bitbucket.org/pypy/pypy/changeset/31fef096292c/ Log:handle repeated keys diff --git a/pypy/module/__pypy__/interp_dictstructure.py b/pypy/module/__pypy__/interp_dict

[pypy-commit] pypy expose-jsonmap: merge default

2019-11-01 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: expose-jsonmap Changeset: r97927:bae753faf6ac Date: 2019-11-01 22:01 +0100 http://bitbucket.org/pypy/pypy/changeset/bae753faf6ac/ Log:merge default diff too long, truncating to 2000 out of 7524 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE ++

[pypy-commit] pypy py3.7: fix bad merge

2019-11-01 Thread rlamy
Author: Ronan Lamy Branch: py3.7 Changeset: r97926:efacfd8fec99 Date: 2019-11-01 16:59 + http://bitbucket.org/pypy/pypy/changeset/efacfd8fec99/ Log:fix bad merge diff --git a/lib-python/3/test/test_capi.py b/lib-python/3/test/test_capi.py --- a/lib-python/3/test/test_capi.py +++ b/lib-py