[pypy-commit] pypy default: Check for the existence of CODESET, not that it's a truthy value. CODESET is set from langinfo.h -- the value on Linux is 14, but the value on BSD is 0, so this should have

2016-02-14 Thread HawkOwl
Author: Amber Brown Branch: Changeset: r82241:261c7622b920 Date: 2016-02-15 00:20 +0800 http://bitbucket.org/pypy/pypy/changeset/261c7622b920/ Log:Check for the existence of CODESET, not that it's a truthy value. CODESET is set from langinfo.h -- the value on Linux is 14, but the

[pypy-commit] pypy default: Make the default filesystem encoding ASCII

2016-02-10 Thread HawkOwl
Author: Amber Brown Branch: Changeset: r82138:3bd88741ae4e Date: 2016-02-10 12:29 +0800 http://bitbucket.org/pypy/pypy/changeset/3bd88741ae4e/ Log:Make the default filesystem encoding ASCII diff --git a/pypy/module/sys/interp_encoding.py b/pypy/module/sys/interp_encoding.py --- a/pypy/modu