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
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
++
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
++
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
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 @@
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/
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
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 @@
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
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
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/
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
---
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
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
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
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
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_
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
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/
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
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
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
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
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
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
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
26 matches
Mail list logo