[pypy-commit] pypy default: fix test

2014-11-28 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74752:32796dba665f Date: 2014-11-28 14:24 +0100 http://bitbucket.org/pypy/pypy/changeset/32796dba665f/ Log:fix test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py

[pypy-commit] pypy default: fix test

2014-11-28 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74754:ec0b383167ab Date: 2014-11-28 14:56 +0100 http://bitbucket.org/pypy/pypy/changeset/ec0b383167ab/ Log:fix test diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py ---

[pypy-commit] pypy default: Fix test_pypy_c/model to be a bit less lenient in matching vars. For

2014-11-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74657:736da94c7b02 Date: 2014-11-24 11:28 +0100 http://bitbucket.org/pypy/pypy/changeset/736da94c7b02/ Log:Fix test_pypy_c/model to be a bit less lenient in matching vars. For example, it doesn't make sense that an expected

[pypy-commit] pypy default: fix comments

2014-11-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74648:472f5815b5e2 Date: 2014-11-23 10:55 +0100 http://bitbucket.org/pypy/pypy/changeset/472f5815b5e2/ Log:fix comments diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py ---

[pypy-commit] pypy default: Fix test

2014-11-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74630:79565c62bfae Date: 2014-11-22 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/79565c62bfae/ Log:Fix test diff --git a/rpython/rtyper/lltypesystem/test/test_rffi.py b/rpython/rtyper/lltypesystem/test/test_rffi.py ---

[pypy-commit] pypy default: fix some socket tests for python.org changes

2014-11-20 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74620:4c456cd88383 Date: 2014-11-20 18:46 -0500 http://bitbucket.org/pypy/pypy/changeset/4c456cd88383/ Log:fix some socket tests for python.org changes diff --git a/rpython/rlib/test/test_rsocket.py

[pypy-commit] pypy default: fix test_executor

2014-11-13 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r74515:1a994c305af0 Date: 2014-11-14 08:14 +0200 http://bitbucket.org/pypy/pypy/changeset/1a994c305af0/ Log:fix test_executor diff --git a/rpython/jit/metainterp/test/test_executor.py

[pypy-commit] pypy default: fix: non-exported globals

2014-11-11 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r74463:598730a422d2 Date: 2014-11-11 20:05 -0600 http://bitbucket.org/pypy/pypy/changeset/598730a422d2/ Log:fix: non-exported globals diff --git a/pypy/module/test_lib_pypy/ctypes_tests/_ctypes_test.c

[pypy-commit] pypy default: Fix the Makefile so that make tests can be run here. For some reason

2014-11-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74423:5aa672cd2f3c Date: 2014-11-09 22:18 +0100 http://bitbucket.org/pypy/pypy/changeset/5aa672cd2f3c/ Log:Fix the Makefile so that make tests can be run here. For some reason it seems never to have worked in the dynamic cases,

[pypy-commit] pypy default: fix for OS/X translation (shown by hippy)

2014-11-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74358:94d0614584c0 Date: 2014-11-06 22:16 +0100 http://bitbucket.org/pypy/pypy/changeset/94d0614584c0/ Log:fix for OS/X translation (shown by hippy) diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py ---

[pypy-commit] pypy default: fix for CPython compatibility

2014-10-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74298:2b5071286e03 Date: 2014-10-30 17:17 +0100 http://bitbucket.org/pypy/pypy/changeset/2b5071286e03/ Log:fix for CPython compatibility diff --git a/rpython/rlib/streamio.py b/rpython/rlib/streamio.py --- a/rpython/rlib/streamio.py +++

[pypy-commit] pypy default: fix for tests

2014-10-28 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r74264:0e10dc92a367 Date: 2014-10-28 17:48 +0100 http://bitbucket.org/pypy/pypy/changeset/0e10dc92a367/ Log:fix for tests diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsupport/assembler.py ---

[pypy-commit] pypy default: fix

2014-10-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74210:6e0b0996b161 Date: 2014-10-25 15:40 +0200 http://bitbucket.org/pypy/pypy/changeset/6e0b0996b161/ Log:fix diff --git a/pypy/config/test/test_pypyoption.py b/pypy/config/test/test_pypyoption.py ---

[pypy-commit] pypy default: fix import

2014-10-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74212:8b05a4f20d5b Date: 2014-10-25 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/8b05a4f20d5b/ Log:fix import diff --git a/rpython/jit/backend/llsupport/test/test_pinned_object_rewrite.py

