[pypy-commit] pypy py3.6: Merge default

2019-02-04 Thread ambv
Author: Łukasz Langa Branch: py3.6 Changeset: r95797:2c9cbd1a5331 Date: 2019-02-04 17:02 +0100 http://bitbucket.org/pypy/pypy/changeset/2c9cbd1a5331/ Log:Merge default diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py --- a/pypy/module/_sre/interp_sre.py +++ b/pypy

[pypy-commit] pypy default: (cfbolz, ambv) [sre] Make the error message consistent with CPython

2019-02-04 Thread ambv
Author: Łukasz Langa Branch: Changeset: r95796:5961de08b177 Date: 2019-02-04 17:01 +0100 http://bitbucket.org/pypy/pypy/changeset/5961de08b177/ Log:(cfbolz,ambv) [sre] Make the error message consistent with CPython diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py

[pypy-commit] pypy arm64: (fijal, arigo)

2019-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r95795:35539313ed06 Date: 2019-02-04 15:57 + http://bitbucket.org/pypy/pypy/changeset/35539313ed06/ Log:(fijal, arigo) slow progress diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler

[pypy-commit] pypy py3.6: (cfbolz, ambv) [pickle, object] __getnewargs_ex__() is now used in protocols 2 and 3

2019-02-04 Thread ambv
Author: Łukasz Langa Branch: py3.6 Changeset: r95794:bae9ac47e0a5 Date: 2019-02-04 16:37 +0100 http://bitbucket.org/pypy/pypy/changeset/bae9ac47e0a5/ Log:(cfbolz,ambv) [pickle,object] __getnewargs_ex__() is now used in protocols 2 and 3 This is a change in Python 3.6. diff -

[pypy-commit] pypy arm64: (fijal, arigo)

2019-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r95793:35474a89bf8d Date: 2019-02-04 14:57 + http://bitbucket.org/pypy/pypy/changeset/35474a89bf8d/ Log:(fijal, arigo) Use hypothesis diff --git a/rpython/jit/backend/aarch64/test/test_instr_builder.py b/rpython/jit/backend/aa

[pypy-commit] pypy math-improvements: Change interface to ovf2long, found one buggy invocation, wrote test for it.

2019-02-04 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: math-improvements Changeset: r95792:116eb65b5ec6 Date: 2019-02-04 15:38 +0100 http://bitbucket.org/pypy/pypy/changeset/116eb65b5ec6/ Log:Change interface to ovf2long, found one buggy invocation, wrote test for it. diff --git a/pypy/objspace/std/int

[pypy-commit] pypy math-improvements: Add more passing tests.

2019-02-04 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: math-improvements Changeset: r95791:5657b4134c73 Date: 2019-02-04 15:38 +0100 http://bitbucket.org/pypy/pypy/changeset/5657b4134c73/ Log:Add more passing tests. diff --git a/rpython/rlib/test/test_rbigint.py b/rpython/rlib/test/test_rbigint.py --- a/rpyth

[pypy-commit] pypy math-improvements: Clean whitespace.

2019-02-04 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: math-improvements Changeset: r95790:00a7b3f13930 Date: 2019-02-04 15:37 +0100 http://bitbucket.org/pypy/pypy/changeset/00a7b3f13930/ Log:Clean whitespace. diff --git a/rpython/rtyper/lltypesystem/ll2ctypes.py b/rpython/rtyper/lltypesystem/ll2ctypes.py ---

[pypy-commit] pypy math-improvements: Clean whitespace and one comment.

2019-02-04 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: math-improvements Changeset: r95788:fcbdc6c463bf Date: 2019-02-04 15:36 +0100 http://bitbucket.org/pypy/pypy/changeset/fcbdc6c463bf/ Log:Clean whitespace and one comment. diff --git a/pypy/objspace/std/longobject.py b/pypy/objspace/std/longobject.py --- a/

[pypy-commit] pypy math-improvements: Clean whitespace.

2019-02-04 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: math-improvements Changeset: r95789:cef706f5a301 Date: 2019-02-04 15:36 +0100 http://bitbucket.org/pypy/pypy/changeset/cef706f5a301/ Log:Clean whitespace. diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py --- a/rpython/rlib/rbigint.py +++ b/rp

[pypy-commit] pypy py3.6: (cfbolz, ambv) Skip CPython-only tests in zlib

2019-02-04 Thread ambv
Author: Łukasz Langa Branch: py3.6 Changeset: r95787:81bdf2c6ef55 Date: 2019-02-04 15:21 +0100 http://bitbucket.org/pypy/pypy/changeset/81bdf2c6ef55/ Log:(cfbolz,ambv) Skip CPython-only tests in zlib See: https://github.com/python/cpython/pull/11754 diff --git a/lib-python/3/test/te

[pypy-commit] pypy py3.6: Merge default

2019-02-04 Thread ambv
Author: Łukasz Langa Branch: py3.6 Changeset: r95786:241160c766fd Date: 2019-02-04 14:33 +0100 http://bitbucket.org/pypy/pypy/changeset/241160c766fd/ Log:Merge default diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/module/zlib/interp_zlib.py --- a/pypy/module/zlib/interp_zlib.py +++ b/p

[pypy-commit] pypy default: (cfbolz, ambv) Rename zlib.compress argument for consistency

2019-02-04 Thread ambv
Author: Łukasz Langa Branch: Changeset: r95785:a03772d3a33a Date: 2019-02-04 14:30 +0100 http://bitbucket.org/pypy/pypy/changeset/a03772d3a33a/ Log:(cfbolz,ambv) Rename zlib.compress argument for consistency compressobj.compress() uses the name `data` for the first argument

[pypy-commit] pypy arm64: (arigo, fijal) Start building the scaffolding - passes STP encoding test

2019-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r95784:b24d4ad8a3c6 Date: 2019-02-04 13:49 + http://bitbucket.org/pypy/pypy/changeset/b24d4ad8a3c6/ Log:(arigo, fijal) Start building the scaffolding - passes STP encoding test diff --git a/rpython/jit/backend/aarch64/__init__.p

[pypy-commit] pypy math-improvements: Merge default into math-improvements.

2019-02-04 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: math-improvements Changeset: r95783:b17fec9f72db Date: 2019-02-04 11:13 +0100 http://bitbucket.org/pypy/pypy/changeset/b17fec9f72db/ Log:Merge default into math-improvements. diff too long, truncating to 2000 out of 13722 lines diff --git a/LICENSE b/LICE

[pypy-commit] extradoc extradoc: people.txt edited online with Bitbucket

2019-02-04 Thread JonnyBoy
Author: John Witulski Branch: extradoc Changeset: r5943:ae84ef77dc4c Date: 2019-02-04 09:53 + http://bitbucket.org/pypy/extradoc/changeset/ae84ef77dc4c/ Log:people.txt edited online with Bitbucket diff --git a/sprintinfo/ddorf2019/people.txt b/sprintinfo/ddorf2019/people.txt --- a/sprint