cpython/Lib/lib2to3
Miss Islington (bot) 535a3c4e3d
bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780)
Correctly parenthesize filter-based statements that contain lambda
expressions in lib2to3.
(cherry picked from commit b821173b54)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
2020-01-07 09:47:51 -08:00
..
fixes bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780) 2020-01-07 09:47:51 -08:00
pgen2 [3.7] bpo-36766: Typos in docs and code comments (GH-13116). (GH-13136) 2019-05-06 13:55:19 -07:00
tests bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780) 2020-01-07 09:47:51 -08:00
Grammar.txt bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) 2019-10-23 23:36:26 -07:00
PatternGrammar.txt
__init__.py
__main__.py
btm_matcher.py
btm_utils.py
fixer_base.py
fixer_util.py Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (GH-8241) 2018-07-30 23:52:49 -07:00
main.py bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) (#6528) 2018-04-18 17:15:09 -07:00
patcomp.py remove unused import (#5040) 2017-12-28 23:24:40 -08:00
pygram.py
pytree.py
refactor.py closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942) 2019-07-24 16:57:39 -07:00