[pypy-commit] extradoc extradoc: write one more section, and add the skeleton for more to come

2018-09-05 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5898:d8b0a3d64722 Date: 2018-09-06 01:56 +0200 http://bitbucket.org/pypy/extradoc/changeset/d8b0a3d64722/ Log:write one more section, and add the skeleton for more to come diff --git a/blog/draft/2018-09-cpyext/cpyext.rst b/blog/draft/2018-0

[pypy-commit] pypy default: I remember now why we moved away from using CPython's definition of

2018-09-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r95083:b9bbd6c09333 Date: 2018-09-05 21:20 +0200 http://bitbucket.org/pypy/pypy/changeset/b9bbd6c09333/ Log:I remember now why we moved away from using CPython's definition of constants. Now translation (and own tests) pass again under PyPy. dif

[pypy-commit] pypy unicode-utf8-py3: use unicodehelper methods instead of rffi calls

2018-09-05 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95082:7dd0a62dbf67 Date: 2018-09-05 15:09 +0300 http://bitbucket.org/pypy/pypy/changeset/7dd0a62dbf67/ Log:use unicodehelper methods instead of rffi calls diff --git a/pypy/module/cpyext/test1/test_unicodeobject.py b/pypy/module/cpyex

[pypy-commit] pypy py3.5: make csv bytes error more compatible

2018-09-05 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95078:abeffc967e2e Date: 2018-09-02 17:01 +0200 http://bitbucket.org/pypy/pypy/changeset/abeffc967e2e/ Log:make csv bytes error more compatible diff --git a/pypy/module/_csv/interp_reader.py b/pypy/module/_csv/interp_reader.py --- a/pypy/module/

[pypy-commit] pypy unicode-utf8-py3: fixes for failures in array, _pypyjson

2018-09-05 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95079:68f116b03eb4 Date: 2018-09-02 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/68f116b03eb4/ Log:fixes for failures in array, _pypyjson diff --git a/pypy/module/_pypyjson/interp_decoder.py b/pypy/module/_pypyjson/interp_deco

[pypy-commit] pypy unicode-utf8-py3: use utf8 iterator in _csv.reader

2018-09-05 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95081:5fdece607d46 Date: 2018-09-02 17:28 +0200 http://bitbucket.org/pypy/pypy/changeset/5fdece607d46/ Log:use utf8 iterator in _csv.reader diff --git a/pypy/module/_csv/interp_reader.py b/pypy/module/_csv/interp_reader.py --- a/pypy/

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

2018-09-05 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95080:a0b258c2d6e0 Date: 2018-09-02 17:14 +0200 http://bitbucket.org/pypy/pypy/changeset/a0b258c2d6e0/ Log:merge py3.5 into branch diff --git a/pypy/module/_csv/interp_reader.py b/pypy/module/_csv/interp_reader.py --- a/pypy/module/_c

[pypy-commit] pypy default: Define select.PIPE_BUF only when it exists on CPython

2018-09-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r95077:99c1daa566cf Date: 2018-09-05 09:43 +0200 http://bitbucket.org/pypy/pypy/changeset/99c1daa566cf/ Log:Define select.PIPE_BUF only when it exists on CPython diff --git a/pypy/module/select/__init__.py b/pypy/module/select/__init__.py --- a/pypy/mod