[pypy-commit] pypy default: fix translation (why does the same code work on py3.6?)

2020-02-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r98686:57362e78ee31 Date: 2020-02-08 13:31 +0100 http://bitbucket.org/pypy/pypy/changeset/57362e78ee31/ Log:fix translation (why does the same code work on py3.6?) diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/uni

[pypy-commit] pypy default: fix failing win32 test

2020-02-02 Thread mattip
Author: Matti Picus Branch: Changeset: r98629:c14832883def Date: 2020-01-31 12:11 +0200 http://bitbucket.org/pypy/pypy/changeset/c14832883def/ Log:fix failing win32 test diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --- a/pypy/module/posix/test/

[pypy-commit] pypy default: fix curses tests and make sure ffi.string returns str for python3

2020-01-26 Thread mattip
Author: Matti Picus Branch: Changeset: r98585:cad029326210 Date: 2020-01-26 08:36 +0200 http://bitbucket.org/pypy/pypy/changeset/cad029326210/ Log:fix curses tests and make sure ffi.string returns str for python3 diff --git a/lib-python/2.7/test/test_curses.py b/lib-python/2.7/test/test_cu

[pypy-commit] pypy default: Fix a corner case in multibytecodec: for stateful codecs, when encoding fails

2020-01-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r98571:2ed84f7866b6 Date: 2020-01-23 11:37 +0100 http://bitbucket.org/pypy/pypy/changeset/2ed84f7866b6/ Log:Fix a corner case in multibytecodec: for stateful codecs, when encoding fails and we use replacement, the replacement string must

[pypy-commit] pypy default: Fix comment after looking more in the CPython 3.x situation

2020-01-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r98509:038f81a04a45 Date: 2020-01-10 13:16 +0100 http://bitbucket.org/pypy/pypy/changeset/038f81a04a45/ Log:Fix comment after looking more in the CPython 3.x situation diff --git a/pypy/module/__builtin__/abstractinst.py b/pypy/module/__builtin__/abstr

[pypy-commit] pypy default: fix issue #3137: rsplit of unicode strings that end with a non-ascii char was broken

2019-12-31 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r98430:742d3ed68d7d Date: 2019-12-31 21:04 +0100 http://bitbucket.org/pypy/pypy/changeset/742d3ed68d7d/ Log:fix issue #3137: rsplit of unicode strings that end with a non-ascii char was broken diff --git a/pypy/objspace/std/test

[pypy-commit] pypy default: fix backport 826708d0c629

2019-12-14 Thread mattip
Author: Matti Picus Branch: Changeset: r98288:994c42529580 Date: 2019-12-15 06:31 +0200 http://bitbucket.org/pypy/pypy/changeset/994c42529580/ Log:fix backport 826708d0c629 diff --git a/lib_pypy/_cffi_ssl/_stdssl/__init__.py b/lib_pypy/_cffi_ssl/_stdssl/__init__.py --- a/lib_pypy/_cffi_ssl

[pypy-commit] pypy default: Fix for pypy.module._file.test.test_large_file on 32bit

2019-12-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r98285:f1ac06bafd45 Date: 2019-12-13 13:49 +0100 http://bitbucket.org/pypy/pypy/changeset/f1ac06bafd45/ Log:Fix for pypy.module._file.test.test_large_file on 32bit diff --git a/rpython/rlib/streamio.py b/rpython/rlib/streamio.py --- a/rpython/rlib/strea

[pypy-commit] pypy default: fix ncurses include/lib discovery: add from_config_tool("ncursesw6-config"), reverse order

2019-12-07 Thread mattip
Author: Matti Picus Branch: Changeset: r98247:838c25e04d2a Date: 2019-12-07 19:35 +0200 http://bitbucket.org/pypy/pypy/changeset/838c25e04d2a/ Log:fix ncurses include/lib discovery: add from_config_tool("ncursesw6-config"), reverse order diff --git a/pypy/module/_minimal_curses/ffic

[pypy-commit] pypy default: Fix issue #3120, do restore traceback in PyErr_Restore.

2019-11-21 Thread Stian Andreassen
Author: Stian Andreassen Branch: Changeset: r98125:3b12b6935197 Date: 2019-11-21 15:46 +0100 http://bitbucket.org/pypy/pypy/changeset/3b12b6935197/ Log:Fix issue #3120, do restore traceback in PyErr_Restore. diff --git a/pypy/module/cpyext/pyerrors.py b/pypy/module/cpyext/pyerrors.py --- a/p

[pypy-commit] pypy default: Fix some failures of test_pypy_c on aarch64

2019-11-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r98072:8fc092d343a0 Date: 2019-11-16 14:28 +0100 http://bitbucket.org/pypy/pypy/changeset/8fc092d343a0/ Log:Fix some failures of test_pypy_c on aarch64 diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py b/pypy/module/pypyjit/test_pypy_c/te

[pypy-commit] pypy default: fix 2c98ee4a95b3

2019-11-15 Thread mattip
Author: Matti Picus Branch: Changeset: r98056:1ad4f44a62a4 Date: 2019-11-15 07:51 -0500 http://bitbucket.org/pypy/pypy/changeset/1ad4f44a62a4/ Log:fix 2c98ee4a95b3 diff --git a/lib-python/2.7/sysconfig.py b/lib-python/2.7/sysconfig.py --- a/lib-python/2.7/sysconfig.py +++ b/lib-python/2.7/s

