[pypy-commit] pypy default: test, fix CDLL(None) on win32 should raise TypeError

2019-09-17 Thread mattip
Author: Matti Picus Branch: Changeset: r97505:5605eba9586b Date: 2019-09-17 10:04 +0300 http://bitbucket.org/pypy/pypy/changeset/5605eba9586b/ Log:test, fix CDLL(None) on win32 should raise TypeError diff --git a/pypy/module/_rawffi/interp_rawffi.py b/pypy/module/_rawffi/interp_rawffi.py -

[pypy-commit] pypy py3.6: somewhat messy code to be able to give the function name in TypeErrors produced

2019-09-17 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97506:535b4f6bdd4d Date: 2019-09-17 11:27 +0200 http://bitbucket.org/pypy/pypy/changeset/535b4f6bdd4d/ Log:somewhat messy code to be able to give the function name in TypeErrors produced by argument parsing more consistentl

[pypy-commit] pypy py3.6: fix test_functools (!)

2019-09-17 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97507:b636aa7e226b Date: 2019-09-17 11:42 +0200 http://bitbucket.org/pypy/pypy/changeset/b636aa7e226b/ Log:fix test_functools (!) diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/py

[pypy-commit] pypy py3.6: we don't have this restriction of cpython

2019-09-17 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97508:3ead6447613b Date: 2019-09-17 11:42 +0200 http://bitbucket.org/pypy/pypy/changeset/3ead6447613b/ Log:we don't have this restriction of cpython diff --git a/lib-python/3/unittest/test/testmock/testhelpers.py b/lib-python/3/u

[pypy-commit] pypy py3.6: fix difference caused by our hacks in the timeit module

2019-09-17 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97509:c2f6ba3490b8 Date: 2019-09-17 11:47 +0200 http://bitbucket.org/pypy/pypy/changeset/c2f6ba3490b8/ Log:fix difference caused by our hacks in the timeit module diff --git a/lib-python/3/test/test_timeit.py b/lib-python/3/test/t

[pypy-commit] pypy winconsoleio: Fixed a few more things and implemented another test.

2019-09-17 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97510:5b5a1bf2f5af Date: 2019-09-17 11:56 +0100 http://bitbucket.org/pypy/pypy/changeset/5b5a1bf2f5af/ Log:Fixed a few more things and implemented another test. diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/in

[pypy-commit] pypy winconsoleio: merge py3.6 into branch

2019-09-17 Thread mattip
Author: Matti Picus Branch: winconsoleio Changeset: r97513:9d954abe5763 Date: 2019-09-17 14:15 +0300 http://bitbucket.org/pypy/pypy/changeset/9d954abe5763/ Log:merge py3.6 into branch diff --git a/lib-python/3/test/test_timeit.py b/lib-python/3/test/test_timeit.py --- a/lib-python/3/test/tes

[pypy-commit] pypy py3.6: merge default into py3.6

2019-09-17 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97512:d9092e9cba63 Date: 2019-09-17 14:15 +0300 http://bitbucket.org/pypy/pypy/changeset/d9092e9cba63/ Log:merge default into py3.6 diff --git a/pypy/module/_rawffi/interp_rawffi.py b/pypy/module/_rawffi/interp_rawffi.py --- a/pypy/module/_rawff

[pypy-commit] pypy py3.6: change sys.getfilesystemcodeerors() to 'strict' on win32

2019-09-17 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97511:6e101bbc9993 Date: 2019-09-17 14:13 +0300 http://bitbucket.org/pypy/pypy/changeset/6e101bbc9993/ Log:change sys.getfilesystemcodeerors() to 'strict' on win32 diff --git a/pypy/module/sys/interp_encoding.py b/pypy/module/sys/interp_encoding

[pypy-commit] pypy py3.6: must build the strings at import

2019-09-17 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97514:023a3e349a63 Date: 2019-09-17 15:04 +0300 http://bitbucket.org/pypy/pypy/changeset/023a3e349a63/ Log:must build the strings at import diff --git a/pypy/module/sys/interp_encoding.py b/pypy/module/sys/interp_encoding.py --- a/pypy/module/sy

[pypy-commit] pypy winconsoleio: Switched fsdecode call to fspath following other pypy io modules

2019-09-17 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97515:6257428ac55f Date: 2019-09-17 14:41 +0100 http://bitbucket.org/pypy/pypy/changeset/6257428ac55f/ Log:Switched fsdecode call to fspath following other pypy io modules diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/mo

[pypy-commit] pypy winconsoleio: merged heads

2019-09-17 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97516:4d02b4bab2af Date: 2019-09-17 14:42 +0100 http://bitbucket.org/pypy/pypy/changeset/4d02b4bab2af/ Log:merged heads diff --git a/lib-python/3/test/test_timeit.py b/lib-python/3/test/test_timeit.py --- a/lib-python/3/test/test_timeit

[pypy-commit] pypy py3.7: Skip CPython specific test

2019-09-17 Thread daka...@gmail.com
Author: dakar...@gmail.com Branch: py3.7 Changeset: r97517:838c4df236cd Date: 2019-09-17 17:03 +0300 http://bitbucket.org/pypy/pypy/changeset/838c4df236cd/ Log:Skip CPython specific test diff --git a/lib-python/3/test/test_dict.py b/lib-python/3/test/test_dict.py --- a/lib-python/3/test/test_

[pypy-commit] pypy py3.6: fix translation, I think

2019-09-17 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97518:060a31354521 Date: 2019-09-17 18:25 +0200 http://bitbucket.org/pypy/pypy/changeset/060a31354521/ Log:fix translation, I think diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpreter/ar

[pypy-commit] pypy json-decoder-maps: some review comments; more to follow

2019-09-17 Thread antocuni
Author: Antonio Cuni Branch: json-decoder-maps Changeset: r97519:557bf35c498d Date: 2019-09-17 19:23 +0200 http://bitbucket.org/pypy/pypy/changeset/557bf35c498d/ Log:some review comments; more to follow diff --git a/pypy/module/_pypyjson/interp_decoder.py b/pypy/module/_pypyjson/interp_deco

[pypy-commit] pypy winconsoleio: Fixed construction

2019-09-17 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97520:63fa74a8e4b7 Date: 2019-09-17 22:10 +0100 http://bitbucket.org/pypy/pypy/changeset/63fa74a8e4b7/ Log:Fixed construction diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py --- a/pypy/m