[pypy-commit] pypy default: fix test on my laptop

2017-02-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r90335:c5721c39a21f Date: 2017-02-24 08:39 +0100 http://bitbucket.org/pypy/pypy/changeset/c5721c39a21f/ Log:fix test on my laptop diff --git a/rpython/translator/c/test/test_newgc.py b/rpython/translator/c/test/test_newgc.py ---

[pypy-commit] pypy default: fix for translations without threads

2017-02-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r90261:b22622b0bc15 Date: 2017-02-21 13:34 +0100 http://bitbucket.org/pypy/pypy/changeset/b22622b0bc15/ Log:fix for translations without threads diff --git a/pypy/module/cpyext/pystate.py b/pypy/module/cpyext/pystate.py ---

[pypy-commit] pypy default: fix for 31ecf3410703 running some tests

2017-02-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r90239:071247c0f952 Date: 2017-02-21 08:45 +0100 http://bitbucket.org/pypy/pypy/changeset/071247c0f952/ Log:fix for 31ecf3410703 running some tests diff --git a/rpython/translator/platform/posix.py

[pypy-commit] pypy default: Fix interaction of PyGILState_* with thread states

2017-02-20 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r90235:03278118ee16 Date: 2017-02-21 05:38 + http://bitbucket.org/pypy/pypy/changeset/03278118ee16/ Log:Fix interaction of PyGILState_* with thread states Instead of nulling the ec.cpyext_threadstate when releasing the

[pypy-commit] pypy default: fix (for py3)

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90200:56126b34d84c Date: 2017-02-19 16:04 +0100 http://bitbucket.org/pypy/pypy/changeset/56126b34d84c/ Log:fix (for py3) diff --git a/pypy/module/cpyext/test/test_userslots.py b/pypy/module/cpyext/test/test_userslots.py ---

[pypy-commit] pypy default: fix, shown randomly in some tests

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90190:2372b8d38e72 Date: 2017-02-19 10:22 +0100 http://bitbucket.org/pypy/pypy/changeset/2372b8d38e72/ Log:fix, shown randomly in some tests diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py ---

[pypy-commit] pypy default: fix

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90188:c6bc044c5f15 Date: 2017-02-19 10:04 +0100 http://bitbucket.org/pypy/pypy/changeset/c6bc044c5f15/ Log:fix diff --git a/pypy/module/_cffi_backend/ffi_obj.py b/pypy/module/_cffi_backend/ffi_obj.py ---

[pypy-commit] pypy default: fix tests

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90186:56d384d17f52 Date: 2017-02-19 09:55 +0100 http://bitbucket.org/pypy/pypy/changeset/56d384d17f52/ Log:fix tests diff --git a/rpython/rlib/test/test_rposix.py b/rpython/rlib/test/test_rposix.py ---

[pypy-commit] pypy default: fix command (thanks jason on irc)

2017-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r90154:393ff835a097 Date: 2017-02-15 16:40 +0100 http://bitbucket.org/pypy/pypy/changeset/393ff835a097/ Log:fix command (thanks jason on irc) diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst --- a/pypy/doc/build.rst +++

[pypy-commit] pypy default: fix, and also replace asserts with checks that are always enabled

2017-02-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r89997:4fcac853f676 Date: 2017-02-07 12:01 +0100 http://bitbucket.org/pypy/pypy/changeset/4fcac853f676/ Log:fix, and also replace asserts with checks that are always enabled diff --git a/rpython/translator/c/src/stacklet/stacklet.c

[pypy-commit] pypy default: Fix typo

2017-02-06 Thread PavloKapyshin
Author: PavloKapyshin Branch: Changeset: r89972:3ba228f90388 Date: 2017-02-06 12:27 + http://bitbucket.org/pypy/pypy/changeset/3ba228f90388/ Log:Fix typo diff --git a/pypy/doc/extending.rst b/pypy/doc/extending.rst --- a/pypy/doc/extending.rst +++ b/pypy/doc/extending.rst

[pypy-commit] pypy default: fix test: now only three residual calls instead of four

2017-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r89964:bff2e6940cc6 Date: 2017-02-06 09:00 +0100 http://bitbucket.org/pypy/pypy/changeset/bff2e6940cc6/ Log:fix test: now only three residual calls instead of four diff --git a/rpython/jit/metainterp/test/test_dict.py

[pypy-commit] pypy default: fix

2017-02-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r89907:ad26698c18d7 Date: 2017-02-03 11:16 +0100 http://bitbucket.org/pypy/pypy/changeset/ad26698c18d7/ Log:fix diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pypy/module/micronumpy/compile.py

