[pypy-commit] buildbot default: refactor TMPDIR property creation, add to compress step

2019-12-01 Thread mattip
Author: Matti Picus Branch: Changeset: r1114:a77ac0fc2f3d Date: 2019-12-02 04:55 +0200 http://bitbucket.org/pypy/buildbot/changeset/a77ac0fc2f3d/ Log:refactor TMPDIR property creation, add to compress step diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pyp

[pypy-commit] pypy py3.6: test, add posix.getgrouplist (part of issue 2375)

2019-12-01 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98205:95e1a6902283 Date: 2019-12-01 21:53 +0200 http://bitbucket.org/pypy/pypy/changeset/95e1a6902283/ Log:test, add posix.getgrouplist (part of issue 2375) diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a

[pypy-commit] pypy default: add rposix getgrouplist (part of issue 2375)

2019-12-01 Thread mattip
Author: Matti Picus Branch: Changeset: r98206:a8a24325ea83 Date: 2019-12-01 21:53 +0200 http://bitbucket.org/pypy/pypy/changeset/a8a24325ea83/ Log:add rposix getgrouplist (part of issue 2375) (grafted from 7a5929c7cc5ed9b4c81ea0158bd035193cc08abb) diff --git a/rpython/rlib/rposix.py

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

2019-12-01 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98207:5c84cb16971d Date: 2019-12-01 21:57 +0200 http://bitbucket.org/pypy/pypy/changeset/5c84cb16971d/ Log:merge default into branch diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_app.py --- a/pypy/module/imp/test/test_

[pypy-commit] pypy py3.6: add rposix getgrouplist (part of issue 2375)

2019-12-01 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98204:7a5929c7cc5e Date: 2019-12-01 21:53 +0200 http://bitbucket.org/pypy/pypy/changeset/7a5929c7cc5e/ Log:add rposix getgrouplist (part of issue 2375) diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++

[pypy-commit] pypy default: test, fix for importing with unicode in sys.path (issue 3112)

2019-12-01 Thread mattip
Author: Matti Picus Branch: Changeset: r98203:4454c23fcc36 Date: 2019-12-01 18:41 +0200 http://bitbucket.org/pypy/pypy/changeset/4454c23fcc36/ Log:test, fix for importing with unicode in sys.path (issue 3112) diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pyp