[pypy-commit] extradoc extradoc: my talk from today

2019-05-29 Thread fijal
Author: fijal Branch: extradoc Changeset: r5947:e7f187d7eefa Date: 2019-05-29 17:17 +0200 http://bitbucket.org/pypy/extradoc/changeset/e7f187d7eefa/ Log:my talk from today diff --git a/talk/synerise2019/talk.key b/talk/synerise2019/talk.key new file mode 100644 index e69de29bb2d1d6434b8b29ae

[pypy-commit] pypy cffi-libs2: add cffi implementation of crypt

2019-05-29 Thread mattip
Author: Matti Picus Branch: cffi-libs2 Changeset: r96712:4e4d2be6ff04 Date: 2019-05-29 20:55 +0300 http://bitbucket.org/pypy/pypy/changeset/4e4d2be6ff04/ Log:add cffi implementation of crypt diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b/lib-p

[pypy-commit] pypy py3.6: merge default into branch

2019-05-29 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96717:3183fe48a614 Date: 2019-05-30 07:44 +0300 http://bitbucket.org/pypy/pypy/changeset/3183fe48a614/ Log:merge default into branch diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/con

[pypy-commit] pypy default: be more tolerant of possible missing names from working_modules

2019-05-29 Thread mattip
Author: Matti Picus Branch: Changeset: r96716:0d84a7a0a0fe Date: 2019-05-30 07:42 +0300 http://bitbucket.org/pypy/pypy/changeset/0d84a7a0a0fe/ Log:be more tolerant of possible missing names from working_modules diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/co