[pypy-commit] cffi create-tmp-homedir: point $HOME to empty tempdir rather than a nonexistent path

2018-08-07 Thread kelledin
Author: Frank Schaefer Branch: create-tmp-homedir Changeset: r3134:916787e62a47 Date: 2018-08-07 15:30 -0500 http://bitbucket.org/cffi/cffi/changeset/916787e62a47/ Log:point $HOME to empty tempdir rather than a nonexistent path diff --git a/testing/cffi1/test_zdist.py b/testing/cffi1/test_zd

[pypy-commit] cffi default: Merged in kelledin/cffi/create-tmp-homedir (pull request #89)

2018-08-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r3135:f888d26538c0 Date: 2018-08-07 21:47 + http://bitbucket.org/cffi/cffi/changeset/f888d26538c0/ Log:Merged in kelledin/cffi/create-tmp-homedir (pull request #89) point $HOME to empty tempdir rather than a nonexistent path diff --git a/te

[pypy-commit] pypy default: Add flag 'no_implicit_octal' to string_to_int()

2018-08-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r94972:746e52c25681 Date: 2018-08-07 23:06 +0200 http://bitbucket.org/pypy/pypy/changeset/746e52c25681/ Log:Add flag 'no_implicit_octal' to string_to_int() diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py --- a/rpython/rlib/rarithm

[pypy-commit] pypy py3.5: hg merge default

2018-08-07 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94973:b9da0b002569 Date: 2018-08-07 23:10 +0200 http://bitbucket.org/pypy/pypy/changeset/b9da0b002569/ Log:hg merge default diff too long, truncating to 2000 out of 2739 lines diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst -

[pypy-commit] pypy py3.5: hg merge heads

2018-08-07 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94974:a828a10bfcfd Date: 2018-08-07 23:10 +0200 http://bitbucket.org/pypy/pypy/changeset/a828a10bfcfd/ Log:hg merge heads diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py --- a/pypy/interpreter/astcom

[pypy-commit] pypy unicode-utf8-py3: decode takes unicode input

2018-08-07 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94969:c27f5e8d2da0 Date: 2018-08-07 09:16 -0700 http://bitbucket.org/pypy/pypy/changeset/c27f5e8d2da0/ Log:decode takes unicode input diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/

[pypy-commit] pypy unicode-utf8-py3: avoid untranslatable unicodehelper.encode_utf8, add TODO note

2018-08-07 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94968:9fa79905a9c9 Date: 2018-08-07 09:16 -0700 http://bitbucket.org/pypy/pypy/changeset/9fa79905a9c9/ Log:avoid untranslatable unicodehelper.encode_utf8, add TODO note diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -4,3 +4,4 @@ *

[pypy-commit] pypy unicode-utf8-py3: avoid elidible fail, should revisit and figure out why

2018-08-07 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94970:fbb06dc84f8e Date: 2018-08-07 09:20 -0700 http://bitbucket.org/pypy/pypy/changeset/fbb06dc84f8e/ Log:avoid elidible fail, should revisit and figure out why diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -5,3 +5,4 @@ * fix _py

[pypy-commit] pypy unicode-utf8-py3: add partial implementation for interp_codecs

2018-08-07 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94971:a3b31b84b094 Date: 2018-08-07 09:48 -0700 http://bitbucket.org/pypy/pypy/changeset/a3b31b84b094/ Log:add partial implementation for interp_codecs diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py

[pypy-commit] pypy unicode-utf8-py3: unicode0_w -> utf8_0_w

2018-08-07 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94965:beaa8a7c7e84 Date: 2018-08-06 21:59 -0700 http://bitbucket.org/pypy/pypy/changeset/beaa8a7c7e84/ Log:unicode0_w -> utf8_0_w diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/b

[pypy-commit] pypy unicode-utf8-py3: seperate runicode and pypy error handlers, simplifies unicode/utf8 return vals

2018-08-07 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94963:06beac29ff13 Date: 2018-08-06 21:57 -0700 http://bitbucket.org/pypy/pypy/changeset/06beac29ff13/ Log:seperate runicode and pypy error handlers, simplifies unicode/utf8 return vals diff --git a/pypy/interpreter/pyparser/er

[pypy-commit] pypy unicode-utf8-py3: revert wrong rpython change

2018-08-07 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94967:739c19660589 Date: 2018-08-07 09:14 -0700 http://bitbucket.org/pypy/pypy/changeset/739c19660589/ Log:revert wrong rpython change diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpython/rlib/runicode.py +++

[pypy-commit] pypy unicode-utf8-py3: remove unicode conversions

2018-08-07 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94964:7b350c74d353 Date: 2018-08-06 21:59 -0700 http://bitbucket.org/pypy/pypy/changeset/7b350c74d353/ Log:remove unicode conversions diff --git a/pypy/interpreter/test/test_argument.py b/pypy/interpreter/test/test_argument.py --- a/p

[pypy-commit] pypy unicode-utf8-py3: unicode -> utf8

2018-08-07 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94966:9099e13cc646 Date: 2018-08-07 00:17 -0700 http://bitbucket.org/pypy/pypy/changeset/9099e13cc646/ Log:unicode -> utf8 diff --git a/pypy/module/_codecs/locale.py b/pypy/module/_codecs/locale.py --- a/pypy/module/_codecs/locale.py +