[pypy-commit] pypy py3.5: Improve test for posix.times()

2017-11-15 Thread thisch
Author: Thomas Hisch Branch: py3.5 Changeset: r93041:898194d1902c Date: 2017-11-13 23:44 +0100 http://bitbucket.org/pypy/pypy/changeset/898194d1902c/ Log:Improve test for posix.times() Test that posix.times() returns a times_result object. diff --git a/pypy/module/posix/test/test_po

[pypy-commit] pypy py3.5: Change return type of os.times to posix.times_result

2017-11-15 Thread thisch
Author: Thomas Hisch Branch: py3.5 Changeset: r93040:852c26ea2a1c Date: 2017-11-12 21:49 +0100 http://bitbucket.org/pypy/pypy/changeset/852c26ea2a1c/ Log:Change return type of os.times to posix.times_result The return type was changed in CPython3.3. Related: #2375 diff --gi

[pypy-commit] pypy py3.6: Fix typo introduced previous commit

2017-10-30 Thread thisch
Author: Thomas Hisch Branch: py3.6 Changeset: r92881:bcfbc11f8ebd Date: 2017-10-30 14:07 + http://bitbucket.org/pypy/pypy/changeset/bcfbc11f8ebd/ Log:Fix typo introduced previous commit diff --git a/lib-python/3/hashlib.py b/lib-python/3/hashlib.py --- a/lib-python/3/hashlib.py +++ b/lib

[pypy-commit] pypy py3.6: Comment-out unsupported crypto algorithms

2017-10-30 Thread thisch
Author: Thomas Hisch Branch: py3.6 Changeset: r92880:4b8536756542 Date: 2017-10-30 13:59 + http://bitbucket.org/pypy/pypy/changeset/4b8536756542/ Log:Comment-out unsupported crypto algorithms diff --git a/lib-python/3/hashlib.py b/lib-python/3/hashlib.py --- a/lib-python/3/hashlib.py +++