Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-with-3.7-stdlib at PyPy / pypy
Commits: 701caa83 by isidentical at 2021-01-01T14:05:37+03:00 pytokenize: Support lexing of TYPE_COMMENTS --HG-- branch : some-other-38-features - - - - - 231288e7 by isidentical at 2021-01-01T14:06:31+03:00 pytokenizer: Add a test for TYPE_IGNORE tokenization --HG-- branch : some-other-38-features - - - - - 67b1cebc by isidentical at 2021-01-01T17:01:22+03:00 pyparser: 3.8 grammar, parser changes, ast builder for type_ignore --HG-- branch : some-other-38-features - - - - - d69adec8 by isidentical at 2021-01-01T18:50:54+03:00 pyparser: Proper handling of full type_comment lines --HG-- branch : some-other-38-features - - - - - 952075b2 by isidentical at 2021-01-01T19:23:40+03:00 pyparser: Better handling for variadic argument comments --HG-- branch : some-other-38-features - - - - - eb4aefd5 by isidentical at 2021-01-01T19:34:53+03:00 pyparser: Support keyword only parameters --HG-- branch : some-other-38-features - - - - - ba2cbcd9 by isidentical at 2021-01-01T20:24:16+03:00 pyparser: Implement initial support for TYPE_IGNORES --HG-- branch : some-other-38-features - - - - - ee00f262 by isidentical at 2021-01-01T20:57:51+03:00 ast: Support checking of optional-string fields / some test fixes --HG-- branch : some-other-38-features - - - - - c8a1ab4c by isidentical at 2021-01-02T00:42:21+03:00 ast: Proper serialization of string/None --HG-- branch : some-other-38-features - - - - - addd951a by isidentical at 2021-01-02T00:48:09+03:00 ast: Use proper none --HG-- branch : some-other-38-features - - - - - 54061070 by isidentical at 2021-01-02T01:16:37+03:00 ast: make test_validate compatible --HG-- branch : some-other-38-features - - - - - 1ea221b9 by isidentical at 2021-01-02T16:23:38+03:00 ast: make all ast tests working (one syntax error left) --HG-- branch : some-other-38-features - - - - - 1a38a9fd by isidentical at 2021-01-02T16:35:43+03:00 rpython: some rpython hacks --HG-- branch : some-other-38-features - - - - - 6989894c by isidentical at 2021-01-02T17:26:22+03:00 pyparser: precise errors for func_body_suite --HG-- branch : some-other-38-features - - - - - d80bb7bc by isidentical at 2021-01-02T17:42:52+03:00 ast: assert normal suite doesn't contain any type comments --HG-- branch : some-other-38-features - - - - - 2ef2f928 by isidentical at 2021-01-03T15:26:19+03:00 pyparser: Orderless sorting --HG-- branch : some-other-38-features - - - - - 1c1c31bd by Carl Friedrich Bolz-Tereick at 2021-01-03T13:03:27+00:00 Merge branch 'branch/some-other-38-features' into 'branch/py3.8-with-3.7-stdlib' Implement typed_ast (native support for type_comments) See merge request pypy/pypy!791 --HG-- branch : py3.8-with-3.7-stdlib - - - - - 18 changed files: - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/consts.py - pypy/interpreter/astcompiler/test/test_ast.py - pypy/interpreter/astcompiler/test/test_astbuilder.py - pypy/interpreter/astcompiler/test/test_validate.py - pypy/interpreter/astcompiler/tools/Python.asdl - pypy/interpreter/astcompiler/tools/asdl_py.py - + pypy/interpreter/pyparser/data/Grammar3.8 - pypy/interpreter/pyparser/parser.py - pypy/interpreter/pyparser/pygram.py - pypy/interpreter/pyparser/pyparse.py - pypy/interpreter/pyparser/pytoken.py - pypy/interpreter/pyparser/pytokenizer.py - pypy/interpreter/pyparser/test/test_pytokenizer.py - pypy/module/__builtin__/compiling.py - pypy/module/_ast/moduledef.py - pypy/module/_ast/test/test_ast.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/73a5be23d2c9ed65baea66d59bce86eb5ee0da89...1c1c31bdef1b3d74ce7517ab629083c40b1d517d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/73a5be23d2c9ed65baea66d59bce86eb5ee0da89...1c1c31bdef1b3d74ce7517ab629083c40b1d517d 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
