[pypy-commit] buildbot cleanup-hg-bookmarks: Tentative Windows version 2

2017-09-13 Thread mattip
Author: Matti Picus Branch: cleanup-hg-bookmarks Changeset: r1025:ad784c41e04a Date: 2017-09-13 19:48 +0300 http://bitbucket.org/pypy/buildbot/changeset/ad784c41e04a/ Log:Tentative Windows version 2 diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbo

[pypy-commit] pypy default: Tweak inspector.get_rpy_roots()

2017-09-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r92378:f3070ec0eeb3 Date: 2017-09-13 22:36 +0200 http://bitbucket.org/pypy/pypy/changeset/f3070ec0eeb3/ Log:Tweak inspector.get_rpy_roots() diff --git a/rpython/memory/gc/base.py b/rpython/memory/gc/base.py --- a/rpython/memory/gc/base.py +++ b/rpython/

[pypy-commit] pypy default: merge heads

2017-09-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r92379:d8cf1127fabb Date: 2017-09-13 22:41 +0200 http://bitbucket.org/pypy/pypy/changeset/d8cf1127fabb/ Log:merge heads diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@ -209,17 +209,85 @@

[pypy-commit] pypy default: Found out that gc.get_objects() returns some, but not all,

2017-09-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r92380:90a0d3659179 Date: 2017-09-14 00:32 +0200 http://bitbucket.org/pypy/pypy/changeset/90a0d3659179/ Log:Found out that gc.get_objects() returns some, but not all, objects with finalizers, in some strange way. More precisely, it completely

[pypy-commit] pypy default: Temporarily backout 90a0d3659179 and f3070ec0eeb3, which cause failures

2017-09-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r92381:626793f5423f Date: 2017-09-14 01:45 +0200 http://bitbucket.org/pypy/pypy/changeset/626793f5423f/ Log:Temporarily backout 90a0d3659179 and f3070ec0eeb3, which cause failures diff --git a/rpython/memory/gc/base.py b/rpython/memory/gc/base.p

[pypy-commit] pypy win32-fixes6: import earlier

2017-09-13 Thread mattip
Author: Matti Picus Branch: win32-fixes6 Changeset: r92384:08a9e3f5 Date: 2017-09-14 06:30 +0300 http://bitbucket.org/pypy/pypy/changeset/08a9e3f5/ Log:import earlier diff --git a/lib_pypy/pyrepl/historical_reader.py b/lib_pypy/pyrepl/historical_reader.py --- a/lib_pypy/pyrepl/histo

[pypy-commit] pypy win32-fixes6: more win32 fixes

2017-09-13 Thread mattip
Author: Matti Picus Branch: win32-fixes6 Changeset: r92383:b48803972c04 Date: 2017-09-14 07:40 +0300 http://bitbucket.org/pypy/pypy/changeset/b48803972c04/ Log:more win32 fixes ___ pypy-commit mailing list pypy-commit@python.org https://mail.python

[pypy-commit] pypy default: tweak windows builds and docs

2017-09-13 Thread mattip
Author: Matti Picus Branch: Changeset: r92382:17c82fc38ec9 Date: 2017-09-13 19:53 +0300 http://bitbucket.org/pypy/pypy/changeset/17c82fc38ec9/ Log:tweak windows builds and docs diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@

[pypy-commit] pypy win32-fixes6: ensure disabled vmprof can skip tests

2017-09-13 Thread mattip
Author: Matti Picus Branch: win32-fixes6 Changeset: r92385:049fa1d8e804 Date: 2017-09-14 06:46 +0300 http://bitbucket.org/pypy/pypy/changeset/049fa1d8e804/ Log:ensure disabled vmprof can skip tests diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py ---