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

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:

Fix parser bug where "type" was misinterpreted as a keyword inside a match (#3950)
[etc/vim.git] / src / blib2to3 / pgen2 / parse.py
2023-10-17 Jelle ZijlstraFix parser bug where "type" was misinterpreted as a...
2023-07-17 ShantanuFix most blib2to3 lint (#3794)
2023-07-09 ShantanuRun pyupgrade on blib2to3 and src (#3771)
2023-02-04 Yilei "Dolee" YangFix import of blib2to3.pgen2.driver (#3546)
2022-08-13 ShantanuUse --no-implicit-optional for type checking (#3220)
2022-01-14 Batuhan TaskayaDon't make redundant copies of the DFA (#2763)
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-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-11-14 Batuhan Taskayablack/parser: partial support for pattern matching...
2021-03-05 Hadi AlqattanRemove unused import statements using Pycln. (#2021)
2020-05-08 Cooper LeesRefactor black into packages in src/ dir (#1376)