[pypy-commit] pypy default: Fix the error message: point to the right "cd" directory

2019-11-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r98008:789b5384030f Date: 2019-11-10 08:38 +0100 http://bitbucket.org/pypy/pypy/changeset/789b5384030f/ Log:Fix the error message: point to the right "cd" directory diff --git a/lib_pypy/_cffi_ssl/_stdssl/__init__.py b/lib_pypy/_cffi_ssl/_stdssl/__init

[pypy-commit] pypy default: fix failing test, remove tab

2019-10-31 Thread mattip
Author: Matti Picus Branch: Changeset: r97925:d91b02c62beb Date: 2019-11-01 05:01 +0200 http://bitbucket.org/pypy/pypy/changeset/d91b02c62beb/ Log:fix failing test, remove tab diff --git a/lib_pypy/_curses_build.py b/lib_pypy/_curses_build.py --- a/lib_pypy/_curses_build.py +++ b/lib_pypy/_

[pypy-commit] pypy default: fix #3108: the map based parser didn't deal with json dicts with repeated keys

2019-10-31 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97924:86da6cb357f1 Date: 2019-10-31 21:07 +0100 http://bitbucket.org/pypy/pypy/changeset/86da6cb357f1/ Log:fix #3108: the map based parser didn't deal with json dicts with repeated keys correctly diff --git a/pypy/module/_pypyj

[pypy-commit] pypy default: Fix uses of raises()

2019-10-30 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r97897:ef97a01d2e01 Date: 2019-10-30 21:15 + http://bitbucket.org/pypy/pypy/changeset/ef97a01d2e01/ Log:Fix uses of raises() diff --git a/pypy/interpreter/test/test_function.py b/pypy/interpreter/test/test_function.py --- a/pypy/interpreter/test/te

[pypy-commit] pypy default: Fix in the aarch64 backend for a rare case where a register would be overridden

2019-10-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r97874:81c30ab04ab4 Date: 2019-10-28 13:45 +0100 http://bitbucket.org/pypy/pypy/changeset/81c30ab04ab4/ Log:Fix in the aarch64 backend for a rare case where a register would be overridden diff --git a/rpython/jit/backend/aarch64/opassembler.py

[pypy-commit] pypy default: fix translation, tweak output

2019-10-11 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97761:c866b476cfee Date: 2019-10-11 10:43 +0200 http://bitbucket.org/pypy/pypy/changeset/c866b476cfee/ Log:fix translation, tweak output diff --git a/rpython/jit/metainterp/quasiimmut.py b/rpython/jit/metainterp/quasiimmut.py --- a/rp

[pypy-commit] pypy default: fix prefix

2019-09-15 Thread mattip
Author: Matti Picus Branch: Changeset: r97478:424cd7425b6d Date: 2019-09-15 13:35 +0300 http://bitbucket.org/pypy/pypy/changeset/424cd7425b6d/ Log:fix prefix diff --git a/pypy/tool/build_cffi_imports.py b/pypy/tool/build_cffi_imports.py --- a/pypy/tool/build_cffi_imports.py +++ b/pypy/tool/

[pypy-commit] pypy default: fix indent

2019-09-14 Thread mattip
Author: Matti Picus Branch: Changeset: r97476:7d1812d13cdf Date: 2019-09-14 15:32 +0300 http://bitbucket.org/pypy/pypy/changeset/7d1812d13cdf/ Log:fix indent diff --git a/pypy/tool/build_cffi_imports.py b/pypy/tool/build_cffi_imports.py --- a/pypy/tool/build_cffi_imports.py +++ b/pypy/tool/

[pypy-commit] pypy default: fix corner case about readline with limit that goes beyond the end of the string

2019-09-13 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97471:6e25c50447f0 Date: 2019-09-13 11:21 +0200 http://bitbucket.org/pypy/pypy/changeset/6e25c50447f0/ Log:fix corner case about readline with limit that goes beyond the end of the string diff --git a/pypy/module/_io/interp_tex

[pypy-commit] pypy default: fix translation

2019-09-12 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97460:ba849ddc5eaf Date: 2019-09-12 15:50 +0200 http://bitbucket.org/pypy/pypy/changeset/ba849ddc5eaf/ Log:fix translation diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py --- a/pypy/module/_io/interp_te

[pypy-commit] pypy default: fix untested rewind method

2019-08-27 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97303:0d2efab3484a Date: 2019-08-27 13:09 +0200 http://bitbucket.org/pypy/pypy/changeset/0d2efab3484a/ Log:fix untested rewind method diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py --- a/rpython/rlib/rarithmetic

[pypy-commit] pypy default: fix (uh, why support instance_ptr_eq but miss instance_ptr_ne??)

2019-08-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r97205:7200528f8f4d Date: 2019-08-18 08:47 +0200 http://bitbucket.org/pypy/pypy/changeset/7200528f8f4d/ Log:fix (uh, why support instance_ptr_eq but miss instance_ptr_ne??) diff --git a/rpython/jit/backend/aarch64/regalloc.py b/rpython/jit/backend/aarc

