[pypy-commit] pypy default: document merged branch

2019-06-04 Thread mattip
Author: Matti Picus Branch: Changeset: r96746:8ae131ad519d Date: 2019-06-05 08:55 +0300 http://bitbucket.org/pypy/pypy/changeset/8ae131ad519d/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/what

[pypy-commit] pypy Anthony-Sottile/fix-leak-of-file-descriptor-with-_iofile-1559687440863: add regression test for `FileIO` directory fd leak

2019-06-04 Thread asottile
Author: Anthony Sottile Branch: Anthony-Sottile/fix-leak-of-file-descriptor-with-_iofile-1559687440863 Changeset: r96744:d8bc809612bd Date: 2019-06-05 04:35 + http://bitbucket.org/pypy/pypy/changeset/d8bc809612bd/ Log:add regression test for `FileIO` directory fd leak diff --git a/pypy/m

[pypy-commit] pypy Anthony-Sottile/fix-leak-of-file-descriptor-with-_iofile-1559687440863: Fix leak of file descriptor with `_io.FileIO('dir/')`

2019-06-04 Thread asottile
Author: Anthony Sottile Branch: Anthony-Sottile/fix-leak-of-file-descriptor-with-_iofile-1559687440863 Changeset: r96743:bb17c9943258 Date: 2019-06-04 22:35 + http://bitbucket.org/pypy/pypy/changeset/bb17c9943258/ Log:Fix leak of file descriptor with `_io.FileIO('dir/')` diff --git a/pyp

[pypy-commit] pypy py3.6: merge fix-leak-of-file-descriptor-with-_iofile which fixes a resource leak

2019-06-04 Thread mattip
Author: mattip Branch: py3.6 Changeset: r96745:7c2732ad825a Date: 2019-06-05 05:50 + http://bitbucket.org/pypy/pypy/changeset/7c2732ad825a/ Log:merge fix-leak-of-file-descriptor-with-_iofile which fixes a resource leak diff --git a/pypy/module/_io/interp_fileio.py b/pypy/module/_

[pypy-commit] pypy py3.6: test for str

2019-06-04 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96742:36dc395a0a4a Date: 2019-06-05 07:38 +0300 http://bitbucket.org/pypy/pypy/changeset/36dc395a0a4a/ Log:test for str diff --git a/lib_pypy/_crypt/__init__.py b/lib_pypy/_crypt/__init__.py --- a/lib_pypy/_crypt/__init__.py +++ b/lib_pypy/_crypt

[pypy-commit] pypy py3.6: in python3 crypt -> _crypt and there is a lib-python/3/crypt.py

2019-06-04 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96741:416b312eb49d Date: 2019-06-05 07:32 +0300 http://bitbucket.org/pypy/pypy/changeset/416b312eb49d/ Log:in python3 crypt -> _crypt and there is a lib-python/3/crypt.py diff --git a/lib_pypy/crypt/__init__.py b/lib_pypy/_crypt/__init__.py renam

[pypy-commit] pypy default: Merged in optimizeopt-cleanup (pull request #646)

2019-06-04 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r96739:4ab755b28b85 Date: 2019-06-04 19:25 + http://bitbucket.org/pypy/pypy/changeset/4ab755b28b85/ Log:Merged in optimizeopt-cleanup (pull request #646) Optimizeopt cleanup diff too long, truncating to 2000 out of 6785 lines diff --git a/

[pypy-commit] pypy optimizeopt-cleanup: Close branch optimizeopt-cleanup

2019-06-04 Thread rlamy
Author: Ronan Lamy Branch: optimizeopt-cleanup Changeset: r96738:decf9dbdb752 Date: 2019-06-04 19:25 + http://bitbucket.org/pypy/pypy/changeset/decf9dbdb752/ Log:Close branch optimizeopt-cleanup ___ pypy-commit mailing list pypy-commit@python.o

[pypy-commit] pypy optimizeopt-cleanup: revise optimizer docs

2019-06-04 Thread rlamy
Author: Ronan Lamy Branch: optimizeopt-cleanup Changeset: r96737:33dbdadb7378 Date: 2019-06-04 17:50 +0100 http://bitbucket.org/pypy/pypy/changeset/33dbdadb7378/ Log:revise optimizer docs diff --git a/rpython/doc/jit/optimizer.rst b/rpython/doc/jit/optimizer.rst --- a/rpython/doc/jit/optimiz

[pypy-commit] pypy optimizeopt-cleanup: hg merge default

2019-06-04 Thread rlamy
Author: Ronan Lamy Branch: optimizeopt-cleanup Changeset: r96736:7b5e54947ab1 Date: 2019-06-04 12:51 +0100 http://bitbucket.org/pypy/pypy/changeset/7b5e54947ab1/ Log:hg merge default diff too long, truncating to 2000 out of 13694 lines diff --git a/extra_tests/cffi_tests/cffi0/test_parsing.

[pypy-commit] pypy optimizeopt-cleanup: clean up dead code

2019-06-04 Thread rlamy
Author: Ronan Lamy Branch: optimizeopt-cleanup Changeset: r96735:de70eeda44e7 Date: 2019-05-28 18:42 +0100 http://bitbucket.org/pypy/pypy/changeset/de70eeda44e7/ Log:clean up dead code diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/info.py --- a

[pypy-commit] pypy optimizeopt-cleanup: remove broken tests

2019-06-04 Thread rlamy
Author: Ronan Lamy Branch: optimizeopt-cleanup Changeset: r96734:3d5f7507303f Date: 2019-05-28 01:33 +0100 http://bitbucket.org/pypy/pypy/changeset/3d5f7507303f/ Log:remove broken tests diff --git a/rpython/jit/metainterp/test/test_resume.py b/rpython/jit/metainterp/test/test_resume.py ---

[pypy-commit] pypy copystrcontents-in-rewrite: fix test_rewrite

2019-06-04 Thread fijal
Author: fijal Branch: copystrcontents-in-rewrite Changeset: r96733:cb6c60bbc714 Date: 2019-06-04 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/cb6c60bbc714/ Log:fix test_rewrite diff --git a/rpython/jit/backend/llsupport/test/test_rewrite.py b/rpython/jit/backend/llsupport/test/test_r

[pypy-commit] pypy default: win32, python2 doesn't like surrogates, skip this check

2019-06-04 Thread mattip
Author: Matti Picus Branch: Changeset: r96732:5604ceb9aa78 Date: 2019-05-30 16:51 +0300 http://bitbucket.org/pypy/pypy/changeset/5604ceb9aa78/ Log:win32, python2 doesn't like surrogates, skip this check diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --

[pypy-commit] pypy copystrcontents-in-rewrite: an attempt to rewrite copystr/copyunicode content

2019-06-04 Thread fijal
Author: fijal Branch: copystrcontents-in-rewrite Changeset: r96731:825a9d694c31 Date: 2019-06-04 12:48 +0200 http://bitbucket.org/pypy/pypy/changeset/825a9d694c31/ Log:an attempt to rewrite copystr/copyunicode content diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/lls