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

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:

Explicitly annotate this with `Final[str]` to make it work in mypyc 1.0.0+. (#3645)
[etc/vim.git] / src / blib2to3 / pgen2 /
2023-04-14 Yilei "Dolee" YangExplicitly annotate this with `Final[str]` to make...
2023-03-11 Casey KorverCorrect spelling mistakes (#3599)
2023-02-04 Yilei "Dolee" YangFix import of blib2to3.pgen2.driver (#3546)
2022-08-13 ShantanuUse --no-implicit-optional for type checking (#3220)
2022-07-30 Richard SiRemove blib2to3 grammar cache logging (#3193)
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)
2021-12-05 Batuhan Taskayaperf: drop the initial stack copy (#2670)
2021-12-01 Jelle ZijlstraReduce usage of regex (#2644)
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
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-03-05 Hadi AlqattanRemove unused import statements using Pycln. (#2021)
2021-01-03 Taneli HukkinenOnly require typing-extensions if Python < 3.8 (#1873)
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)