[pypy-commit] pypy default: fix tests for win32

2019-08-12 Thread mattip
Author: Matti Picus Branch: Changeset: r97160:d08393b13818 Date: 2019-08-12 11:54 +0300 http://bitbucket.org/pypy/pypy/changeset/d08393b13818/ Log:fix tests for win32 diff --git a/extra_tests/ctypes_tests/test_win32.py b/extra_tests/ctypes_tests/test_win32.py --- a/extra_tests/ctypes_tests

[pypy-commit] pypy default: fix test_buffer for platforms which refuse misaligned accesses

2019-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r97159:8dd6a15f4357 Date: 2019-08-12 07:44 + http://bitbucket.org/pypy/pypy/changeset/8dd6a15f4357/ Log:fix test_buffer for platforms which refuse misaligned accesses diff --git a/rpython/rlib/test/test_buffer.py b/rpython/rlib/test/test_buffer.py -

[pypy-commit] pypy default: Fix test collection on windows and s390x

2019-08-11 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r97146:597f4be1ae97 Date: 2019-08-11 17:51 +0100 http://bitbucket.org/pypy/pypy/changeset/597f4be1ae97/ Log:Fix test collection on windows and s390x diff --git a/pypy/module/_cppyy/test/conftest.py b/pypy/module/_cppyy/test/conftest.py --- a/pypy/modul

[pypy-commit] pypy default: fix for latest virtualenv HEAD

2019-08-10 Thread mattip
Author: Matti Picus Branch: Changeset: r97141:adc92f0ac6c1 Date: 2019-08-10 21:41 +0300 http://bitbucket.org/pypy/pypy/changeset/adc92f0ac6c1/ Log:fix for latest virtualenv HEAD diff --git a/testrunner/get_info.py b/testrunner/get_info.py --- a/testrunner/get_info.py +++ b/testrunner/get_in

[pypy-commit] pypy default: Fix for 19e211d4c76b (oops, sorry)

2019-07-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r97025:2315521d2c5d Date: 2019-07-25 14:07 +0200 http://bitbucket.org/pypy/pypy/changeset/2315521d2c5d/ Log:Fix for 19e211d4c76b (oops, sorry) diff --git a/rpython/rtyper/lltypesystem/rffi.py b/rpython/rtyper/lltypesystem/rffi.py --- a/rpython/rtyper/l

[pypy-commit] pypy default: fix tabs, whatsnew

2019-07-16 Thread mattip
Author: Matti Picus Branch: Changeset: r97007:624e331a6fa0 Date: 2019-07-16 06:57 -0500 http://bitbucket.org/pypy/pypy/changeset/624e331a6fa0/ Log:fix tabs, whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew

[pypy-commit] pypy default: fix test_unicode_outofrange in case itemsize == 2

2019-07-14 Thread joac...@bitbucket.org
Author: joachim-ballm...@bitbucket.org Branch: Changeset: r96996:961477b88452 Date: 2019-07-14 12:40 +0200 http://bitbucket.org/pypy/pypy/changeset/961477b88452/ Log:fix test_unicode_outofrange in case itemsize == 2 diff --git a/pypy/module/array/test/test_array.py b/pypy/module/array/test/

[pypy-commit] pypy default: Fix the test and the implementation of gcd_binary()

2019-07-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r96988:c79c569bdd04 Date: 2019-07-14 10:50 +0200 http://bitbucket.org/pypy/pypy/changeset/c79c569bdd04/ Log:Fix the test and the implementation of gcd_binary() diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py --- a/rpython/rlib/rbigint.py

[pypy-commit] pypy default: fix vmprof for 32 bit linux

2019-06-18 Thread mattip
Author: Matti Picus Branch: Changeset: r96816:c3622918429e Date: 2019-06-18 10:01 +0300 http://bitbucket.org/pypy/pypy/changeset/c3622918429e/ Log:fix vmprof for 32 bit linux diff --git a/rpython/rlib/rvmprof/src/shared/vmp_stack.c b/rpython/rlib/rvmprof/src/shared/vmp_stack.c --- a/rpytho

[pypy-commit] pypy default: fix translation on arm

2019-06-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r96810:c82849260828 Date: 2019-06-17 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/c82849260828/ Log:fix translation on arm diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/rpython/jit/backend/ar

[pypy-commit] pypy default: fix test as well

2019-06-12 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r96801:e53c20a6841a Date: 2019-06-12 15:28 +0100 http://bitbucket.org/pypy/pypy/changeset/e53c20a6841a/ Log:fix test as well diff --git a/lib-python/2.7/test/test_timeit.py b/lib-python/2.7/test/test_timeit.py --- a/lib-python/2.7/test/test_timeit.py +

[pypy-commit] pypy default: fix bug: when a newdict(instance=True) was switching its strategy, it lost its

2019-05-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96711:e19e79b1385f Date: 2019-05-28 12:22 +0200 http://bitbucket.org/pypy/pypy/changeset/e19e79b1385f/ Log:fix bug: when a newdict(instance=True) was switching its strategy, it lost its content diff --git a/pypy/objspace/std/di

[pypy-commit] pypy default: fix test for extra ops after shadowstack-issue2722