[pypy-commit] pypy default: Fix for test_refcounting.py test_llinterp_refcounted_graph_with_del

2014-10-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74218:d20973a3d379 Date: 2014-10-25 16:04 +0200 http://bitbucket.org/pypy/pypy/changeset/d20973a3d379/ Log:Fix for test_refcounting.py test_llinterp_refcounted_graph_with_del diff --git a/rpython/rtyper/lltypesystem/rffi.py

[pypy-commit] pypy default: fix import

2014-10-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74219:d91ef9f19c89 Date: 2014-10-25 16:08 +0200 http://bitbucket.org/pypy/pypy/changeset/d91ef9f19c89/ Log:fix import diff --git a/pypy/module/pypyjit/test/test_jit_hook.py b/pypy/module/pypyjit/test/test_jit_hook.py ---

[pypy-commit] pypy default: fix: must be ready for the _pinned_objects list to contain both RPython and LL objects at the same time, for some tests

2014-10-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74220:9cd4ddc8935b Date: 2014-10-25 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/9cd4ddc8935b/ Log:fix: must be ready for the _pinned_objects list to contain both RPython and LL objects at the same time, for some tests

[pypy-commit] pypy default: fix

2014-10-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74221:1b9629032983 Date: 2014-10-25 16:23 +0200 http://bitbucket.org/pypy/pypy/changeset/1b9629032983/ Log:fix diff --git a/rpython/rlib/rzlib.py b/rpython/rlib/rzlib.py --- a/rpython/rlib/rzlib.py +++ b/rpython/rlib/rzlib.py @@ -185,16

[pypy-commit] pypy default: fix

2014-10-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74222:c9e9ae8f448f Date: 2014-10-25 16:24 +0200 http://bitbucket.org/pypy/pypy/changeset/c9e9ae8f448f/ Log:fix diff --git a/rpython/rtyper/lltypesystem/test/test_lltype.py b/rpython/rtyper/lltypesystem/test/test_lltype.py ---

[pypy-commit] pypy default: fix warnings by the C compiler

2014-10-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74223:f1a9e1e2d3c3 Date: 2014-10-25 16:32 +0200 http://bitbucket.org/pypy/pypy/changeset/f1a9e1e2d3c3/ Log:fix warnings by the C compiler diff --git a/rpython/translator/c/src/support.h b/rpython/translator/c/src/support.h ---

[pypy-commit] pypy default: fix

2014-10-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74225:ccfbb215e8ed Date: 2014-10-25 16:44 +0200 http://bitbucket.org/pypy/pypy/changeset/ccfbb215e8ed/ Log:fix diff --git a/pypy/module/test_lib_pypy/ctypes_tests/_ctypes_test.c b/pypy/module/test_lib_pypy/ctypes_tests/_ctypes_test.c

[pypy-commit] pypy default: Fix for issue reported with pixie (Timothy): if there is no floats at

2014-10-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74226:76cd145da640 Date: 2014-10-25 17:20 +0200 http://bitbucket.org/pypy/pypy/changeset/76cd145da640/ Log:Fix for issue reported with pixie (Timothy): if there is no floats at all, this crashes. Not 100% sure why. diff --git

[pypy-commit] pypy default: fix?

2014-10-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74229:4c9f57a191fc Date: 2014-10-25 17:36 +0200 http://bitbucket.org/pypy/pypy/changeset/4c9f57a191fc/ Log:fix? diff --git a/rpython/rtyper/lltypesystem/rffi.py b/rpython/rtyper/lltypesystem/rffi.py ---

[pypy-commit] pypy default: Fix

2014-10-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74140:c4dd49a098e8 Date: 2014-10-23 17:01 +0200 http://bitbucket.org/pypy/pypy/changeset/c4dd49a098e8/ Log:Fix diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py ---

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

2014-10-22 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r74063:0304bb9ea407 Date: 2014-10-22 10:30 +0200 http://bitbucket.org/pypy/pypy/changeset/0304bb9ea407/ Log:fix for 32 bit diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py

[pypy-commit] pypy default: fix a crash related to new_array_clear in unroll.py

2014-10-22 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r74096:fcfff2e158f1 Date: 2014-10-22 18:20 +0200 http://bitbucket.org/pypy/pypy/changeset/fcfff2e158f1/ Log:fix a crash related to new_array_clear in unroll.py test is not quite satisfactory, very unit-testy. I did not

