[pypy-commit] pypy default: Fix the keyword argument names that differ from CPython

2015-05-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77684:db719ce5b1f5 Date: 2015-05-29 14:19 +0100 http://bitbucket.org/pypy/pypy/changeset/db719ce5b1f5/ Log:Fix the keyword argument names that differ from CPython diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py ---

[pypy-commit] pypy default: fix

2015-05-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77614:45aef060e0ef Date: 2015-05-27 10:26 +0200 http://bitbucket.org/pypy/pypy/changeset/45aef060e0ef/ Log:fix diff --git a/rpython/rtyper/lltypesystem/lloperation.py b/rpython/rtyper/lltypesystem/lloperation.py ---

[pypy-commit] pypy default: Fix on OS/X: match the behavior of CPython.

2015-05-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77588:3168ef808c74 Date: 2015-05-26 18:28 +0200 http://bitbucket.org/pypy/pypy/changeset/3168ef808c74/ Log:Fix on OS/X: match the behavior of CPython. diff --git a/pypy/module/_file/test/test_file.py

[pypy-commit] pypy default: fix skip message

2015-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77549:a4ce39c44c90 Date: 2015-05-25 18:50 +0200 http://bitbucket.org/pypy/pypy/changeset/a4ce39c44c90/ Log:fix skip message 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 win32 errors

2015-05-25 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r77546:5a7df731a8af Date: 2015-05-25 19:00 +0300 http://bitbucket.org/pypy/pypy/changeset/5a7df731a8af/ Log:fix win32 errors diff --git a/rpython/translator/c/test/red.ico b/rpython/translator/c/test/red.ico new file mode 100644 index

[pypy-commit] pypy default: Fix the test by adding a _fake option that doesn't rely on a pypy-c and

2015-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77553:e6c259d25dc6 Date: 2015-05-25 21:22 +0200 http://bitbucket.org/pypy/pypy/changeset/e6c259d25dc6/ Log:Fix the test by adding a _fake option that doesn't rely on a pypy-c and libpypy-c.so to be actually built diff --git

[pypy-commit] pypy default: fix

2015-05-21 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77451:aaab7bc9926a Date: 2015-05-21 16:29 +0200 http://bitbucket.org/pypy/pypy/changeset/aaab7bc9926a/ Log:fix diff --git a/rpython/rlib/rdynload.py b/rpython/rlib/rdynload.py --- a/rpython/rlib/rdynload.py +++

[pypy-commit] pypy default: Fix test

2015-05-20 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77420:2c648d4310f1 Date: 2015-05-20 10:40 +0200 http://bitbucket.org/pypy/pypy/changeset/2c648d4310f1/ Log:Fix test diff --git a/pypy/module/_cffi_backend/test/test_file.py b/pypy/module/_cffi_backend/test/test_file.py ---

[pypy-commit] pypy default: Fix whatsnew

2015-05-20 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77421:ce9daaa5437c Date: 2015-05-20 10:41 +0200 http://bitbucket.org/pypy/pypy/changeset/ce9daaa5437c/ Log:Fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: Fix for cpyext's test_ztranslation: don't import _cffi_backend from the

2015-05-20 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77422:2393164cb0c5 Date: 2015-05-20 10:45 +0200 http://bitbucket.org/pypy/pypy/changeset/2393164cb0c5/ Log:Fix for cpyext's test_ztranslation: don't import _cffi_backend from the same function diff --git

[pypy-commit] pypy default: fix this test (fails in x86/test/test_fficall.py)

2015-05-17 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77353:4bd19526f839 Date: 2015-05-17 17:40 +0200 http://bitbucket.org/pypy/pypy/changeset/4bd19526f839/ Log:fix this test (fails in x86/test/test_fficall.py) diff --git a/rpython/jit/metainterp/test/test_fficall.py

[pypy-commit] pypy default: fix test, specify int size when examining strides

2015-05-14 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r77324:076b58687070 Date: 2015-05-15 05:26 +0300 http://bitbucket.org/pypy/pypy/changeset/076b58687070/ Log:fix test, specify int size when examining strides diff --git a/pypy/module/micronumpy/test/test_ufuncs.py

[pypy-commit] pypy default: fix test

2015-05-10 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r77284:2d95ca250540 Date: 2015-05-10 21:39 +0300 http://bitbucket.org/pypy/pypy/changeset/2d95ca250540/ Log:fix test 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 the backout

