[pypy-commit] pypy py3.5: fix whatsnew

2019-02-13 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r96007:1c6f81f3c5cf Date: 2019-02-13 23:21 +0200 http://bitbucket.org/pypy/pypy/changeset/1c6f81f3c5cf/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/whatsnew-pypy3-head.rst +++ b/

[pypy-commit] pypy py3.5: Fix reversed() on OrderedDict views

2019-01-26 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r95730:4674aa2581e3 Date: 2019-01-26 20:12 + http://bitbucket.org/pypy/pypy/changeset/4674aa2581e3/ Log:Fix reversed() on OrderedDict views diff --git a/lib_pypy/_pypy_collections.py b/lib_pypy/_pypy_collections.py --- a/lib_pypy/_pypy_collecti

[pypy-commit] pypy py3.5: Fix extra_tests/ctypes_tests/test_extra.py::test_truth_value()

2019-01-16 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r95653:cd262738eee3 Date: 2019-01-16 20:27 + http://bitbucket.org/pypy/pypy/changeset/cd262738eee3/ Log:Fix extra_tests/ctypes_tests/test_extra.py::test_truth_value() diff --git a/lib_pypy/_ctypes/primitive.py b/lib_pypy/_ctypes/primitive.py --

[pypy-commit] pypy py3.5: Fix merge and reduce diff

2019-01-16 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r95648:59d7c3f4eb6d Date: 2019-01-16 16:26 + http://bitbucket.org/pypy/pypy/changeset/59d7c3f4eb6d/ Log:Fix merge and reduce diff diff --git a/pypy/module/__pypy__/test/test_builders.py b/pypy/module/__pypy__/test/test_builders.py --- a/pypy/m

[pypy-commit] pypy py3.5: fix exception type

2018-12-23 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95521:528771eac6b5 Date: 2018-12-24 09:45 +0200 http://bitbucket.org/pypy/pypy/changeset/528771eac6b5/ Log:fix exception type diff --git a/pypy/objspace/std/smalllongobject.py b/pypy/objspace/std/smalllongobject.py --- a/pypy/objspace/std/smalll

[pypy-commit] pypy py3.5: fix some datetime.py test failures. Should this file move to lib_pypy?

2018-12-17 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95506:b5e988c47134 Date: 2018-12-17 11:40 +0200 http://bitbucket.org/pypy/pypy/changeset/b5e988c47134/ Log:fix some datetime.py test failures. Should this file move to lib_pypy? diff --git a/lib-python/3/datetime.py b/lib-python/3/datetim

[pypy-commit] pypy py3.5: fix import on python3

2018-11-26 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95368:11d6f6bd6dc8 Date: 2018-11-26 12:16 -0800 http://bitbucket.org/pypy/pypy/changeset/11d6f6bd6dc8/ Log:fix import on python3 diff --git a/lib_pypy/cffi/recompiler.py b/lib_pypy/cffi/recompiler.py --- a/lib_pypy/cffi/recompiler.py +++ b/lib_py

[pypy-commit] pypy py3.5: fix import

2018-11-21 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r95355:773010593365 Date: 2018-11-22 00:42 + http://bitbucket.org/pypy/pypy/changeset/773010593365/ Log:fix import diff --git a/extra_tests/test_decimal.py b/extra_tests/test_decimal.py --- a/extra_tests/test_decimal.py +++ b/extra_tests/test_d

[pypy-commit] pypy py3.5: fix typo (using unicode-utf8 syntax too early)

2018-11-18 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95334:064564894563 Date: 2018-11-18 10:59 -0800 http://bitbucket.org/pypy/pypy/changeset/064564894563/ Log:fix typo (using unicode-utf8 syntax too early) diff --git a/pypy/module/cpyext/unicodeobject.py b/pypy/module/cpyext/unicodeobject.py ---

[pypy-commit] pypy py3.5: fix merge, PyUnicode_FromEncodedObject already tested in test_decode

2018-11-12 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95303:861c793cead8 Date: 2018-11-12 13:39 -0800 http://bitbucket.org/pypy/pypy/changeset/861c793cead8/ Log:fix merge, PyUnicode_FromEncodedObject already tested in test_decode diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/mod

[pypy-commit] pypy py3.5: fix test for py3

2018-08-29 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95039:553bafd3b1ec Date: 2018-08-29 09:47 +0200 http://bitbucket.org/pypy/pypy/changeset/553bafd3b1ec/ Log:fix test for py3 diff --git a/pypy/module/cpyext/test0/test_floatobject.py b/pypy/module/cpyext/test0/test_floatobject.py --- a/pypy/modul

[pypy-commit] pypy py3.5: fix bad automatic merge

2018-08-29 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95038:33943b0827fd Date: 2018-08-29 08:21 +0200 http://bitbucket.org/pypy/pypy/changeset/33943b0827fd/ Log:fix bad automatic merge diff --git a/pypy/module/cpyext/test0/test_abstract.py b/pypy/module/cpyext/test0/test_abstract.py deleted file mo