[pypy-commit] pypy default: Fix on 32-bit

2014-10-21 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74029:a87f6e036742 Date: 2014-10-21 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/a87f6e036742/ Log:Fix on 32-bit diff --git a/rpython/rlib/test/test_rbigint.py b/rpython/rlib/test/test_rbigint.py ---

[pypy-commit] pypy default: fix test_string

2014-10-21 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r74049:d9aeccab0451 Date: 2014-10-21 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/d9aeccab0451/ Log:fix test_string diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py

[pypy-commit] pypy default: fix test_fill

2014-10-21 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74062:9adf3b34a33e Date: 2014-10-21 22:02 -0700 http://bitbucket.org/pypy/pypy/changeset/9adf3b34a33e/ Log:fix test_fill diff --git a/pypy/module/micronumpy/test/test_scalar.py b/pypy/module/micronumpy/test/test_scalar.py ---

[pypy-commit] pypy default: fix scalar swapaxes/transpose

2014-10-21 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74061:6552f2cd3784 Date: 2014-10-21 21:24 -0700 http://bitbucket.org/pypy/pypy/changeset/6552f2cd3784/ Log:fix scalar swapaxes/transpose diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py ---

[pypy-commit] pypy default: fix the comment

2014-10-14 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73956:81bf451b99f2 Date: 2014-10-13 17:42 -0700 http://bitbucket.org/pypy/pypy/changeset/81bf451b99f2/ Log:fix the comment diff --git a/rpython/rtyper/module/ll_os.py b/rpython/rtyper/module/ll_os.py ---

[pypy-commit] pypy default: Fix an obscure translation issue,

2014-10-13 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r73941:e110898a2ba8 Date: 2014-05-19 22:32 +0200 http://bitbucket.org/pypy/pypy/changeset/e110898a2ba8/ Log:Fix an obscure translation issue, maybe because runicode functions are called with two kinds of strings.

[pypy-commit] pypy default: Fix an obscure case

2014-10-10 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73885:c6df80a771d4 Date: 2014-10-10 16:15 +0200 http://bitbucket.org/pypy/pypy/changeset/c6df80a771d4/ Log:Fix an obscure case diff --git a/rpython/jit/metainterp/optimizeopt/virtualize.py

[pypy-commit] pypy default: Fix for RPython code like '[0] * n', which was incorrectly jitted with

2014-10-10 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73886:6f51f0dc9cb0 Date: 2014-10-10 18:09 +0200 http://bitbucket.org/pypy/pypy/changeset/6f51f0dc9cb0/ Log:Fix for RPython code like '[0] * n', which was incorrectly jitted with 'new_array', i.e. the version that doesn't fill the

[pypy-commit] pypy default: Fix the test

2014-10-10 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73896:48ee7cfde056 Date: 2014-10-10 19:39 +0200 http://bitbucket.org/pypy/pypy/changeset/48ee7cfde056/ Log:Fix the test diff --git a/rpython/jit/metainterp/test/test_tracingopts.py b/rpython/jit/metainterp/test/test_tracingopts.py ---

[pypy-commit] pypy default: fix this test on 32bit

2014-10-10 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73900:25e3b114c5ab Date: 2014-10-10 21:29 -0400 http://bitbucket.org/pypy/pypy/changeset/25e3b114c5ab/ Log:fix this test on 32bit diff --git a/pypy/module/micronumpy/test/test_arrayops.py

[pypy-commit] pypy default: fix searchsorted on empty input

2014-10-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73870:fad9ee2fdd2c Date: 2014-10-09 15:43 -0400 http://bitbucket.org/pypy/pypy/changeset/fad9ee2fdd2c/ Log:fix searchsorted on empty input diff --git a/pypy/module/micronumpy/selection.py b/pypy/module/micronumpy/selection.py ---

[pypy-commit] pypy default: fix searchsorted with multidim targets

2014-10-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73868:188aa764d2e7 Date: 2014-10-09 15:18 -0400 http://bitbucket.org/pypy/pypy/changeset/188aa764d2e7/ Log:fix searchsorted with multidim targets diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/module/micronumpy/ndarray.py

[pypy-commit] pypy default: fix tests on 32bit

