Author: Mads Kiilerich
Branch: py3.3
Changeset: r72701:803c1daaac74
Date: 2014-07-27 17:30 +0200
http://bitbucket.org/pypy/pypy/changeset/803c1daaac74/
Log:Make pycode.dump work for py3 opcodes on py2 (issue 1827)
Python 3 dis.py and opcode.py are "backported" as more or less
Author: Philip Jenvey
Branch: py3.3
Changeset: r72702:8ba1b63dfa1b
Date: 2014-08-05 17:33 -0700
http://bitbucket.org/pypy/pypy/changeset/8ba1b63dfa1b/
Log:Merged in kiilerix/pypy/py3.3 (pull request #257)
py3k: implement PyCode.dump() properly (issue 1827)
diff --git a/pypy/interpre
Author: Tyler Wade
Branch: utf8-unicode2
Changeset: r72699:033dc5f49479
Date: 2014-08-05 11:54 -0500
http://bitbucket.org/pypy/pypy/changeset/033dc5f49479/
Log:merge default
diff too long, truncating to 2000 out of 11128 lines
diff --git a/lib-python/2.7/ctypes/__init__.py
b/lib-python/2.7
Author: Tyler Wade
Branch: utf8-unicode2
Changeset: r72700:a70bb8e0da3c
Date: 2014-08-05 13:24 -0500
http://bitbucket.org/pypy/pypy/changeset/a70bb8e0da3c/
Log:Fix raw-unicode-escape codec
diff --git a/pypy/interpreter/test/test_utf8_codecs.py
b/pypy/interpreter/test/test_utf8_codecs.py
---
Author: Anton Gulenko
Branch: storage
Changeset: r1009:ec60f7d18ecb
Date: 2014-08-03 13:31 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/ec60f7d18ecb/
Log:Merged.
diff too long, truncating to 2000 out of 3376 lines
diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py
--- a/sp
Author: Anton Gulenko
Branch: storage
Changeset: r1010:d007ca0a7137
Date: 2014-08-05 17:54 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/d007ca0a7137/
Log:Refactored creation of context objects. Created build() methods,
clean up default constructor. This ensures that certai
Author: Anton Gulenko
Branch: rstrategies
Changeset: r1008:a42e8c9ffe86
Date: 2014-07-28 15:52 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/a42e8c9ffe86/
Log:Split shadow.py into 3 storage*.py files.
diff too long, truncating to 2000 out of 3376 lines
diff --git a/spyvm/interpre
Author: Tyler Wade
Branch: utf8-unicode2
Changeset: r72696:9661a2f7dd0f
Date: 2014-08-04 14:36 -0500
http://bitbucket.org/pypy/pypy/changeset/9661a2f7dd0f/
Log:Add support for str.join([])
diff --git a/rpython/rtyper/lltypesystem/rstr.py
b/rpython/rtyper/lltypesystem/rstr.py
--- a/rpython/r
Author: Tyler Wade
Branch: utf8-unicode2
Changeset: r72698:965da5f2a8a3
Date: 2014-08-05 03:27 -0500
http://bitbucket.org/pypy/pypy/changeset/965da5f2a8a3/
Log:Don't pass r_uint's to Utf8Builder.append
diff --git a/pypy/interpreter/utf8.py b/pypy/interpreter/utf8.py
--- a/pypy/interpreter/ut
Author: Tyler Wade
Branch: utf8-unicode2
Changeset: r72697:1ae88439bc79
Date: 2014-08-05 02:54 -0500
http://bitbucket.org/pypy/pypy/changeset/1ae88439bc79/
Log:Fixed translation
diff --git a/pypy/interpreter/utf8.py b/pypy/interpreter/utf8.py
--- a/pypy/interpreter/utf8.py
+++ b/pypy/interpr
10 matches
Mail list logo