[pypy-commit] pypy numpy-multidim-shards: rename shards to strides

2011-11-23 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim-shards Changeset: r49681:0c2425c1ad39 Date: 2011-11-23 11:07 +0200 http://bitbucket.org/pypy/pypy/changeset/0c2425c1ad39/ Log:rename shards to strides diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_num

[pypy-commit] pypy numpy-multidim-shards: close merged branch

2011-11-23 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim-shards Changeset: r49683:d0d86e088b8b Date: 2011-11-23 11:09 +0200 http://bitbucket.org/pypy/pypy/changeset/d0d86e088b8b/ Log:close merged branch ___ pypy-commit mailing list [email protected]

[pypy-commit] pypy numpy-multidim: fix test_zjit until test_slice

2011-11-23 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim Changeset: r49684:b56fd5dc80b5 Date: 2011-11-23 11:44 +0200 http://bitbucket.org/pypy/pypy/changeset/b56fd5dc80b5/ Log:fix test_zjit until test_slice diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numa

[pypy-commit] pypy default: Try to detect conflicting options with the gc.

2011-11-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r49685:b51d37b92694 Date: 2011-11-23 12:21 +0100 http://bitbucket.org/pypy/pypy/changeset/b51d37b92694/ Log:Try to detect conflicting options with the gc. diff --git a/pypy/config/test/test_translationoption.py b/pypy/config/test/test_translationoption

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab): enforce sanity when merging inttypes

2011-11-23 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49686:3cb58bdf354f Date: 2011-11-23 14:50 +0100 http://bitbucket.org/pypy/pypy/changeset/3cb58bdf354f/ Log:(arigo, bivab): enforce sanity when merging inttypes diff --git a/pypy/annotation/binaryop.py b/pypy/annota

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab): fix

2011-11-23 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49687:fe6b9886d517 Date: 2011-11-23 14:58 +0100 http://bitbucket.org/pypy/pypy/changeset/fe6b9886d517/ Log:(arigo, bivab): fix diff --git a/pypy/rlib/rbigint.py b/pypy/rlib/rbigint.py --- a/pypy/rlib/rbigint.py +++

[pypy-commit] pypy list-strategies: added more tests for so far uncovered code in listobject.setslice

2011-11-23 Thread l . diekmann
Author: Lukas Diekmann Branch: list-strategies Changeset: r49688:47318b7c592d Date: 2011-11-23 15:19 +0100 http://bitbucket.org/pypy/pypy/changeset/47318b7c592d/ Log:added more tests for so far uncovered code in listobject.setslice diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab): more fixes

2011-11-23 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49689:f66f9c00f119 Date: 2011-11-23 15:25 +0100 http://bitbucket.org/pypy/pypy/changeset/f66f9c00f119/ Log:(arigo, bivab): more fixes diff --git a/pypy/annotation/model.py b/pypy/annotation/model.py --- a/pypy/anno

[pypy-commit] pypy win64-stage1: Merge with default

2011-11-23 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49690:c70ae8696466 Date: 2011-11-23 16:06 +0100 http://bitbucket.org/pypy/pypy/changeset/c70ae8696466/ Log:Merge with default diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.

[pypy-commit] pypy disable_merge_different_int_types: raise UnionError

2011-11-23 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49691:96f0a1fe89b1 Date: 2011-11-23 16:10 +0100 http://bitbucket.org/pypy/pypy/changeset/96f0a1fe89b1/ Log:raise UnionError diff --git a/pypy/annotation/binaryop.py b/pypy/annotation/binaryop.py --- a/pypy/annotati

[pypy-commit] pypy win64-stage1: added snakepit to predefined libdirs

2011-11-23 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49692:5e84431740d1 Date: 2011-11-23 16:52 +0100 http://bitbucket.org/pypy/pypy/changeset/5e84431740d1/ Log:added snakepit to predefined libdirs diff --git a/pypy/rpython/tool/rffi_platform.py b/pypy/rpython/tool/rffi_platform.py ---

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab): more fixes (not really tested)

2011-11-23 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49693:2cba060a3f7a Date: 2011-11-23 17:04 +0100 http://bitbucket.org/pypy/pypy/changeset/2cba060a3f7a/ Log:(arigo, bivab): more fixes (not really tested) diff --git a/pypy/annotation/binaryop.py b/pypy/annotation/b

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab): fix test