[pypy-commit] pypy default: fix test

2017-02-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r89903:cc6165679b16 Date: 2017-02-02 17:25 +0100 http://bitbucket.org/pypy/pypy/changeset/cc6165679b16/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py b/pypy/module/pypyjit/test_pypy_c/test_misc.py ---

[pypy-commit] pypy default: fix

2017-01-30 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89838:c173189d53b2 Date: 2017-01-30 16:09 + http://bitbucket.org/pypy/pypy/changeset/c173189d53b2/ Log:fix diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++

[pypy-commit] pypy default: fix

2017-01-27 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89801:1ae376efcfa5 Date: 2017-01-27 16:18 + http://bitbucket.org/pypy/pypy/changeset/1ae376efcfa5/ Log:fix diff --git a/pypy/module/cpyext/include/object.h b/pypy/module/cpyext/include/object.h ---

[pypy-commit] pypy default: Fix

2017-01-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r89782:9eb7c2912413 Date: 2017-01-26 10:13 +0100 http://bitbucket.org/pypy/pypy/changeset/9eb7c2912413/ Log:Fix diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++

[pypy-commit] pypy default: fix test

2017-01-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r89781:8ecc4591e7ec Date: 2017-01-26 10:02 +0100 http://bitbucket.org/pypy/pypy/changeset/8ecc4591e7ec/ Log:fix test diff --git a/pypy/interpreter/test/test_appinterp.py b/pypy/interpreter/test/test_appinterp.py ---

[pypy-commit] pypy default: fix error message

2017-01-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r89774:20567a253f17 Date: 2017-01-25 21:56 +0100 http://bitbucket.org/pypy/pypy/changeset/20567a253f17/ Log:fix error message diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py ---

[pypy-commit] pypy default: Fix (obscure reason, can be reproduced with "py.test rtyper/")

2017-01-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r89773:93614a596712 Date: 2017-01-25 21:42 +0100 http://bitbucket.org/pypy/pypy/changeset/93614a596712/ Log:Fix (obscure reason, can be reproduced with "py.test rtyper/") diff --git a/rpython/rtyper/lltypesystem/rffi.py

[pypy-commit] pypy default: Fix type creation in test

2017-01-24 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89734:4dbc89b22496 Date: 2017-01-24 14:11 + http://bitbucket.org/pypy/pypy/changeset/4dbc89b22496/ Log:Fix type creation in test (grafted from 0e5a44ac25a3501025d3198b7d6806672182aff0) diff --git

[pypy-commit] pypy default: fix "to" vs. "do" typos

2017-01-23 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r89716:c88adb030f33 Date: 2017-01-23 22:48 -0800 http://bitbucket.org/pypy/pypy/changeset/c88adb030f33/ Log:fix "to" vs. "do" typos diff --git a/pypy/module/zipimport/interp_zipimport.py

[pypy-commit] pypy default: Fix: allow get_unique_id=... on a jitdriver whose 'is_recursive' status

2017-01-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r89704:142f2ad47039 Date: 2017-01-23 11:42 +0100 http://bitbucket.org/pypy/pypy/changeset/142f2ad47039/ Log:Fix: allow get_unique_id=... on a jitdriver whose 'is_recursive' status will be set to True later (when it is the only

[pypy-commit] pypy default: fix typo

2017-01-22 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r89694:21d3185f73a1 Date: 2017-01-22 12:07 -0800 http://bitbucket.org/pypy/pypy/changeset/21d3185f73a1/ Log:fix typo diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py ---

[pypy-commit] pypy default: fix tests that import test_vector

2017-01-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r89686:858ae6e5cbfe Date: 2017-01-22 17:35 +0100 http://bitbucket.org/pypy/pypy/changeset/858ae6e5cbfe/ Log:fix tests that import test_vector diff --git a/rpython/jit/backend/ppc/test/test_ppcvector.py

[pypy-commit] pypy default: fix commit a0105e0d00db, which was just wrong. In the upstream numpy, NUMPY_IMPORT_ARRAY_RETVAL is returned only in case of error, which never happens on pypy. As it was wr

2017-01-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r89673:cccff8a7d738 Date: 2017-01-19 15:41 + http://bitbucket.org/pypy/pypy/changeset/cccff8a7d738/ Log:fix commit a0105e0d00db, which was just wrong. In the upstream numpy, NUMPY_IMPORT_ARRAY_RETVAL is returned only

[pypy-commit] pypy default: Fix, notably for Pillow's setup.py which calls find_library_file() to