[pypy-commit] pypy py3.5: Fix for cpyext test_translate when run after test_buffer. Not sure why

2018-08-27 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r95032:06709625320e Date: 2018-08-27 22:23 +0200 http://bitbucket.org/pypy/pypy/changeset/06709625320e/ Log:Fix for cpyext test_translate when run after test_buffer. Not sure why but it must be something like the thread support in the

[pypy-commit] pypy py3.5: fix test for python3 api

2018-08-16 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95006:0ebfd8239706 Date: 2018-08-17 02:50 +0300 http://bitbucket.org/pypy/pypy/changeset/0ebfd8239706/ Log:fix test for python3 api diff --git a/pypy/module/cpyext/test/test_object.py b/pypy/module/cpyext/test/test_object.py --- a/pypy/module/cp

[pypy-commit] pypy py3.5: fix print statement

2018-08-13 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95002:d6a8f43fadd2 Date: 2018-08-13 09:37 -0700 http://bitbucket.org/pypy/pypy/changeset/d6a8f43fadd2/ Log:fix print statement diff --git a/pypy/module/cpyext/test/test_datetime.py b/pypy/module/cpyext/test/test_datetime.py --- a/pypy/module/cpy

[pypy-commit] pypy py3.5: Fix thread => _thread

2018-08-08 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94981:103f347f34e8 Date: 2018-08-09 08:39 +0200 http://bitbucket.org/pypy/pypy/changeset/103f347f34e8/ Log:Fix thread => _thread diff --git a/lib_pypy/grp.py b/lib_pypy/grp.py --- a/lib_pypy/grp.py +++ b/lib_pypy/grp.py @@ -5,8 +5,8 @@ import os

[pypy-commit] pypy py3.5: fix the tests in test_pyframe that fail in combination with other files

2018-07-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94921:dfda715a5495 Date: 2018-07-28 21:31 +0200 http://bitbucket.org/pypy/pypy/changeset/dfda715a5495/ Log:fix the tests in test_pyframe that fail in combination with other files diff --git a/pypy/interpreter/test/test_pyf

[pypy-commit] pypy py3.5: fix test_executioncontext flakiness

2018-07-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94920:0370bd9179ff Date: 2018-07-28 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/0370bd9179ff/ Log:fix test_executioncontext flakiness when run in some combinations with other test files that set the file s

[pypy-commit] pypy py3.5: fix a test that

2018-07-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94919:09d5a78a60b4 Date: 2018-07-28 15:28 +0200 http://bitbucket.org/pypy/pypy/changeset/09d5a78a60b4/ Log:fix a test that diff --git a/pypy/interpreter/test/test_app_main.py b/pypy/interpreter/test/test_app_main.py --- a/pypy/in

[pypy-commit] pypy py3.5: fix annotation bug reported by hubo on pypy-dev

2018-07-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94913:179c172169f1 Date: 2018-07-28 14:06 +0200 http://bitbucket.org/pypy/pypy/changeset/179c172169f1/ Log:fix annotation bug reported by hubo on pypy-dev diff --git a/pypy/interpreter/astcompiler/symtable.py b/pypy/interpreter/a

[pypy-commit] pypy py3.5: Fix py3.5 translation of the _cppyy module

2018-07-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94820:bc77e35508e9 Date: 2018-07-06 20:12 +0200 http://bitbucket.org/pypy/pypy/changeset/bc77e35508e9/ Log:Fix py3.5 translation of the _cppyy module diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/

[pypy-commit] pypy py3.5: Fix for issue #2837 in pypy3

2018-07-05 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94807:a74f33cd9f8f Date: 2018-07-05 17:29 +0200 http://bitbucket.org/pypy/pypy/changeset/a74f33cd9f8f/ Log:Fix for issue #2837 in pypy3 diff --git a/lib_pypy/pyrepl/simple_interact.py b/lib_pypy/pyrepl/simple_interact.py --- a/lib_pypy/pyrepl/sim

[pypy-commit] pypy py3.5: Fix _sysconfigdata on MacOS

2018-06-02 Thread standy66
Author: Andrew Stepanov Branch: py3.5 Changeset: r94721:87fe9e08fe50 Date: 2018-06-02 16:28 +0300 http://bitbucket.org/pypy/pypy/changeset/87fe9e08fe50/ Log:Fix _sysconfigdata on MacOS diff --git a/lib_pypy/_sysconfigdata.py b/lib_pypy/_sysconfigdata.py --- a/lib_pypy/_sysconfigdata.py +++ b

[pypy-commit] pypy py3.5: Fix NameError from last commit.

2018-05-30 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r94714:1807915e1ede Date: 2018-05-31 01:01 +0200 http://bitbucket.org/pypy/pypy/changeset/1807915e1ede/ Log:Fix NameError from last commit. diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.p

[pypy-commit] pypy py3.5: fix issue #2838: don't swallow exceptions in BUILD_SET_UNPACK

