]> git.madduck.net Git - etc/vim.git/history - src/black/parsing.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:

Remove Python 2 support (#2740)
[etc/vim.git] / src / black / parsing.py
2022-01-10 Richard SiRemove Python 2 support (#2740)
2021-12-25 Marco Edward Gorelliremove all type: ignores in src/black (GH-2720)
2021-12-05 Richard Siblib2to3 can raise TokenError and IndentationError...
2021-12-04 Jelle Zijlstratell users to use -t py310 (#2668)
2021-12-04 Tanvi MoharirDon't let TokenError bubble up from lib2to3_parse ...
2021-12-01 Jelle Zijlstrafix error message for match (#2649)
2021-11-19 Richard SiFix mypyc compat issue w/ AST safety check (GH-2628)
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-11-14 Oliver MargettsAllow install under pypy (#2559)
2021-11-14 Batuhan Taskayablack/parser: partial support for pattern matching...
2021-07-13 Felix HildénImprove AST safety parsing error message (#2304)
2021-05-08 Łukasz LangaRefactor `src/black/__init__.py` into many files (...