2017-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r89672:66ef3eb6a91e Date: 2017-01-19 15:39 +0100 http://bitbucket.org/pypy/pypy/changeset/66ef3eb6a91e/ Log:Fix, notably for Pillow's setup.py which calls find_library_file() to locate the system's lib files diff --git

[pypy-commit] pypy default: Fix/hack around issues with clang and MSVC

2017-01-17 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89649:4cbdd68326aa Date: 2017-01-18 01:36 + http://bitbucket.org/pypy/pypy/changeset/4cbdd68326aa/ Log:Fix/hack around issues with clang and MSVC diff --git a/pypy/module/cpyext/cparser.py b/pypy/module/cpyext/cparser.py ---

[pypy-commit] pypy default: Fix translation: add required casts from const char* to char*

2017-01-17 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89645:0cce543d57b5 Date: 2017-01-17 19:23 + http://bitbucket.org/pypy/pypy/changeset/0cce543d57b5/ Log:Fix translation: add required casts from const char* to char* diff --git a/pypy/module/cpyext/buffer.py

[pypy-commit] pypy default: fix reference leak

2017-01-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r89635:37645aa1733f Date: 2017-01-17 17:57 +0100 http://bitbucket.org/pypy/pypy/changeset/37645aa1733f/ Log:fix reference leak diff --git a/pypy/module/cpyext/test/foo3.c b/pypy/module/cpyext/test/foo3.c ---

[pypy-commit] pypy default: fix test - call Py_DecRef on PyObject to allow finalizer to run

2017-01-16 Thread mattip
Author: Matti Picus Branch: Changeset: r89621:13bdc04dc6d2 Date: 2017-01-16 23:20 +0200 http://bitbucket.org/pypy/pypy/changeset/13bdc04dc6d2/ Log:fix test - call Py_DecRef on PyObject to allow finalizer to run diff --git

[pypy-commit] pypy default: fix failing test, which now passes

2017-01-16 Thread mattip
Author: Matti Picus Branch: Changeset: r89620:87475b57a469 Date: 2017-01-16 23:00 +0200 http://bitbucket.org/pypy/pypy/changeset/87475b57a469/ Log:fix failing test, which now passes diff --git a/lib-python/2.7/test/test_capi.py b/lib-python/2.7/test/test_capi.py ---

[pypy-commit] pypy default: Fix for rgc.move_out_of_nursery() in very old GCs like "semispace"

2017-01-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r89538:df8618e832de Date: 2017-01-13 12:55 +0100 http://bitbucket.org/pypy/pypy/changeset/df8618e832de/ Log:Fix for rgc.move_out_of_nursery() in very old GCs like "semispace" diff --git a/rpython/memory/gctransform/framework.py

[pypy-commit] pypy default: Fix doc

2017-01-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r89535:da438adf8c4f Date: 2017-01-13 00:26 +0100 http://bitbucket.org/pypy/pypy/changeset/da438adf8c4f/ Log:Fix doc diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rst --- a/pypy/doc/getting-started-dev.rst

[pypy-commit] pypy default: Fix the warnings in audioop, introduced in a recent cffi version

2017-01-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r89516:532396b48a7f Date: 2017-01-12 16:26 +0100 http://bitbucket.org/pypy/pypy/changeset/532396b48a7f/ Log:Fix the warnings in audioop, introduced in a recent cffi version diff --git a/lib_pypy/audioop.py b/lib_pypy/audioop.py ---

[pypy-commit] pypy default: Fix ``"".replace("", "x", num)`` to give the same result as CPython

2017-01-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r89390:bb49f0339d82 Date: 2017-01-06 13:09 +0100 http://bitbucket.org/pypy/pypy/changeset/bb49f0339d82/ Log:Fix ``"".replace("", "x", num)`` to give the same result as CPython diff --git a/pypy/objspace/std/stringmethods.py

[pypy-commit] pypy default: fix test

2017-01-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r89308:aa9ae054b625 Date: 2017-01-02 18:00 +0100 http://bitbucket.org/pypy/pypy/changeset/aa9ae054b625/ Log:fix test diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py ---

[pypy-commit] pypy default: Fix the out-of-range cases of socket.ntohl() & co., as an

2017-01-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r89300:f934a882b7ba Date: 2017-01-02 16:20 +0100 http://bitbucket.org/pypy/pypy/changeset/f934a882b7ba/ Log:Fix the out-of-range cases of socket.ntohl() & co., as an attempt to pass the stricter tests of py3.5 diff --git

[pypy-commit] pypy default: Fix the exception raised by socket.getservbyport(-1)