2014-10-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73878:aab89610d3d8 Date: 2014-10-10 00:24 -0400 http://bitbucket.org/pypy/pypy/changeset/aab89610d3d8/ Log:fix tests on 32bit diff --git a/pypy/module/micronumpy/test/test_arrayops.py b/pypy/module/micronumpy/test/test_arrayops.py

[pypy-commit] pypy default: fix jtransform test

2014-10-07 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r73831:1a1bcffa25e3 Date: 2014-10-07 09:48 +0200 http://bitbucket.org/pypy/pypy/changeset/1a1bcffa25e3/ Log:fix jtransform test diff --git a/rpython/jit/codewriter/test/test_jtransform.py

[pypy-commit] pypy default: fix test_pypy_c

2014-10-07 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r73832:a65ca7b61625 Date: 2014-10-07 09:58 +0200 http://bitbucket.org/pypy/pypy/changeset/a65ca7b61625/ Log:fix test_pypy_c diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py

[pypy-commit] pypy default: fix validation of shape in empty/zeros

2014-10-07 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73836:d3789bd3b3ed Date: 2014-10-07 18:47 -0400 http://bitbucket.org/pypy/pypy/changeset/d3789bd3b3ed/ Log:fix validation of shape in empty/zeros diff --git a/pypy/module/micronumpy/ctors.py b/pypy/module/micronumpy/ctors.py ---

[pypy-commit] pypy default: fix msvc compiler choice override from CC environment variable

2014-10-06 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r73827:63b7ea1c8c2d Date: 2014-10-06 18:27 +0300 http://bitbucket.org/pypy/pypy/changeset/63b7ea1c8c2d/ Log:fix msvc compiler choice override from CC environment variable diff --git a/rpython/translator/platform/__init__.py

[pypy-commit] pypy default: Fix for 19252e1566a1

2014-09-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73713:8cc70b841989 Date: 2014-09-26 08:56 +0200 http://bitbucket.org/pypy/pypy/changeset/8cc70b841989/ Log:Fix for 19252e1566a1 diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py ---

[pypy-commit] pypy default: Fix 632cd69be3d3

2014-09-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73715:6e9694e6d3c9 Date: 2014-09-26 09:24 +0200 http://bitbucket.org/pypy/pypy/changeset/6e9694e6d3c9/ Log:Fix 632cd69be3d3 diff --git a/pypy/module/select/interp_select.py b/pypy/module/select/interp_select.py ---

[pypy-commit] pypy default: fix float mod behavior to match cpython (issue 1873)

2014-09-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73681:42870fecc305 Date: 2014-09-24 09:50 -0700 http://bitbucket.org/pypy/pypy/changeset/42870fecc305/ Log:fix float mod behavior to match cpython (issue 1873) diff --git a/pypy/objspace/std/floatobject.py

[pypy-commit] pypy default: fix ndarray.swapaxes no-op cases (issue 1872)

2014-09-23 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73668:8faa11984f7a Date: 2014-09-23 15:15 -0400 http://bitbucket.org/pypy/pypy/changeset/8faa11984f7a/ Log:fix ndarray.swapaxes no-op cases (issue 1872) diff --git a/pypy/module/micronumpy/ndarray.py

[pypy-commit] pypy default: Fix the sandbox

2014-09-22 Thread stefanor
Author: Stefano Rivera stef...@rivera.za.net Branch: Changeset: r73643:17fcf0cc640d Date: 2014-09-21 23:54 -0700 http://bitbucket.org/pypy/pypy/changeset/17fcf0cc640d/ Log:Fix the sandbox pypy now (since b97c7d6f7fd8) checks for executability, when searching for its own

[pypy-commit] pypy default: fix datetime error messages properly

2014-09-22 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73648:302f635e170f Date: 2014-09-22 12:23 -0400 http://bitbucket.org/pypy/pypy/changeset/302f635e170f/ Log:fix datetime error messages properly diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++

[pypy-commit] pypy default: Fix curses on OS X -- copy this logic from cpython

2014-09-20 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r73617:6948fbcc0042 Date: 2014-09-20 14:16 -0700 http://bitbucket.org/pypy/pypy/changeset/6948fbcc0042/ Log:Fix curses on OS X -- copy this logic from cpython diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py ---

[pypy-commit] pypy default: fix cffi to remove tmp files, should be ported to upstream

