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

2019-02-11 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95930:7b314aebd25c Date: 2019-02-09 20:17 +0100 http://bitbucket.org/pypy/pypy/changeset/7b314aebd25c/ Log:merge py3.5 into branch diff too long, truncating to 2000 out of 3827 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore

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

2019-02-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95770:0c7880912bd4 Date: 2019-02-01 15:52 +0200 http://bitbucket.org/pypy/pypy/changeset/0c7880912bd4/ Log:merge py3.5 into branch diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -40,16 +40,16 @@ Armin Rigo Maciej F

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

2019-01-16 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95661:f751ef782eeb Date: 2019-01-17 00:43 +0200 http://bitbucket.org/pypy/pypy/changeset/f751ef782eeb/ Log:merge py3.5 into branch diff --git a/extra_tests/test_bufferedreader.py b/extra_tests/test_bufferedreader.py --- a/extra_tests/

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

2019-01-14 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95633:19dbd394fcf6 Date: 2019-01-15 06:39 +0200 http://bitbucket.org/pypy/pypy/changeset/19dbd394fcf6/ Log:merge py3.5 into branch diff --git a/extra_tests/cffi_tests/cffi0/test_ffi_backend.py b/extra_tests/cffi_tests/cffi0/test_ffi_b

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

2018-12-15 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95501:fa5c55f5bebb Date: 2018-12-15 23:15 +0200 http://bitbucket.org/pypy/pypy/changeset/fa5c55f5bebb/ Log:merge py3.5 into branch diff too long, truncating to 2000 out of 9477 lines diff --git a/extra_tests/cffi_tests/cffi1/test_reco

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

2018-12-09 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95449:42c5ce5c6072 Date: 2018-12-09 11:49 +0200 http://bitbucket.org/pypy/pypy/changeset/42c5ce5c6072/ Log:merge py3.5 into branch diff --git a/extra_tests/cffi_tests/cffi1/test_parse_c_type.py b/extra_tests/cffi_tests/cffi1/test_pars

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

2018-11-27 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95371:c700c69056ba Date: 2018-11-26 22:23 -0800 http://bitbucket.org/pypy/pypy/changeset/c700c69056ba/ Log:merge py3.5 into branch diff --git a/extra_tests/cffi_tests/cffi1/test_parse_c_type.py b/extra_tests/cffi_tests/cffi1/test_pars

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

2018-11-18 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95344:3e70370ebc0e Date: 2018-11-18 21:15 -0800 http://bitbucket.org/pypy/pypy/changeset/3e70370ebc0e/ Log:merge py3.5 into branch diff --git a/pypy/module/cpyext/unicodeobject.py b/pypy/module/cpyext/unicodeobject.py --- a/pypy/modul

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

2018-11-18 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95341:72b0f6fca9f0 Date: 2018-11-18 19:35 -0800 http://bitbucket.org/pypy/pypy/changeset/72b0f6fca9f0/ Log:merge py3.5 into branch diff --git a/extra_tests/__init__.py b/extra_tests/__init__.py new file mode 100644 diff --git a/pypy/mo

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

2018-11-15 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95319:5a159ecdb8a9 Date: 2018-11-15 01:12 -0800 http://bitbucket.org/pypy/pypy/changeset/5a159ecdb8a9/ Log:merge py3.5 into branch diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/ar

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

2018-11-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95304:e41d802a74a7 Date: 2018-11-12 16:23 -0800 http://bitbucket.org/pypy/pypy/changeset/e41d802a74a7/ Log:merge py3.5 into branch diff --git a/pypy/module/_io/test/test_bufferedio.py b/pypy/module/_io/test/test_bufferedio.py --- a/py

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

2018-10-27 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95259:aa2fc2a19658 Date: 2018-10-28 08:50 +0200 http://bitbucket.org/pypy/pypy/changeset/aa2fc2a19658/ Log:merge py3.5 into branch diff --git a/lib_pypy/pyrepl/unix_console.py b/lib_pypy/pyrepl/unix_console.py --- a/lib_pypy/pyrepl/uni

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

2018-10-21 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95229:403463fc684e Date: 2018-10-21 21:39 +0300 http://bitbucket.org/pypy/pypy/changeset/403463fc684e/ Log:merge py3.5 into branch diff --git a/lib-python/3/distutils/sysconfig_pypy.py b/lib-python/3/distutils/sysconfig_pypy.py --- a/

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

2018-10-12 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95210:07afb9936e34 Date: 2018-10-12 15:56 +0300 http://bitbucket.org/pypy/pypy/changeset/07afb9936e34/ Log:merge py3.5 into branch diff --git a/lib_pypy/_cffi_ssl/_stdssl/__init__.py b/lib_pypy/_cffi_ssl/_stdssl/__init__.py --- a/lib_

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

