aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_patma.py
Commit message (Expand)AuthorAge
* gh-94499 Add test for private name mangling in class pattern matching (#94500)da-woods2022-07-13
* gh-93671: Avoid exponential backtracking in deeply nested sequence patterns i...Pablo Galindo Salgado2022-06-10
* bpo-45045: Optimize mapping patterns of structural pattern matching (GH-28043)Dong-hee Na2021-08-30
* bpo-44600: Refactor new tracing tests (GH-27396)Brandt Bucher2021-07-27
* bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346)Charles Burkland2021-07-25
* bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal k...Jack DeVries2021-07-14
* bpo-43977: Properly update the tp_flags of existing subclasses when their par...Brandt Bucher2021-06-25
* Reorganize the pattern matching suite (GH-26661)Brandt Bucher2021-06-18
* bpo-43977: Make sure that tp_flags for pattern matching are inherited correct...Mark Shannon2021-05-03
* bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)Brandt Bucher2021-05-02
* bpo-43892: Validate the first term of complex literal value patterns (GH-25735)Brandt Bucher2021-04-29
* bpo-43892: Make match patterns explicit in the AST (GH-25585)Nick Coghlan2021-04-28
* bpo-42128: __match_args__ can't be a list anymore (GH-25203)Brandt Bucher2021-04-05
* bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)Brandt Bucher2021-02-26