[pypy-commit] [Git][pypy/pypy][branch/py3.7] 9 commits: fix for PySequence_GetItem('a', -2)

Matti Picus (@mattip) foss at heptapod.net
Thu Mar 3 07:48:50 EST 2022



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


Commits:
b604be75 by Matti Picus at 2022-02-20T15:37:14+02:00
fix for PySequence_GetItem('a', -2)

- - - - -
0ff538a2 by Matti Picus at 2022-02-22T09:24:24+02:00
re-upload the aarch64 tarballs for portable builds

- - - - -
b01f11b6 by Carl Friedrich Bolz-Tereick at 2022-02-22T13:16:07+01:00
convert to new apptests

- - - - -
6f2542b8 by Matti Picus at 2022-03-03T08:47:39+02:00
pyexpat 2.4.6 raises a ExpatError on invalid unicode

- - - - -
0f679bfc by Matti Picus at 2022-03-03T08:56:02+02:00
backport stdlib test changes from bpo-46811 for expat>2.4.5

- - - - -
1fe7029c by Matti Picus at 2022-03-03T09:47:26+02:00
merge default

--HG--
branch : py3.7

- - - - -
19b0910b by Matti Picus at 2022-03-03T09:47:54+02:00
add back file removed in add5246bab1f when attempting to change to apptest

--HG--
branch : py3.7

- - - - -
296887c1 by Matti Picus at 2022-03-03T10:27:53+02:00
python3 pyexpat does not have __version__, tweak and delete tests

--HG--
branch : py3.7

- - - - -
fae1c255 by Matti Picus at 2022-03-03T14:34:54+02:00
add pypy3.7.exe (issue 3693)

--HG--
branch : py3.7

- - - - -


10 changed files:

- + pypy/module/_collections/test/apptest_defaultdict.py
- + pypy/module/_collections/test/apptest_deque.py
- − pypy/module/_collections/test/test_defaultdict.py
- − pypy/module/_collections/test/test_deque.py
- pypy/module/cpyext/sequence.py
- pypy/module/cpyext/test/test_sequence.py
- pypy/module/pyexpat/moduledef.py
- + pypy/module/pyexpat/test/test_parser.py
- pypy/tool/release/package.py
- pypy/tool/release/versions.json


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/536fe5d62c58f7bc37b74106d955c8a2c9d9f904...fae1c255e8520dec6fd67dd0f65c463b52f3fa9c

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/536fe5d62c58f7bc37b74106d955c8a2c9d9f904...fae1c255e8520dec6fd67dd0f65c463b52f3fa9c
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/20220303/20641ecd/attachment.html>


More information about the pypy-commit mailing list