[pypy-commit] cffi tmpdir-from-environ: Mention 'CFFI_TMPDIR' in changelog

2014-09-03 Thread malthe
Author: malthe Branch: tmpdir-from-environ Changeset: r1563:77488a5815a5 Date: 2014-09-02 14:59 +0200 http://bitbucket.org/cffi/cffi/changeset/77488a5815a5/ Log:Mention 'CFFI_TMPDIR' in changelog diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst

[pypy-commit] cffi tmpdir-from-environ: The 'Verifier' class already falls back to '_caller_dir_pycache'

2014-09-03 Thread malthe
Author: malthe Branch: tmpdir-from-environ Changeset: r1561:b59844f99880 Date: 2014-09-02 13:59 +0200 http://bitbucket.org/cffi/cffi/changeset/b59844f99880/ Log:The 'Verifier' class already falls back to '_caller_dir_pycache' diff --git a/cffi/api.py b/cffi/api.py ---

[pypy-commit] cffi tmpdir-from-environ: Add support for 'CFFI_TMPDIR' environment variable

2014-09-03 Thread malthe
Author: malthe Branch: tmpdir-from-environ Changeset: r1562:a9fa3e1d222d Date: 2014-09-02 14:07 +0200 http://bitbucket.org/cffi/cffi/changeset/a9fa3e1d222d/ Log:Add support for 'CFFI_TMPDIR' environment variable If set, the value is used as the 'tmpdir' i