2018-05-27 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94691:26a7e1a30293 Date: 2018-05-27 17:27 +0200 http://bitbucket.org/pypy/pypy/changeset/26a7e1a30293/ Log:fix issue #2838: don't swallow exceptions in BUILD_SET_UNPACK (the bytecode was quite badly broken in other ways to

[pypy-commit] pypy py3.5: Fix test

2018-05-23 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94658:33ccfe808125 Date: 2018-05-23 19:33 +0200 http://bitbucket.org/pypy/pypy/changeset/33ccfe808125/ Log:Fix test diff --git a/pypy/objspace/std/test/test_dictmultiobject.py b/pypy/objspace/std/test/test_dictmultiobject.py --- a/pypy/objspace/s

[pypy-commit] pypy py3.5: fix more raises/skip imports

2018-05-16 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94597:c697fd791c27 Date: 2018-05-15 21:58 +0200 http://bitbucket.org/pypy/pypy/changeset/c697fd791c27/ Log:fix more raises/skip imports diff --git a/pypy/objspace/std/test/test_iterobject.py b/pypy/objspace/std/test/test_iterobje

[pypy-commit] pypy py3.5: fix raises

2018-05-14 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94589:5cf998ecbe9b Date: 2018-05-14 23:29 +0200 http://bitbucket.org/pypy/pypy/changeset/5cf998ecbe9b/ Log:fix raises diff --git a/pypy/interpreter/astcompiler/test/test_validate.py b/pypy/interpreter/astcompiler/test/test_valida

[pypy-commit] pypy py3.5: fix skips

2018-05-14 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94586:e5f1a7f119f2 Date: 2018-05-14 23:25 +0200 http://bitbucket.org/pypy/pypy/changeset/e5f1a7f119f2/ Log:fix skips diff --git a/pypy/interpreter/test/test_app_main.py b/pypy/interpreter/test/test_app_main.py --- a/pypy/interpre

[pypy-commit] pypy py3.5: fix distutils.sysconfig

2018-05-14 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94569:28c3a0a86d50 Date: 2018-05-14 14:09 +0300 http://bitbucket.org/pypy/pypy/changeset/28c3a0a86d50/ Log:fix distutils.sysconfig diff --git a/lib-python/3/distutils/sysconfig_pypy.py b/lib-python/3/distutils/sysconfig_pypy.py --- a/lib-python/

[pypy-commit] pypy py3.5: Fix issue #2826

2018-05-09 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94503:b0d47899b958 Date: 2018-05-09 18:20 +0200 http://bitbucket.org/pypy/pypy/changeset/b0d47899b958/ Log:Fix issue #2826 diff --git a/pypy/objspace/std/specialisedtupleobject.py b/pypy/objspace/std/specialisedtupleobject.py --- a/pypy/objspace/

[pypy-commit] pypy py3.5: Fix _PyLong_Sign() to accept any app-level 'int' object

2018-04-24 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94443:a07f07034d28 Date: 2018-04-24 10:00 +0200 http://bitbucket.org/pypy/pypy/changeset/a07f07034d28/ Log:Fix _PyLong_Sign() to accept any app-level 'int' object diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.py ---

[pypy-commit] pypy py3.5: fix different error messages (in several cases this brings us closer to CPython again)

2018-04-19 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94382:eccd76eec042 Date: 2018-04-19 12:48 +0200 http://bitbucket.org/pypy/pypy/changeset/eccd76eec042/ Log:fix different error messages (in several cases this brings us closer to CPython again) diff --git a/lib-python/3/te

[pypy-commit] pypy py3.5: fix for linux32

2018-04-10 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94304:242e7ff776ce Date: 2018-04-11 05:52 +0300 http://bitbucket.org/pypy/pypy/changeset/242e7ff776ce/ Log:fix for linux32 diff --git a/pypy/module/_rawffi/alt/test/test_struct.py b/pypy/module/_rawffi/alt/test/test_struct.py --- a/pypy/module/_

[pypy-commit] pypy py3.5: fix doctests

2018-04-10 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94296:d9e2802b64a3 Date: 2018-04-10 10:39 +0200 http://bitbucket.org/pypy/pypy/changeset/d9e2802b64a3/ Log:fix doctests diff --git a/lib-python/3/test/test_syntax.py b/lib-python/3/test/test_syntax.py --- a/lib-python/3/test/test_

[pypy-commit] pypy py3.5: fix merge

2018-04-04 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94242:4e6fcbd80661 Date: 2018-04-05 08:43 +0300 http://bitbucket.org/pypy/pypy/changeset/4e6fcbd80661/ Log:fix merge diff --git a/pypy/interpreter/pyparser/pyparse.py b/pypy/interpreter/pyparser/pyparse.py --- a/pypy/interpreter/pyparser/pyparse

[pypy-commit] pypy py3.5: fix test, implement userslot for __call__ needed for python-defined class