2011-11-23 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49694:b1f7a47053f1 Date: 2011-11-23 17:14 +0100 http://bitbucket.org/pypy/pypy/changeset/b1f7a47053f1/ Log:(arigo, bivab): fix test diff --git a/pypy/translator/c/test/test_typed.py b/pypy/translator/c/test/test_t

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab) fix test

2011-11-23 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49695:11885d81fbf3 Date: 2011-11-23 17:17 +0100 http://bitbucket.org/pypy/pypy/changeset/11885d81fbf3/ Log:(arigo, bivab) fix test diff --git a/pypy/translator/c/test/test_standalone.py b/pypy/translator/c/test/te

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab) fix test

2011-11-23 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49696:e1e61acee8d8 Date: 2011-11-23 17:20 +0100 http://bitbucket.org/pypy/pypy/changeset/e1e61acee8d8/ Log:(arigo, bivab) fix test diff --git a/pypy/translator/c/test/test_lltyped.py b/pypy/translator/c/test/test_

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab): allow to merge different int types if they have both the same signedness. Generalizing to the larger type

2011-11-23 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49697:b336e9e40643 Date: 2011-11-23 17:40 +0100 http://bitbucket.org/pypy/pypy/changeset/b336e9e40643/ Log:(arigo, bivab): allow to merge different int types if they have both the same signedness. Generalizi

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab): fix termios

2011-11-23 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49698:c7028dade92d Date: 2011-11-23 18:04 +0100 http://bitbucket.org/pypy/pypy/changeset/c7028dade92d/ Log:(arigo, bivab): fix termios diff --git a/pypy/rpython/module/ll_termios.py b/pypy/rpython/module/ll_termio

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab) fix rrandom and _random

2011-11-23 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49699:b52b9ae850fe Date: 2011-11-23 18:16 +0100 http://bitbucket.org/pypy/pypy/changeset/b52b9ae850fe/ Log:(arigo, bivab) fix rrandom and _random diff --git a/pypy/rlib/rrandom.py b/pypy/rlib/rrandom.py --- a/pypy/

[pypy-commit] pypy jit-targets: fix test

2011-11-23 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r49700:556382e97898 Date: 2011-11-23 18:59 +0100 http://bitbucket.org/pypy/pypy/changeset/556382e97898/ Log:fix test diff --git a/pypy/jit/metainterp/test/test_virtualstate.py b/pypy/jit/metainterp/test/test_virtualstate.py --- a/pypy/jit/me

[pypy-commit] pypy jit-targets: reenable autoconstruction of jump descr in oparser

2011-11-23 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r49701:175f0efa03c1 Date: 2011-11-23 19:18 +0100 http://bitbucket.org/pypy/pypy/changeset/175f0efa03c1/ Log:reenable autoconstruction of jump descr in oparser diff --git a/pypy/jit/tool/oparser.py b/pypy/jit/tool/oparser.py --- a/pypy/jit/too

[pypy-commit] pypy jit-targets: fix test

2011-11-23 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r49702:c4496275b179 Date: 2011-11-23 19:27 +0100 http://bitbucket.org/pypy/pypy/changeset/c4496275b179/ Log:fix test diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pypy/module/micronump

[pypy-commit] pypy jit-targets: fix test

2011-11-23 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r49703:1ece77c7b9ff Date: 2011-11-23 19:40 +0100 http://bitbucket.org/pypy/pypy/changeset/1ece77c7b9ff/ Log:fix test diff --git a/pypy/jit/backend/x86/test/test_gc_integration.py b/pypy/jit/backend/x86/test/test_gc_integration.py --- a/pypy/

[pypy-commit] pypy default: copy this function from jitviewer

2011-11-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49704:461ca1ae9f2a Date: 2011-11-23 20:10 +0200 http://bitbucket.org/pypy/pypy/changeset/461ca1ae9f2a/ Log:copy this function from jitviewer diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlog

[pypy-commit] pypy default: merge

2011-11-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49705:0a31d8ef2f8a Date: 2011-11-23 20:18 +0200 http://bitbucket.org/pypy/pypy/changeset/0a31d8ef2f8a/ Log:merge diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -231,6 +231,9 @@

[pypy-commit] pypy jit-targets: fix tests