2015-05-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r77153:121ea28e8d77 Date: 2015-05-06 08:38 +0200 http://bitbucket.org/pypy/pypy/changeset/121ea28e8d77/ Log:fix the backout diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpreter/pyframe.py

[pypy-commit] pypy default: Fix for 078cf2a4aa22

2015-05-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77166:da8a7267b507 Date: 2015-05-06 19:53 +0200 http://bitbucket.org/pypy/pypy/changeset/da8a7267b507/ Log:Fix for 078cf2a4aa22 diff --git a/rpython/jit/metainterp/blackhole.py b/rpython/jit/metainterp/blackhole.py ---

[pypy-commit] pypy default: Fix test when run alone

2015-05-04 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77025:354ff4ef1593 Date: 2015-05-04 09:27 +0200 http://bitbucket.org/pypy/pypy/changeset/354ff4ef1593/ Log:Fix test when run alone diff --git a/pypy/interpreter/test/test_pyframe.py b/pypy/interpreter/test/test_pyframe.py ---

[pypy-commit] pypy default: fix own tests

2015-05-03 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r77003:c70e01ca8149 Date: 2015-05-03 18:11 +0300 http://bitbucket.org/pypy/pypy/changeset/c70e01ca8149/ Log:fix own tests diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py ---

[pypy-commit] pypy default: Fix test on Windows

2015-05-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76974:0d5be1c2a04d Date: 2015-05-02 14:30 +0200 http://bitbucket.org/pypy/pypy/changeset/0d5be1c2a04d/ Log:Fix test on Windows diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py ---

[pypy-commit] pypy default: Fix Windows issue left behind by the vmprof branch

2015-05-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76967:906ef372ba4b Date: 2015-05-01 18:32 +0200 http://bitbucket.org/pypy/pypy/changeset/906ef372ba4b/ Log:Fix Windows issue left behind by the vmprof branch diff --git a/rpython/jit/backend/x86/callbuilder.py

[pypy-commit] pypy default: Fix a couple of tests on Windows

2015-05-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76966:15125a980026 Date: 2015-05-01 18:28 +0200 http://bitbucket.org/pypy/pypy/changeset/15125a980026/ Log:Fix a couple of tests on Windows diff --git a/rpython/jit/backend/llsupport/llerrno.py

[pypy-commit] pypy default: fix translation

2015-04-30 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r76959:f15b0957b177 Date: 2015-05-01 08:37 +0300 http://bitbucket.org/pypy/pypy/changeset/f15b0957b177/ Log:fix translation diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpreter/pyframe.py +++

[pypy-commit] pypy default: fix so tests pass, even though vmprof is not supported in win32

2015-04-25 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r76936:c0a4171c4d0f Date: 2015-04-25 23:21 +0300 http://bitbucket.org/pypy/pypy/changeset/c0a4171c4d0f/ Log:fix so tests pass, even though vmprof is not supported in win32 diff --git a/rpython/jit/backend/llsupport/codemap.py

[pypy-commit] pypy default: fix/update whatsnew-head with an eye towards PyPy 2.6

2015-04-23 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r76901:3d4aa967c95c Date: 2015-04-23 19:57 +0300 http://bitbucket.org/pypy/pypy/changeset/3d4aa967c95c/ Log:fix/update whatsnew-head with an eye towards PyPy 2.6 diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: fix astype creation to match memory layout of source array

2015-04-23 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r76907:d198d926afb8 Date: 2015-04-23 22:24 +0300 http://bitbucket.org/pypy/pypy/changeset/d198d926afb8/ Log:fix astype creation to match memory layout of source array diff --git a/pypy/module/micronumpy/concrete.py

[pypy-commit] pypy default: fix 2301f0bf4a68

2015-04-22 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: Changeset: r76896:a007e985b031 Date: 2015-04-23 03:24 +0100 http://bitbucket.org/pypy/pypy/changeset/a007e985b031/ Log:fix 2301f0bf4a68 diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py ---

[pypy-commit] pypy default: Fix for Py3 support

2015-04-20 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76844:9f9e646594bd Date: 2015-04-20 11:01 +0200 http://bitbucket.org/pypy/pypy/changeset/9f9e646594bd/ Log:Fix for Py3 support diff --git a/pypy/tool/gdb_pypy.py b/pypy/tool/gdb_pypy.py --- a/pypy/tool/gdb_pypy.py +++

