[pypy-commit] pypy cpyext-gc-cycle: Fixed performance issues in incmark

2019-10-24 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r97853:4dc7f472f3df Date: 2019-10-24 21:22 +0200 http://bitbucket.org/pypy/pypy/changeset/4dc7f472f3df/ Log:Fixed performance issues in incmark Added debugging code diff --git a/rpython/memory/gc/rrc/base.py

[pypy-commit] pypy cpyext-gc-cycle: Improved stats

2019-10-24 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r97852:4f393184be0e Date: 2019-10-23 19:53 +0200 http://bitbucket.org/pypy/pypy/changeset/4f393184be0e/ Log:Improved stats diff --git a/pypy/module/cpyext/state.py b/pypy/module/cpyext/state.py --- a/pypy/module/cpyext/state.py +++

[pypy-commit] pypy default: update whatsnew-head.rst for new branches

2019-10-24 Thread mattip
Author: Matti Picus Branch: Changeset: r97851:01ba868b37c1 Date: 2019-10-24 17:26 +0300 http://bitbucket.org/pypy/pypy/changeset/01ba868b37c1/ Log:update whatsnew-head.rst for new branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: merge https-readme into default

2019-10-24 Thread mattip
Author: Matti Picus Branch: Changeset: r97850:c32894ffed89 Date: 2019-10-24 17:19 +0300 http://bitbucket.org/pypy/pypy/changeset/c32894ffed89/ Log:merge https-readme into default ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: merge license-update into default

2019-10-24 Thread mattip
Author: Matti Picus Branch: Changeset: r97849:9ecf0c6f29e5 Date: 2019-10-24 17:18 +0300 http://bitbucket.org/pypy/pypy/changeset/9ecf0c6f29e5/ Log:merge license-update into default ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy https-readme: closing

2019-10-24 Thread JulianB
Author: Julian Berman Branch: https-readme Changeset: r97848:09f11925c361 Date: 2019-10-24 08:36 -0400 http://bitbucket.org/pypy/pypy/changeset/09f11925c361/ Log:closing ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy license-update: closing

2019-10-24 Thread JulianB
Author: Julian Berman Branch: license-update Changeset: r97847:068a29d3a9cd Date: 2019-10-24 08:35 -0400 http://bitbucket.org/pypy/pypy/changeset/068a29d3a9cd/ Log:closing ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: Merge some license gap fixes.

2019-10-24 Thread JulianB
Author: Julian Berman Branch: Changeset: r97846:f8f6fe914790 Date: 2019-10-24 08:33 -0400 http://bitbucket.org/pypy/pypy/changeset/f8f6fe914790/ Log:Merge some license gap fixes. diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -3,10 +3,11 @@ License === -Except when

[pypy-commit] pypy default: Update some links to HTTPS.

2019-10-24 Thread JulianB
Author: Julian Berman Branch: Changeset: r97845:6c7852e9615a Date: 2019-10-24 08:32 -0400 http://bitbucket.org/pypy/pypy/changeset/6c7852e9615a/ Log:Update some links to HTTPS. diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -9,15 +9,15 @@ The home page for the

[pypy-commit] pypy record-known-result: Test and fix annotation for record_exact_value()

2019-10-24 Thread arigo
Author: Armin Rigo Branch: record-known-result Changeset: r97844:7e2f7fad5601 Date: 2019-10-24 13:53 +0200 http://bitbucket.org/pypy/pypy/changeset/7e2f7fad5601/ Log:Test and fix annotation for record_exact_value() diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py ---

[pypy-commit] pypy record-known-result: document branch

2019-10-24 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: record-known-result Changeset: r97843:ed83b0a69574 Date: 2019-10-24 08:26 +0200 http://bitbucket.org/pypy/pypy/changeset/ed83b0a69574/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy record-known-result: this one turned out to be necessary

2019-10-24 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: record-known-result Changeset: r97842:83b888a641b6 Date: 2019-10-24 08:22 +0200 http://bitbucket.org/pypy/pypy/changeset/83b888a641b6/ Log:this one turned out to be necessary diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py

[pypy-commit] pypy record-known-result: missing canrun=True

2019-10-24 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: record-known-result Changeset: r97841:010c6d000930 Date: 2019-10-18 13:52 +0200 http://bitbucket.org/pypy/pypy/changeset/010c6d000930/ Log:missing canrun=True diff --git a/rpython/rtyper/lltypesystem/lloperation.py