2018-03-26 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94142:c9ce25047019 Date: 2018-03-27 01:10 +0300 http://bitbucket.org/pypy/pypy/changeset/c9ce25047019/ Log:fix test, implement userslot for __call__ needed for python-defined class diff --git a/pypy/module/cpyext/test/test_cpyext.py b/py

[pypy-commit] pypy py3.5: fix merge, minimize diff to default

2018-03-26 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94141:fcce464367d8 Date: 2018-03-27 01:05 +0300 http://bitbucket.org/pypy/pypy/changeset/fcce464367d8/ Log:fix merge, minimize diff to default diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py -

[pypy-commit] pypy py3.5: fix

2018-03-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94058:b13c7b3ad6ee Date: 2018-03-21 22:39 +0200 http://bitbucket.org/pypy/pypy/changeset/b13c7b3ad6ee/ Log:fix diff --git a/lib-python/3/distutils/msvc9compiler.py b/lib-python/3/distutils/msvc9compiler.py --- a/lib-python/3/distutils/msvc9compi

[pypy-commit] pypy py3.5: fix tests, remaining test_rename failure succeeds on cpython3

2018-03-10 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93967:19f63e72f7ce Date: 2018-03-11 00:09 +0200 http://bitbucket.org/pypy/pypy/changeset/19f63e72f7ce/ Log:fix tests, remaining test_rename failure succeeds on cpython3 diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/

[pypy-commit] pypy py3.5: fix a test

2018-02-26 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93891:ac0bb5a87469 Date: 2018-02-26 21:24 -0500 http://bitbucket.org/pypy/pypy/changeset/ac0bb5a87469/ Log:fix a test diff --git a/pypy/interpreter/test/test_zpy.py b/pypy/interpreter/test/test_zpy.py --- a/pypy/interpreter/test/test_zpy.py +++

[pypy-commit] pypy py3.5: fix decimal

2018-02-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93861:e7ca5c644d47 Date: 2018-02-22 00:42 +0200 http://bitbucket.org/pypy/pypy/changeset/e7ca5c644d47/ Log:fix decimal diff --git a/lib_pypy/_libmpdec/vccompat.h b/lib_pypy/_libmpdec/vccompat.h --- a/lib_pypy/_libmpdec/vccompat.h +++ b/lib_pypy/_

[pypy-commit] pypy py3.5: fix tests

2018-02-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93840:a5f69bc67c34 Date: 2018-02-20 03:10 + http://bitbucket.org/pypy/pypy/changeset/a5f69bc67c34/ Log:fix tests diff --git a/pypy/module/thread/test/test_local.py b/pypy/module/thread/test/test_local.py --- a/pypy/module/thread/test/test_loc

[pypy-commit] pypy py3.5: Fix test (os.environ != posix.environ)

2018-02-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93833:f7cdc20cd320 Date: 2018-02-19 20:22 + http://bitbucket.org/pypy/pypy/changeset/f7cdc20cd320/ Log:Fix test (os.environ != posix.environ) diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --- a/pyp

[pypy-commit] pypy py3.5: fix test

2018-02-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93832:5e9a14e1be53 Date: 2018-02-19 19:33 + http://bitbucket.org/pypy/pypy/changeset/5e9a14e1be53/ Log:fix test diff --git a/pypy/module/cpyext/test/test_longobject.py b/pypy/module/cpyext/test/test_longobject.py --- a/pypy/module/cpyext/test

[pypy-commit] pypy py3.5: fix mapdict-size-limit on pypy3

2018-02-14 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r93820:ff6a031587c2 Date: 2018-02-14 16:37 +0100 http://bitbucket.org/pypy/pypy/changeset/ff6a031587c2/ Log:fix mapdict-size-limit on pypy3 diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py --- a/pypy/objspac

[pypy-commit] pypy py3.5: fix test for python3

2018-02-11 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93798:8c123f06687c Date: 2018-02-11 09:00 -0500 http://bitbucket.org/pypy/pypy/changeset/8c123f06687c/ Log:fix test for python3 diff --git a/pypy/module/cpyext/test/test_longobject.py b/pypy/module/cpyext/test/test_longobject.py --- a/pypy/modul

[pypy-commit] pypy py3.5: fix isfinite calls that incorrectly became isinf in a7d7fd1b9931

2018-01-20 Thread gutworth
Author: Benjamin Peterson Branch: py3.5 Changeset: r93690:dbc3ed3f19fb Date: 2018-01-20 10:44 -0800 http://bitbucket.org/pypy/pypy/changeset/dbc3ed3f19fb/ Log:fix isfinite calls that incorrectly became isinf in a7d7fd1b9931 diff --git a/pypy/module/math/interp_math.py b/pypy/module/math/inte

[pypy-commit] pypy py3.5: fix merge

2018-01-20 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93688:db253d82be12 Date: 2018-01-20 19:24 +0200 http://bitbucket.org/pypy/pypy/changeset/db253d82be12/ Log:fix merge diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py --- a/pypy/objspace/std/floatobject.py +++ b/pyp

