[pypy-commit] lang-smalltalk default: don't segfault in get_instances_array if translating with STM - just return an empty array

2013-12-17 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r526:73289e897e57 Date: 2013-12-17 12:28 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/73289e897e57/ Log:don't segfault in get_instances_array if translating with STM - just return an empty array diff --git a/spyvm/primitives.py

[pypy-commit] lang-smalltalk default: try to report all events, not skip stuff i we're too slow

2013-12-17 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r532:f1a609bb3086 Date: 2013-12-17 16:16 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/f1a609bb3086/ Log:try to report all events, not skip stuff i we're too slow diff --git a/spyvm/display.py b/spyvm/display.py --- a/spyvm/display.py ++

[pypy-commit] lang-smalltalk default: fix enviroment get for interrupt counter size

2013-12-17 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r527:a9fdae413f52 Date: 2013-12-17 15:49 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/a9fdae413f52/ Log:fix enviroment get for interrupt counter size diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interpreter.py ++

[pypy-commit] lang-smalltalk default: enable stm if on stm branch

2013-12-17 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r530:e3f00715c4bd Date: 2013-12-17 15:54 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/e3f00715c4bd/ Log:enable stm if on stm branch diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py --- a/targetimageloadingsma

[pypy-commit] lang-smalltalk default: translate again

2013-12-17 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r531:039a087e7c10 Date: 2013-12-17 16:13 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/039a087e7c10/ Log:translate again diff --git a/spyvm/model.py b/spyvm/model.py --- a/spyvm/model.py +++ b/spyvm/model.py @@ -952,9 +952,9 @@

[pypy-commit] lang-smalltalk default: determine if we're using stm at compile time

2013-12-17 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r528:82eefe4aa56b Date: 2013-12-17 15:49 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/82eefe4aa56b/ Log:determine if we're using stm at compile time diff --git a/spyvm/primitives.py b/spyvm/primitives.py --- a/spyvm/primitives.py +++ b/

[pypy-commit] lang-smalltalk default: etoys uses display scaling and calls bitblt stuff before BE_DISPLAY - we need to convert the Form to an SDL Bitmap from there, too

2013-12-17 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r529:5e5665fee98c Date: 2013-12-17 15:50 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/5e5665fee98c/ Log:etoys uses display scaling and calls bitblt stuff before BE_DISPLAY - we need to convert the Form to an SDL Bitmap from there

[pypy-commit] lang-smalltalk default: buggy impl of 16bit depth

2013-12-17 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r533:9a5409326f66 Date: 2013-12-17 18:18 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/9a5409326f66/ Log:buggy impl of 16bit depth diff --git a/spyvm/model.py b/spyvm/model.py --- a/spyvm/model.py +++ b/spyvm/model.py @@ -986,8 +986,8 @@

[pypy-commit] pypy default: loosen this test also

2013-12-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68446:55b7a58f38d0 Date: 2013-12-17 14:56 -0500 http://bitbucket.org/pypy/pypy/changeset/55b7a58f38d0/ Log:loosen this test also diff --git a/pypy/module/micronumpy/test/test_scalar.py b/pypy/module/micronumpy/test/test_scalar.py --- a/pypy/module/m

[pypy-commit] pypy default: simplify

2013-12-17 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r68445:61a7394c57ff Date: 2013-12-17 11:41 -0800 http://bitbucket.org/pypy/pypy/changeset/61a7394c57ff/ Log:simplify diff --git a/pypy/module/__builtin__/app_operation.py b/pypy/module/__builtin__/app_operation.py --- a/pypy/module/__builtin__/app_o

[pypy-commit] pypy default: SHA's block size is 512 bits, not 8

2013-12-17 Thread Laurens Van Houtven
Author: Laurens Van Houtven <[email protected]> Branch: Changeset: r68448:01a580ab4dde Date: 2013-09-28 12:03 +0200 http://bitbucket.org/pypy/pypy/changeset/01a580ab4dde/ Log:SHA's block size is 512 bits, not 8 diff --git a/lib_pypy/_sha.py b/lib_pypy/_sha.py --- a/lib_pypy/_sha.py +++ b/lib_pypy/

