[pypy-commit] pypy default: improve dotviewer search for system cpython

2013-03-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62286:05243549ef64 Date: 2013-03-11 00:07 -0400 http://bitbucket.org/pypy/pypy/changeset/05243549ef64/ Log:improve dotviewer search for system cpython diff --git a/dotviewer/graphclient.py b/dotviewer/graphclient.py --- a/dotviewer/graphclient.py +++

[pypy-commit] pypy default: merge heads

2013-03-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62287:105fa978d547 Date: 2013-03-11 00:14 -0400 http://bitbucket.org/pypy/pypy/changeset/105fa978d547/ Log:merge heads diff --git a/lib-python/2/distutils/sysconfig_pypy.py b/lib-python/2/distutils/sysconfig_pypy.py --- a/lib-python/2/distutils/sysc

[pypy-commit] pypy default: more sqlite cleanups

2013-03-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62282:afd9bafe842a Date: 2013-03-10 22:15 -0400 http://bitbucket.org/pypy/pypy/changeset/afd9bafe842a/ Log:more sqlite cleanups diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -513,7 +

[pypy-commit] pypy default: unify sqlite execute and executemany

2013-03-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62281:b1628dd8444b Date: 2013-03-10 21:27 -0400 http://bitbucket.org/pypy/pypy/changeset/b1628dd8444b/ Log:unify sqlite execute and executemany diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite

[pypy-commit] lang-smalltalk default: added version updates when superclass changes

2013-03-10 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r163:d8785e33876b Date: 2013-03-11 01:31 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/d8785e33876b/ Log:added version updates when superclass changes still missing are the appropriate annotations, weak ref instead of set() to sub

[pypy-commit] lang-smalltalk default: removed version from methoddict

2013-03-10 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r162:52374f03b7ac Date: 2013-03-11 00:23 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/52374f03b7ac/ Log:removed version from methoddict added back link from methoddict to s_class to change s_class version when s_methoddict change

[pypy-commit] lang-smalltalk default: shrank the execution time of the test for changed methoddicts

2013-03-10 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r161:a61885e1f0db Date: 2013-03-11 00:08 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/a61885e1f0db/ Log:shrank the execution time of the test for changed methoddicts diff --git a/spyvm/shadow.py b/spyvm/shadow.py --- a/spyvm/shadow.py +

[pypy-commit] pypy jitframe-on-heap: fix the stack alignment (I think)

2013-03-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62280:9db1c0dd3831 Date: 2013-03-10 23:27 +0200 http://bitbucket.org/pypy/pypy/changeset/9db1c0dd3831/ Log:fix the stack alignment (I think) diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.

[pypy-commit] lang-smalltalk default: refactored ClassShadow to hold onto s_methoddict instead of w_methoddict

2013-03-10 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r160:9d99442f994d Date: 2013-03-10 20:48 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/9d99442f994d/ Log:refactored ClassShadow to hold onto s_methoddict instead of w_methoddict diff --git a/spyvm/objspace.py b/spyvm/objspace.py

[pypy-commit] pypy py3k: fix for appdirect testing

2013-03-10 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62279:a88c319e44e5 Date: 2013-03-10 12:40 -0700 http://bitbucket.org/pypy/pypy/changeset/a88c319e44e5/ Log:fix for appdirect testing diff --git a/pypy/module/zipimport/test/test_zipimport.py b/pypy/module/zipimport/test/test_zipimport.py --- a/

[pypy-commit] lang-smalltalk default: Switched from saving w_superclass to s_superclass

2013-03-10 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r159:3c05ce8c677c Date: 2013-03-10 20:25 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/3c05ce8c677c/ Log:Switched from saving w_superclass to s_superclass Patched W_PointerObject#become and test to ensure that the backlink w_self

[pypy-commit] lang-smalltalk default: Patched MethodDictShadow to assume that for every change in self, there afterwards will be a change in its contents-array, before it will be asked for an entry.

2013-03-10 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r158:eadb01e2add1 Date: 2013-03-10 19:37 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/eadb01e2add1/ Log:Patched MethodDictShadow to assume that for every change in self, there afterwards will be a change in its contents-array, be

[pypy-commit] lang-smalltalk default: Changed mapping of w_objects to shadows:

2013-03-10 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r157:665a6c1c322f Date: 2013-03-10 19:26 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/665a6c1c322f/ Log:Changed mapping of w_objects to shadows: Every w_object has at most one shadow and that shadow can not be removed Re

[pypy-commit] pypy jitframe-on-heap: another stupid conflict

2013-03-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62278:653828eef49d Date: 2013-03-10 20:56 +0200 http://bitbucket.org/pypy/pypy/changeset/653828eef49d/ Log:another stupid conflict diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.py --- a/rpython/ji

[pypy-commit] pypy default: Don't crash the interpreter when compiling an ast with invalid (non increasing) line numbers

2013-03-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r62275:3e8a666e96f0 Date: 2013-03-10 15:51 +0100 http://bitbucket.org/pypy/pypy/changeset/3e8a666e96f0/ Log:Don't crash the interpreter when compiling an ast with invalid (non increasing) line numbers diff --git a/pypy/interpreter/astc

[pypy-commit] pypy default: Improve a bit issue #1412: dotviewer python path

2013-03-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r62274:a37006b7fffa Date: 2013-03-10 12:43 +0100 http://bitbucket.org/pypy/pypy/changeset/a37006b7fffa/ Log:Improve a bit issue #1412: dotviewer python path diff --git a/dotviewer/graphclient.py b/dotviewer/graphclient.py --- a/dotviewer/graphclient.py