[pypy-commit] pypy py3.5: fix merge

2018-01-19 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93687:a7d7fd1b9931 Date: 2018-01-19 17:00 +0200 http://bitbucket.org/pypy/pypy/changeset/a7d7fd1b9931/ Log:fix merge diff --git a/pypy/interpreter/timeutils.py b/pypy/interpreter/timeutils.py --- a/pypy/interpreter/timeutils.py +++ b/pypy/interpr

[pypy-commit] pypy py3.5: fix/skip easy tests (test_codecs checked on cpython3)

2018-01-08 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93641:f5c9251c71a6 Date: 2018-01-08 23:19 +0200 http://bitbucket.org/pypy/pypy/changeset/f5c9251c71a6/ Log:fix/skip easy tests (test_codecs checked on cpython3) diff --git a/pypy/module/_codecs/test/test_codecs.py b/pypy/module/_codecs/test/test

[pypy-commit] pypy py3.5: Fix for python 3

2018-01-08 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93638:3352216b0e57 Date: 2018-01-08 16:04 +0100 http://bitbucket.org/pypy/pypy/changeset/3352216b0e57/ Log:Fix for python 3 diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py --- a/lib_pypy/_ctypes/array.py +++ b/lib_pypy/_ctypes/a

[pypy-commit] pypy py3.5: fix 0c5a75555005, DLOpenError msg must be str not unicode

2018-01-08 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93637:caa299dc43a2 Date: 2018-01-08 11:24 +0200 http://bitbucket.org/pypy/pypy/changeset/caa299dc43a2/ Log:fix 0c5a7005, DLOpenError msg must be str not unicode diff --git a/pypy/module/_rawffi/interp_rawffi.py b/pypy/module/_rawffi/interp_r

[pypy-commit] pypy py3.5: fix translation?

2018-01-07 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93636:29875e4930fc Date: 2018-01-08 08:09 +0200 http://bitbucket.org/pypy/pypy/changeset/29875e4930fc/ Log:fix translation? diff --git a/pypy/module/cpyext/methodobject.py b/pypy/module/cpyext/methodobject.py --- a/pypy/module/cpyext/methodobjec

[pypy-commit] pypy py3.5: fix for issue #2716

2018-01-07 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93631:0c5a7005 Date: 2018-01-07 22:27 +0200 http://bitbucket.org/pypy/pypy/changeset/0c5a7005/ Log:fix for issue #2716 diff --git a/rpython/rlib/rdynload.py b/rpython/rlib/rdynload.py --- a/rpython/rlib/rdynload.py +++ b/rpython/rlib/rdyn

[pypy-commit] pypy py3.5: Fix err.filename when *xattr() functions raise an OSError

2017-12-29 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93600:49d834e68cbe Date: 2017-12-29 20:06 +0100 http://bitbucket.org/pypy/pypy/changeset/49d834e68cbe/ Log:Fix err.filename when *xattr() functions raise an OSError diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.p

[pypy-commit] pypy py3.5: fix target_name

2017-12-29 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93599:3e7cb4758b05 Date: 2017-12-29 16:15 +0200 http://bitbucket.org/pypy/pypy/changeset/3e7cb4758b05/ Log:fix target_name diff --git a/testrunner/get_info.py b/testrunner/get_info.py --- a/testrunner/get_info.py +++ b/testrunner/get_info.py @@ -

[pypy-commit] pypy py3.5: Fix: the 'flags' argument to setxattr() had no effect

2017-12-28 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93589:70dfe4f14f67 Date: 2017-12-28 16:56 +0100 http://bitbucket.org/pypy/pypy/changeset/70dfe4f14f67/ Log:Fix: the 'flags' argument to setxattr() had no effect diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --

[pypy-commit] pypy py3.5: Fix issue #2717

2017-12-28 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93587:f145d8504387 Date: 2017-12-28 15:57 +0100 http://bitbucket.org/pypy/pypy/changeset/f145d8504387/ Log:Fix issue #2717 diff --git a/pypy/interpreter/test/test_timeutils.py b/pypy/interpreter/test/test_timeutils.py new file mode 100644 --- /de

[pypy-commit] pypy py3.5: fix for win32

2017-12-25 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93561:85e44c9458db Date: 2017-12-25 22:02 +0200 http://bitbucket.org/pypy/pypy/changeset/85e44c9458db/ Log:fix for win32 diff --git a/pypy/module/errno/interp_errno.py b/pypy/module/errno/interp_errno.py --- a/pypy/module/errno/interp_errno.py +

[pypy-commit] pypy py3.5: Fix 248a5a9859ef (probably)

2017-12-25 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93560:36cb02a2cd90 Date: 2017-12-25 09:30 +0100 http://bitbucket.org/pypy/pypy/changeset/36cb02a2cd90/ Log:Fix 248a5a9859ef (probably) diff --git a/pypy/interpreter/timeutils.py b/pypy/interpreter/timeutils.py --- a/pypy/interpreter/timeutils.py +