2014-09-20 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r73620:cdf3042470fb Date: 2014-09-21 01:00 +0300 http://bitbucket.org/pypy/pypy/changeset/cdf3042470fb/ Log:fix cffi to remove tmp files, should be ported to upstream diff --git a/pypy/module/test_lib_pypy/cffi_tests/test_zdistutils.py

[pypy-commit] pypy default: Fix copy/paste mistake.

2014-09-17 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r73591:568f6f6ef786 Date: 2014-09-17 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/568f6f6ef786/ Log:Fix copy/paste mistake. Unit test will follow. diff --git a/pypy/interpreter/pyparser/parsestring.py

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

2014-09-16 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73563:a3bb59563fe7 Date: 2014-09-16 18:19 -0400 http://bitbucket.org/pypy/pypy/changeset/a3bb59563fe7/ Log:fix translation on freebsd diff --git a/rpython/rtyper/module/ll_os_stat.py b/rpython/rtyper/module/ll_os_stat.py ---

[pypy-commit] pypy default: fix untested commit to default

2014-09-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r73483:e4b10708718c Date: 2014-09-12 00:07 +0300 http://bitbucket.org/pypy/pypy/changeset/e4b10708718c/ Log:fix untested commit to default diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py ---

[pypy-commit] pypy default: Fix memory leak in sandbox I/O.

2014-09-10 Thread dansanders
Author: Dan Sanders d...@ified.ca Branch: Changeset: r73430:7f1e404f5238 Date: 2014-09-10 19:04 + http://bitbucket.org/pypy/pypy/changeset/7f1e404f5238/ Log:Fix memory leak in sandbox I/O. diff --git a/rpython/translator/sandbox/rsandbox.py b/rpython/translator/sandbox/rsandbox.py ---

[pypy-commit] pypy default: fix translation

2014-09-10 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73434:ba969ea17c8e Date: 2014-09-10 20:22 -0400 http://bitbucket.org/pypy/pypy/changeset/ba969ea17c8e/ Log:fix translation diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] pypy default: fix test_read_universal on win32

2014-09-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73392:6cf4196d8d3a Date: 2014-09-09 06:13 -0700 http://bitbucket.org/pypy/pypy/changeset/6cf4196d8d3a/ Log:fix test_read_universal on win32 diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py ---

[pypy-commit] pypy default: fix translation

2014-09-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73407:615fa520e47e Date: 2014-09-09 20:56 -0400 http://bitbucket.org/pypy/pypy/changeset/615fa520e47e/ Log:fix translation diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] pypy default: fix raising EnvironmentError without args

2014-09-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73331:08c4d8862d38 Date: 2014-09-05 16:43 -0400 http://bitbucket.org/pypy/pypy/changeset/08c4d8862d38/ Log:fix raising EnvironmentError without args diff --git a/rpython/rtyper/rbuiltin.py b/rpython/rtyper/rbuiltin.py ---

[pypy-commit] pypy default: Fix test

2014-09-04 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73297:b15ac44c3739 Date: 2014-09-04 14:21 +0200 http://bitbucket.org/pypy/pypy/changeset/b15ac44c3739/ Log:Fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_cprofile.py b/pypy/module/pypyjit/test_pypy_c/test_cprofile.py ---

[pypy-commit] pypy default: Fix test, and improve it to check that a non-executable fake exe is not

2014-09-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73283:912dd9df99a8 Date: 2014-09-02 20:33 +0200 http://bitbucket.org/pypy/pypy/changeset/912dd9df99a8/ Log:Fix test, and improve it to check that a non-executable fake exe is not picked up any more, but an executable one is

[pypy-commit] pypy default: fix for e9f0c13de06b: output the jit-backend-count loop numbers

2014-09-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73259:625c201e7f9b Date: 2014-09-01 09:25 +0200 http://bitbucket.org/pypy/pypy/changeset/625c201e7f9b/ Log:fix for e9f0c13de06b: output the jit-backend-count loop numbers as unsigned too, to match the newly unsigned Guard0xNNN

[pypy-commit] pypy default: Fix test for the 'trace-limit-hack' merge

2014-09-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73260:fc98972622d7 Date: 2014-09-01 09:32 +0200 http://bitbucket.org/pypy/pypy/changeset/fc98972622d7/ Log:Fix test for the 'trace-limit-hack' merge diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py

[pypy-commit] pypy default: Fix: r5/r6/r7 can hold the address of the function to call, but

