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


Commits:
81710c15 by Carl Friedrich Bolz-Tereick at 2021-10-22T16:47:01+02:00
import stdlib from 3.9.7

--HG--
branch : vendor/stdlib-3.9

- - - - -
e3d1bd41 by Carl Friedrich Bolz-Tereick at 2021-10-22T17:44:26+02:00
merge vendor/stdlib-3.9, probably breaking some things

--HG--
branch : py3.9

- - - - -
bdd5717f by Carl Friedrich Bolz-Tereick at 2021-10-22T18:26:21+02:00
re-introduce the needed old opcodes for now

--HG--
branch : py3.9

- - - - -
a4b05ba5 by Carl Friedrich Bolz-Tereick at 2021-10-22T18:29:18+02:00
start implementing GenericAlias in pure python, hope we can get away with this.

--HG--
branch : py3.9

- - - - -
e68b3079 by Carl Friedrich Bolz-Tereick at 2021-10-22T18:53:41+02:00
add list.__class_getitem__

--HG--
branch : py3.9

- - - - -
78661434 by Carl Friedrich Bolz-Tereick at 2021-10-22T19:21:46+02:00
remove fromstring and tostring

--HG--
branch : py3.9

- - - - -
9362f143 by Carl Friedrich Bolz-Tereick at 2021-10-22T19:21:51+02:00
fix translation

--HG--
branch : py3.9

- - - - -
46ef98e0 by Carl Friedrich Bolz-Tereick at 2021-10-22T19:44:00+02:00
remove debug print

--HG--
branch : py3.9

- - - - -


30 changed files:

- + extra_tests/test_generic_alias.py
- + lib-python/3/_aix_support.py
- + lib-python/3/_bootsubprocess.py
- lib-python/3/_collections_abc.py
- lib-python/3/_osx_support.py
- lib-python/3/_pyio.py
- lib-python/3/_strptime.py
- lib-python/3/_weakrefset.py
- lib-python/3/abc.py
- lib-python/3/aifc.py
- lib-python/3/antigravity.py
- lib-python/3/argparse.py
- lib-python/3/ast.py
- lib-python/3/asynchat.py
- lib-python/3/asyncio/__init__.py
- lib-python/3/asyncio/base_events.py
- lib-python/3/asyncio/events.py
- lib-python/3/asyncio/futures.py
- lib-python/3/asyncio/locks.py
- lib-python/3/asyncio/proactor_events.py
- lib-python/3/asyncio/queues.py
- lib-python/3/asyncio/runners.py
- lib-python/3/asyncio/selector_events.py
- lib-python/3/asyncio/sslproto.py
- lib-python/3/asyncio/tasks.py
- + lib-python/3/asyncio/threads.py
- lib-python/3/asyncio/unix_events.py
- lib-python/3/asyncio/windows_events.py
- lib-python/3/asyncore.py
- lib-python/3/base64.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d839c8fe6027fc498e23f75c9911a1f666054bc2...46ef98e06964507f3b84dbbe18019548d8189682

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d839c8fe6027fc498e23f75c9911a1f666054bc2...46ef98e06964507f3b84dbbe18019548d8189682
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to