2019-05-26 Thread mattip
Author: Matti Picus Branch: Changeset: r96697:597a4f90a1b1 Date: 2019-05-27 08:53 +0300 http://bitbucket.org/pypy/pypy/changeset/597a4f90a1b1/ Log:fix test for extra ops after shadowstack-issue2722 diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/t

[pypy-commit] pypy default: fix more tests

2019-05-24 Thread mattip
Author: Matti Picus Branch: Changeset: r96674:48ae5caa94b0 Date: 2019-05-25 09:45 +0300 http://bitbucket.org/pypy/pypy/changeset/48ae5caa94b0/ Log:fix more tests diff --git a/lib_pypy/_hashlib/__init__.py b/lib_pypy/_hashlib/__init__.py --- a/lib_pypy/_hashlib/__init__.py +++ b/lib_pypy/_ha

[pypy-commit] pypy default: fix translation for MSVC which doesn't like void* arithmetic

2019-05-10 Thread mattip
Author: Matti Picus Branch: Changeset: r96592:d4c7063c42e8 Date: 2019-05-10 06:14 -0700 http://bitbucket.org/pypy/pypy/changeset/d4c7063c42e8/ Log:fix translation for MSVC which doesn't like void* arithmetic diff --git a/rpython/translator/c/gc.py b/rpython/translator/c/gc.py --- a/rpython/

[pypy-commit] pypy default: fix for issue #3012, if no \r no need to translate

2019-05-06 Thread mattip
Author: Matti Picus Branch: Changeset: r96572:436eebe7adb1 Date: 2019-05-06 21:52 -0400 http://bitbucket.org/pypy/pypy/changeset/436eebe7adb1/ Log:fix for issue #3012, if no \r no need to translate diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py --- a/pypy/m

[pypy-commit] pypy default: fix semaphore deadlock in issue 2953

2019-04-30 Thread mattip
Author: Matti Picus Branch: Changeset: r96566:6187f28f2baf Date: 2019-04-30 09:32 -0400 http://bitbucket.org/pypy/pypy/changeset/6187f28f2baf/ Log:fix semaphore deadlock in issue 2953 diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b

[pypy-commit] pypy default: fix test

2019-04-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r96516:d7c51628e606 Date: 2019-04-18 11:19 +0200 http://bitbucket.org/pypy/pypy/changeset/d7c51628e606/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py --- a/pypy/module/pypyjit/

[pypy-commit] pypy default: fix formatting of release note

2019-04-14 Thread mattip
Author: Matti Picus Branch: Changeset: r96492:aad43009d972 Date: 2019-04-14 23:52 +0300 http://bitbucket.org/pypy/pypy/changeset/aad43009d972/ Log:fix formatting of release note diff --git a/pypy/doc/release-v7.1.1.rst b/pypy/doc/release-v7.1.1.rst --- a/pypy/doc/release-v7.1.1.rst +++ b/py

[pypy-commit] pypy default: Fix the general testing for newstr(utf8, length_in_number_of_chars),

2019-04-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r96454:1f16a5e43952 Date: 2019-04-13 15:36 +0200 http://bitbucket.org/pypy/pypy/changeset/1f16a5e43952/ Log:Fix the general testing for newstr(utf8, length_in_number_of_chars), which *now* should work and complain if we give an invalid number of

[pypy-commit] pypy default: fix comment

2019-03-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r96364:edb40dc4f969 Date: 2019-03-27 15:46 +0100 http://bitbucket.org/pypy/pypy/changeset/edb40dc4f969/ Log:fix comment diff --git a/rpython/memory/gc/base.py b/rpython/memory/gc/base.py --- a/rpython/memory/gc/base.py +++ b/rpython/memory/gc/base.py @@

[pypy-commit] pypy default: Fix the "not we_are_translated()" path, almost never used

2019-03-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r96361:8fba932de88a Date: 2019-03-27 13:15 +0100 http://bitbucket.org/pypy/pypy/changeset/8fba932de88a/ Log:Fix the "not we_are_translated()" path, almost never used diff --git a/pypy/module/gc/referents.py b/pypy/module/gc/referents.py --- a/pypy/modul

[pypy-commit] pypy default: fix merge from grafting issue2968

2019-03-14 Thread mattip
Author: Matti Picus Branch: Changeset: r96313:d3aefbf6dae7 Date: 2019-03-14 17:15 +0200 http://bitbucket.org/pypy/pypy/changeset/d3aefbf6dae7/ Log:fix merge from grafting issue2968 diff --git a/pypy/module/cpyext/test/test_tupleobject.py b/pypy/module/cpyext/test/test_tupleobject.py --- a/

[pypy-commit] pypy default: fix test

2019-03-11 Thread mattip
Author: Matti Picus Branch: Changeset: r96270:c035c7de5e39 Date: 2019-03-11 09:12 +0200 http://bitbucket.org/pypy/pypy/changeset/c035c7de5e39/ Log:fix test diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py --- a/lib_pypy/_ctypes/array.py +++ b/lib_pypy/_ctypes/array.py @@ -

[pypy-commit] pypy default: fix test from 275fd99e1c23 - __args__.keywords can be None or an empty list