[pypy-commit] pypy py3.5: fix for MSVC compatibility

2017-12-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93536:7dce5a70e8e7 Date: 2017-12-21 19:55 +0200 http://bitbucket.org/pypy/pypy/changeset/7dce5a70e8e7/ Log:fix for MSVC compatibility diff --git a/pypy/module/errno/interp_errno.py b/pypy/module/errno/interp_errno.py --- a/pypy/module/errno/inte

[pypy-commit] pypy py3.5: fix translation?

2017-12-20 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93526:0fda157e0d0e Date: 2017-12-21 07:15 +0200 http://bitbucket.org/pypy/pypy/changeset/0fda157e0d0e/ Log:fix translation? diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/interpreter/pycode.py +++ b/pypy/interpret

[pypy-commit] pypy py3.5: Fix 'errors' arg in PyUnicode_Decode()

2017-12-20 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93525:9ae4bd0c4555 Date: 2017-12-20 22:01 + http://bitbucket.org/pypy/pypy/changeset/9ae4bd0c4555/ Log:Fix 'errors' arg in PyUnicode_Decode() diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unicodeobj

[pypy-commit] pypy py3.5: Fix for test_package. This might fix the next issue for "pypy3 -m ensurepip".

2017-12-20 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93519:5a865516f947 Date: 2017-12-20 17:01 +0100 http://bitbucket.org/pypy/pypy/changeset/5a865516f947/ Log:Fix for test_package. This might fix the next issue for "pypy3 -m ensurepip". diff --git a/pypy/module/zipimport/interp_zipimport.py

[pypy-commit] pypy py3.5: Fix error reporting from posix.*xattr functions

2017-12-20 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93517:0c9668c522b1 Date: 2017-12-20 14:01 + http://bitbucket.org/pypy/pypy/changeset/0c9668c522b1/ Log:Fix error reporting from posix.*xattr functions diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/py

[pypy-commit] pypy py3.5: fix test

2017-12-20 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93514:1dd2914caff4 Date: 2017-12-20 14:31 +0100 http://bitbucket.org/pypy/pypy/changeset/1dd2914caff4/ Log:fix test diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/pypy/module/imp/test/test_import.py +

[pypy-commit] pypy py3.5: fix for non-win32

2017-12-18 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93479:75cccb748415 Date: 2017-12-18 22:08 +0200 http://bitbucket.org/pypy/pypy/changeset/75cccb748415/ Log:fix for non-win32 diff --git a/lib_pypy/_cffi_ssl/_stdssl/__init__.py b/lib_pypy/_cffi_ssl/_stdssl/__init__.py --- a/lib_pypy/_cffi_ssl/_s

[pypy-commit] pypy py3.5: Fix test_gr_frame in test_greenlet.py

2017-12-17 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93453:cf79d090d371 Date: 2017-12-17 22:07 + http://bitbucket.org/pypy/pypy/changeset/cf79d090d371/ Log:Fix test_gr_frame in test_greenlet.py diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py --- a/lib_pypy/greenlet.py +++ b/lib_pypy/gre

[pypy-commit] pypy py3.5: fix translation

2017-12-17 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93451:b1f6c07626d3 Date: 2017-12-17 21:23 + http://bitbucket.org/pypy/pypy/changeset/b1f6c07626d3/ Log:fix translation diff --git a/pypy/module/_continuation/interp_pickle.py b/pypy/module/_continuation/interp_pickle.py --- a/pypy/module/_con

[pypy-commit] pypy py3.5: fix 2 tests

2017-12-17 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93450:413ffdce2e44 Date: 2017-12-17 15:03 + http://bitbucket.org/pypy/pypy/changeset/413ffdce2e44/ Log:fix 2 tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py b/pypy/module/pypyjit/test_pypy_c/test_containers.py --- a/pypy

[pypy-commit] pypy py3.5: fix test

2017-12-17 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93447:ea2056d81509 Date: 2017-12-16 07:08 + http://bitbucket.org/pypy/pypy/changeset/ea2056d81509/ Log:fix test diff --git a/pypy/module/_cppyy/test/test_datatypes.py b/pypy/module/_cppyy/test/test_datatypes.py --- a/pypy/module/_cppyy/test/t

[pypy-commit] pypy py3.5: fix AppTestWriteBytecode tests

2017-12-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93436:71a2dd4b2fa2 Date: 2017-12-16 04:38 + http://bitbucket.org/pypy/pypy/changeset/71a2dd4b2fa2/ Log:fix AppTestWriteBytecode tests diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/pypy/module/imp

[pypy-commit] pypy py3.5: fix test_stacklet

2017-12-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93434:bfa08194d964 Date: 2017-12-16 03:27 + http://bitbucket.org/pypy/pypy/changeset/bfa08194d964/ Log:fix test_stacklet diff --git a/pypy/module/_continuation/test/support.py b/pypy/module/_continuation/test/support.py --- a/pypy/module/_con

