Batuhan Taskaya pushed to branch branch/ast-constant at PyPy / pypy


Commits:
16b9fc03 by Carl Friedrich Bolz-Tereick at 2021-01-06T12:54:27+01:00
fix posonly args with annotations

--HG--
branch : py3.8

- - - - -
12337854 by Carl Friedrich Bolz-Tereick at 2021-01-06T12:59:15+01:00
this comment is addressed

--HG--
branch : py3.8

- - - - -
2a5fb621 by Carl Friedrich Bolz-Tereick at 2021-01-06T13:20:33+01:00
proper plural in the error message

--HG--
branch : py3.8

- - - - -
3e05efd3 by Carl Friedrich Bolz-Tereick at 2021-01-06T13:20:40+01:00
skip cpython-detail

--HG--
branch : py3.8

- - - - -
c295a111 by Carl Friedrich Bolz-Tereick at 2021-01-06T13:37:44+01:00
fix error message

--HG--
branch : py3.8

- - - - -
97473d53 by isidentical at 2021-01-06T20:37:09+03:00
AST: Make the AST initalization compatible with CPython

--HG--
branch : better-ast-initalization

- - - - -
156b50b2 by isidentical at 2021-01-06T20:47:49+03:00
pyparser: Support extended unpacking on flow statements

--HG--
branch : unpacking-in-flow

- - - - -
a24555e4 by isidentical at 2021-01-06T20:55:14+03:00
Test: Add a test regarding excess/less arguments

--HG--
branch : better-ast-initalization

- - - - -
37203508 by isidentical at 2021-01-06T21:05:00+03:00
Test: Remove not working test

--HG--
branch : unpacking-in-flow

- - - - -
20b24db0 by isidentical at 2021-01-06T22:26:09+03:00
Test: Add an invalid test as a case

--HG--
branch : unpacking-in-flow

- - - - -
80a050af by Carl Friedrich Bolz-Tereick at 2021-01-06T19:35:38+00:00
Merge branch 'branch/unpacking-in-flow' into 'branch/py3.8'

Allow star-unpacking in return/yield

See merge request pypy/pypy!793

--HG--
branch : py3.8

- - - - -
809a02ba by isidentical at 2021-01-06T23:23:14+03:00
ASDL-gen: Reflect changes to the asdl_py.py

--HG--
branch : better-ast-initalization

- - - - -
e134ee8c by Carl Friedrich Bolz-Tereick at 2021-01-06T21:26:26+01:00
merge heads

--HG--
branch : py3.8

- - - - -
8b08d0eb by Carl Friedrich Bolz-Tereick at 2021-01-06T21:07:45+00:00
Merge branch 'branch/better-ast-initalization' into 
'branch/py3.8'

AST: Make the AST initalization compatible with CPython

See merge request pypy/pypy!792

--HG--
branch : py3.8

- - - - -
30ed187b by isidentical at 2021-01-09T01:33:36+03:00
Tests: Fix AST tests

--HG--
branch : ast-constant

- - - - -
8187292b by isidentical at 2021-01-09T01:41:38+03:00
Tests: user level ast compliance

--HG--
branch : ast-constant

- - - - -


13 changed files:

- lib-python/3/test/test_positional_only_arg.py
- pypy/interpreter/argument.py
- pypy/interpreter/astcompiler/ast.py
- pypy/interpreter/astcompiler/asthelpers.py
- pypy/interpreter/astcompiler/codegen.py
- pypy/interpreter/astcompiler/test/test_ast.py
- pypy/interpreter/astcompiler/test/test_compiler.py
- pypy/interpreter/astcompiler/tools/asdl_py.py
- pypy/interpreter/pyparser/data/Grammar3.8
- pypy/interpreter/test/apptest_function.py
- pypy/interpreter/test/test_argument.py
- pypy/module/_ast/test/test_ast.py
- pypy/tool/dis3.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/bfd4554eefaa0bbc50c29ec8e7cd951eba321115...8187292b1bc26bebe15ba96bc006074ff91b7bfa

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/bfd4554eefaa0bbc50c29ec8e7cd951eba321115...8187292b1bc26bebe15ba96bc006074ff91b7bfa
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