| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.12] gh-104799: PEP 695 backward compatibility for ast.unparse (GH-105846) ... | Miss Islington (bot) | 2023-06-16 | 1 | -2/+4 |
|
|
* | gh-104656: Rename typeparams AST node to type_params (#104657) | Jelle Zijlstra | 2023-05-22 | 1 | -6/+6 |
|
|
* | gh-103763: Implement PEP 695 (#103764) | Jelle Zijlstra | 2023-05-16 | 1 | -0/+26 |
|
|
* | gh-90953: Emit deprecation warnings for `ast` features deprecated in Python 3... | Alex Waygood | 2023-05-06 | 1 | -8/+74 |
|
|
* | gh-103285: Rewrite _splitlines_no_ff to improve performance (#103307) | Tian Gao | 2023-04-24 | 1 | -18/+8 |
|
|
* | gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422) | Batuhan Taskaya | 2022-11-22 | 1 | -0/+6 |
|
|
* | gh-95588: Drop the safety claim from `ast.literal_eval` docs. (#95919) | Gregory P. Smith | 2022-10-02 | 1 | -1/+3 |
|
|
* | gh-92986: Fix ast.unparse when ImportFrom.level is None (#92992) | Shantanu | 2022-09-05 | 1 | -1/+1 |
|
|
* | ast.parse: check `feature_version` common case first (GH-94640) | Anthony Sottile | 2022-08-29 | 1 | -3/+3 |
|
|
* | gh-95066: ast: Replace assert with ValueError (GH-95072) | Shantanu | 2022-07-26 | 1 | -1/+2 |
|
|
* | gh-92671: Don't omit parentheses when unparsing empty tuples (GH-92673) | Batuhan Taskaya | 2022-05-16 | 1 | -1/+5 |
|
|
* | bpo-43224: Implement PEP 646 grammar changes (GH-31018) | Matthew Rahtz | 2022-03-26 | 1 | -6/+3 |
|
|
* | bpo-45292: [PEP-654] add except* (GH-29581) | Irit Katriel | 2021-12-14 | 1 | -2/+19 |
|
|
* | Fix typos in multiple files (GH-26689) | Binbin | 2021-06-13 | 1 | -1/+1 |
|
|
* | bpo-44142: drop redundant parantheses when unparsing tuples as assignment tar... | Batuhan Taskaya | 2021-05-16 | 1 | -3/+6 |
|
|
* | bpo-44081: improve ast.unparse() for lambdas with no parameters (GH-26000) | Batuhan Taskaya | 2021-05-15 | 1 | -5/+8 |
|
|
* | bpo-43417: Better buffer handling for ast.unparse (GH-24772) | Batuhan Taskaya | 2021-05-08 | 1 | -57/+59 |
|
|
* | Fix typo in ast.py (GH-25740) | Ikko Ashimine | 2021-05-04 | 1 | -2/+2 |
|
|
* | bpo-43892: Make match patterns explicit in the AST (GH-25585) | Nick Coghlan | 2021-04-29 | 1 | -4/+75 |
|
|
* | bpo-38659: [Enum] add _simple_enum decorator (GH-25497) | Ethan Furman | 2021-04-21 | 1 | -2/+3 |
|
|
* | Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476) | Ethan Furman | 2021-04-20 | 1 | -3/+2 |
|
|
* | bpo-38659: [Enum] add _simple_enum decorator (GH-25285) | Ethan Furman | 2021-04-20 | 1 | -2/+3 |
|
|
* | bpo-43521: Allow ast.unparse with empty sets and NaN (GH-24897) | Kodi Arfer | 2021-03-18 | 1 | -6/+14 |
|
|
* | bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) | Brandt Bucher | 2021-02-26 | 1 | -0/+27 |
|
|
* | bpo-28964: add line number of node (if available) to ast.literal_eval error m... | Irit Katriel | 2020-12-25 | 1 | -1/+4 |
|
|
* | bpo-28002: Roundtrip f-strings with ast.unparse better (#19612) | Shantanu | 2020-11-20 | 1 | -24/+86 |
|
|
* | bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469) | Batuhan Taskaya | 2020-10-04 | 1 | -1/+1 |
|
|
* | bpo-41631: _ast module uses again a global state (#21961) | Victor Stinner | 2020-09-15 | 1 | -15/+22 |
|
|
* | bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312) | Batuhan Taskaya | 2020-08-05 | 1 | -3/+10 |
|
|
* | bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382) | Rémi Lapeyre | 2020-05-24 | 1 | -0/+7 |
|
|
* | bpo-38870: Don't omit parenthesis when unparsing a slice in ast.unparse | Batuhan Taskaya | 2020-05-18 | 1 | -1/+11 |
|
|
* | bpo-38870: correctly escape unprintable characters on ast.unparse (GH-20166) | CyberSaxosTiGER | 2020-05-18 | 1 | -3/+11 |
|
|
* | bpo-40662: Fixed ast.get_source_segment for ast nodes that have incomplete lo... | Irit Katriel | 2020-05-18 | 1 | -0/+2 |
|
|
* | bpo-38870: Implement round tripping support for typed AST in ast.unparse (GH-... | Batuhan Taskaya | 2020-05-16 | 1 | -6/+23 |
|
|
* | bpo-38870: Correctly handle empty docstrings in ast.unparse (GH-18768) | Batuhan Taskaya | 2020-05-16 | 1 | -5/+8 |
|
|
* | bpo-38870: Don't put unnecessary parentheses on class declarations in ast.par... | Batuhan Taskaya | 2020-05-16 | 1 | -1/+1 |
|
|
* | bpo-38870: Do not separate factor prefixes in ast.unparse (GH-20133) | Batuhan Taskaya | 2020-05-16 | 1 | -3/+6 |
|
|
* | bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nod... | Curtis Bucher | 2020-05-05 | 1 | -4/+7 |
|
|
* | bpo-38870: Don't start generated output with newlines in ast.unparse (GH-19636) | Batuhan Taskaya | 2020-05-03 | 1 | -4/+10 |
|
|
* | Fix typo in exception thrown by ast.unparse (GH-19534) | Shantanu | 2020-04-16 | 1 | -1/+1 |
|
|
* | bpo-39999: Improve compatibility of the ast module. (GH-19056) | Serhiy Storchaka | 2020-03-22 | 1 | -2/+24 |
|
|
* | bpo-38870: Implement support for ast.FunctionType in ast.unparse (GH-19016) | Batuhan Taşkaya | 2020-03-15 | 1 | -0/+9 |
|
|
* | Fix syntax error in an example in the ast documentation and sync docstrings (... | Pablo Galindo | 2020-03-12 | 1 | -2/+2 |
|
|
* | bpo-34822: Simplify AST for subscription. (GH-9605) | Serhiy Storchaka | 2020-03-10 | 1 | -12/+21 |
|
|
* | bpo-36287: Make ast.dump() not output optional fields and attributes with def... | Serhiy Storchaka | 2020-03-09 | 1 | -20/+26 |
|
|
* | bpo-38870: Simplify sequence interleaves in ast.unparse (GH-17892) | Batuhan Taşkaya | 2020-03-09 | 1 | -23/+14 |
|
|
* | bpo-39889: Fix ast.unparse() for subscript. (GH-18824) | Serhiy Storchaka | 2020-03-07 | 1 | -2/+17 |
|
|
* | bpo-38870: Add docstring support to ast.unparse (GH-17760) | Batuhan Taşkaya | 2020-03-02 | 1 | -10/+45 |
|
|
* | bpo-38870: Implement a precedence algorithm in ast.unparse (GH-17377) | Batuhan Taşkaya | 2020-03-01 | 1 | -15/+123 |
|
|
* | bpo-39524: Fixed doc-string in ast._pad_whitespace (GH-18340) | mpheath | 2020-02-13 | 1 | -1/+1 |
|
|