[pypy-commit] pypy default: Removed tag release-pypy3.6-v7.2.0rc3

2019-12-19 Thread mattip
Author: Matti Picus Branch: Changeset: r98347:f56dfbc9ded2 Date: 2019-12-20 06:05 +0200 http://bitbucket.org/pypy/pypy/changeset/f56dfbc9ded2/ Log:Removed tag release-pypy3.6-v7.2.0rc3 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -64,3 +64,5 @@ c124c11a5921bf12797b08a69675

[pypy-commit] pypy default: Added tag release-pypy2.7-v7.3.0rc3 for changeset c124c11a5921

2019-12-19 Thread mattip
Author: Matti Picus Branch: Changeset: r98346:bc3c916d5dd1 Date: 2019-12-20 06:02 +0200 http://bitbucket.org/pypy/pypy/changeset/bc3c916d5dd1/ Log:Added tag release-pypy2.7-v7.3.0rc3 for changeset c124c11a5921 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -63,3 +63,4 @@ 008

[pypy-commit] pypy dummy-importlib: tweaks

2019-12-19 Thread antocuni
Author: Antonio Cuni Branch: dummy-importlib Changeset: r98333:0deaee5041b4 Date: 2019-12-19 14:12 +0100 http://bitbucket.org/pypy/pypy/changeset/0deaee5041b4/ Log:tweaks diff --git a/pypy/module/_dummy_importlib/interp_import.py b/pypy/module/_dummy_importlib/interp_import.py --- a/pypy/mo

[pypy-commit] pypy dummy-importlib2: WIP: remove this file

2019-12-19 Thread antocuni
Author: Antonio Cuni Branch: dummy-importlib2 Changeset: r98339:fdb244352422 Date: 2019-12-20 01:05 +0100 http://bitbucket.org/pypy/pypy/changeset/fdb244352422/ Log:WIP: remove this file diff --git a/pypy/module/_dummy_importlib/interp_import.py b/pypy/module/_dummy_importlib/interp_import.

[pypy-commit] pypy dummy-importlib2: copy the content of pypy/module/imp/importing.py from default (rev 2e8c4536e416)

2019-12-19 Thread antocuni
Author: Antonio Cuni Branch: dummy-importlib2 Changeset: r98340:e566fbc85941 Date: 2019-12-20 01:07 +0100 http://bitbucket.org/pypy/pypy/changeset/e566fbc85941/ Log:copy the content of pypy/module/imp/importing.py from default (rev 2e8c4536e416) diff --git a/pypy/module/_dummy_import

[pypy-commit] pypy dummy-importlib: close dead branch

2019-12-19 Thread antocuni
Author: Antonio Cuni Branch: dummy-importlib Changeset: r98343:348abe425ff2 Date: 2019-12-20 01:36 +0100 http://bitbucket.org/pypy/pypy/changeset/348abe425ff2/ Log:close dead branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.p

[pypy-commit] pypy dummy-importlib2: tweak the code until it works: remove the references to lonepycfiles and make MODULES_THAT_ALWAYS_SHADOW a global var since it's no longer on the space

2019-12-19 Thread antocuni
Author: Antonio Cuni Branch: dummy-importlib2 Changeset: r98341:37239125314a Date: 2019-12-20 01:19 +0100 http://bitbucket.org/pypy/pypy/changeset/37239125314a/ Log:tweak the code until it works: remove the references to lonepycfiles and make MODULES_THAT_ALWAYS_SHADOW a global var si

[pypy-commit] pypy dummy-importlib: make it possible to use __import__ directly, and use a dummy package to run tests instead of trying to import more expensive ones

2019-12-19 Thread antocuni
Author: Antonio Cuni Branch: dummy-importlib Changeset: r98332:c37f7da0a5ee Date: 2019-12-19 11:23 +0100 http://bitbucket.org/pypy/pypy/changeset/c37f7da0a5ee/ Log:make it possible to use __import__ directly, and use a dummy package to run tests instead of trying to import more expens

[pypy-commit] pypy dummy-importlib: add enough logic to import packages and modules inside packages

2019-12-19 Thread antocuni
Author: Antonio Cuni Branch: dummy-importlib Changeset: r98334:98132b9252a9 Date: 2019-12-19 14:47 +0100 http://bitbucket.org/pypy/pypy/changeset/98132b9252a9/ Log:add enough logic to import packages and modules inside packages diff --git a/pypy/module/_dummy_importlib/interp_import.py b/py

[pypy-commit] pypy dummy-importlib2: start a branch in which to introduce a _dummy_importlib module: currently, all applevel tests use _frozen_importlib for importing, but since it is written at apple

2019-12-19 Thread antocuni
Author: Antonio Cuni Branch: dummy-importlib2 Changeset: r98337:ad9feca07a5b Date: 2019-12-18 17:44 +0100 http://bitbucket.org/pypy/pypy/changeset/ad9feca07a5b/ Log:start a branch in which to introduce a _dummy_importlib module: currently, all applevel tests use _frozen_importlib for

[pypy-commit] pypy dummy-importlib: import submodules with from ... import

