[pypy-commit] pypy refactor-str-types: hg merge default

2013-08-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r66312:49e961a18a14 Date: 2013-08-25 14:07 +0100 http://bitbucket.org/pypy/pypy/changeset/49e961a18a14/ Log:hg merge default diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rs

[pypy-commit] pypy refactor-str-types: fix translation? wrap remaining W_StringBufferObject usages w/ withstrbuf

2013-08-25 Thread pjenvey
Author: Philip Jenvey Branch: refactor-str-types Changeset: r66313:9a79f1f76a91 Date: 2013-08-25 13:26 -0700 http://bitbucket.org/pypy/pypy/changeset/9a79f1f76a91/ Log:fix translation? wrap remaining W_StringBufferObject usages w/ withstrbuf checks diff --git a/pypy/objspace/std/byte