[pypy-commit] pypy default: Fix for pyarrow calling invalid macros

2019-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r96085:4d4e7569ddd5 Date: 2019-02-19 09:50 +0100 http://bitbucket.org/pypy/pypy/changeset/4d4e7569ddd5/ Log:Fix for pyarrow calling invalid macros diff --git a/pypy/module/cpyext/cdatetime.py b/pypy/module/cpyext/cdatetime.py --- a/pypy/module/cpyext/cd

[pypy-commit] pypy py3.6: fix test - conversion of py_obj to w_obj can fail

2019-02-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96089:0f9a6721ad53 Date: 2019-02-19 11:40 +0200 http://bitbucket.org/pypy/pypy/changeset/0f9a6721ad53/ Log:fix test - conversion of py_obj to w_obj can fail diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/tes

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

2019-02-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96088:1c7aea3d0597 Date: 2019-02-19 11:35 +0200 http://bitbucket.org/pypy/pypy/changeset/1c7aea3d0597/ Log:merge default into py3.6 diff --git a/pypy/module/cpyext/cdatetime.py b/pypy/module/cpyext/cdatetime.py --- a/pypy/module/cpyext/cdatetime.

[pypy-commit] pypy default: add an error message for out-of-range

2019-02-19 Thread mattip
Author: Matti Picus Branch: Changeset: r96087:5802580694f9 Date: 2019-02-19 11:33 +0200 http://bitbucket.org/pypy/pypy/changeset/5802580694f9/ Log:add an error message for out-of-range diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++ b/rpython/rlib/

[pypy-commit] pypy py3.6: fix marginally useful whatsnew for branch

2019-02-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96086:c8a4e88385a8 Date: 2019-02-19 09:57 +0200 http://bitbucket.org/pypy/pypy/changeset/c8a4e88385a8/ Log:fix marginally useful whatsnew for branch diff --git a/pypy/doc/test/test_whatsnew.py b/pypy/doc/test/test_whatsnew.py --- a/pypy/doc/test/

[pypy-commit] pypy default: backport rpython changes

2019-02-19 Thread mattip
Author: Matti Picus Branch: Changeset: r96090:2ea6562691b9 Date: 2019-02-19 11:48 +0200 http://bitbucket.org/pypy/pypy/changeset/2ea6562691b9/ Log:backport rpython changes diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_rsocket_rffi.py +++ b/rp

[pypy-commit] pypy py3.6: minimize diff to default (formatting)

2019-02-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96091:f3df6cd7daaf Date: 2019-02-19 11:50 +0200 http://bitbucket.org/pypy/pypy/changeset/f3df6cd7daaf/ Log:minimize diff to default (formatting) diff --git a/rpython/rlib/rposix_stat.py b/rpython/rlib/rposix_stat.py --- a/rpython/rlib/rposix_stat

[pypy-commit] pypy py3.6: test, fix for infinite encoding due to bad error handler

2019-02-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96093:6090343709fa Date: 2019-02-19 13:47 +0200 http://bitbucket.org/pypy/pypy/changeset/6090343709fa/ Log:test, fix for infinite encoding due to bad error handler diff --git a/pypy/interpreter/test/test_unicodehelper.py b/pypy/interpreter/test/

[pypy-commit] pypy py3.6: fix

2019-02-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96094:2e27a5ddeaed Date: 2019-02-19 14:18 +0200 http://bitbucket.org/pypy/pypy/changeset/2e27a5ddeaed/ Log:fix diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/module/_codecs/interp_codecs.py ++

[pypy-commit] pypy py3.6: fix formatting, merge repititions

2019-02-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96092:43e56c60e223 Date: 2019-02-19 13:18 +0200 http://bitbucket.org/pypy/pypy/changeset/43e56c60e223/ Log:fix formatting, merge repititions diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interprete

[pypy-commit] pypy default: Call internal methods from PyDict_XXXItem() instead of going through dunder

2019-02-19 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r96095:5062f3687585 Date: 2019-02-19 16:04 + http://bitbucket.org/pypy/pypy/changeset/5062f3687585/ Log:Call internal methods from PyDict_XXXItem() instead of going through dunder methods (CPython compatibility) Fixes issue #2954 di

[pypy-commit] pypy default: use a utf8 specific error for OutOfRange

2019-02-19 Thread mattip
Author: Matti Picus Branch: Changeset: r96096:213fc2573b4d Date: 2019-02-19 21:05 +0200 http://bitbucket.org/pypy/pypy/changeset/213fc2573b4d/ Log:use a utf8 specific error for OutOfRange diff --git a/pypy/module/_cffi_backend/ctypeprim.py b/pypy/module/_cffi_backend/ctypeprim.py --- a/pyp

[pypy-commit] pypy default: use rutf8.OutOfRange error

2019-02-19 Thread mattip
Author: Matti Picus Branch: Changeset: r96099:59c374d988c1 Date: 2019-02-19 21:22 +0200 http://bitbucket.org/pypy/pypy/changeset/59c374d988c1/ Log:use rutf8.OutOfRange error diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehel

[pypy-commit] pypy py3.6: use rutf8.OutOfRange error

2019-02-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96098:6890d4e0c302 Date: 2019-02-19 21:21 +0200 http://bitbucket.org/pypy/pypy/changeset/6890d4e0c302/ Log:use rutf8.OutOfRange error diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unico

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

2019-02-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96097:805c1a75f5f0 Date: 2019-02-19 21:06 +0200 http://bitbucket.org/pypy/pypy/changeset/805c1a75f5f0/ Log:merge default into branch diff --git a/pypy/module/_cffi_backend/ctypeprim.py b/pypy/module/_cffi_backend/ctypeprim.py --- a/pypy/module/_

[pypy-commit] pypy py3.6: fix test_int_roundtrip in test_marshalimp.py

2019-02-19 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96102:c6cca0f534ca Date: 2019-02-19 21:36 +0100 http://bitbucket.org/pypy/pypy/changeset/c6cca0f534ca/ Log:fix test_int_roundtrip in test_marshalimp.py marshaling an int that doesn't fit into 32bit will now use the long

[pypy-commit] pypy py3.6: merge default into branch, use unicodehelper.wcharpsize2utf8 which can raise

2019-02-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96105:8c13dfd0c64b Date: 2019-02-20 09:15 +0200 http://bitbucket.org/pypy/pypy/changeset/8c13dfd0c64b/ Log:merge default into branch, use unicodehelper.wcharpsize2utf8 which can raise diff --git a/pypy/interpreter/unicodehelper.py b/pypy

[pypy-commit] pypy py3.6: fix translation and fix failing test

2019-02-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96106:c73741830344 Date: 2019-02-20 09:46 +0200 http://bitbucket.org/pypy/pypy/changeset/c73741830344/ Log:fix translation and fix failing test diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py --- a/pypy/interpreter/

[pypy-commit] pypy default: fix, use unicodehelper.wcharpsize2utf8 more widely

2019-02-19 Thread mattip
Author: Matti Picus Branch: Changeset: r96104:9ece3d54c956 Date: 2019-02-20 09:04 +0200 http://bitbucket.org/pypy/pypy/changeset/9ece3d54c956/ Log:fix, use unicodehelper.wcharpsize2utf8 more widely diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pyp