2019-12-19 Thread antocuni
Author: Antonio Cuni Branch: dummy-importlib Changeset: r98335:bc01efbafe27 Date: 2019-12-19 15:39 +0100 http://bitbucket.org/pypy/pypy/changeset/bc01efbafe27/ Log:import submodules with from ... import diff --git a/pypy/module/_dummy_importlib/interp_import.py b/pypy/module/_dummy_importli

[pypy-commit] pypy dummy-importlib2: fix comment

2019-12-19 Thread antocuni
Author: Antonio Cuni Branch: dummy-importlib2 Changeset: r98338:5e84006ee933 Date: 2019-12-20 01:03 +0100 http://bitbucket.org/pypy/pypy/changeset/5e84006ee933/ Log:fix comment diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/confi

[pypy-commit] pypy dummy-importlib2: try again with another approach

2019-12-19 Thread antocuni
Author: Antonio Cuni Branch: dummy-importlib2 Changeset: r98336:8535b9830858 Date: 2019-12-20 01:02 +0100 http://bitbucket.org/pypy/pypy/changeset/8535b9830858/ Log:try again with another approach ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy dummy-importlib2: add a nice error message in case something goes wrong. Add tests to check that we are actually using the importlib module which we expect

2019-12-19 Thread antocuni
Author: Antonio Cuni Branch: dummy-importlib2 Changeset: r98342:3c435619e333 Date: 2019-12-20 01:36 +0100 http://bitbucket.org/pypy/pypy/changeset/3c435619e333/ Log:add a nice error message in case something goes wrong. Add tests to check that we are actually using the importlib modul

[pypy-commit] pypy py3.6: pypy/interpreter/pyframe.py: if locals directory is created inside fast2locals, create a module dictionary

2019-12-19 Thread yodada
Author: Lin Cheng Branch: py3.6 Changeset: r98330:5ac2c72ee7ed Date: 2019-12-18 20:46 -0500 http://bitbucket.org/pypy/pypy/changeset/5ac2c72ee7ed/ Log:pypy/interpreter/pyframe.py: if locals directory is created inside fast2locals, create a module dictionary diff --git a/pypy/interpre

[pypy-commit] pypy py3.6: add a test of captured locals in pypyjit/test_pypy_c

2019-12-19 Thread yodada
Author: Lin Cheng Branch: py3.6 Changeset: r98331:574325fb0c26 Date: 2019-12-19 13:34 -0500 http://bitbucket.org/pypy/pypy/changeset/574325fb0c26/ Log:add a test of captured locals in pypyjit/test_pypy_c diff --git a/pypy/module/pypyjit/test_pypy_c/test_capture_locals.py b/pypy/module/pypyj

[pypy-commit] buildbot default: typo

2019-12-19 Thread mattip
Author: Matti Picus Branch: Changeset: r1123:8bbcdf048916 Date: 2019-12-19 18:38 +0200 http://bitbucket.org/pypy/buildbot/changeset/8bbcdf048916/ Log:typo diff --git a/slave/buildbot.tac b/slave/buildbot.tac --- a/slave/buildbot.tac +++ b/slave/buildbot.tac @@ -29,10 +29,10 @@ return '

[pypy-commit] pypy release-pypy3.6-v7.x: merge py3.6 into release

2019-12-19 Thread mattip
Author: Matti Picus Branch: release-pypy3.6-v7.x Changeset: r98329:e7e02dccbd8c Date: 2019-12-19 13:56 +0200 http://bitbucket.org/pypy/pypy/changeset/e7e02dccbd8c/ Log:merge py3.6 into release diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -59,3 +59,5 @@ 5da45ced70e515f94686b

[pypy-commit] pypy default: update release note for recent changes

2019-12-19 Thread mattip
Author: Matti Picus Branch: Changeset: r98326:d1af0bd1b3d3 Date: 2019-12-19 13:55 +0200 http://bitbucket.org/pypy/pypy/changeset/d1af0bd1b3d3/ Log:update release note for recent changes diff --git a/pypy/doc/release-v7.3.0.rst b/pypy/doc/release-v7.3.0.rst --- a/pypy/doc/release-v7.3.0.rst

[pypy-commit] pypy release-pypy2.7-v7.x: merge default into release

2019-12-19 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-v7.x Changeset: r98328:c124c11a5921 Date: 2019-12-19 13:56 +0200 http://bitbucket.org/pypy/pypy/changeset/c124c11a5921/ Log:merge default into release diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -59,3 +59,5 @@ 5da45ced70e515f9468

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

2019-12-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98327:513377efa4e8 Date: 2019-12-19 13:55 +0200 http://bitbucket.org/pypy/pypy/changeset/513377efa4e8/ Log:merge default into py3.6 diff --git a/pypy/doc/release-v7.3.0.rst b/pypy/doc/release-v7.3.0.rst --- a/pypy/doc/release-v7.3.0.rst +++ b/pyp

[pypy-commit] pypy py3.6: venv: also copy/link lib/* files for portable builds

2019-12-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98325:2a8d1e70cf74 Date: 2019-12-19 13:47 +0200 http://bitbucket.org/pypy/pypy/changeset/2a8d1e70cf74/ Log:venv: also copy/link lib/* files for portable builds diff --git a/lib-python/3/venv/__init__.py b/lib-python/3/venv/__init__.py --- a/lib-p