2018-09-23 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95158:5a2d488be5e6 Date: 2018-09-23 16:08 +0300 http://bitbucket.org/pypy/pypy/changeset/5a2d488be5e6/ Log:merge py3.5 into branch diff --git a/lib-python/3/test/test_inspect.py b/lib-python/3/test/test_inspect.py --- a/lib-python/3/t

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

2018-09-16 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95134:9f8dd0062596 Date: 2018-09-16 22:47 +0300 http://bitbucket.org/pypy/pypy/changeset/9f8dd0062596/ Log:merge py3.5 into branch diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ Welcome to PyP

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

2018-09-12 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95113:53b278863286 Date: 2018-09-12 17:16 +0300 http://bitbucket.org/pypy/pypy/changeset/53b278863286/ Log:merge py3.5 into branch diff --git a/pypy/module/cpyext/test0/__init__.py b/pypy/module/cpyext/test0/__init__.py deleted file m

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

2018-09-12 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95110:0e9637ca2d97 Date: 2018-09-12 15:02 +0300 http://bitbucket.org/pypy/pypy/changeset/0e9637ca2d97/ Log:merge py3.5 into branch diff too long, truncating to 2000 out of 23978 lines diff --git a/pypy/module/cpyext/test/test_arraymod

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

2018-09-11 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95098:b806e254dff4 Date: 2018-09-11 22:56 +0300 http://bitbucket.org/pypy/pypy/changeset/b806e254dff4/ Log:merge py3.5 into branch diff --git a/pypy/module/_io/test/test_ztranslation.py b/pypy/module/_io/test/test_ztranslation.py new

[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 unicode-utf8-py3: merge py3.5 into branch

2018-08-31 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95050:e94950decff4 Date: 2018-08-31 09:06 +0200 http://bitbucket.org/pypy/pypy/changeset/e94950decff4/ Log:merge py3.5 into branch diff --git a/lib_pypy/cffi/_cffi_include.h b/lib_pypy/cffi/_cffi_include.h --- a/lib_pypy/cffi/_cffi_inc

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

2018-08-29 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95040:38112d3a526d Date: 2018-08-29 10:14 +0200 http://bitbucket.org/pypy/pypy/changeset/38112d3a526d/ Log:Merge py3.5 into branch diff --git a/pypy/module/cpyext/cdatetime.py b/pypy/module/cpyext/cdatetime.py --- a/pypy/module/cpyext/

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

2018-08-29 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95034:d39037807956 Date: 2018-08-28 06:59 +0200 http://bitbucket.org/pypy/pypy/changeset/d39037807956/ Log:merge py3.5 into branch diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b

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

2018-08-22 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95022:9283282e9030 Date: 2018-08-22 12:23 +0300 http://bitbucket.org/pypy/pypy/changeset/9283282e9030/ Log:merge py3.5 into branch diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/

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

2018-08-21 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95016:32701764f40d Date: 2018-08-21 21:33 +0300 http://bitbucket.org/pypy/pypy/changeset/32701764f40d/ Log:merge py3.5 into branch diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_app.py --- a/pypy/module/imp/t

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

2018-08-16 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95010:abfed62d2e22 Date: 2018-08-17 02:58 +0300 http://bitbucket.org/pypy/pypy/changeset/abfed62d2e22/ Log:merge py3.5 into branch diff --git a/pypy/module/cpyext/test/test_object.py b/pypy/module/cpyext/test/test_object.py --- a/pypy

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

2018-08-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95004:6ef4fd4b0165 Date: 2018-08-13 09:40 -0700 http://bitbucket.org/pypy/pypy/changeset/6ef4fd4b0165/ Log:merge py3.5 into branch diff too long, truncating to 2000 out of 5190 lines diff --git a/lib-python/3/hashlib.py b/lib-python/3

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

2018-07-27 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94901:d50076cea2ec Date: 2018-07-11 09:26 -0500 http://bitbucket.org/pypy/pypy/changeset/d50076cea2ec/ Log:merge py3.5 into branch diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-i

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

2018-07-07 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94827:7cba2470321a Date: 2018-07-07 21:16 -0700 http://bitbucket.org/pypy/pypy/changeset/7cba2470321a/ Log:merge py3.5 into branch diff --git a/lib-python/3/fractions.py b/lib-python/3/fractions.py --- a/lib-python/3/fractions.py +++ b

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

2018-07-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94800:ebb1b24a3065 Date: 2018-07-01 22:43 -0500 http://bitbucket.org/pypy/pypy/changeset/ebb1b24a3065/ Log:merge py3.5 into branch diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode

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

2018-06-30 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94791:ab11d063dfa4 Date: 2018-06-30 19:47 -0700 http://bitbucket.org/pypy/pypy/changeset/ab11d063dfa4/ Log:merge py3.5 into branch diff too long, truncating to 2000 out of 5287 lines diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbo