Matti Picus pushed to branch branch/py3.7 at PyPy / pypy


Commits:
ccb6e498 by Matti Picus at 2020-07-26T11:03:24+03:00
remove duplicate line

--HG--
branch : py3.6

- - - - -
afc9b4f8 by Matti Picus at 2020-07-26T12:26:07+03:00
document merged branch

- - - - -
68838bba by Armin Rigo at 2020-07-27T08:06:19+02:00
missing includes for getsockopt() and send()

- - - - -
2707d03a by Armin Rigo at 2020-07-27T08:06:45+02:00
hg merge default

--HG--
branch : py3.6

- - - - -
58b3bd28 by Armin Rigo at 2020-07-27T08:11:40+02:00
skip one test if fsencoding can't encode the given unicode file name

--HG--
branch : py3.6

- - - - -
5a13d3f8 by Matti Picus at 2020-07-27T18:21:06+03:00
add scandir(fd) for posix

--HG--
branch : py3.7

- - - - -
8e69a655 by Matti Picus at 2020-07-27T18:23:01+03:00
typo

- - - - -
2cf75e36 by Armin Rigo at 2020-07-27T17:35:16+02:00
update to cffi/222126b71a49 (v1.14.1)

- - - - -
baeee335 by Armin Rigo at 2020-07-27T17:36:07+02:00
hg merge default

--HG--
branch : py3.6

- - - - -
a5af3b57 by Matti Picus at 2020-07-27T22:44:38+03:00
move lib_pypy/tools -> lib_pypy/pypy_tools: otherwise"tools" 
appears on the sys.path

- - - - -
d0d8e37e by Matti Picus at 2020-07-27T22:45:15+03:00
merge default into py3.6

--HG--
branch : py3.6

- - - - -
d62ad877 by Matti Picus at 2020-07-27T22:45:41+03:00
merge py3.6 into branch

--HG--
branch : py3.7

- - - - -


25 changed files:

- extra_tests/cffi_tests/cffi0/test_ffi_backend.py
- extra_tests/cffi_tests/cffi0/test_function.py
- extra_tests/cffi_tests/cffi0/test_ownlib.py
- extra_tests/cffi_tests/cffi0/test_parsing.py
- extra_tests/cffi_tests/embedding/test_basic.py
- lib-python/3/os.py
- lib_pypy/cffi.egg-info/PKG-INFO
- lib_pypy/cffi/__init__.py
- lib_pypy/cffi/_embedding.h
- lib_pypy/cffi/cparser.py
- lib_pypy/cffi/recompiler.py
- lib_pypy/tools/__init__.py → lib_pypy/pypy_tools/__init__.py
- lib_pypy/tools/build_cffi_imports.py → 
lib_pypy/pypy_tools/build_cffi_imports.py
- pypy/doc/build.rst
- pypy/doc/release-v7.3.1.rst
- pypy/doc/whatsnew-head.rst
- pypy/doc/windows.rst
- pypy/goal/targetpypystandalone.py
- pypy/module/_cffi_backend/__init__.py
- pypy/module/_cffi_backend/test/_backend_test_c.py
- pypy/module/posix/interp_scandir.py
- pypy/module/posix/test/test_posix2.py
- pypy/module/posix/test/test_scandir.py
- pypy/tool/release/package.py
- rpython/translator/c/src/signals.c


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/48ad1846e4157360fcabf86a8f2b42e1827c2ecc...d62ad8773af9f0e9428ace6a623b4a2f741b6a10

-- 
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/48ad1846e4157360fcabf86a8f2b42e1827c2ecc...d62ad8773af9f0e9428ace6a623b4a2f741b6a10
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to