[pypy-commit] pypy py3.3: Make pycode.dump work for py3 opcodes on py2 (issue 1827)

2014-08-05 Thread kiilerix
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

[pypy-commit] pypy py3.3: Merged in kiilerix/pypy/py3.3 (pull request #257)

2014-08-05 Thread pjenvey
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

[pypy-commit] pypy utf8-unicode2: merge default

2014-08-05 Thread waedt
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

[pypy-commit] pypy utf8-unicode2: Fix raw-unicode-escape codec

2014-08-05 Thread waedt
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 ---

[pypy-commit] lang-smalltalk storage: Merged.

2014-08-05 Thread anton_gulenko
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

[pypy-commit] lang-smalltalk storage: Refactored creation of context objects.

2014-08-05 Thread anton_gulenko
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

[pypy-commit] lang-smalltalk rstrategies: Split shadow.py into 3 storage*.py files.

2014-08-05 Thread anton_gulenko
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

[pypy-commit] pypy utf8-unicode2: Add support for str.join([])

2014-08-05 Thread waedt
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

[pypy-commit] pypy utf8-unicode2: Don't pass r_uint's to Utf8Builder.append

2014-08-05 Thread waedt
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

[pypy-commit] pypy utf8-unicode2: Fixed translation

2014-08-05 Thread waedt
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