2019-03-01 Thread mattip
Author: Matti Picus Branch: Changeset: r96195:739b9c69e036 Date: 2019-02-28 23:25 +0200 http://bitbucket.org/pypy/pypy/changeset/739b9c69e036/ Log:fix test from 275fd99e1c23 - __args__.keywords can be None or an empty list diff --git a/pypy/module/cpyext/methodobject.py b/pypy/modu

[pypy-commit] pypy default: fix return values

2019-02-24 Thread mattip
Author: Matti Picus Branch: Changeset: r96152:b7859ce44de0 Date: 2019-02-25 08:23 +0200 http://bitbucket.org/pypy/pypy/changeset/b7859ce44de0/ Log:fix return values diff --git a/pypy/module/cpyext/dictobject.py b/pypy/module/cpyext/dictobject.py --- a/pypy/module/cpyext/dictobject.py +++ b/

[pypy-commit] pypy default: fix when malloc() returns an address with the last bit set (arigato)

2019-02-24 Thread mattip
Author: Matti Picus Branch: Changeset: r96149:0bfaff4207c3 Date: 2019-02-24 20:25 +0200 http://bitbucket.org/pypy/pypy/changeset/0bfaff4207c3/ Log:fix when malloc() returns an address with the last bit set (arigato) diff --git a/rpython/rtyper/lltypesystem/llarena.py b/rpython/rtyper/lltyp

[pypy-commit] pypy default: fix

2019-02-21 Thread mattip
Author: Matti Picus Branch: Changeset: r96122:789d5650e3af Date: 2019-02-21 12:56 +0200 http://bitbucket.org/pypy/pypy/changeset/789d5650e3af/ Log:fix diff --git a/rpython/rlib/test/test_rutf8.py b/rpython/rlib/test/test_rutf8.py --- a/rpython/rlib/test/test_rutf8.py +++ b/rpython/rlib/test

[pypy-commit] pypy default: fix typo

2019-02-20 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96109:5dd4d5699b26 Date: 2019-02-20 10:22 +0100 http://bitbucket.org/pypy/pypy/changeset/5dd4d5699b26/ Log:fix typo diff --git a/rpython/rtyper/lltypesystem/rffi.py b/rpython/rtyper/lltypesystem/rffi.py --- a/rpython/rtyper/lltypesyst

[pypy-commit] pypy default: fix, use unicodehelper.wcharpsize2utf8 more widely

2019-02-19 Thread mattip
Author: Matti Picus Branch: Changeset: r96104:9ece3d54c956 Date: 2019-02-20 09:04 +0200 http://bitbucket.org/pypy/pypy/changeset/9ece3d54c956/ Log:fix, use unicodehelper.wcharpsize2utf8 more widely diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pyp

[pypy-commit] pypy default: Fix for pyarrow calling invalid macros

2019-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r96085:4d4e7569ddd5 Date: 2019-02-19 09:50 +0100 http://bitbucket.org/pypy/pypy/changeset/4d4e7569ddd5/ Log:Fix for pyarrow calling invalid macros diff --git a/pypy/module/cpyext/cdatetime.py b/pypy/module/cpyext/cdatetime.py --- a/pypy/module/cpyext/cd

[pypy-commit] pypy default: fix test

2019-02-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r96043:991f167e4663 Date: 2019-02-18 09:35 +0100 http://bitbucket.org/pypy/pypy/changeset/991f167e4663/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py --- a/pypy/module/pypyjit/

[pypy-commit] pypy default: fix

2019-02-17 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96037:b42bf472ce7d Date: 2019-02-17 12:52 +0100 http://bitbucket.org/pypy/pypy/changeset/b42bf472ce7d/ Log:fix diff --git a/pypy/objspace/std/iterobject.py b/pypy/objspace/std/iterobject.py --- a/pypy/objspace/std/iterobject.py +++ b/p

[pypy-commit] pypy default: Fix version number of _cffi_backend (thanks matti)

2019-02-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r96033:e29ffd88da0a Date: 2019-02-16 21:28 +0100 http://bitbucket.org/pypy/pypy/changeset/e29ffd88da0a/ Log:Fix version number of _cffi_backend (thanks matti) diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py --

[pypy-commit] pypy default: Fix test

2019-02-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r96028:63c291824396 Date: 2019-02-16 15:17 +0100 http://bitbucket.org/pypy/pypy/changeset/63c291824396/ 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/test

[pypy-commit] pypy default: Fix test

2019-02-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r96027:7fad2f4ca232 Date: 2019-02-16 14:30 +0100 http://bitbucket.org/pypy/pypy/changeset/7fad2f4ca232/ Log:Fix test diff --git a/pypy/module/cpyext/test/test_sequence.py b/pypy/module/cpyext/test/test_sequence.py --- a/pypy/module/cpyext/test/test_seq

[pypy-commit] pypy default: fix rsre_core.py (hard to test for, as it was working in non-translated tests but accidentally killing the second half of the method after translation)

2019-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r96015:8d12729e7465 Date: 2019-02-15 12:45 +0100 http://bitbucket.org/pypy/pypy/changeset/8d12729e7465/ Log:fix rsre_core.py (hard to test for, as it was working in non- translated tests but accidentally killing the second half of the met

[pypy-commit] pypy default: fix test, logic was backwards