[pypy-commit] pypy py3.5: Fix handling of time.sleep()'s argument and use nanosecond precision internally

2017-12-14 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93425:570c2749ff19 Date: 2017-12-15 04:22 + http://bitbucket.org/pypy/pypy/changeset/570c2749ff19/ Log:Fix handling of time.sleep()'s argument and use nanosecond precision internally diff --git a/pypy/interpreter/timeutils.py b/pypy/in

[pypy-commit] pypy py3.5: Fix handling of unencodable strings in ModuleDictStrategy

2017-12-14 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93422:da0e3f790bdb Date: 2017-12-14 19:29 + http://bitbucket.org/pypy/pypy/changeset/da0e3f790bdb/ Log:Fix handling of unencodable strings in ModuleDictStrategy diff --git a/pypy/objspace/std/celldict.py b/pypy/objspace/std/celldict.py --- a/p

[pypy-commit] pypy py3.5: fix test

2017-12-07 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93299:0451e5fe8470 Date: 2017-12-07 04:34 + http://bitbucket.org/pypy/pypy/changeset/0451e5fe8470/ Log:fix test diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unicodeobject.py --- a/pypy/module/cpyex

[pypy-commit] pypy py3.5: fix test

2017-12-03 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93260:6025539c2c58 Date: 2017-12-03 19:59 + http://bitbucket.org/pypy/pypy/changeset/6025539c2c58/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py b/pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py --- a/pyp

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

2017-12-03 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93258:7f17056199b6 Date: 2017-12-03 18:44 + http://bitbucket.org/pypy/pypy/changeset/7f17056199b6/ Log:fix bad merge diff --git a/pypy/module/thread/test/test_import_lock.py b/pypy/module/thread/test/test_import_lock.py --- a/pypy/module/thre

[pypy-commit] pypy py3.5: Fix test: pick an obscure module that won't have been imported yet

2017-12-03 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93257:5afa98675f99 Date: 2017-12-03 18:37 + http://bitbucket.org/pypy/pypy/changeset/5afa98675f99/ Log:Fix test: pick an obscure module that won't have been imported yet diff --git a/pypy/module/cpyext/test/test_import.py b/pypy/module/cpyext

[pypy-commit] pypy py3.5: fix test

2017-12-03 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93256:18ca07086209 Date: 2017-12-03 18:22 + http://bitbucket.org/pypy/pypy/changeset/18ca07086209/ Log:fix test diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unicodeobject.py --- a/pypy/module/cpyex

[pypy-commit] pypy py3.5: fix rffi nonsense

2017-12-01 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93240:9847200316ed Date: 2017-12-02 05:09 + http://bitbucket.org/pypy/pypy/changeset/9847200316ed/ Log:fix rffi nonsense diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unicodeobject.py --- a/pypy/mod

[pypy-commit] pypy py3.5: fix tests

2017-12-01 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93239:13acefc43cbf Date: 2017-12-02 04:54 + http://bitbucket.org/pypy/pypy/changeset/13acefc43cbf/ Log:fix tests diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unicodeobject.py --- a/pypy/module/cpye

[pypy-commit] pypy py3.5: fix test

2017-12-01 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93238:c31995f66da2 Date: 2017-12-02 04:40 + http://bitbucket.org/pypy/pypy/changeset/c31995f66da2/ Log:fix test diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py --- a/pypy/module/cpyext/test

[pypy-commit] pypy py3.5: fix: StringIO.seek() may set the position beyond the end of the buffer

2017-12-01 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93236:981544a8f028 Date: 2017-12-02 03:12 + http://bitbucket.org/pypy/pypy/changeset/981544a8f028/ Log:fix: StringIO.seek() may set the position beyond the end of the buffer diff --git a/pypy/module/_io/interp_stringio.py b/pypy/modul

[pypy-commit] pypy py3.5: Fix handling of arguments containing null bytes in zipimporter methods

2017-12-01 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93235:e6985c577de2 Date: 2017-12-01 21:16 + http://bitbucket.org/pypy/pypy/changeset/e6985c577de2/ Log:Fix handling of arguments containing null bytes in zipimporter methods diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/i

[pypy-commit] pypy py3.5: Fix traceback.print_exception() when exc.offset == 0

2017-11-21 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93117:e37a09d8450a Date: 2017-11-21 18:38 + http://bitbucket.org/pypy/pypy/changeset/e37a09d8450a/ Log:Fix traceback.print_exception() when exc.offset == 0 diff --git a/lib-python/3/traceback.py b/lib-python/3/traceback.py --- a/lib-python/3/t

[pypy-commit] pypy py3.5: Fix tests to match PyPy behaviour

2017-11-20 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93104:5c2561dd0c89 Date: 2017-11-20 19:06 + http://bitbucket.org/pypy/pypy/changeset/5c2561dd0c89/ Log:Fix tests to match PyPy behaviour diff --git a/lib-python/3/test/test_pydoc.py b/lib-python/3/test/test_pydoc.py --- a/lib-python/3/test/tes