2014-08-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73226:fdfe7e9efa81 Date: 2014-08-31 14:49 +0200 http://bitbucket.org/pypy/pypy/changeset/fdfe7e9efa81/ Log:Fix: r5/r6/r7 can hold the address of the function to call, but in call_release_gil mode these three registers are

[pypy-commit] pypy default: Fix some tests on Windows (does not appear after translation)

2014-08-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73207:c893766bb4b3 Date: 2014-08-30 14:59 +0200 http://bitbucket.org/pypy/pypy/changeset/c893766bb4b3/ Log:Fix some tests on Windows (does not appear after translation) diff --git a/rpython/jit/backend/x86/callbuilder.py

[pypy-commit] pypy default: fix the case of llstr(char)

2014-08-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r73165:5ca79366c56e Date: 2014-08-20 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/5ca79366c56e/ Log:fix the case of llstr(char) diff --git a/rpython/rtyper/annlowlevel.py b/rpython/rtyper/annlowlevel.py ---

[pypy-commit] pypy default: fix rfile tests on win32

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73172:38edb61347fa Date: 2014-08-29 08:31 -0700 http://bitbucket.org/pypy/pypy/changeset/38edb61347fa/ Log:fix rfile tests on win32 diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py ---

[pypy-commit] pypy default: fix this test against cpython on win32

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73175:dc7c03274026 Date: 2014-08-29 09:01 -0700 http://bitbucket.org/pypy/pypy/changeset/dc7c03274026/ Log:fix this test against cpython on win32 diff --git a/pypy/module/_file/test/test_file_extra.py

[pypy-commit] pypy default: fix rfile readline with null chars

2014-08-28 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73142:1c38a12270c8 Date: 2014-08-28 23:51 -0400 http://bitbucket.org/pypy/pypy/changeset/1c38a12270c8/ Log:fix rfile readline with null chars diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py

[pypy-commit] pypy default: Fix?

2014-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72995:fdb4e95f1777 Date: 2014-08-23 10:35 +0200 http://bitbucket.org/pypy/pypy/changeset/fdb4e95f1777/ Log:Fix? diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py ---

[pypy-commit] pypy default: Fix for 'rpy_fastgil' on shadowstack: see comments

2014-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73015:8357f0cf25ea Date: 2014-08-23 22:18 +0200 http://bitbucket.org/pypy/pypy/changeset/8357f0cf25ea/ Log:Fix for 'rpy_fastgil' on shadowstack: see comments diff --git a/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy default: fix typo

2014-08-21 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: Changeset: r72952:54408dd5e0f8 Date: 2014-08-21 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/54408dd5e0f8/ Log:fix typo diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -354,6 +354,6 @@ See the License for the

[pypy-commit] pypy default: Fix after merge.

2014-08-18 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r72880:0da7325d54c6 Date: 2014-08-18 09:16 +0200 http://bitbucket.org/pypy/pypy/changeset/0da7325d54c6/ Log:Fix after merge. diff --git a/pypy/module/__builtin__/compiling.py b/pypy/module/__builtin__/compiling.py ---

[pypy-commit] pypy default: Fix merge

2014-08-18 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r72879:0e073fccc124 Date: 2014-08-18 00:55 +0200 http://bitbucket.org/pypy/pypy/changeset/0e073fccc124/ Log:Fix merge diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py ---

[pypy-commit] pypy default: Fix the failing test.

2014-08-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72760:53caa1b58231 Date: 2014-08-12 13:29 +0200 http://bitbucket.org/pypy/pypy/changeset/53caa1b58231/ Log:Fix the failing test. diff --git a/rpython/jit/backend/x86/callbuilder.py b/rpython/jit/backend/x86/callbuilder.py ---

[pypy-commit] pypy default: Fix the outdated docstring

2014-08-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72753:20ca991cc414 Date: 2014-08-11 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/20ca991cc414/ Log:Fix the outdated docstring diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py ---

[pypy-commit] pypy default: Fix comment

2014-08-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72714:3bd94738d4f8 Date: 2014-08-07 21:25 +0200 http://bitbucket.org/pypy/pypy/changeset/3bd94738d4f8/ Log:Fix comment diff --git a/rpython/jit/backend/x86/callbuilder.py b/rpython/jit/backend/x86/callbuilder.py ---

