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
+++
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
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 +
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
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
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
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
+
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.
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
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/
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
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
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
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
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
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
16 matches
Mail list logo