2019-02-15 Thread mattip
Author: Matti Picus Branch: Changeset: r96012:98b12ab55f09 Date: 2019-02-15 12:21 +0200 http://bitbucket.org/pypy/pypy/changeset/98b12ab55f09/ Log:fix test, logic was backwards diff --git a/rpython/rlib/test/test_rutf8.py b/rpython/rlib/test/test_rutf8.py --- a/rpython/rlib/test/test_rutf8.

[pypy-commit] pypy default: fix test for linux 32

2019-02-12 Thread mattip
Author: Matti Picus Branch: Changeset: r95968:20486c92ed2a Date: 2019-02-12 12:54 +0200 http://bitbucket.org/pypy/pypy/changeset/20486c92ed2a/ Log:fix test for linux 32 diff --git a/rpython/memory/gc/test/test_direct.py b/rpython/memory/gc/test/test_direct.py --- a/rpython/memory/gc/test/t

[pypy-commit] pypy default: fix broken links

2019-02-11 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r95936:7d3116e601d5 Date: 2019-02-11 11:50 +0100 http://bitbucket.org/pypy/pypy/changeset/7d3116e601d5/ Log:fix broken links diff --git a/pypy/doc/release-v7.0.0.rst b/pypy/doc/release-v7.0.0.rst --- a/pypy/doc/release-v7.0.0.rst +++ b/pypy/doc/releas

[pypy-commit] pypy default: fix version in the release announcement

2019-02-08 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r95899:7ba58d0d1973 Date: 2019-02-08 12:10 +0100 http://bitbucket.org/pypy/pypy/changeset/7ba58d0d1973/ Log:fix version in the release announcement diff --git a/pypy/doc/release-v7.0.0.rst b/pypy/doc/release-v7.0.0.rst --- a/pypy/doc/release-v7.0.0.rs

[pypy-commit] pypy default: Fix for revdb (how to test??)

2019-01-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r95754:04dfff1c783a Date: 2019-01-31 00:42 +0100 http://bitbucket.org/pypy/pypy/changeset/04dfff1c783a/ Log:Fix for revdb (how to test??) diff --git a/rpython/rlib/src/boehm-rawrefcount.c b/rpython/rlib/src/boehm-rawrefcount.c --- a/rpython/rlib/src/bo

[pypy-commit] pypy default: fix the version

2019-01-25 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r95727:a5bef2990aeb Date: 2019-01-25 16:36 +0100 http://bitbucket.org/pypy/pypy/changeset/a5bef2990aeb/ Log:fix the version diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/cpyext/includ

[pypy-commit] pypy default: fix the test to match 432d816c6d7b

2019-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r95673:de85e0ef8bdc Date: 2019-01-19 18:06 +0100 http://bitbucket.org/pypy/pypy/changeset/de85e0ef8bdc/ Log:fix the test to match 432d816c6d7b diff --git a/rpython/memory/gc/test/test_direct.py b/rpython/memory/gc/test/test_direct.py --- a/rpython/memo

[pypy-commit] pypy default: Fix the tests for #2904

2019-01-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r95628:d0187cf2f1b7 Date: 2019-01-13 19:21 +0100 http://bitbucket.org/pypy/pypy/changeset/d0187cf2f1b7/ Log:Fix the tests for #2904 diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py b/pypy/module/pypyjit/test_pypy_c/test_containers.py ---

[pypy-commit] pypy default: Fix test

2019-01-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r95587:0916788c705e Date: 2019-01-08 09:10 +0100 http://bitbucket.org/pypy/pypy/changeset/0916788c705e/ Log:Fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py --- a/pypy/module/pypyjit/test_p

[pypy-commit] pypy default: Fix for 708fbffab6a0

2018-12-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r95435:b010806d20bf Date: 2018-12-07 11:19 +0200 http://bitbucket.org/pypy/pypy/changeset/b010806d20bf/ Log:Fix for 708fbffab6a0 diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b/rpython/jit/metainterp/optimizeopt/rewrite.py --- a/rpython/ji

[pypy-commit] pypy default: fix weird fallout of 74c1f4c8363d

2018-12-03 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r95405:52c3040f147b Date: 2018-12-03 09:39 +0100 http://bitbucket.org/pypy/pypy/changeset/52c3040f147b/ Log:fix weird fallout of 74c1f4c8363d diff --git a/rpython/translator/backendopt/test/test_mallocprediction.py b/rpython/translator

[pypy-commit] pypy default: fix test

2018-11-30 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r95389:a2d417aec82f Date: 2018-11-30 16:15 +0100 http://bitbucket.org/pypy/pypy/changeset/a2d417aec82f/ Log:fix test diff --git a/rpython/translator/c/test/test_standalone.py b/rpython/translator/c/test/test_standalone.py --- a/rpython

[pypy-commit] pypy default: fix tests to pass on win32

2018-11-11 Thread mattip
Author: Matti Picus Branch: Changeset: r95297:956dce5d3456 Date: 2018-11-11 00:25 -0800 http://bitbucket.org/pypy/pypy/changeset/956dce5d3456/ Log:fix tests to pass on win32 diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --- a/pypy/module/posix/t

[pypy-commit] pypy default: fix test on win32, also cleanup uneeded export of function from libpypy

