[pypy-commit] pypy gc-hooks: rename the 'count' argument of on_gc_collect to match the name used in the source code

2018-04-10 Thread antocuni
Author: Antonio Cuni Branch: gc-hooks Changeset: r94301:09cb3ab59fa7 Date: 2018-04-10 00:25 +0200 http://bitbucket.org/pypy/pypy/changeset/09cb3ab59fa7/ Log:rename the 'count' argument of on_gc_collect to match the name used in the source code diff --git

[pypy-commit] pypy gc-hooks: fix the app-level hooks to use the new 'duration' param

2018-04-10 Thread antocuni
Author: Antonio Cuni Branch: gc-hooks Changeset: r94300:b41028f24d1e Date: 2018-04-10 00:18 +0200 http://bitbucket.org/pypy/pypy/changeset/b41028f24d1e/ Log:fix the app-level hooks to use the new 'duration' param diff --git a/pypy/module/gc/hook.py

[pypy-commit] pypy gc-hooks: WIP: compute the duration of gc-minor and gc-collect-step, and pass it to the GC hooks; for now we simply pass the difference between two read_timestamp(), but ideally we

2018-04-10 Thread antocuni
Author: Antonio Cuni Branch: gc-hooks Changeset: r94299:98f9de10e075 Date: 2018-04-10 00:10 +0200 http://bitbucket.org/pypy/pypy/changeset/98f9de10e075/ Log:WIP: compute the duration of gc-minor and gc-collect-step, and pass it to the GC hooks; for now we simply

[pypy-commit] pypy gc-hooks: add a count stat which counts how many events have been fired since the last time the hook was called; also, make duration cumulative, so that we can know the total time s

2018-04-10 Thread antocuni
Author: Antonio Cuni Branch: gc-hooks Changeset: r94302:ada614ebe930 Date: 2018-04-10 10:43 +0200 http://bitbucket.org/pypy/pypy/changeset/ada614ebe930/ Log:add a count stat which counts how many events have been fired since the last time the hook was called;

[pypy-commit] pypy default: merge pyparser-improvements-2

2018-04-10 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r94294:e66f24650daf Date: 2018-04-10 09:41 +0200 http://bitbucket.org/pypy/pypy/changeset/e66f24650daf/ Log:merge pyparser-improvements-2 - fixes .offset values of SyntaxError, which is 1-based (but the

[pypy-commit] pypy py3.5: fix doctests

2018-04-10 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94296:d9e2802b64a3 Date: 2018-04-10 10:39 +0200 http://bitbucket.org/pypy/pypy/changeset/d9e2802b64a3/ Log:fix doctests diff --git a/lib-python/3/test/test_syntax.py b/lib-python/3/test/test_syntax.py ---

[pypy-commit] extradoc extradoc: draft post

2018-04-10 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: extradoc Changeset: r5887:8a5918b257db Date: 2018-04-10 10:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/8a5918b257db/ Log:draft post diff --git a/blog/draft/2018-04-better-syntaxerrors.rst

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

2018-04-10 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94295:3d2434de5907 Date: 2018-04-10 10:36 +0200 http://bitbucket.org/pypy/pypy/changeset/3d2434de5907/ Log:merge default diff --git a/lib-python/2.7/test/test_eof.py b/lib-python/2.7/test/test_eof.py ---

[pypy-commit] extradoc extradoc: editing

2018-04-10 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r5888:fc88795012eb Date: 2018-04-10 11:59 +0300 http://bitbucket.org/pypy/extradoc/changeset/fc88795012eb/ Log:editing diff --git a/blog/draft/2018-04-better-syntaxerrors.rst b/blog/draft/2018-04-better-syntaxerrors.rst

[pypy-commit] pypy default: ignore incompatible exception message in CPython doctest

2018-04-10 Thread mattip
Author: Matti Picus Branch: Changeset: r94286:4b8b957e45a4 Date: 2018-04-10 10:07 +0300 http://bitbucket.org/pypy/pypy/changeset/4b8b957e45a4/ Log:ignore incompatible exception message in CPython doctest diff --git a/lib-python/2.7/test/test_generators.py

[pypy-commit] pypy py3.5: typo

2018-04-10 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94305:695dfb0f493b Date: 2018-04-11 05:55 +0300 http://bitbucket.org/pypy/pypy/changeset/695dfb0f493b/ Log:typo diff --git a/lib-python/3/test/test_genexps.py b/lib-python/3/test/test_genexps.py ---

[pypy-commit] pypy py3.5: fix for linux32

2018-04-10 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94304:242e7ff776ce Date: 2018-04-11 05:52 +0300 http://bitbucket.org/pypy/pypy/changeset/242e7ff776ce/ Log:fix for linux32 diff --git a/pypy/module/_rawffi/alt/test/test_struct.py

[pypy-commit] pypy default: fix for linux32 (how did it ever pass???)

2018-04-10 Thread mattip
Author: Matti Picus Branch: Changeset: r94303:db187a245708 Date: 2018-04-11 05:45 +0300 http://bitbucket.org/pypy/pypy/changeset/db187a245708/ Log:fix for linux32 (how did it ever pass???) diff --git a/pypy/module/_rawffi/alt/test/test_struct.py

[pypy-commit] pypy default: update release notice, prioritize and update cpython differences

2018-04-10 Thread mattip
Author: Matti Picus Branch: Changeset: r94306:60c5692d6d40 Date: 2018-04-11 06:17 +0300 http://bitbucket.org/pypy/pypy/changeset/60c5692d6d40/ Log:update release notice, prioritize and update cpython differences diff --git a/pypy/doc/cpython_differences.rst

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

2018-04-10 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94307:e6d85e030f12 Date: 2018-04-11 06:18 +0300 http://bitbucket.org/pypy/pypy/changeset/e6d85e030f12/ Log:merge default into branch diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst ---