[pypy-commit] lang-smalltalk default: just refactor the event polling code

2013-12-16 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r523:14e1ccb756c8 Date: 2013-12-16 10:36 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/14e1ccb756c8/ Log:just refactor the event polling code diff --git a/spyvm/display.py b/spyvm/display.py --- a/spyvm/display.py +++ b/spyvm/display.py

[pypy-commit] lang-smalltalk default: return modifiers also when we did not peek before -- now works on Squeak4.5

2013-12-16 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r524:1ffee021de59 Date: 2013-12-16 10:48 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/1ffee021de59/ Log:return modifiers also when we did not peek before -- now works on Squeak4.5 diff --git a/spyvm/display.py b/spyvm/display.py

[pypy-commit] lang-smalltalk default: make interrupt check counter configurable via envvar

2013-12-16 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r525:131776c331c9 Date: 2013-12-16 15:07 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/131776c331c9/ Log:make interrupt check counter configurable via envvar diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interprete

[pypy-commit] pypy default: test, fix for subtype pickle numpy compatability, including quirks

2013-12-16 Thread mattip
Author: Matti Picus Branch: Changeset: r68443:d5e489e07679 Date: 2013-12-16 19:14 +0200 http://bitbucket.org/pypy/pypy/changeset/d5e489e07679/ Log:test, fix for subtype pickle numpy compatability, including quirks diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronu

[pypy-commit] pypy default: support creating long from buffer

2013-12-16 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68444:21bfa9ad6eaf Date: 2013-12-16 19:46 -0500 http://bitbucket.org/pypy/pypy/changeset/21bfa9ad6eaf/ Log:support creating long from buffer diff --git a/pypy/objspace/std/longtype.py b/pypy/objspace/std/longtype.py --- a/pypy/objspace/std/longtype.p