[pypy-commit] pypy py3.5: Fix doctest to work on builtin functions and methods

2017-11-17 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93074:ab4627e038e3 Date: 2017-11-17 19:22 + http://bitbucket.org/pypy/pypy/changeset/ab4627e038e3/ Log:Fix doctest to work on builtin functions and methods diff --git a/lib-python/3/doctest.py b/lib-python/3/doctest.py --- a/lib-python/3/docte

[pypy-commit] pypy py3.5: Fix did test to match PyPy bytecode

2017-11-17 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93072:4f9bca50104e Date: 2017-11-17 17:32 + http://bitbucket.org/pypy/pypy/changeset/4f9bca50104e/ Log:Fix did test to match PyPy bytecode diff --git a/lib-python/3/test/test_dis.py b/lib-python/3/test/test_dis.py --- a/lib-python/3/test/test_

[pypy-commit] pypy py3.5: Fix test to work on PyPy

2017-11-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93043:12f1fb4860ac Date: 2017-11-15 16:23 + http://bitbucket.org/pypy/pypy/changeset/12f1fb4860ac/ Log:Fix test to work on PyPy diff --git a/lib-python/3/test/test_inspect.py b/lib-python/3/test/test_inspect.py --- a/lib-python/3/test/test_in

[pypy-commit] pypy py3.5: fix

2017-11-14 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93024:bf4ed8da1af1 Date: 2017-11-14 23:09 + http://bitbucket.org/pypy/pypy/changeset/bf4ed8da1af1/ Log:fix diff --git a/pypy/module/cpyext/memoryobject.py b/pypy/module/cpyext/memoryobject.py --- a/pypy/module/cpyext/memoryobject.py +++ b/pyp

[pypy-commit] pypy py3.5: fix translation

2017-11-11 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92990:92c6fb568fa1 Date: 2017-11-11 15:51 + http://bitbucket.org/pypy/pypy/changeset/92c6fb568fa1/ Log:fix translation diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py --- a/pypy/objspace/std/typeobject.py +++ b/p

[pypy-commit] pypy py3.5: Fix TARGET_BASENAME for pypy3

2017-11-06 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92959:585896fe6599 Date: 2017-11-06 18:22 + http://bitbucket.org/pypy/pypy/changeset/585896fe6599/ Log:Fix TARGET_BASENAME for pypy3 diff --git a/testrunner/get_info.py b/testrunner/get_info.py --- a/testrunner/get_info.py +++ b/testrunner/get

[pypy-commit] pypy py3.5: fix merge quirks, document merged branch

2017-10-30 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r92886:81a7e5dcbc2d Date: 2017-10-30 19:10 +0200 http://bitbucket.org/pypy/pypy/changeset/81a7e5dcbc2d/ Log:fix merge quirks, document merged branch diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/wh

[pypy-commit] pypy py3.5: Fix untranslated test_reimport_builtin(): time.tzname is initialised in a non-standard way that seems to break in untranslated tests

2017-10-21 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92813:21d9bc2c1120 Date: 2017-10-21 17:56 +0100 http://bitbucket.org/pypy/pypy/changeset/21d9bc2c1120/ Log:Fix untranslated test_reimport_builtin(): time.tzname is initialised in a non-standard way that seems to break in untranslated tests

[pypy-commit] pypy py3.5: Fix test_abstract in ctypes/test/test_frombuffer.py

2017-10-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92801:05b154658972 Date: 2017-10-19 18:20 +0100 http://bitbucket.org/pypy/pypy/changeset/05b154658972/ Log:Fix test_abstract in ctypes/test/test_frombuffer.py diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py --- a/lib_pypy/_ctype

[pypy-commit] pypy py3.5: Fix performance and correctness of PyDict_Next by storing a list of keys instead of a view

2017-10-09 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92681:61c11feab4e6 Date: 2017-10-09 16:40 +0200 http://bitbucket.org/pypy/pypy/changeset/61c11feab4e6/ Log:Fix performance and correctness of PyDict_Next by storing a list of keys instead of a view diff --git a/pypy/module/cpyext/dictobjec

[pypy-commit] pypy py3.5: Fix for issue 2648 and 2649

2017-10-07 Thread miha...@gmail.com
Author: mihai.do...@gmail.com Branch: py3.5 Changeset: r92644:0a45774261bb Date: 2017-09-26 16:44 +0300 http://bitbucket.org/pypy/pypy/changeset/0a45774261bb/ Log:Fix for issue 2648 and 2649 diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py --

[pypy-commit] pypy py3.5: fix translation

2017-10-07 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92636:3f5373832c7a Date: 2017-10-07 17:57 +0200 http://bitbucket.org/pypy/pypy/changeset/3f5373832c7a/ Log:fix translation diff --git a/pypy/module/cpyext/unicodeobject.py b/pypy/module/cpyext/unicodeobject.py --- a/pypy/module/cpyext/unicodeobje

  1   2   3   4   5   >