2017-01-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r89297:6ed7e32b3c10 Date: 2017-01-02 15:54 +0100 http://bitbucket.org/pypy/pypy/changeset/6ed7e32b3c10/ Log:Fix the exception raised by socket.getservbyport(-1) diff --git a/pypy/module/_socket/interp_func.py

[pypy-commit] pypy default: fix

2017-01-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r89295:8def4d18f54d Date: 2017-01-02 14:46 + http://bitbucket.org/pypy/pypy/changeset/8def4d18f54d/ Log:fix diff --git a/rpython/rlib/src/boehm-rawrefcount.c b/rpython/rlib/src/boehm-rawrefcount.c ---

[pypy-commit] pypy default: Fix for a translation crash of 'rpython --sandbox -O2'

2016-12-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r89258:0b536e14dfbc Date: 2016-12-28 16:25 +0100 http://bitbucket.org/pypy/pypy/changeset/0b536e14dfbc/ Log:Fix for a translation crash of 'rpython --sandbox -O2' diff --git a/rpython/annotator/description.py

[pypy-commit] pypy default: Fix the calls to crc32/adler32

2016-12-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r89192:c6bab3382b8a Date: 2016-12-20 10:10 +0100 http://bitbucket.org/pypy/pypy/changeset/c6bab3382b8a/ Log:Fix the calls to crc32/adler32 diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/module/zlib/interp_zlib.py ---

[pypy-commit] pypy default: Fix for the new ll_assert_not_none()

2016-12-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r89143:915f51d48f87 Date: 2016-12-18 15:16 +0100 http://bitbucket.org/pypy/pypy/changeset/915f51d48f87/ Log:Fix for the new ll_assert_not_none() diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py ---

[pypy-commit] pypy default: fix translation (typo)

2016-12-13 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89047:a12b1539331d Date: 2016-12-13 23:22 + http://bitbucket.org/pypy/pypy/changeset/a12b1539331d/ Log:fix translation (typo) diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py ---

[pypy-commit] pypy default: fix translation

2016-12-10 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89007:5a43ad14735f Date: 2016-12-11 06:13 + http://bitbucket.org/pypy/pypy/changeset/5a43ad14735f/ Log:fix translation diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py ---

[pypy-commit] pypy default: fix test

2016-12-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r88924:e8f04195dde5 Date: 2016-12-07 09:33 +0100 http://bitbucket.org/pypy/pypy/changeset/e8f04195dde5/ Log:fix test diff --git a/pypy/module/_cffi_backend/test/test_ffi_obj.py b/pypy/module/_cffi_backend/test/test_ffi_obj.py ---

[pypy-commit] pypy default: Fix 3cffc7191d14 for -A

2016-12-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r88894:407896dd979f Date: 2016-12-06 11:00 +0100 http://bitbucket.org/pypy/pypy/changeset/407896dd979f/ Log:Fix 3cffc7191d14 for -A diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncontext.py ---

[pypy-commit] pypy default: Fix a corner case for weakref.__ne__()

2016-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r88729:ebe85c51ad48 Date: 2016-11-29 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/ebe85c51ad48/ Log:Fix a corner case for weakref.__ne__() diff --git a/pypy/module/_weakref/interp__weakref.py

[pypy-commit] pypy default: fix test_lloperation

2016-11-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r88680:32ed555877b1 Date: 2016-11-27 10:02 +0100 http://bitbucket.org/pypy/pypy/changeset/32ed555877b1/ Log:fix test_lloperation diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py --- a/rpython/rtyper/llinterp.py +++

[pypy-commit] pypy default: fix sandbox in the case where an os function is called directly via rposix, as

2016-11-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r88576:f8b82bd65934 Date: 2016-11-23 11:55 +0100 http://bitbucket.org/pypy/pypy/changeset/f8b82bd65934/ Log:fix sandbox in the case where an os function is called directly via rposix, as opposed to via os. diff --git

[pypy-commit] pypy default: Fix HAVE_FSTATVFS, which used to be always False because of a missing

2016-11-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r88476:09166f2f6bfd Date: 2016-11-18 20:30 +0100 http://bitbucket.org/pypy/pypy/changeset/09166f2f6bfd/ Log:Fix HAVE_FSTATVFS, which used to be always False because of a missing header in the test diff --git

[pypy-commit] pypy default: fix _ssl test_ztranslation

