[pypy-commit] pypy unicode-utf8: merge default into branch

2018-03-26 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r94143:c564ff0e3d7d Date: 2018-03-27 01:15 +0300 http://bitbucket.org/pypy/pypy/changeset/c564ff0e3d7d/ Log:merge default into branch diff too long, truncating to 2000 out of 2249 lines diff --git a/README.rst b/README.rst --- a/README.rst

[pypy-commit] pypy py3.5: fix test, implement userslot for __call__ needed for python-defined class

2018-03-26 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94142:c9ce25047019 Date: 2018-03-27 01:10 +0300 http://bitbucket.org/pypy/pypy/changeset/c9ce25047019/ Log:fix test, implement userslot for __call__ needed for python-defined class diff --git a/pypy/module/cpyext/test/test_cpyext.py b/py

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

2018-03-26 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94140:96851b8e1c6a Date: 2018-03-26 14:29 +0300 http://bitbucket.org/pypy/pypy/changeset/96851b8e1c6a/ Log:merge default into py3.5 diff too long, truncating to 2000 out of 2028 lines diff --git a/README.rst b/README.rst --- a/README.rst +++ b/R

[pypy-commit] pypy py3.5: fix merge, minimize diff to default

2018-03-26 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94141:fcce464367d8 Date: 2018-03-27 01:05 +0300 http://bitbucket.org/pypy/pypy/changeset/fcce464367d8/ Log:fix merge, minimize diff to default diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py -

[pypy-commit] pypy default: minimize diff from py3

2018-03-26 Thread mattip
Author: Matti Picus Branch: Changeset: r94139:bb10e77aa623 Date: 2018-03-27 01:08 +0300 http://bitbucket.org/pypy/pypy/changeset/bb10e77aa623/ Log:minimize diff from py3 diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py --- a/pypy/module/c

[pypy-commit] pypy fix-sre-problems: remove another green field

2018-03-26 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: fix-sre-problems Changeset: r94137:2e575fee8b75 Date: 2018-03-26 19:20 +0200 http://bitbucket.org/pypy/pypy/changeset/2e575fee8b75/ Log:remove another green field diff --git a/pypy/module/_cffi_backend/ccallback.py b/pypy/module/_cffi_backend/ccal

[pypy-commit] pypy fix-sre-problems: disable support for greenfields

2018-03-26 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: fix-sre-problems Changeset: r94136:fc18cb1d88b2 Date: 2018-03-26 18:18 +0200 http://bitbucket.org/pypy/pypy/changeset/fc18cb1d88b2/ Log:disable support for greenfields diff --git a/rpython/jit/metainterp/test/test_greenfield.py b/rpython/jit/metai

[pypy-commit] pypy fix-sre-problems: fix issue 2777:

2018-03-26 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: fix-sre-problems Changeset: r94135:b3264f1f3592 Date: 2018-03-26 18:01 +0200 http://bitbucket.org/pypy/pypy/changeset/b3264f1f3592/ Log:fix issue 2777: before this commit, the following problem could occur: when the tags of the open

[pypy-commit] pypy fix-sre-problems: the context doesn't need the pattern any more

2018-03-26 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: fix-sre-problems Changeset: r94134:c553f2e29955 Date: 2018-03-26 14:44 +0200 http://bitbucket.org/pypy/pypy/changeset/c553f2e29955/ Log:the context doesn't need the pattern any more diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/int

[pypy-commit] pypy fix-sre-problems: stop using greenfields in sre, instead pass the pattern around

2018-03-26 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: fix-sre-problems Changeset: r94133:c93d31a2fabd Date: 2018-03-26 14:41 +0200 http://bitbucket.org/pypy/pypy/changeset/c93d31a2fabd/ Log:stop using greenfields in sre, instead pass the pattern around diff --git a/pypy/module/_sre/interp_sre.py b/pyp

[pypy-commit] pypy default: workaround for issue 2225

2018-03-26 Thread mattip
Author: Matti Picus Branch: Changeset: r94132:d721da4573ad Date: 2018-03-26 12:45 +0300 http://bitbucket.org/pypy/pypy/changeset/d721da4573ad/ Log:workaround for issue 2225 diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py --- a/pypy/module/_sre/interp_sre.py +++

[pypy-commit] stmgc evaluation: merge c8-efficient-serial-execution-master

2018-03-26 Thread Raemi
Author: Remi Meier Branch: evaluation Changeset: r2158:ce8f8880e0e2 Date: 2018-03-26 09:05 +0200 http://bitbucket.org/pypy/stmgc/changeset/ce8f8880e0e2/ Log:merge c8-efficient-serial-execution-master diff --git a/c8/demo/Makefile b/c8/demo/Makefile --- a/c8/demo/Makefile +++ b/c8/demo/Makefi

[pypy-commit] stmgc evaluation: branch to evaluate configurations

2018-03-26 Thread Raemi
Author: Remi Meier Branch: evaluation Changeset: r2157:3a80cd885fe0 Date: 2018-03-26 08:39 +0200 http://bitbucket.org/pypy/stmgc/changeset/3a80cd885fe0/ Log:branch to evaluate configurations ___ pypy-commit mailing list pypy-commit@python.org https