]> 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:

Drop support for parsing Python 2 (#3933)
[etc/vim.git] / src / black / parsing.py
2023-10-09 ShantanuDrop support for parsing Python 2 (#3933)
2023-07-09 ShantanuFix crash on type comment with trailing space (#3773)
2023-07-05 ShantanuDrop support for Python 3.7 (#3765)
2023-04-28 Yilei "Dolee" YangDo not wrap implicitly concatenated strings used as...
2023-03-19 Tushar SadhwaniSupport files with type comment syntax errors (#3594)
2023-02-01 Stijn de GooijerInfer target version based on project metadata (#3219)
2022-10-27 Yilei "Dolee" YangWrap concatenated strings used as function args in...
2022-10-11 nnremove unreachable code (#3328)
2022-10-07 Hugo van KemenadeRemove redundant 3.6 code and bump mypy's python_versio...
2022-07-27 Richard SiReformat codebase with isort
2022-07-14 Richard SiCopy over comments when hugging power ops (#2874)
2022-03-24 Joe YoungResolve new flake8-bugbear errors (B020) (GH-2950)
2022-01-22 Batuhan TaskayaEnable pattern matching by default (#2758)
2022-01-20 Richard SiFix and speedup diff-shades integration (#2773)
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 (...