2018-11-10 Thread mattip
Author: Matti Picus Branch: Changeset: r95291:286138f59bc3 Date: 2018-11-10 20:55 -0800 http://bitbucket.org/pypy/pypy/changeset/286138f59bc3/ Log:fix test on win32, also cleanup uneeded export of function from libpypy diff --git a/pypy/module/sys/initpath.py b/pypy/module/sys/initp

[pypy-commit] pypy default: fix whatsnew

2018-10-27 Thread mattip
Author: Matti Picus Branch: Changeset: r95256:9b4df13073e1 Date: 2018-10-27 22:34 +0300 http://bitbucket.org/pypy/pypy/changeset/9b4df13073e1/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.

[pypy-commit] pypy default: fix translation

2018-10-27 Thread mattip
Author: Matti Picus Branch: Changeset: r95257:e32a30711384 Date: 2018-10-27 22:34 +0300 http://bitbucket.org/pypy/pypy/changeset/e32a30711384/ Log:fix translation diff --git a/pypy/module/thread/os_lock.py b/pypy/module/thread/os_lock.py --- a/pypy/module/thread/os_lock.py +++ b/pypy/module

[pypy-commit] pypy default: fix test

2018-10-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r95250:b01d1db30165 Date: 2018-10-26 12:01 +0200 http://bitbucket.org/pypy/pypy/changeset/b01d1db30165/ Log:fix test diff --git a/pypy/module/cpyext/test/test_misc.py b/pypy/module/cpyext/test/test_misc.py --- a/pypy/module/cpyext/test/test_misc.py +++

[pypy-commit] pypy default: fix win32 translation, also remove some MSVC compiler warnings

2018-10-09 Thread mattip
Author: Matti Picus Branch: Changeset: r95196:0bd6514900a7 Date: 2018-10-09 17:23 +0300 http://bitbucket.org/pypy/pypy/changeset/0bd6514900a7/ Log:fix win32 translation, also remove some MSVC compiler warnings diff --git a/pypy/module/_cffi_backend/embedding.py b/pypy/module/_cffi_backend/

[pypy-commit] pypy default: fix error message

2018-09-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r95156:3c6307e2bd64 Date: 2018-09-23 13:07 +0200 http://bitbucket.org/pypy/pypy/changeset/3c6307e2bd64/ Log:fix error message diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py --- a/rpython/rlib/jit.py +++ b/rpython/rlib/jit.py @@ -151,7 +151,7 @@

[pypy-commit] pypy default: Fix the cpython test for newer pypy versions, with a comment

2018-09-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r95148:c8d93fa469ba Date: 2018-09-19 18:48 +0200 http://bitbucket.org/pypy/pypy/changeset/c8d93fa469ba/ Log:Fix the cpython test for newer pypy versions, with a comment diff --git a/lib-python/2.7/test/test_inspect.py b/lib-python/2.7/test/test_inspect

[pypy-commit] pypy default: fix test

2018-09-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r95145:4ffcc8f9acd4 Date: 2018-09-19 17:22 +0200 http://bitbucket.org/pypy/pypy/changeset/4ffcc8f9acd4/ Log:fix test diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @

[pypy-commit] pypy default: fix issue #2873 in micronumpy, thanks Andreas

2018-08-21 Thread mattip
Author: Matti Picus Branch: Changeset: r95013:73d842283378 Date: 2018-08-21 18:16 +0300 http://bitbucket.org/pypy/pypy/changeset/73d842283378/ Log:fix issue #2873 in micronumpy, thanks Andreas diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/pypy/m

[pypy-commit] pypy default: Fix issue with empty string as module attribute.

2018-08-08 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r94980:8c0c734e9e02 Date: 2018-08-08 15:59 +0100 http://bitbucket.org/pypy/pypy/changeset/8c0c734e9e02/ Log:Fix issue with empty string as module attribute. diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/

[pypy-commit] pypy default: fix translation

2018-07-08 Thread mattip
Author: Matti Picus Branch: Changeset: r94834:b42a5efd4312 Date: 2018-07-08 17:58 -0700 http://bitbucket.org/pypy/pypy/changeset/b42a5efd4312/ Log:fix translation diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/module/_cppyy/interp_cppyy.py +

[pypy-commit] pypy default: Fix rvmprof/dummy: stop_sampling() is supposed to return an integer, not None

2018-07-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r94803:60d37209763d Date: 2018-07-03 21:45 +0200 http://bitbucket.org/pypy/pypy/changeset/60d37209763d/ Log:Fix rvmprof/dummy: stop_sampling() is supposed to return an integer, not None diff --git a/rpython/rlib/rvmprof/dummy.py b/rpython/rlib/r

[pypy-commit] pypy default: fix test

2018-06-29 Thread mattip
Author: Matti Picus Branch: Changeset: r94785:435136eb0bac Date: 2018-06-29 07:36 -0700 http://bitbucket.org/pypy/pypy/changeset/435136eb0bac/ Log:fix test diff --git a/pypy/module/cpyext/test/test_object.py b/pypy/module/cpyext/test/test_object.py --- a/pypy/module/cpyext/test/test_object

[pypy-commit] pypy default: fix tests

2018-06-25 Thread mattip
Author: Matti Picus Branch: Changeset: r94781:2ae825a19da0 Date: 2018-06-25 21:42 -0700 http://bitbucket.org/pypy/pypy/changeset/2ae825a19da0/ Log:fix tests diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unicodeobject.py --- a/pypy/module/cpyext/t

