[pypy-commit] lang-smalltalk rbitblt: automatically round fractions to ints directly in our bitblt

2014-01-09 Thread timfel
Author: Tim Felgentreff Branch: rbitblt Changeset: r563:c22d170b585b Date: 2014-01-09 16:55 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/c22d170b585b/ Log:automatically round fractions to ints directly in our bitblt diff --git a/spyvm/plugins/bitblt.py b/spyvm/plugins/bitblt.py -

[pypy-commit] lang-smalltalk rbitblt: fix drawing of miniimage

2014-01-09 Thread timfel
Author: Tim Felgentreff Branch: rbitblt Changeset: r564:55bea8ee8fbb Date: 2014-01-09 17:33 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/55bea8ee8fbb/ Log:fix drawing of miniimage diff --git a/spyvm/plugins/bitblt.py b/spyvm/plugins/bitblt.py --- a/spyvm/plugins/bitblt.py +++ b/s

[pypy-commit] lang-smalltalk rbitblt: add WITH_ARGS_EXECUTE_METHOD prim, as it doesn't work in Smalltalk

2014-01-09 Thread timfel
Author: Tim Felgentreff Branch: rbitblt Changeset: r562:151ff8db1a76 Date: 2014-01-09 16:22 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/151ff8db1a76/ Log:add WITH_ARGS_EXECUTE_METHOD prim, as it doesn't work in Smalltalk diff --git a/spyvm/primitives.py b/spyvm/primitives.py ---

[pypy-commit] lang-smalltalk rbitblt: should fix the sources not found issue i had

2014-01-09 Thread timfel
Author: Tim Felgentreff Branch: rbitblt Changeset: r565:b8c725eb9faf Date: 2014-01-09 18:23 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/b8c725eb9faf/ Log:should fix the sources not found issue i had diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py ---

[pypy-commit] lang-smalltalk rbitblt: fix translation with jit, add some crazy jit hints in bitblt (needs work)

2014-01-09 Thread timfel
Author: Tim Felgentreff Branch: rbitblt Changeset: r566:08464f06251d Date: 2014-01-09 18:53 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/08464f06251d/ Log:fix translation with jit, add some crazy jit hints in bitblt (needs work) diff --git a/spyvm/plugins/bitblt.py b/spyv

[pypy-commit] lang-smalltalk rbitblt: implement GET_NEXT_EVENT, DEFER_UPDATES, and FORCE_DISPLAY_UPDATE

2014-01-09 Thread timfel
Author: Tim Felgentreff Branch: rbitblt Changeset: r558:c8495a907803 Date: 2014-01-09 11:34 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/c8495a907803/ Log:implement GET_NEXT_EVENT, DEFER_UPDATES, and FORCE_DISPLAY_UPDATE diff --git a/spyvm/display.py b/spyvm/display.py --- a/spyv

[pypy-commit] lang-smalltalk rbitblt: detach form shadow on sync_cache failure

2014-01-09 Thread timfel
Author: Tim Felgentreff Branch: rbitblt Changeset: r556:03b60ed307da Date: 2014-01-08 10:37 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/03b60ed307da/ Log:detach form shadow on sync_cache failure diff --git a/spyvm/plugins/bitblt.py b/spyvm/plugins/bitblt.py --- a/spyvm/plugins/b

[pypy-commit] lang-smalltalk rbitblt: don't raise in sync_cache of BitBlt and Forms

2014-01-09 Thread timfel
Author: Tim Felgentreff Branch: rbitblt Changeset: r560:9f779d03110f Date: 2014-01-09 16:20 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/9f779d03110f/ Log:don't raise in sync_cache of BitBlt and Forms diff --git a/spyvm/plugins/bitblt.py b/spyvm/plugins/bitblt.py --- a/spyvm/plug

[pypy-commit] lang-smalltalk rbitblt: add beep prim

2014-01-09 Thread timfel
Author: Tim Felgentreff Branch: rbitblt Changeset: r555:7fcbfe51e7af Date: 2014-01-08 10:36 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/7fcbfe51e7af/ Log:add beep prim diff --git a/spyvm/primitives.py b/spyvm/primitives.py --- a/spyvm/primitives.py +++ b/spyvm/primitives.py @@ -

[pypy-commit] lang-smalltalk rbitblt: add cache flushing, and store selector strings in methoddict

2014-01-09 Thread timfel
Author: Tim Felgentreff Branch: rbitblt Changeset: r561:b804692b36b8 Date: 2014-01-09 16:22 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/b804692b36b8/ Log:add cache flushing, and store selector strings in methoddict diff --git a/spyvm/primitives.py b/spyvm/primitives.py --- a/spy

[pypy-commit] lang-smalltalk rbitblt: make evented code optional

2014-01-09 Thread timfel
Author: Tim Felgentreff Branch: rbitblt Changeset: r559:43767dcdfe46 Date: 2014-01-09 12:59 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/43767dcdfe46/ Log:make evented code optional diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interpreter.py +++ b/spyvm/in

[pypy-commit] lang-smalltalk rbitblt: fix a segv, fix translation

2014-01-09 Thread timfel
Author: Tim Felgentreff Branch: rbitblt Changeset: r557:ff0c5aeb1539 Date: 2014-01-08 13:30 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/ff0c5aeb1539/ Log:fix a segv, fix translation diff --git a/spyvm/plugins/bitblt.py b/spyvm/plugins/bitblt.py --- a/spyvm/plugins/bitblt.py +++

[pypy-commit] pypy default: Disable SSLv2 except when a user explicity requests it

2014-01-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r68591:1bf39957a7e8 Date: 2014-01-09 10:53 -0800 http://bitbucket.org/pypy/pypy/changeset/1bf39957a7e8/ Log:Disable SSLv2 except when a user explicity requests it diff --git a/lib-python/2.7/test/test_ssl.py b/lib-python/2.7/test/test_ssl.py --- a/lib-