2016-11-17 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r88452:5625ca7b74d8 Date: 2016-11-17 18:47 + http://bitbucket.org/pypy/pypy/changeset/5625ca7b74d8/ Log:fix _ssl test_ztranslation diff --git a/pypy/module/_ssl/test/test_ssl.py b/pypy/module/_ssl/test/test_ssl.py ---

[pypy-commit] pypy default: Fix (probably a merge error?)

2016-11-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r88426:31fb79a2893f Date: 2016-11-17 10:16 +0100 http://bitbucket.org/pypy/pypy/changeset/31fb79a2893f/ Log:Fix (probably a merge error?) diff --git a/pytest.py b/pytest.py --- a/pytest.py +++ b/pytest.py @@ -1,3 +1,4 @@

[pypy-commit] pypy default: Fix for calls to '__x86.get_pc_thunk'

2016-11-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r88329:71779cad4a61 Date: 2016-11-12 10:08 +0100 http://bitbucket.org/pypy/pypy/changeset/71779cad4a61/ Log:Fix for calls to '__x86.get_pc_thunk' diff --git a/rpython/translator/c/gcc/trackgcroot.py

[pypy-commit] pypy default: fix test

2016-11-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r88285:76a9a43a1e8c Date: 2016-11-10 09:45 +0100 http://bitbucket.org/pypy/pypy/changeset/76a9a43a1e8c/ Log:fix test diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py --- a/rpython/rlib/rarithmetic.py +++

[pypy-commit] pypy default: fix tests

2016-11-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r88205:4c405c663a1c Date: 2016-11-08 11:47 +0100 http://bitbucket.org/pypy/pypy/changeset/4c405c663a1c/ Log:fix tests diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++

[pypy-commit] pypy default: fix test

2016-11-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r88204:95700489ad41 Date: 2016-11-08 11:36 +0100 http://bitbucket.org/pypy/pypy/changeset/95700489ad41/ 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 ---

[pypy-commit] pypy default: Fix docstring

2016-11-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r88201:1773719613f5 Date: 2016-11-08 10:53 +0100 http://bitbucket.org/pypy/pypy/changeset/1773719613f5/ Log:Fix docstring diff --git a/rpython/jit/tl/jittest.py b/rpython/jit/tl/jittest.py --- a/rpython/jit/tl/jittest.py +++

[pypy-commit] pypy default: fix 57ee4821e42c differently

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88189:fe2af558d879 Date: 2016-11-07 19:28 +0200 http://bitbucket.org/pypy/pypy/changeset/fe2af558d879/ Log:fix 57ee4821e42c differently diff --git a/pypy/module/cpyext/test/test_eval.py b/pypy/module/cpyext/test/test_eval.py

[pypy-commit] pypy default: Fix link

2016-11-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r88180:cd69e6a938e5 Date: 2016-11-07 16:38 +0100 http://bitbucket.org/pypy/pypy/changeset/cd69e6a938e5/ Log:Fix link diff --git a/pypy/doc/release-pypy2.7-v5.6.0.rst b/pypy/doc/release-pypy2.7-v5.6.0.rst ---

[pypy-commit] pypy default: fix whatsnew, fix test for windows (with modified command.py to allow test to run)

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88167:f826843099a7 Date: 2016-11-07 14:07 +0200 http://bitbucket.org/pypy/pypy/changeset/f826843099a7/ Log:fix whatsnew, fix test for windows (with modified command.py to allow test to run) diff --git

[pypy-commit] pypy default: Fix test_nice to not expect a niceness level of 22 if we start with 19,

2016-11-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r88160:7305f377312a Date: 2016-11-06 19:35 +0100 http://bitbucket.org/pypy/pypy/changeset/7305f377312a/ Log:Fix test_nice to not expect a niceness level of 22 if we start with 19, which is the maximum generally on Posix diff

[pypy-commit] pypy default: Fix typo.

2016-11-03 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r88094:bacc55bdad61 Date: 2016-11-03 07:06 +0100 http://bitbucket.org/pypy/pypy/changeset/bacc55bdad61/ Log:Fix typo. diff --git a/pypy/doc/release-pypy2.7-v5.6.0.rst b/pypy/doc/release-pypy2.7-v5.6.0.rst ---

[pypy-commit] pypy default: Fix minor transcription error from cpython C extension

2016-11-01 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r88054:ed8820ed0ae8 Date: 2016-11-01 15:35 -0700 http://bitbucket.org/pypy/pypy/changeset/ed8820ed0ae8/ Log:Fix minor transcription error from cpython C extension diff --git a/pypy/module/pyexpat/interp_pyexpat.py

[pypy-commit] pypy default: fix signature of PyObject_AsCharBuffer, PyDescr_NewMethod

