[pypy-commit] [Git][pypy/pypy][branch/py3.8] 19 commits: bpo-43399: Add failing test case

Carl Friedrich Bolz-Tereick foss at heptapod.net
Thu Mar 11 05:52:52 EST 2021



Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy


Commits:
4bbc9dd6 by alexprengere at 2021-03-05T18:41:55+01:00
bpo-43399: Add failing test case

--HG--
branch : fix-issue-3181

- - - - -
06d45463 by alexprengere at 2021-03-05T18:42:24+01:00
bpo-43399: Fix ElementTree.extend not working on iterators

--HG--
branch : fix-issue-3181

- - - - -
11e8cbe0 by Matti Picus at 2021-03-06T18:45:31+00:00
Merge branch 'branch/fix-issue-3181' into 'branch/py3.7'

Branch/fix issue 3181 (bpo43399)

See merge request pypy/pypy!807

--HG--
branch : py3.7

- - - - -
578f789a by Matti Picus at 2021-03-06T23:02:46+02:00
document merged branch

--HG--
branch : py3.7

- - - - -
31b5ed00 by Matti Picus at 2021-03-06T23:16:41+02:00
Merge with default

--HG--
branch : py3.7

- - - - -
0e6bc6bd by Matti Picus at 2021-03-07T06:57:34+02:00
fix merge in cppyy

--HG--
branch : py3.7

- - - - -
22133b94 by Matti Picus at 2021-03-07T09:29:24+02:00
merge default into branch

--HG--
branch : py3.7

- - - - -
3ec1b1c5 by Matti Picus at 2021-03-08T17:58:07+02:00
bpo-33053: -m now adds *starting* directory to sys.path, small cleanups

--HG--
branch : py3.7

- - - - -
c8de5a03 by Matti Picus at 2021-03-08T21:30:42+02:00
fix error message when filename does not exist when calling "pypy filename"

--HG--
branch : py3.7

- - - - -
e29ff438 by Matti Picus at 2021-03-08T23:09:10+02:00
warnings: get filename from the code object, fix test for py3.8 version

--HG--
branch : py3.7

- - - - -
8ba40d7b by Matti Picus at 2021-03-09T00:58:16+02:00
issue 3413: converting utf-8 to 1-byte buffers must consider latin-1 encoding

--HG--
branch : py3.7

- - - - -
06442a1b by Carl Friedrich Bolz-Tereick at 2021-03-09T13:33:33+01:00
fix test

--HG--
branch : py3.7

- - - - -
3e9c4864 by Carl Friedrich Bolz-Tereick at 2021-03-09T13:55:24+01:00
more fixes

--HG--
branch : py3.7

- - - - -
dfbb98f1 by Carl Friedrich Bolz-Tereick at 2021-03-09T13:59:21+01:00
another fix

--HG--
branch : py3.7

- - - - -
a4378a58 by Matti Picus at 2021-03-09T18:10:26+02:00
back out filename changes in 5cab38ca5bce, something is off with frames and stacklevel

--HG--
branch : py3.7

- - - - -
ec71570f by Matti Picus at 2021-03-09T19:12:31+02:00
simplify error message to match CPython

--HG--
branch : py3.7

- - - - -
e08b16d2 by Ronan Lamy at 2020-12-29T17:24:11+01:00
Fix value of .__module__ and .__name__ on the result of PyType_FromSpec()

--HG--
branch : py3.7

- - - - -
fc261249 by Ronan Lamy at 2021-03-03T20:07:57+00:00
Make sure PyHeapTypeObjects are correctly initialised in tests

--HG--
branch : py3.7

- - - - -
53882c58 by Carl Friedrich Bolz-Tereick at 2021-03-10T21:27:56+01:00
merge py3.7

--HG--
branch : py3.8

- - - - -


27 changed files:

- lib-python/3/datetime.py
- + lib-python/3/encodings/cp65001.py
- + lib-python/3/encodings/unicode_internal.py
- + lib-python/3/ensurepip/_bundled/pip-20.1.1-py2.py3-none-any.whl
- + lib-python/3/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl
- + lib-python/3/macpath.py
- + lib-python/3/multiprocessing/semaphore_tracker.py
- + lib-python/3/test/test_macpath.py
- lib-python/3/test/test_warnings/__init__.py
- lib-python/3/test/test_xml_etree.py
- + lib-python/3/venv/scripts/nt/Activate.ps1
- lib-python/3/weakref.py
- lib-python/3/xml/etree/ElementTree.py
- lib_pypy/_cffi_ssl/_stdssl/error.py
- pypy/doc/whatsnew-pypy3-head.rst
- pypy/interpreter/app_main.py
- pypy/interpreter/test/test_app_main.py
- pypy/module/_cppyy/test/test_datatypes.py
- pypy/module/_weakref/test/test_weakref.py
- pypy/module/cpyext/test/issue2482.c
- pypy/module/cpyext/test/test_typeobject.py
- pypy/module/cpyext/test/test_unicodeobject.py
- pypy/module/cpyext/typeobject.py
- pypy/module/cpyext/unicodeobject.py
- pypy/module/pypyjit/test_pypy_c/test_call.py
- pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py
- pypy/module/pypyjit/test_pypy_c/test_string.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/243c0a6d5008e1ef1183ddded2f3d3ae6eb91c74...53882c58146cb0526f3b833ca3f3fb81fbc3d597

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/243c0a6d5008e1ef1183ddded2f3d3ae6eb91c74...53882c58146cb0526f3b833ca3f3fb81fbc3d597
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20210311/5ac4a67c/attachment-0001.html>


More information about the pypy-commit mailing list