[pypy-commit] extradoc extradoc: confirm my arrival date

2018-03-04 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5877:bae0c54dd461 Date: 2018-03-05 08:52 +0100 http://bitbucket.org/pypy/extradoc/changeset/bae0c54dd461/ Log:confirm my arrival date diff --git a/sprintinfo/leysin-winter-2018/people.txt b/sprintinfo/leysin-winter-2018/people.txt --- a/sprint

[pypy-commit] pypy default: support non-win32, unbreak the world

2018-03-04 Thread mattip
Author: Matti Picus Branch: Changeset: r93953:3033dc0b120a Date: 2018-03-04 20:13 -0800 http://bitbucket.org/pypy/pypy/changeset/3033dc0b120a/ Log:support non-win32, unbreak the world diff --git a/rpython/rlib/_os_support.py b/rpython/rlib/_os_support.py --- a/rpython/rlib/_os_support.py ++

[pypy-commit] extradoc extradoc: Add revdb improvements to the list of Leysin 2018 sprint tasks.

2018-03-04 Thread mjacob
Author: Manuel Jacob Branch: extradoc Changeset: r5876:70a8d16b4a7d Date: 2018-03-05 00:57 +0100 http://bitbucket.org/pypy/extradoc/changeset/70a8d16b4a7d/ Log:Add revdb improvements to the list of Leysin 2018 sprint tasks. diff --git a/planning/sprint-leysin-2018-notes.rst b/planning/sprin

[pypy-commit] pypy default: test, fix for os.move, os.replace mixing unicode and ascii file names on win32

2018-03-04 Thread mattip
Author: Matti Picus Branch: Changeset: r93952:8b47f49b6df4 Date: 2018-03-04 13:25 -0800 http://bitbucket.org/pypy/pypy/changeset/8b47f49b6df4/ Log:test, fix for os.move, os.replace mixing unicode and ascii file names on win32 diff --git a/pypy/module/posix/test/test_posix2.py b/pyp

[pypy-commit] pypy default: use externals directory for 3rd party packages, setup via get_externals.py

2018-03-04 Thread mattip
Author: Matti Picus Branch: Changeset: r93951:e8813036ddc6 Date: 2018-03-04 12:32 -0800 http://bitbucket.org/pypy/pypy/changeset/e8813036ddc6/ Log:use externals directory for 3rd party packages, setup via get_externals.py diff --git a/pypy/tool/build_cffi_imports.py b/pypy/tool/buil

[pypy-commit] pypy rgil-cffi: Use cffi instead of ctypes for the untranslated versions of rgil functions

2018-03-04 Thread rlamy
Author: Ronan Lamy Branch: rgil-cffi Changeset: r93950:ecf414f04231 Date: 2018-03-04 18:48 + http://bitbucket.org/pypy/pypy/changeset/ecf414f04231/ Log:Use cffi instead of ctypes for the untranslated versions of rgil functions diff --git a/rpython/rlib/rgil.py b/rpython/rlib/rgil