Miss Islington (bot)
|
5502ee052f
|
bpo-44600: Refactor new tracing tests (GH-27396) (GH-27404)
(cherry picked from commit 38ddc8beb3 )
Co-authored-by: Brandt Bucher <brandt@python.org>
|
2021-07-28 14:38:39 +02:00 |
Miss Islington (bot)
|
01601aa736
|
[3.10] bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346) (GH-27356)
(cherry picked from commit 4214f470f0 )
Co-authored-by: Charles Burkland <charles.aburkland@gmail.com>
Automerge-Triggered-By: GH:brandtbucher
|
2021-07-25 17:04:06 -07:00 |
Miss Islington (bot)
|
016af14d93
|
[3.10] bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal keys (GH-27131) (GH-27157)
(cherry picked from commit 2693132292 )
Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
Automerge-Triggered-By: GH:brandtbucher
|
2021-07-14 18:00:35 -07:00 |
Miss Islington (bot)
|
88970125e7
|
bpo-43977: Properly update the tp_flags of existing subclasses when their parents are registered (GH-26864)
(cherry picked from commit ca2009d72a )
Co-authored-by: Brandt Bucher <brandt@python.org>
|
2021-06-25 08:46:23 -07:00 |
Miss Islington (bot)
|
bba726710b
|
[3.10] Reorganize the pattern matching suite (GH-26661) (GH-26787)
(cherry picked from commit c106cf31f8 )
Co-authored-by: Brandt Bucher <brandt@python.org>
Automerge-Triggered-By: GH:brandtbucher
|
2021-06-18 10:48:07 -07:00 |
Mark Shannon
|
33ec88ac81
|
bpo-43977: Make sure that tp_flags for pattern matching are inherited correctly. (GH-25813)
|
2021-05-03 00:38:22 +01:00 |
Brandt Bucher
|
0ad1e0384c
|
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
|
2021-05-02 13:02:10 -07:00 |
Brandt Bucher
|
dbe60ee09d
|
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
|
2021-04-29 17:19:28 -07:00 |
Nick Coghlan
|
1e7b858575
|
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
|
2021-04-28 22:58:44 -07:00 |
Brandt Bucher
|
f84d5a1136
|
bpo-42128: __match_args__ can't be a list anymore (GH-25203)
|
2021-04-05 19:17:08 -07:00 |
Brandt Bucher
|
145bf269df
|
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Co-authored-by: Guido van Rossum <guido@python.org>
Co-authored-by: Talin <viridia@gmail.com>
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
|
2021-02-26 14:51:55 -08:00 |