[pypy-commit] pypy default: fix tests

2018-06-25 Thread mattip
Author: Matti Picus Branch: Changeset: r94780:9272d1b47f51 Date: 2018-06-25 21:35 -0700 http://bitbucket.org/pypy/pypy/changeset/9272d1b47f51/ Log:fix tests diff --git a/pypy/module/cpyext/test/test_pystrtod.py b/pypy/module/cpyext/test/test_pystrtod.py --- a/pypy/module/cpyext/test/test_p

[pypy-commit] pypy default: fix translation

2018-06-25 Thread mattip
Author: Matti Picus Branch: Changeset: r94779:5eb961f7541c Date: 2018-06-25 14:50 -0700 http://bitbucket.org/pypy/pypy/changeset/5eb961f7541c/ Log:fix translation diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.py --- a/pypy/module/cpyext/longobject.py +++ b/py

[pypy-commit] pypy default: fix #2851, define and use INTP_real as 'int*' for windows compatability

2018-06-24 Thread mattip
Author: Matti Picus Branch: Changeset: r94778:6e529ed6ae8e Date: 2018-06-24 20:33 -0700 http://bitbucket.org/pypy/pypy/changeset/6e529ed6ae8e/ Log:fix #2851, define and use INTP_real as 'int*' for windows compatability diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.

[pypy-commit] pypy default: fix error messages in complex number handling a bit

2018-05-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r94694:cadf86879441 Date: 2018-05-28 21:33 +0200 http://bitbucket.org/pypy/pypy/changeset/cadf86879441/ Log:fix error messages in complex number handling a bit diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complex

[pypy-commit] pypy default: Fix test_reverse_debugging

2018-05-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r94687:24dc51e3f099 Date: 2018-05-26 14:18 +0200 http://bitbucket.org/pypy/pypy/changeset/24dc51e3f099/ Log:Fix test_reverse_debugging diff --git a/pypy/interpreter/test/test_reverse_debugging.py b/pypy/interpreter/test/test_reverse_debugging.py --- a/

[pypy-commit] pypy default: fix test for python3, remove implemented functions from stubs.py

2018-05-14 Thread mattip
Author: Matti Picus Branch: Changeset: r94570:a8e6b2583cbc Date: 2018-05-14 14:39 +0300 http://bitbucket.org/pypy/pypy/changeset/a8e6b2583cbc/ Log:fix test for python3, remove implemented functions from stubs.py diff --git a/pypy/module/cpyext/stubs.py b/pypy/module/cpyext/stubs.py --- a/py

[pypy-commit] pypy default: fix many broken links, checked with "sphinx-build -n -b linkcheck"

2018-05-09 Thread mattip
Author: Matti Picus Branch: Changeset: r94513:e11138105393 Date: 2018-05-09 19:21 +0300 http://bitbucket.org/pypy/pypy/changeset/e11138105393/ Log:fix many broken links, checked with "sphinx-build -n -b linkcheck" diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst --- a/pypy/doc/build.rst

[pypy-commit] pypy default: fix a very rare segfault in the JIT, shown by Pycket

2018-05-04 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r94470:b0fdbba6aeab Date: 2018-05-04 15:25 +0200 http://bitbucket.org/pypy/pypy/changeset/b0fdbba6aeab/ Log:fix a very rare segfault in the JIT, shown by Pycket (neither did I manage to write a test, nor to fix the broken

[pypy-commit] pypy default: fix typos (thanks lesshaste and __pv)

2018-04-25 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r94445:a614238235c7 Date: 2018-04-25 14:57 +0200 http://bitbucket.org/pypy/pypy/changeset/a614238235c7/ Log:fix typos (thanks lesshaste and __pv) diff --git a/pypy/doc/release-v6.0.0.rst b/pypy/doc/release-v6.0.0.rst --- a/pypy/doc/rele

[pypy-commit] pypy default: Fix a case where the list strategy leaks to the user

2018-04-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r94425:bae7d61d060c Date: 2018-04-23 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/bae7d61d060c/ Log:Fix a case where the list strategy leaks to the user diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/ob

[pypy-commit] pypy default: fix llinterp debug_{start, stop} on 32bit - one more time

2018-04-19 Thread mattip
Author: Matti Picus Branch: Changeset: r94380:51718fe91a11 Date: 2018-04-19 11:20 +0300 http://bitbucket.org/pypy/pypy/changeset/51718fe91a11/ Log:fix llinterp debug_{start,stop} on 32bit - one more time diff --git a/rpython/rlib/debug.py b/rpython/rlib/debug.py --- a/rpython/rlib/debug.py

[pypy-commit] pypy default: fix llinterp debug_{start, stop} on 32bit

2018-04-18 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r94379:fbffeb3dc383 Date: 2018-04-18 13:27 + http://bitbucket.org/pypy/pypy/changeset/fbffeb3dc383/ Log:fix llinterp debug_{start,stop} on 32bit diff --git a/rpython/rlib/debug.py b/rpython/rlib/debug.py --- a/rpython/rlib/debug.py +++ b/rpython/r

  1   2   3   4   5   6   7   8   9   10   >