[pypy-commit] pypy default: fix bound classmethods lacking an im_class

2014-08-01 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r72636:8b19970c9881 Date: 2014-08-01 14:54 -0700 http://bitbucket.org/pypy/pypy/changeset/8b19970c9881/ Log:fix bound classmethods lacking an im_class diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py ---

[pypy-commit] pypy default: fix compilation with Visual Studio 2013

2014-07-21 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com Branch: Changeset: r72476:dbdcc057562b Date: 2014-07-21 10:24 +0200 http://bitbucket.org/pypy/pypy/changeset/dbdcc057562b/ Log:fix compilation with Visual Studio 2013 diff --git a/rpython/translator/platform/windows.py

[pypy-commit] pypy default: fix dtype hash - fields can be dicts or {} or None

2014-07-14 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72434:26c78d4a4421 Date: 2014-07-14 23:25 +0300 http://bitbucket.org/pypy/pypy/changeset/26c78d4a4421/ Log:fix dtype hash - fields can be dicts or {} or None diff --git a/pypy/module/micronumpy/descriptor.py

[pypy-commit] pypy default: Fix underlying list of bytearrays being reused inappropriately

2014-07-13 Thread waedt
Author: Tyler Wade way...@gmail.com Branch: Changeset: r72431:2eef95188f80 Date: 2014-07-13 05:50 -0500 http://bitbucket.org/pypy/pypy/changeset/2eef95188f80/ Log:Fix underlying list of bytearrays being reused inappropriately diff --git a/pypy/objspace/std/bytearrayobject.py

[pypy-commit] pypy default: fix tostring() on empty arrays

2014-07-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r72429:c686b0a3a21a Date: 2014-07-12 16:03 -0700 http://bitbucket.org/pypy/pypy/changeset/c686b0a3a21a/ Log:fix tostring() on empty arrays diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py ---

[pypy-commit] pypy default: Fix a set-strategy bug: set-of-ints.update(empty-set) would devolve the

2014-07-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72399:cf24a62874df Date: 2014-07-09 17:19 +0200 http://bitbucket.org/pypy/pypy/changeset/cf24a62874df/ Log:Fix a set-strategy bug: set-of-ints.update(empty-set) would devolve the set to set-of-objects... diff --git

[pypy-commit] pypy default: Fix

2014-07-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72402:a5013f2a905e Date: 2014-07-09 18:32 +0200 http://bitbucket.org/pypy/pypy/changeset/a5013f2a905e/ Log:Fix diff --git a/rpython/jit/metainterp/virtualref.py b/rpython/jit/metainterp/virtualref.py ---

[pypy-commit] pypy default: fix unsafe FormatMessage call (windows)

2014-07-07 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72379:f3d274416c97 Date: 2014-07-08 09:22 +1000 http://bitbucket.org/pypy/pypy/changeset/f3d274416c97/ Log:fix unsafe FormatMessage call (windows) diff --git a/rpython/rlib/rwin32.py b/rpython/rlib/rwin32.py ---

[pypy-commit] pypy default: Fix a big leak in our '_ssl' module. Argh. Thanks bob_grigoryan on irc.

2014-07-04 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72358:0726938dad41 Date: 2014-07-04 16:39 +0200 http://bitbucket.org/pypy/pypy/changeset/0726938dad41/ Log:Fix a big leak in our '_ssl' module. Argh. Thanks bob_grigoryan on irc. diff --git a/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy default: fix imports

2014-07-01 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: Changeset: r72308:ec8a85b373b9 Date: 2014-07-01 23:17 +0100 http://bitbucket.org/pypy/pypy/changeset/ec8a85b373b9/ Log:fix imports diff --git a/pypy/module/_lsprof/interp_lsprof.py b/pypy/module/_lsprof/interp_lsprof.py ---

[pypy-commit] pypy default: Fix the variable name: no longer necessarily a string

2014-06-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72238:2e180d0ed7a4 Date: 2014-06-26 10:57 +0200 http://bitbucket.org/pypy/pypy/changeset/2e180d0ed7a4/ Log:Fix the variable name: no longer necessarily a string diff --git a/pypy/module/_cffi_backend/ctypefunc.py

[pypy-commit] pypy default: Fix issue #1801

