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


Commits:
15ccdd13 by Carl Friedrich Bolz-Tereick at 2021-01-30T20:47:28+01:00
(cfbolz, twitch): add reversed(dict) and reversed(dict.keys()) support, using
the existing machinery

--HG--
branch : py3.8-reversed-dict

- - - - -
32d0ee7b by Carl Friedrich Bolz-Tereick at 2021-01-30T21:30:35+01:00
(cfbolz, twitch): first stab at implementing reverse iteration of values and
items dict views

--HG--
branch : py3.8-reversed-dict

- - - - -
595a50b0 by Carl Friedrich Bolz-Tereick at 2021-01-30T21:56:27+01:00
(cfbolz, twitch): two tests for reversing module and kwargs dics. one 
doesn't
pass, one surprisingly does

--HG--
branch : py3.8-reversed-dict

- - - - -
be82aa44 by Carl Friedrich Bolz-Tereick at 2021-04-16T15:15:49+02:00
merge py3.8

--HG--
branch : py3.8-reversed-dict

- - - - -
64ff9bbe by Carl Friedrich Bolz-Tereick at 2021-04-16T15:45:30+02:00
two more reversed implementations

--HG--
branch : py3.8-reversed-dict

- - - - -
b282ff4e by Carl Friedrich Bolz-Tereick at 2021-04-16T18:46:47+02:00
fix mapdict reversed dict iteration

--HG--
branch : py3.8-reversed-dict

- - - - -
130b7f4e by Carl Friedrich Bolz-Tereick at 2021-04-16T22:23:44+02:00
document branch

--HG--
branch : py3.8-reversed-dict

- - - - -
9f02d039 by Carl Friedrich Bolz-Tereick at 2021-04-17T09:45:54+02:00
merge py3.8-reversed-dict: support reversed(dict)

--HG--
branch : py3.8

- - - - -


10 changed files:

- pypy/doc/whatsnew-pypy3-head.rst
- pypy/module/__pypy__/interp_dict.py
- pypy/objspace/std/celldict.py
- pypy/objspace/std/dictmultiobject.py
- pypy/objspace/std/kwargsdict.py
- pypy/objspace/std/mapdict.py
- pypy/objspace/std/test/test_celldict.py
- pypy/objspace/std/test/test_dictmultiobject.py
- pypy/objspace/std/test/test_kwargsdict.py
- pypy/objspace/std/test/test_mapdict.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/e29abb2f26caf24359df59d879be8de548d6c8aa...9f02d039705cc307629f3087050b69786c5af7e6

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/e29abb2f26caf24359df59d879be8de548d6c8aa...9f02d039705cc307629f3087050b69786c5af7e6
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