2016-10-19 Thread mattip
Author: Matti Picus Branch: Changeset: r87886:14a562f24f66 Date: 2016-10-19 23:51 +0300 http://bitbucket.org/pypy/pypy/changeset/14a562f24f66/ Log:fix signature of PyObject_AsCharBuffer, PyDescr_NewMethod diff --git a/pypy/module/cpyext/api.py

[pypy-commit] pypy default: fix test on CPython: _PyObject_NewVar does not initialise the memory

2016-10-06 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r87613:b0e70c0c2ac0 Date: 2016-10-06 16:43 +0100 http://bitbucket.org/pypy/pypy/changeset/b0e70c0c2ac0/ Log:fix test on CPython: _PyObject_NewVar does not initialise the memory diff --git

[pypy-commit] pypy default: Fix test for arm

2016-10-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r87499:87c5d21350cd Date: 2016-10-01 15:46 +0200 http://bitbucket.org/pypy/pypy/changeset/87c5d21350cd/ Log:Fix test for arm diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py

[pypy-commit] pypy default: fix translation

2016-09-29 Thread mattip
Author: Matti Picus Branch: Changeset: r87459:aa7addfd4bd1 Date: 2016-09-30 06:53 +0300 http://bitbucket.org/pypy/pypy/changeset/aa7addfd4bd1/ Log:fix translation diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy default: fix translation with --no-allworkingmodules

2016-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r87410:04821987a10e Date: 2016-09-27 09:58 +0200 http://bitbucket.org/pypy/pypy/changeset/04821987a10e/ Log:fix translation with --no-allworkingmodules diff --git a/pypy/module/sys/initpath.py b/pypy/module/sys/initpath.py ---

[pypy-commit] pypy default: Fix what occurs near the limit MAX_STACK_DEPTH: I *think* it would

2016-09-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r87394:a6e7414f79c7 Date: 2016-09-26 17:52 +0200 http://bitbucket.org/pypy/pypy/changeset/a6e7414f79c7/ Log:Fix what occurs near the limit MAX_STACK_DEPTH: I *think* it would appear to skip some frames then, in the JIT case

[pypy-commit] pypy default: Fix test

2016-09-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r87386:7472cf9b0cd7 Date: 2016-09-26 08:49 +0200 http://bitbucket.org/pypy/pypy/changeset/7472cf9b0cd7/ Log:Fix test diff --git a/pypy/interpreter/test/test_app_main.py b/pypy/interpreter/test/test_app_main.py ---

[pypy-commit] pypy default: fix

2016-09-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r87353:77f0c958997b Date: 2016-09-23 23:08 +0200 http://bitbucket.org/pypy/pypy/changeset/77f0c958997b/ Log:fix diff --git a/rpython/jit/backend/test/test_ll_random.py b/rpython/jit/backend/test/test_ll_random.py ---

[pypy-commit] pypy default: Fix for sandbox tests

2016-09-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r87313:89527d477337 Date: 2016-09-22 12:06 +0200 http://bitbucket.org/pypy/pypy/changeset/89527d477337/ Log:Fix for sandbox tests diff --git a/rpython/rlib/rposix_stat.py b/rpython/rlib/rposix_stat.py --- a/rpython/rlib/rposix_stat.py

[pypy-commit] pypy default: Fix PyLong_FromVoidPtr to return int/long like CPython.

2016-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r87204:8bbafbedd0b2 Date: 2016-09-18 19:11 +0200 http://bitbucket.org/pypy/pypy/changeset/8bbafbedd0b2/ Log:Fix PyLong_FromVoidPtr to return int/long like CPython. Hopefully fix a translation failure on 32-bit too. diff --git

[pypy-commit] pypy default: Fix tests (test_throw1 and test_throw2 were identical at this point)

2016-09-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r87137:f6eabcc3367c Date: 2016-09-16 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/f6eabcc3367c/ Log:Fix tests (test_throw1 and test_throw2 were identical at this point) diff --git a/pypy/interpreter/test/test_generator.py

[pypy-commit] pypy default: fix bug in codewriter about passing the exitswitch variable to a call

2016-09-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r87129:9e6653e203d8 Date: 2016-09-16 11:38 +0200 http://bitbucket.org/pypy/pypy/changeset/9e6653e203d8/ Log:fix bug in codewriter about passing the exitswitch variable to a call this kind of code broke stuff: v =

[pypy-commit] pypy default: Fix -A segfault in test_tp_new_in_subclass_type(), but now it fails in regular testing