2011-11-23 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r49706:71f16e839255 Date: 2011-11-23 20:00 +0100 http://bitbucket.org/pypy/pypy/changeset/71f16e839255/ Log:fix tests diff --git a/pypy/jit/backend/x86/test/test_recompilation.py b/pypy/jit/backend/x86/test/test_recompilation.py --- a/pypy/j

[pypy-commit] pypy jit-targets: fix test

2011-11-23 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r49707:b768bf077b7e Date: 2011-11-23 20:13 +0100 http://bitbucket.org/pypy/pypy/changeset/b768bf077b7e/ Log:fix test diff --git a/pypy/jit/backend/x86/test/test_runner.py b/pypy/jit/backend/x86/test/test_runner.py --- a/pypy/jit/backend/x86/

[pypy-commit] pypy ppc-jit-backend: _ppc_direct_bootstrap_code must be function descriptor on PPC64

2011-11-23 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r49708:cccd047156c3 Date: 2011-11-23 15:34 -0500 http://bitbucket.org/pypy/pypy/changeset/cccd047156c3/ Log:_ppc_direct_bootstrap_code must be function descriptor on PPC64 diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit

[pypy-commit] pypy ppc-jit-backend: asm_helper_adr is function descriptor on PPC64

2011-11-23 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r49709:4b6f56e2836f Date: 2011-11-23 15:35 -0500 http://bitbucket.org/pypy/pypy/changeset/4b6f56e2836f/ Log:asm_helper_adr is function descriptor on PPC64 diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py b/pypy/jit/backend/ppc/ppcgen

[pypy-commit] pypy ppc-jit-backend: saved_registers must allocate and deallocate a full stack frame

2011-11-23 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r49710:45dba217d143 Date: 2011-11-23 16:21 -0500 http://bitbucket.org/pypy/pypy/changeset/45dba217d143/ Log:saved_registers must allocate and deallocate a full stack frame diff --git a/pypy/jit/backend/ppc/ppcgen/helper/assembler.py b/pypy/

[pypy-commit] pypy win64-stage1: enabled support won win64 standalone builds

2011-11-23 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49711:e399893be188 Date: 2011-11-23 17:46 +0100 http://bitbucket.org/pypy/pypy/changeset/e399893be188/ Log:enabled support won win64 standalone builds diff --git a/pypy/translator/c/src/commondefs.h b/pypy/translator/c/src/commondefs

[pypy-commit] pypy win64-stage1: a few more int/long unifications.

2011-11-23 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49712:11e3b3558e79 Date: 2011-11-23 23:05 +0100 http://bitbucket.org/pypy/pypy/changeset/11e3b3558e79/ Log:a few more int/long unifications. XXX I think this should be replaced by a range checking function. diff --git a/pypy/a

[pypy-commit] pypy win64-stage1: a few more int/long unifications.

2011-11-23 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49713:53b5e001b4db Date: 2011-11-23 23:17 +0100 http://bitbucket.org/pypy/pypy/changeset/53b5e001b4db/ Log:a few more int/long unifications. XXX I think this should be replaced by a range checking function. diff --git a/pypy/a

[pypy-commit] pypy win64-stage1: added explicit _WIN32/_WIN64 defns for nmake

2011-11-23 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49714:7749a906e83a Date: 2011-11-24 00:25 +0100 http://bitbucket.org/pypy/pypy/changeset/7749a906e83a/ Log:added explicit _WIN32/_WIN64 defns for nmake diff --git a/pypy/translator/platform/windows.py b/pypy/translator/platform/windo

[pypy-commit] pypy list-strategies: Closing branch to be merged.

2011-11-23 Thread alex_gaynor
Author: Alex Gaynor Branch: list-strategies Changeset: r49716:2449ac0ea4a1 Date: 2011-11-24 01:53 -0600 http://bitbucket.org/pypy/pypy/changeset/2449ac0ea4a1/ Log:Closing branch to be merged. ___ pypy-commit mailing list [email protected] http

[pypy-commit] pypy list-strategies: merged default in

2011-11-23 Thread alex_gaynor
Author: Alex Gaynor Branch: list-strategies Changeset: r49715:8e6605b379dc Date: 2011-11-24 01:53 -0600 http://bitbucket.org/pypy/pypy/changeset/8e6605b379dc/ Log:merged default in diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py