2014-06-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72183:1b8316ceb9e6 Date: 2014-06-24 09:45 +0200 http://bitbucket.org/pypy/pypy/changeset/1b8316ceb9e6/ Log:Fix issue #1801 diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py --- a/pypy/interpreter/gateway.py +++

[pypy-commit] pypy default: Fix a latent memory leak: in a cffi callback invoked in an

2014-06-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72182:1befc86bfa19 Date: 2014-06-23 22:46 +0200 http://bitbucket.org/pypy/pypy/changeset/1befc86bfa19/ Log:Fix a latent memory leak: in a cffi callback invoked in an unexpected thread, always unregister newly registered

[pypy-commit] pypy default: Fix for issue #1787

2014-06-21 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72118:d1b0787cfc90 Date: 2014-06-21 10:56 +0200 http://bitbucket.org/pypy/pypy/changeset/d1b0787cfc90/ Log:Fix for issue #1787 diff --git a/pypy/module/_rawffi/interp_rawffi.py b/pypy/module/_rawffi/interp_rawffi.py ---

[pypy-commit] pypy default: fix use of deprecated _ctypes.call_function in win32 only ctypes -A test, since it is not yet removed.

2014-06-21 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72119:765614ef397c Date: 2014-06-20 14:41 +0300 http://bitbucket.org/pypy/pypy/changeset/765614ef397c/ Log:fix use of deprecated _ctypes.call_function in win32 only ctypes -A test, since it is not yet removed. diff --git

[pypy-commit] pypy default: Fix the test

2014-06-17 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72086:e2b1cc741f76 Date: 2014-06-17 10:01 +0200 http://bitbucket.org/pypy/pypy/changeset/e2b1cc741f76/ Log:Fix the test diff --git a/rpython/jit/metainterp/test/test_heapcache.py b/rpython/jit/metainterp/test/test_heapcache.py ---

[pypy-commit] pypy default: Fix for test_recursive that shows that we're clearing too much random

2014-06-17 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72087:74b48b794989 Date: 2014-06-17 10:19 +0200 http://bitbucket.org/pypy/pypy/changeset/74b48b794989/ Log:Fix for test_recursive that shows that we're clearing too much random stuff across a general CALL_ASSEMBLER for example

[pypy-commit] pypy default: fix test for windows

2014-06-13 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72040:9cf39ce9af62 Date: 2014-06-13 12:12 +0300 http://bitbucket.org/pypy/pypy/changeset/9cf39ce9af62/ Log:fix test for windows diff --git a/pypy/tool/release/test/test_package.py b/pypy/tool/release/test/test_package.py ---

[pypy-commit] pypy default: fix test

2014-06-12 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72038:c2bd8af00b27 Date: 2014-06-13 00:57 +0300 http://bitbucket.org/pypy/pypy/changeset/c2bd8af00b27/ Log:fix test diff --git a/pypy/tool/release/test/test_package.py b/pypy/tool/release/test/test_package.py ---

[pypy-commit] pypy default: fix test, raise instead of assert

2014-06-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72019:6046a1811363 Date: 2014-06-11 19:06 +0300 http://bitbucket.org/pypy/pypy/changeset/6046a1811363/ Log:fix test, raise instead of assert diff --git a/rpython/config/test/test_translationoption.py

[pypy-commit] pypy default: fix translation of test

2014-06-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72023:18f696e31514 Date: 2014-06-11 21:44 +0300 http://bitbucket.org/pypy/pypy/changeset/18f696e31514/ Log:fix translation of test diff --git a/rpython/translator/c/test/test_extfunc.py b/rpython/translator/c/test/test_extfunc.py ---

[pypy-commit] pypy default: fix not_const(s_None)

2014-06-02 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: Changeset: r71871:6954e1607695 Date: 2014-06-02 16:27 +0100 http://bitbucket.org/pypy/pypy/changeset/6954e1607695/ Log:fix not_const(s_None) diff --git a/rpython/annotator/model.py b/rpython/annotator/model.py --- a/rpython/annotator/model.py

[pypy-commit] pypy default: fix 2176b15be96f hopefully

2014-05-31 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: Changeset: r71790:fffc1c0969ff Date: 2014-05-31 21:28 +0100 http://bitbucket.org/pypy/pypy/changeset/fffc1c0969ff/ Log:fix 2176b15be96f hopefully diff --git a/rpython/rtyper/lltypesystem/rclass.py b/rpython/rtyper/lltypesystem/rclass.py ---

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