]> git.madduck.net Git - etc/vim.git/history - src/blib2to3

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Prepare release 23.9.1 (#3878)
[etc/vim.git] / src / blib2to3 /
2023-07-17 ShantanuFix most blib2to3 lint (#3794)
2023-07-09 ShantanuRun pyupgrade on blib2to3 and src (#3771)
2023-07-05 ShantanuDrop support for Python 3.7 (#3765)
2023-06-02 Jelle ZijlstraAdd support for PEP 695 syntax (#3703)
2023-05-19 Jason R. CoombsAvoid EncodingWarning in blib2to3 (#3696)
2023-05-03 Jelle Zijlstrablib2to3: add a few annotations (#3675)
2023-05-03 Jelle ZijlstraFix new mypy error in blib2to3 (#3674)
2023-04-14 Yilei "Dolee" YangExplicitly annotate this with `Final[str]` to make...
2023-03-18 Yilei "Dolee" YangDo not add an extra blank line to an import line that...
2023-03-11 Casey KorverCorrect spelling mistakes (#3599)
2023-02-04 Yilei "Dolee" YangFix import of blib2to3.pgen2.driver (#3546)
2022-10-10 Batuhan TaskayaAdd support for named exprs inside function calls as...
2022-08-31 ShantanuUse strict mypy checking (#3222)
2022-08-13 ShantanuUse --no-implicit-optional for type checking (#3220)
2022-07-30 Richard SiRemove blib2to3 grammar cache logging (#3193)
2022-07-14 Richard SiCopy over comments when hugging power ops (#2874)
2022-05-26 Batuhan TaskayaImplement support for PEP 646 (#3071)
2022-04-15 Batuhan TaskayaSupport 3.11 / PEP 654 syntax (#3016)
2022-03-05 Batuhan TaskayaAllow `for`'s target expression to be starred (#2879)
2022-01-27 Jelle ZijlstraFix crash on some power hugging cases (#2806)
2022-01-22 Batuhan TaskayaEnable pattern matching by default (#2758)
2022-01-14 Batuhan TaskayaDon't make redundant copies of the DFA (#2763)
2022-01-13 Felix HildénNormalise string prefix order (#2297)
2022-01-10 Batuhan TaskayaFix handling of standalone match/case with newlines...
2022-01-10 Batuhan TaskayaSpeed up new backtracking parser (#2728)
2022-01-07 Batuhan TaskayaFix call patterns that contain as-expression on the...
2021-12-21 Batuhan TaskayaSupport multiple top-level as-expressions on case state...
2021-12-12 Batuhan TaskayaSupport as-expressions on dict items (GH-2686)
2021-12-05 Batuhan Taskayaperf: drop the initial stack copy (#2670)
2021-12-01 Jelle ZijlstraReduce usage of regex (#2644)
2021-11-30 Batuhan TaskayaAllow top-level starred expression on match (#2659)
2021-11-25 Batuhan Taskayagrammar: accept open sequences on match subject (GH...
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-11-16 Batuhan Taskayablack/parser: optimize deepcopying nodes (#2611)
2021-11-14 Batuhan Taskayablack/parser: support as-exprs within call args (#2608)
2021-11-14 Batuhan Taskayablack/parser: partial support for pattern matching...
2021-11-12 Richard SiImprove Python 2 only syntax detection (GH-2592)
2021-10-31 Richard SiDeprecate Python 2 formatting support (#2523)
2021-08-26 Richard Siblib2to3: support unparenthesized wulruses in more...
2021-04-25 Łukasz LangaRevert "Use lowercase hex numbers fixes #1692 (#1775)"
2021-03-05 Hadi AlqattanRemove unused import statements using Pycln. (#2021)
2021-01-03 Taneli HukkinenOnly require typing-extensions if Python < 3.8 (#1873)
2020-11-24 Richard SiAllow same RHS expressions in annotated assignments...
2020-11-13 Casper Weiss BangUse lowercase hex numbers fixes #1692 (#1775)
2020-09-19 QuentinSoubeyranPEP 614 support (#1717)
2020-09-06 Bryan BugyiFix unstable formatting on string split + % formatting...
2020-08-21 Łukasz LangaRe-implement magic trailing comma handling:
2020-05-08 Cooper LeesRefactor black into packages in src/ dir (#1376)