[pypy-commit] pypy default: Merged in lvh/pypy (pull request #191)

2013-12-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68449:95d3af2f316f Date: 2013-12-17 14:23 -0800 http://bitbucket.org/pypy/pypy/changeset/95d3af2f316f/ Log:Merged in lvh/pypy (pull request #191) Pure-Python SHA implementation is confused diff --git a/lib_pypy/_sha.py b/lib_pypy/_sha.py ---

[pypy-commit] pypy default: Whitespace fixes, MD5 -> SHA

2013-12-17 Thread Laurens Van Houtven
Author: Laurens Van Houtven <[email protected]> Branch: Changeset: r68447:555be03b98bf Date: 2013-09-28 12:02 +0200 http://bitbucket.org/pypy/pypy/changeset/555be03b98bf/ Log:Whitespace fixes, MD5 -> SHA diff --git a/lib_pypy/_sha.py b/lib_pypy/_sha.py --- a/lib_pypy/_sha.py +++ b/lib_pypy/_sha.py

[pypy-commit] pypy default: test _sha.py block size

2013-12-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68450:737e36faea12 Date: 2013-12-17 17:24 -0500 http://bitbucket.org/pypy/pypy/changeset/737e36faea12/ Log:test _sha.py block size diff --git a/pypy/module/test_lib_pypy/test_sha_extra.py b/pypy/module/test_lib_pypy/test_sha_extra.py --- a/pypy/modu

[pypy-commit] pypy default: test/fix conversion of str arrays

2013-12-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68452:ccbbf6d54188 Date: 2013-12-17 19:36 -0500 http://bitbucket.org/pypy/pypy/changeset/ccbbf6d54188/ Log:test/fix conversion of str arrays diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pyp

[pypy-commit] pypy default: test/fix conversion of np.str to numeric types

2013-12-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68451:6b8b4188b7ee Date: 2013-12-17 19:28 -0500 http://bitbucket.org/pypy/pypy/changeset/6b8b4188b7ee/ Log:test/fix conversion of np.str to numeric types diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/co

[pypy-commit] pypy default: simplify {date, time, datetime}.replace (constructor does field validation, no need for it here)

2013-12-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68453:2e0e9bfcb1a2 Date: 2013-12-17 20:39 -0500 http://bitbucket.org/pypy/pypy/changeset/2e0e9bfcb1a2/ Log:simplify {date,time,datetime}.replace (constructor does field validation, no need for it here) diff --git a/lib_pypy/datetime.py b/lib_

[pypy-commit] pypy py3k: simplify {date, time, datetime}.replace (constructor does field validation, no need for it here)

2013-12-17 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r68454:ebc1b6f37b2a Date: 2013-12-17 21:02 -0500 http://bitbucket.org/pypy/pypy/changeset/ebc1b6f37b2a/ Log:simplify {date,time,datetime}.replace (constructor does field validation, no need for it here) diff --git a/lib-python/3/datetime.p

[pypy-commit] pypy py3k: transplant fa83d625fabf

2013-12-17 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r68455:88328f6a8ea2 Date: 2013-12-17 21:08 -0500 http://bitbucket.org/pypy/pypy/changeset/88328f6a8ea2/ Log:transplant fa83d625fabf diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py --- a/lib-python/3/datetime.py +++ b/lib-python/3/

[pypy-commit] pypy default: test/fix buffer(numpy.scalar)

2013-12-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68456:2ec4090a85d4 Date: 2013-12-17 21:17 -0500 http://bitbucket.org/pypy/pypy/changeset/2ec4090a85d4/ Log:test/fix buffer(numpy.scalar) diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/m

[pypy-commit] pypy default: fix len(numpy.string)

2013-12-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68457:e8735afef7f7 Date: 2013-12-17 22:25 -0500 http://bitbucket.org/pypy/pypy/changeset/e8735afef7f7/ Log:fix len(numpy.string) diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/micronump

[pypy-commit] pypy default: provide ndarray.__index__()

2013-12-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68458:42d72b7298bc Date: 2013-12-17 23:51 -0500 http://bitbucket.org/pypy/pypy/changeset/42d72b7298bc/ Log:provide ndarray.__index__() diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/modu

[pypy-commit] pypy default: fix translation

2013-12-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68459:685403c62cab Date: 2013-12-18 00:10 -0500 http://bitbucket.org/pypy/pypy/changeset/685403c62cab/ Log:fix translation diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronump

[pypy-commit] pypy default: simplify

2013-12-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68460:6269dd19f95d Date: 2013-12-18 00:48 -0500 http://bitbucket.org/pypy/pypy/changeset/6269dd19f95d/ Log:simplify diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/micronumpy/interp_boxe

[pypy-commit] pypy default: test/fix ndarray init from list of array scalars

2013-12-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68461:c8e4f9503987 Date: 2013-12-18 01:31 -0500 http://bitbucket.org/pypy/pypy/changeset/c8e4f9503987/ Log:test/fix ndarray init from list of array scalars diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarr

[pypy-commit] pypy default: cleanup

2013-12-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68462:1d2fb89d5c6f Date: 2013-12-18 01:54 -0500 http://bitbucket.org/pypy/pypy/changeset/1d2fb89d5c6f/ Log:cleanup diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronumpy/interp