2016-09-12 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r87049:6ea4b78fa64b Date: 2016-09-12 16:28 +0100 http://bitbucket.org/pypy/pypy/changeset/6ea4b78fa64b/ Log:Fix -A segfault in test_tp_new_in_subclass_type(), but now it fails in regular testing diff --git

[pypy-commit] pypy default: Fix the initial value returned by sys.getrecursionlimit(). Used to be

2016-09-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r87048:0165d335e184 Date: 2016-09-12 17:02 +0200 http://bitbucket.org/pypy/pypy/changeset/0165d335e184/ Log:Fix the initial value returned by sys.getrecursionlimit(). Used to be 100, even though it was internally configured like

[pypy-commit] pypy default: fix unintentional skip of untranslated tests

2016-09-09 Thread mattip
Author: Matti Picus Branch: Changeset: r86974:0f729817ac87 Date: 2016-09-09 14:24 +0300 http://bitbucket.org/pypy/pypy/changeset/0f729817ac87/ Log:fix unintentional skip of untranslated tests diff --git a/pypy/module/cpyext/test/test_cpyext.py

[pypy-commit] pypy default: fix __all__ code

2016-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r86936:02dc0dd6309c Date: 2016-09-07 14:57 +0200 http://bitbucket.org/pypy/pypy/changeset/02dc0dd6309c/ Log:fix __all__ code diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py ---

[pypy-commit] pypy default: fix formatting

2016-09-07 Thread mattip
Author: Matti Picus Branch: Changeset: r86917:053c990217cb Date: 2016-09-07 10:21 +0300 http://bitbucket.org/pypy/pypy/changeset/053c990217cb/ Log:fix formatting diff --git a/pypy/doc/release-pypy2.7-v5.4.1.rst b/pypy/doc/release-pypy2.7-v5.4.1.rst ---

[pypy-commit] pypy default: Fix: this is needed to JIT code that uses ll_ullong_py_mod_zer

2016-09-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r86845:01245dcd8f95 Date: 2016-09-02 19:23 +0200 http://bitbucket.org/pypy/pypy/changeset/01245dcd8f95/ Log:Fix: this is needed to JIT code that uses ll_ullong_py_mod_zer diff --git a/rpython/rtyper/rint.py b/rpython/rtyper/rint.py ---

[pypy-commit] pypy default: fix b127faf95f86 which updated contributors but removed the rest of LICENSE

2016-09-01 Thread mattip
Author: Matti Picus Branch: Changeset: r86833:d6a8fc8b6b27 Date: 2016-09-02 08:42 +0300 http://bitbucket.org/pypy/pypy/changeset/d6a8fc8b6b27/ Log:fix b127faf95f86 which updated contributors but removed the rest of LICENSE diff --git a/LICENSE b/LICENSE ---

[pypy-commit] pypy default: Fix translation and add a warning in annmodel.unionof

2016-09-01 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r86825:82980a978280 Date: 2016-09-01 23:02 +0100 http://bitbucket.org/pypy/pypy/changeset/82980a978280/ Log:Fix translation and add a warning in annmodel.unionof diff --git a/rpython/annotator/annrpython.py

[pypy-commit] pypy default: Fix: the CPython 3.5 sre_compile.py produces different codes in very

2016-08-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r86793:71e54b79286e Date: 2016-08-31 22:56 +0200 http://bitbucket.org/pypy/pypy/changeset/71e54b79286e/ Log:Fix: the CPython 3.5 sre_compile.py produces different codes in very rare cases diff --git

[pypy-commit] pypy default: fix

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r86671:0d491154d501 Date: 2016-08-28 20:09 -0700 http://bitbucket.org/pypy/pypy/changeset/0d491154d501/ Log:fix diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++

[pypy-commit] pypy default: fix: save the handles for CloseHandle

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r86670:ee05b358fdec Date: 2016-08-28 16:59 -0700 http://bitbucket.org/pypy/pypy/changeset/ee05b358fdec/ Log:fix: save the handles for CloseHandle (grafted from 16f19728001ade4a9f35b3d15521db4fb85d8a27) diff --git

[pypy-commit] pypy default: fix typo

2016-08-27 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r86622:2ae2489148f1 Date: 2016-08-27 20:15 +0100 http://bitbucket.org/pypy/pypy/changeset/2ae2489148f1/ Log:fix typo diff --git a/pypy/module/cpyext/test/buffer_test.c b/pypy/module/cpyext/test/buffer_test.c ---

[pypy-commit] pypy default: Fix for fda5486b3186 (sorry!): there was at least one untested place