[pypy-commit] pypy default: fix whatsnew

2015-04-14 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: Changeset: r76790:e10aecf11072 Date: 2015-04-15 01:39 +0100 http://bitbucket.org/pypy/pypy/changeset/e10aecf11072/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: Fix: there are roughly 80'000 symbols '__gcmap_*' in an asmgcc pypy, and

2015-04-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76772:2769d419e952 Date: 2015-04-11 10:39 +0200 http://bitbucket.org/pypy/pypy/changeset/2769d419e952/ Log:Fix: there are roughly 80'000 symbols '__gcmap_*' in an asmgcc pypy, and they were not declared '.hidden', which means

[pypy-commit] pypy default: fix test

2015-04-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76773:60de3e60e9d5 Date: 2015-04-11 10:42 +0200 http://bitbucket.org/pypy/pypy/changeset/60de3e60e9d5/ Log:fix test diff --git a/rpython/translator/c/gcc/test/test_trackgcroot.py b/rpython/translator/c/gcc/test/test_trackgcroot.py ---

[pypy-commit] pypy default: Fix tests: the EF numbers have shifted

2015-04-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76745:2133c4325644 Date: 2015-04-08 09:43 +0200 http://bitbucket.org/pypy/pypy/changeset/2133c4325644/ Log:Fix tests: the EF numbers have shifted diff --git a/pypy/module/pypyjit/test_pypy_c/test_buffers.py

[pypy-commit] pypy default: fix for cpython issue #23881 - replace test ftp servers, also close connections

2015-04-08 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r76749:e73c45af4c52 Date: 2015-04-08 10:40 +0300 http://bitbucket.org/pypy/pypy/changeset/e73c45af4c52/ Log:fix for cpython issue #23881 - replace test ftp servers, also close connections diff --git

[pypy-commit] pypy default: Fix for test_sqlite3

2015-04-04 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76707:7c75c5d7b8db Date: 2015-04-04 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/7c75c5d7b8db/ Log:Fix for test_sqlite3 diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++

[pypy-commit] pypy default: 'fix' test

2015-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76702:b58c996fdef5 Date: 2015-04-03 16:15 +0200 http://bitbucket.org/pypy/pypy/changeset/b58c996fdef5/ Log:'fix' test diff --git a/rpython/jit/metainterp/test/test_string.py b/rpython/jit/metainterp/test/test_string.py ---

[pypy-commit] pypy default: Fix: don't hard-code in the translated pypy the value for

2015-03-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76634:180f86a2e1fb Date: 2015-03-30 13:32 +0200 http://bitbucket.org/pypy/pypy/changeset/180f86a2e1fb/ Log:Fix: don't hard-code in the translated pypy the value for 'openssl_md_meth_names'. diff --git

[pypy-commit] pypy default: Fix: maybe these attributes are not defined at all so far

2015-03-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76635:5f90d0283413 Date: 2015-03-30 13:44 +0200 http://bitbucket.org/pypy/pypy/changeset/5f90d0283413/ Log:Fix: maybe these attributes are not defined at all so far diff --git a/pypy/module/_hashlib/interp_hashlib.py

[pypy-commit] pypy default: fix the case when alias is too small

2015-03-30 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r76640:0f6bac0956ac Date: 2015-03-30 17:40 +0200 http://bitbucket.org/pypy/pypy/changeset/0f6bac0956ac/ Log:fix the case when alias is too small diff --git a/pypy/module/_hashlib/interp_hashlib.py

[pypy-commit] pypy default: Fix: handle optional operation 'guard_not_invalidated?' as the last one in the list

2015-03-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76598:cada63adf489 Date: 2015-03-27 18:42 +0100 http://bitbucket.org/pypy/pypy/changeset/cada63adf489/ Log:Fix: handle optional operation 'guard_not_invalidated?' as the last one in the list diff --git

[pypy-commit] pypy default: fix

2015-03-27 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: Changeset: r76602:d158f5108e0f Date: 2015-03-27 19:24 + http://bitbucket.org/pypy/pypy/changeset/d158f5108e0f/ Log:fix diff --git a/pypy/module/_minimal_curses/interp_curses.py b/pypy/module/_minimal_curses/interp_curses.py ---

[pypy-commit] pypy default: Fix: if minor_collection() raises MemoryError, we used to be left with

