[pypy-commit] pypy py3.6: issue 3140: add $dist_name to include path

2020-01-02 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98441:c092ffe0d27c Date: 2020-01-02 17:50 +0200 http://bitbucket.org/pypy/pypy/changeset/c092ffe0d27c/ Log:issue 3140: add $dist_name to include path diff --git a/lib-python/3/distutils/command/install.py b/lib-python/3/distutils/command/install

[pypy-commit] pypy default: issue 3140: add $dist_name to include path

2020-01-02 Thread mattip
Author: Matti Picus Branch: Changeset: r98440:3836dd4e5c95 Date: 2020-01-02 17:49 +0200 http://bitbucket.org/pypy/pypy/changeset/3836dd4e5c95/ Log:issue 3140: add $dist_name to include path diff --git a/lib-python/2.7/distutils/command/install.py b/lib-python/2.7/distutils/command/install.

[pypy-commit] pypy default: update license copyright year

2020-01-02 Thread mattip
Author: Matti Picus Branch: Changeset: r98439:6008cf4cbfbb Date: 2020-01-02 15:49 +0200 http://bitbucket.org/pypy/pypy/changeset/6008cf4cbfbb/ Log:update license copyright year diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -31,7 +31,7 @@ DEALINGS IN THE SOFTWARE. -P

[pypy-commit] benchmarks chameleon: merge py3 into branch, update own/*.py for python3

2020-01-02 Thread mattip
Author: Matti Picus Branch: chameleon Changeset: r397:9e289c136648 Date: 2020-01-01 12:13 +0200 http://bitbucket.org/pypy/benchmarks/changeset/9e289c136648/ Log:merge py3 into branch, update own/*.py for python3 diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,4

[pypy-commit] benchmarks chameleon: update dulwich to 0.19.13

2020-01-02 Thread mattip
Author: Matti Picus Branch: chameleon Changeset: r396:84dddff17b3e Date: 2020-01-01 11:26 +0200 http://bitbucket.org/pypy/benchmarks/changeset/84dddff17b3e/ Log:update dulwich to 0.19.13 diff too long, truncating to 2000 out of 54147 lines diff --git a/benchmarks.py b/benchmarks.py --- a/be

[pypy-commit] benchmarks py3: krakatau will not support python3 for decompile

2020-01-02 Thread mattip
Author: Matti Picus Branch: py3 Changeset: r395:5d8beda666d5 Date: 2020-01-01 11:22 +0200 http://bitbucket.org/pypy/benchmarks/changeset/5d8beda666d5/ Log:krakatau will not support python3 for decompile diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks.py +++ b/benchmarks.py @@ -1,

[pypy-commit] benchmarks py3: benchmark runner fixes for python3/newer versions

2020-01-02 Thread mattip
Author: Matti Picus Branch: py3 Changeset: r394:c3f1a4a9b2b3 Date: 2020-01-01 07:52 +0200 http://bitbucket.org/pypy/benchmarks/changeset/c3f1a4a9b2b3/ Log:benchmark runner fixes for python3/newer versions diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,4 @@ .*\

[pypy-commit] benchmarks chameleon: update mako to 1.1.0

2020-01-02 Thread mattip
Author: Matti Picus Branch: chameleon Changeset: r393:2de33258aedc Date: 2020-01-01 08:27 +0200 http://bitbucket.org/pypy/benchmarks/changeset/2de33258aedc/ Log:update mako to 1.1.0 diff too long, truncating to 2000 out of 23245 lines diff --git a/lib/mako/CHANGES b/lib/mako/CHANGES --- a/l

[pypy-commit] benchmarks chameleon: remove files

2020-01-02 Thread mattip
Author: Matti Picus Branch: chameleon Changeset: r392:0df6fffec28d Date: 2020-01-01 07:55 +0200 http://bitbucket.org/pypy/benchmarks/changeset/0df6fffec28d/ Log:remove files diff too long, truncating to 2000 out of 2819 lines diff --git a/lib/chameleon/.git/HEAD b/lib/chameleon/.git/HEAD de

[pypy-commit] pypy py3.7: Merged in py3.7-bpo-27541 (pull request #692)

2020-01-02 Thread arigo
Author: Armin Rigo Branch: py3.7 Changeset: r98438:c509e0d987c3 Date: 2020-01-02 10:28 + http://bitbucket.org/pypy/pypy/changeset/c509e0d987c3/ Log:Merged in py3.7-bpo-27541 (pull request #692) Implement bpo-27541: Reprs of subclasses of some classes now contain actual ty

[pypy-commit] pypy py3.7-bpo-27541: Close branch py3.7-bpo-27541

2020-01-02 Thread arigo
Author: Armin Rigo Branch: py3.7-bpo-27541 Changeset: r98437:ba114d9875d7 Date: 2020-01-02 10:28 + http://bitbucket.org/pypy/pypy/changeset/ba114d9875d7/ Log:Close branch py3.7-bpo-27541 ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] benchmarks default: add a TODO with possible benchmark candidates

2020-01-02 Thread mattip
Author: Matti Picus Branch: Changeset: r391:88a67ec6f3c4 Date: 2020-01-02 12:26 +0200 http://bitbucket.org/pypy/benchmarks/changeset/88a67ec6f3c4/ Log:add a TODO with possible benchmark candidates diff --git a/TODO b/TODO new file mode 100644 --- /dev/null +++ b/TODO @@ -0,0 +1,4 @@ +Possib

[pypy-commit] pypy py3.6: Issue 3136: Windows: os.putenv()

2020-01-02 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r98436:1697fc0bff5d Date: 2020-01-02 11:07 +0100 http://bitbucket.org/pypy/pypy/changeset/1697fc0bff5d/ Log:Issue 3136: Windows: os.putenv() diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix

[pypy-commit] cffi default: Issue 436: improve docs and error message

2020-01-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r3317:b9a98b040bd7 Date: 2020-01-02 10:45 +0100 http://bitbucket.org/cffi/cffi/changeset/b9a98b040bd7/ Log:Issue 436: improve docs and error message diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -4