[pypy-commit] cffi default: Trying to fix ffi.dlopen() for unicode filenames on Windows

2018-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r3096:93e213825746 Date: 2018-02-15 09:21 +0100 http://bitbucket.org/cffi/cffi/changeset/93e213825746/ Log:Trying to fix ffi.dlopen() for unicode filenames on Windows diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cf

[pypy-commit] pypy winapi: merge py3.5 into branch

2018-02-15 Thread mattip
Author: Matti Picus Branch: winapi Changeset: r93822:bc815f3e455d Date: 2018-02-15 14:53 +0200 http://bitbucket.org/pypy/pypy/changeset/bc815f3e455d/ Log:merge py3.5 into branch diff too long, truncating to 2000 out of 5761 lines diff --git a/get_externals.py b/get_externals.py new file mod

[pypy-commit] pypy default: fixes

2018-02-15 Thread fijal
Author: fijal Branch: Changeset: r93823:df78a73afdf9 Date: 2018-02-15 14:00 +0100 http://bitbucket.org/pypy/pypy/changeset/df78a73afdf9/ Log:fixes diff --git a/pypy/doc/gc_info.rst b/pypy/doc/gc_info.rst --- a/pypy/doc/gc_info.rst +++ b/pypy/doc/gc_info.rst @@ -1,11 +1,12 @@ -Garbage collect

[pypy-commit] pypy default: write docs

2018-02-15 Thread fijal
Author: fijal Branch: Changeset: r93824:ed765f557481 Date: 2018-02-15 14:05 +0100 http://bitbucket.org/pypy/pypy/changeset/ed765f557481/ Log:write docs diff --git a/pypy/doc/gc_info.rst b/pypy/doc/gc_info.rst --- a/pypy/doc/gc_info.rst +++ b/pypy/doc/gc_info.rst @@ -5,8 +5,87 @@ Incminimark

[pypy-commit] pypy default: (arigo, fijal) improve the doc

2018-02-15 Thread fijal
Author: fijal Branch: Changeset: r93825:bb02514372a2 Date: 2018-02-15 15:58 +0100 http://bitbucket.org/pypy/pypy/changeset/bb02514372a2/ Log:(arigo, fijal) improve the doc diff --git a/pypy/doc/gc_info.rst b/pypy/doc/gc_info.rst --- a/pypy/doc/gc_info.rst +++ b/pypy/doc/gc_info.rst @@ -15,14

[pypy-commit] pypy py3.5: gah, nonsense. I want an decode, not encode. add assert to catch this at test-time in the future

2018-02-15 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r93826:1e8c1d693fcf Date: 2018-02-15 19:28 +0100 http://bitbucket.org/pypy/pypy/changeset/1e8c1d693fcf/ Log:gah, nonsense. I want an decode, not encode. add assert to catch this at test-time in the future diff --git a/pypy/