2015-03-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76465:15b2dab1fa08 Date: 2015-03-19 10:34 +0100 http://bitbucket.org/pypy/pypy/changeset/15b2dab1fa08/ Log:Fix: if minor_collection() raises MemoryError, we used to be left with nursery_free==NULL diff --git

[pypy-commit] pypy default: fix issue #2000, which was caused by 2e4e36c84077: partially revert it, by keeping the AST transformation but also allow the possibility to pass a tuple to it

2015-03-17 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r76436:9159bcc2b0d0 Date: 2015-03-17 17:20 +0100 http://bitbucket.org/pypy/pypy/changeset/9159bcc2b0d0/ Log:fix issue #2000, which was caused by 2e4e36c84077: partially revert it, by keeping the AST transformation but also

[pypy-commit] pypy default: Fix typo.

2015-03-16 Thread mjacob
Author: Manuel Jacob m...@manueljacob.de Branch: Changeset: r76413:402d41538ce3 Date: 2015-03-16 17:42 +0100 http://bitbucket.org/pypy/pypy/changeset/402d41538ce3/ Log:Fix typo. diff --git a/rpython/doc/jit/optimizer.rst b/rpython/doc/jit/optimizer.rst --- a/rpython/doc/jit/optimizer.rst

[pypy-commit] pypy default: Fix test to also work in lldebug mode (it used to fail because

2015-03-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76411:7926ef4fb172 Date: 2015-03-16 17:21 +0100 http://bitbucket.org/pypy/pypy/changeset/7926ef4fb172/ Log:Fix test to also work in lldebug mode (it used to fail because the C hack to allocate does not track the allocation) diff

[pypy-commit] pypy default: fix egg version

2015-03-06 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r76252:c4c364117fe8 Date: 2015-03-06 09:27 +0200 http://bitbucket.org/pypy/pypy/changeset/c4c364117fe8/ Log:fix egg version diff --git a/lib_pypy/cffi.egg-info b/lib_pypy/cffi.egg-info --- a/lib_pypy/cffi.egg-info +++

[pypy-commit] pypy default: fix more by induction than tdd, fix test too

2015-03-05 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r76250:a4663675b84a Date: 2015-03-05 23:51 +0200 http://bitbucket.org/pypy/pypy/changeset/a4663675b84a/ Log:fix more by induction than tdd, fix test too diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py

[pypy-commit] pypy default: fix for _ctype - _ptr

2015-03-05 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r76248:246bbfec1305 Date: 2015-03-05 14:43 +0200 http://bitbucket.org/pypy/pypy/changeset/246bbfec1305/ Log:fix for _ctype - _ptr 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 test after translation

2015-03-04 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76237:7517b098f581 Date: 2015-03-04 10:39 +0100 http://bitbucket.org/pypy/pypy/changeset/7517b098f581/ Log:Fix test after translation diff --git a/pypy/module/sys/test/test_sysmodule.py b/pypy/module/sys/test/test_sysmodule.py ---

[pypy-commit] pypy default: fix for arm

2015-03-02 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r76224:0d8099ffa579 Date: 2015-03-02 22:21 +0200 http://bitbucket.org/pypy/pypy/changeset/0d8099ffa579/ Log:fix for arm diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py ---

[pypy-commit] pypy default: fix merge_collapse to actually maintain the invariant it purports to

2015-02-25 Thread gutworth
Author: Benjamin Peterson benja...@python.org Branch: Changeset: r76148:8ea07be32d98 Date: 2015-02-25 13:57 -0500 http://bitbucket.org/pypy/pypy/changeset/8ea07be32d98/ Log:fix merge_collapse to actually maintain the invariant it purports to See de Gouw, Stijn and Rot, Jurriaan and

[pypy-commit] pypy default: fix test

2015-02-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76123:648124294bf5 Date: 2015-02-25 12:01 +0100 http://bitbucket.org/pypy/pypy/changeset/648124294bf5/ Log:fix test diff --git a/rpython/jit/backend/llsupport/test/test_asmmemmgr.py

[pypy-commit] pypy default: Fix for older versions of OpenSSL: use the official 'STACK_OF(TYPE)' as

2015-02-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76044:df36b95933f9 Date: 2015-02-22 15:16 +0100 http://bitbucket.org/pypy/pypy/changeset/df36b95933f9/ Log:Fix for older versions of OpenSSL: use the official 'STACK_OF(TYPE)' as a type name diff --git a/rpython/rlib/ropenssl.py

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

2015-02-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76057:097db6dff79b Date: 2015-02-22 18:26 +0100 http://bitbucket.org/pypy/pypy/changeset/097db6dff79b/ Log:Fix on 32-bit diff --git a/rpython/jit/backend/x86/test/test_runner.py b/rpython/jit/backend/x86/test/test_runner.py ---

[pypy-commit] pypy default: fix test: the cond_call=0 was actually a long-standing bug that the new

2015-02-22 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r76046:3930b6579b7e Date: 2015-02-22 17:26 +0100 http://bitbucket.org/pypy/pypy/changeset/3930b6579b7e/ Log:fix test: the cond_call=0 was actually a long-standing bug that the new heapcache fixes diff --git

[pypy-commit] pypy default: fix

2015-02-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75998:09d4c7bbabe4 Date: 2015-02-19 16:39 +0100 http://bitbucket.org/pypy/pypy/changeset/09d4c7bbabe4/ Log:fix diff --git a/pypy/module/pypyjit/test_pypy_c/test_thread.py b/pypy/module/pypyjit/test_pypy_c/test_thread.py ---

[pypy-commit] pypy default: fix?

2015-02-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75977:c1f14f44bdec Date: 2015-02-18 12:39 +0100 http://bitbucket.org/pypy/pypy/changeset/c1f14f44bdec/ Log:fix? diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py --- a/rpython/rlib/rthread.py +++ b/rpython/rlib/rthread.py

[pypy-commit] pypy default: fix test

2015-02-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75898:956c35f6c0e4 Date: 2015-02-15 16:12 +0100 http://bitbucket.org/pypy/pypy/changeset/956c35f6c0e4/ Log:fix test diff --git a/pypy/module/_cffi_backend/test/test_handle.py b/pypy/module/_cffi_backend/test/test_handle.py ---

[pypy-commit] pypy default: Fix

2015-02-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75896:1cd58e083148 Date: 2015-02-15 15:56 +0100 http://bitbucket.org/pypy/pypy/changeset/1cd58e083148/ Log:Fix diff --git a/pypy/module/_io/interp_iobase.py b/pypy/module/_io/interp_iobase.py --- a/pypy/module/_io/interp_iobase.py +++

[pypy-commit] pypy default: Fix test_audioop

2015-02-15 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r75899:858a789cd41f Date: 2015-02-15 17:41 +0100 http://bitbucket.org/pypy/pypy/changeset/858a789cd41f/ Log:Fix test_audioop diff --git a/lib_pypy/audioop.py b/lib_pypy/audioop.py --- a/lib_pypy/audioop.py +++

[pypy-commit] pypy default: fix failing whatsnew-head and test_version tests

2015-02-15 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r75910:427ccadfbbd6 Date: 2015-02-16 08:04 +0200 http://bitbucket.org/pypy/pypy/changeset/427ccadfbbd6/ Log:fix failing whatsnew-head and test_version tests diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: fix test_egg_version

2015-02-14 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75875:c737b98a841c Date: 2015-02-14 21:09 +0100 http://bitbucket.org/pypy/pypy/changeset/c737b98a841c/ Log:fix test_egg_version diff --git a/lib_pypy/cffi.egg-info b/lib_pypy/cffi.egg-info --- a/lib_pypy/cffi.egg-info +++

[pypy-commit] pypy default: fix test_whatsnew

2015-02-14 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75876:1dcdfe298330 Date: 2015-02-14 21:11 +0100 http://bitbucket.org/pypy/pypy/changeset/1dcdfe298330/ Log:fix test_whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: fix arm cross-compile documentation for rpython/pypy split (Samureus)

2015-02-12 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r75837:de02541cbc09 Date: 2015-02-12 21:13 +0200 http://bitbucket.org/pypy/pypy/changeset/de02541cbc09/ Log:fix arm cross-compile documentation for rpython/pypy split (Samureus) diff --git a/pypy/doc/build.rst

[pypy-commit] pypy default: fix cffi versioning

2015-02-12 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r75846:6e64507f2a09 Date: 2015-02-13 09:04 +0200 http://bitbucket.org/pypy/pypy/changeset/6e64507f2a09/ Log:fix cffi versioning diff --git a/lib_pypy/cffi/__init__.py b/lib_pypy/cffi/__init__.py --- a/lib_pypy/cffi/__init__.py +++

[pypy-commit] pypy default: Fix docstring

2015-02-10 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75813:821eb2210b1a Date: 2015-02-10 19:58 +0100 http://bitbucket.org/pypy/pypy/changeset/821eb2210b1a/ Log:Fix docstring diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy default: fix for win32

2015-02-08 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r75776:7b99e3307405 Date: 2015-02-08 23:23 +0200 http://bitbucket.org/pypy/pypy/changeset/7b99e3307405/ Log:fix for win32 diff --git a/rpython/rlib/test/test_rsocket.py b/rpython/rlib/test/test_rsocket.py ---

[pypy-commit] pypy default: fix for empty ndarrays

2015-02-07 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r75758:dfffd5d7cc7e Date: 2015-02-08 06:56 +0200 http://bitbucket.org/pypy/pypy/changeset/dfffd5d7cc7e/ Log:fix for empty ndarrays diff --git a/pypy/module/micronumpy/ctors.py b/pypy/module/micronumpy/ctors.py ---

[pypy-commit] pypy default: Fix FAQ reference

2015-02-04 Thread krono
Author: Tobias Pape tob...@netshed.de Branch: Changeset: r75707:c0eb1851 Date: 2015-02-04 16:41 +0100 http://bitbucket.org/pypy/pypy/changeset/c0eb1851/ Log:Fix FAQ reference diff --git a/rpython/doc/getting-started.rst b/rpython/doc/getting-started.rst ---

[pypy-commit] pypy default: fix capitalization

2015-02-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75691:6f31bff804a9 Date: 2015-02-03 22:00 +0100 http://bitbucket.org/pypy/pypy/changeset/6f31bff804a9/ Log:fix capitalization diff --git a/pypy/doc/release-2.5.0.rst b/pypy/doc/release-2.5.0.rst --- a/pypy/doc/release-2.5.0.rst +++

[pypy-commit] pypy default: Fix for tests

2015-02-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75676:fdb74eb88378 Date: 2015-02-03 12:00 +0100 http://bitbucket.org/pypy/pypy/changeset/fdb74eb88378/ Log:Fix for tests diff --git a/rpython/jit/metainterp/blackhole.py b/rpython/jit/metainterp/blackhole.py ---

[pypy-commit] pypy default: Fix jittest.py to accept targets with no specified jitpolicy()

2015-02-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75674:410c76551947 Date: 2015-02-03 11:36 +0100 http://bitbucket.org/pypy/pypy/changeset/410c76551947/ Log:Fix jittest.py to accept targets with no specified jitpolicy() diff --git a/rpython/jit/tl/jittest.py b/rpython/jit/tl/jittest.py

[pypy-commit] pypy default: Fix FreeBSD compile flags issues

2015-01-30 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: Changeset: r75590:9e7b2bbd471c Date: 2015-01-30 20:49 + http://bitbucket.org/pypy/pypy/changeset/9e7b2bbd471c/ Log:Fix FreeBSD compile flags issues diff --git a/rpython/translator/platform/freebsd.py

[pypy-commit] pypy default: fix incomplete comment

2015-01-28 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75570:b3f3a6ece458 Date: 2015-01-28 17:58 +0100 http://bitbucket.org/pypy/pypy/changeset/b3f3a6ece458/ Log:fix incomplete comment diff --git a/rpython/translator/tool/cbuild.py b/rpython/translator/tool/cbuild.py ---

[pypy-commit] pypy default: fix

2015-01-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75546:e1fb49129ded Date: 2015-01-27 17:08 +0100 http://bitbucket.org/pypy/pypy/changeset/e1fb49129ded/ Log:fix diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py ---

[pypy-commit] pypy default: fix fix fix: we must not repeatedly set the quasi-immutable flag to True,

2015-01-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75502:98d7d3cb4144 Date: 2015-01-23 13:31 +0100 http://bitbucket.org/pypy/pypy/changeset/98d7d3cb4144/ Log:fix fix fix: we must not repeatedly set the quasi-immutable flag to True, because every time it triggers the logic diff

[pypy-commit] pypy default: fix test, 2nd step

2015-01-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75475:6bfb35a7371e Date: 2015-01-22 10:03 +0100 http://bitbucket.org/pypy/pypy/changeset/6bfb35a7371e/ Log:fix test, 2nd step diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py

[pypy-commit] pypy default: fix message (ebarrett)

2015-01-20 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75451:ae1e7c5107b0 Date: 2015-01-20 18:28 +0100 http://bitbucket.org/pypy/pypy/changeset/ae1e7c5107b0/ Log:fix message (ebarrett) diff --git a/rpython/annotator/classdef.py b/rpython/annotator/classdef.py ---

[pypy-commit] pypy default: fix this line

2015-01-20 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75452:c7e2a1195d13 Date: 2015-01-20 20:06 +0100 http://bitbucket.org/pypy/pypy/changeset/c7e2a1195d13/ Log:fix this line diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++

[pypy-commit] pypy default: fix test

2015-01-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75446:2e861a37e530 Date: 2015-01-20 00:57 +0100 http://bitbucket.org/pypy/pypy/changeset/2e861a37e530/ Log:fix test diff --git a/pypy/module/termios/test/test_termios.py b/pypy/module/termios/test/test_termios.py ---

[pypy-commit] pypy default: Fix test

2015-01-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75433:b6913a381bf9 Date: 2015-01-19 12:05 +0100 http://bitbucket.org/pypy/pypy/changeset/b6913a381bf9/ Log:Fix test diff --git a/rpython/translator/tool/test/test_staticsizereport.py

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

2015-01-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75419:c52fc1774518 Date: 2015-01-18 11:11 +0100 http://bitbucket.org/pypy/pypy/changeset/c52fc1774518/ Log:Fix for termios on 32-bit diff --git a/rpython/rlib/rtermios.py b/rpython/rlib/rtermios.py --- a/rpython/rlib/rtermios.py +++

[pypy-commit] pypy default: fix test after b9d53b23c50b

2015-01-16 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r75383:dcbbd83e551c Date: 2015-01-16 14:28 +0200 http://bitbucket.org/pypy/pypy/changeset/dcbbd83e551c/ Log:fix test after b9d53b23c50b diff --git a/pypy/interpreter/test/test_targetpypy.py b/pypy/interpreter/test/test_targetpypy.py

[pypy-commit] pypy default: - fix the mismatch between int and long return types for

2015-01-14 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75335:b9d53b23c50b Date: 2015-01-14 21:17 +0100 http://bitbucket.org/pypy/pypy/changeset/b9d53b23c50b/ Log:- fix the mismatch between int and long return types for pypy_setup_home() - fix the docs to say that calling

[pypy-commit] pypy default: Fix the comments: nothing too special any more

2015-01-13 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75315:6cebdb2f2659 Date: 2015-01-13 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/6cebdb2f2659/ Log:Fix the comments: nothing too special any more diff --git a/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy default: fix error message

2015-01-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75299:230d81716c11 Date: 2015-01-11 22:56 +0100 http://bitbucket.org/pypy/pypy/changeset/230d81716c11/ Log:fix error message diff --git a/pypy/module/_cffi_backend/func.py b/pypy/module/_cffi_backend/func.py ---

[pypy-commit] pypy default: Fix. Obscure case causing endless troubles. See irc discussion.

2015-01-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75242:cd4b0dd3d1e3 Date: 2015-01-05 13:43 +0100 http://bitbucket.org/pypy/pypy/changeset/cd4b0dd3d1e3/ Log:Fix. Obscure case causing endless troubles. See irc discussion. diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py

[pypy-commit] pypy default: fix @executable_path not being recognized in the rpath without the trailing slash

2015-01-04 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r75233:12cd1202efe7 Date: 2015-01-04 11:43 -0800 http://bitbucket.org/pypy/pypy/changeset/12cd1202efe7/ Log:fix @executable_path not being recognized in the rpath without the trailing slash diff --git

[pypy-commit] pypy default: fix tests

2014-12-30 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r75158:f5be5d01dac9 Date: 2014-12-30 12:55 +0200 http://bitbucket.org/pypy/pypy/changeset/f5be5d01dac9/ Log:fix tests diff --git a/rpython/jit/metainterp/optimizeopt/test/test_virtualstate.py

[pypy-commit] pypy default: fix

2014-12-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75128:87009b0fd602 Date: 2014-12-26 17:59 +0100 http://bitbucket.org/pypy/pypy/changeset/87009b0fd602/ Log:fix diff --git a/lib-python/2.7/test/test_xml_etree.py b/lib-python/2.7/test/test_xml_etree.py ---

[pypy-commit] pypy default: Fix: dict ordering issue

2014-12-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75059:218ec8282891 Date: 2014-12-22 14:59 +0100 http://bitbucket.org/pypy/pypy/changeset/218ec8282891/ Log:Fix: dict ordering issue diff --git a/pypy/objspace/std/test/test_dictproxy.py b/pypy/objspace/std/test/test_dictproxy.py ---

[pypy-commit] pypy default: Fix on Windows: now one of these functions called by

2014-12-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75068:246cc6f071ab Date: 2014-12-22 21:37 +0100 http://bitbucket.org/pypy/pypy/changeset/246cc6f071ab/ Log:Fix on Windows: now one of these functions called by after_external_call() modifies GetLastError too, so we need to save

[pypy-commit] pypy default: Fix a CPython test

2014-12-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74953:09728db49463 Date: 2014-12-16 15:31 + http://bitbucket.org/pypy/pypy/changeset/09728db49463/ Log:Fix a CPython test diff --git a/lib-python/2.7/test/test_collections.py b/lib-python/2.7/test/test_collections.py ---

[pypy-commit] pypy default: fix

2014-12-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74958:badc6fe2b088 Date: 2014-12-16 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/badc6fe2b088/ Log:fix diff --git a/rpython/annotator/model.py b/rpython/annotator/model.py --- a/rpython/annotator/model.py +++

[pypy-commit] pypy default: Fix this test

2014-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74942:db87f8d3abb8 Date: 2014-12-15 16:37 + http://bitbucket.org/pypy/pypy/changeset/db87f8d3abb8/ Log:Fix this test diff --git a/rpython/rtyper/lltypesystem/rordereddict.py b/rpython/rtyper/lltypesystem/rordereddict.py ---

[pypy-commit] pypy default: fix typo

2014-12-12 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r74900:59fae35bdef8 Date: 2014-12-12 17:48 +0200 http://bitbucket.org/pypy/pypy/changeset/59fae35bdef8/ Log:fix typo diff --git a/rpython/jit/metainterp/optimizeopt/virtualstate.py

[pypy-commit] pypy default: Fix model.py for test__cffi_call

2014-12-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74889:cd2dc9e91d09 Date: 2014-12-11 14:35 + http://bitbucket.org/pypy/pypy/changeset/cd2dc9e91d09/ Log:Fix model.py for test__cffi_call diff --git a/pypy/module/pypyjit/test_pypy_c/model.py

[pypy-commit] pypy default: fix test, coercing values to records - reduces numpy incompatability

2014-12-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r74892:218d49b0e351 Date: 2014-12-11 23:30 +0200 http://bitbucket.org/pypy/pypy/changeset/218d49b0e351/ Log:fix test, coercing values to records - reduces numpy incompatability diff --git a/pypy/module/micronumpy/test/test_ndarray.py

[pypy-commit] pypy default: fix this test_pypy_c, these numbers can vary

2014-12-04 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74823:e27f4fbd7134 Date: 2014-12-04 21:57 -0500 http://bitbucket.org/pypy/pypy/changeset/e27f4fbd7134/ Log:fix this test_pypy_c, these numbers can vary diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py

[pypy-commit] pypy default: fix a bit more cleanly without writing to the stack

2014-12-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74795:4e877792713b Date: 2014-12-03 12:19 +0100 http://bitbucket.org/pypy/pypy/changeset/4e877792713b/ Log:fix a bit more cleanly without writing to the stack diff --git a/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy default: fix test_pypy_c for iterator changes

2014-12-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74801:651d67d1059e Date: 2014-12-03 19:27 -0500 http://bitbucket.org/pypy/pypy/changeset/651d67d1059e/ Log:fix test_pypy_c for iterator changes diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py

[pypy-commit] pypy default: fix, thanks alex

2014-11-30 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r74765:e1cfe5a7c951 Date: 2014-11-30 18:59 +0200 http://bitbucket.org/pypy/pypy/changeset/e1cfe5a7c951/ Log:fix, thanks alex diff --git a/pypy/module/micronumpy/iterators.py b/pypy/module/micronumpy/iterators.py ---

[pypy-commit] pypy default: fix test

2014-11-28 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74751:4a150158f334 Date: 2014-11-28 14:19 +0100 http://bitbucket.org/pypy/pypy/changeset/4a150158f334/ Log:fix test diff --git a/rpython/jit/codewriter/test/test_flatten.py b/rpython/jit/codewriter/test/test_flatten.py ---

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