2016-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r86601:020068a372fd Date: 2016-08-27 16:33 +0200 http://bitbucket.org/pypy/pypy/changeset/020068a372fd/ Log:Fix for fda5486b3186 (sorry!): there was at least one untested place where a llexternal() function was called with more

[pypy-commit] pypy default: Fix the result type of _winreg.QueryValueEx() for REG_SZ or

2016-08-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r86493:eaf0960e857d Date: 2016-08-24 14:32 +0200 http://bitbucket.org/pypy/pypy/changeset/eaf0960e857d/ Log:Fix the result type of _winreg.QueryValueEx() for REG_SZ or REG_EXPAND_SZ keys diff --git

[pypy-commit] pypy default: Fix the test (failed on OS/X 64 because x==y==sys.maxint typically)

2016-08-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r86470:6bfe423a36a4 Date: 2016-08-24 11:51 +0200 http://bitbucket.org/pypy/pypy/changeset/6bfe423a36a4/ Log:Fix the test (failed on OS/X 64 because x==y==sys.maxint typically) diff --git a/pypy/module/test_lib_pypy/test_resource.py

[pypy-commit] pypy default: Fix test

2016-08-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r86430:f8852bc52436 Date: 2016-08-23 01:00 +0200 http://bitbucket.org/pypy/pypy/changeset/f8852bc52436/ 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 ---

[pypy-commit] pypy default: fix attrs test in vmprof for empty attrs lists

2016-08-22 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r86421:6774c47a23c1 Date: 2016-08-22 14:04 +0200 http://bitbucket.org/pypy/pypy/changeset/6774c47a23c1/ Log:fix attrs test in vmprof for empty attrs lists diff --git a/rpython/rlib/rvmprof/rvmprof.py

[pypy-commit] pypy default: Fix HAVE_FDOPENDIR, which was always False

2016-08-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r86393:15a11c0744f3 Date: 2016-08-22 10:10 +0200 http://bitbucket.org/pypy/pypy/changeset/15a11c0744f3/ Log:Fix HAVE_FDOPENDIR, which was always False diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py ---

[pypy-commit] pypy default: Fix the original problem differently

2016-08-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r86304:2430635c051f Date: 2016-08-19 08:09 +0200 http://bitbucket.org/pypy/pypy/changeset/2430635c051f/ Log:Fix the original problem differently diff --git a/pypy/module/_cffi_backend/test/test_re_python.py

[pypy-commit] pypy default: Fix missing change for the modified Signature API in 49dbf1f24170

2016-08-18 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r86297:ef1ddb6992ab Date: 2016-08-18 23:38 +0100 http://bitbucket.org/pypy/pypy/changeset/ef1ddb6992ab/ Log:Fix missing change for the modified Signature API in 49dbf1f24170 diff --git a/pypy/module/cpyext/api.py

[pypy-commit] pypy default: Fix use of space.appexec so that it works in py3k -A tests

2016-08-18 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r86276:33d4dcf474ce Date: 2016-08-18 15:45 +0100 http://bitbucket.org/pypy/pypy/changeset/33d4dcf474ce/ Log:Fix use of space.appexec so that it works in py3k -A tests diff --git a/pypy/module/_cffi_backend/test/test_re_python.py

[pypy-commit] pypy default: Fix socket.recvfrom() so that it takes advantage of the fact that,

2016-08-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r86098:e53ea5c9c384 Date: 2016-08-09 10:51 +0200 http://bitbucket.org/pypy/pypy/changeset/e53ea5c9c384/ Log:Fix socket.recvfrom() so that it takes advantage of the fact that, nowadays, a lot of buffers have a get_raw_address()

[pypy-commit] pypy default: fix test, realloc frees the input ptr if it is realloc() ed

2016-08-08 Thread mattip
Author: Matti Picus Branch: Changeset: r86086:cffad389be1e Date: 2016-08-08 20:07 +0300 http://bitbucket.org/pypy/pypy/changeset/cffad389be1e/ Log:fix test, realloc frees the input ptr if it is realloc() ed diff --git a/pypy/module/cpyext/test/test_object.py

[pypy-commit] pypy default: Fix for module/_jitlog on "py.test -A"

2016-07-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r85930:86f37295b7ac Date: 2016-07-30 16:35 +0200 http://bitbucket.org/pypy/pypy/changeset/86f37295b7ac/ Log:Fix for module/_jitlog on "py.test -A" diff --git a/pypy/tool/pytest/objspace.py b/pypy/tool/pytest/objspace.py ---

<    1   2   3   4   5   6   7   8   9   10   >