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
+++
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
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
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.
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
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
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/_
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
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
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
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
++
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
12 matches
Mail list logo