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

Merge commit '882d8795c6ff65c02f2657e596391748d1b6b7f5'
[etc/vim.git] / src / black / strings.py
2023-10-20 martin f. krafftMerge commit '882d8795c6ff65c02f2657e596391748d1b6b7f5' master
2023-07-05 ShantanuDrop support for Python 3.7 (#3765)
2023-03-19 Hong Minhee (洪 民憙)Let string splitters respect `East_Asian_Width` propert...
2023-01-22 Shivansh-007Format hex code in unicode escape sequences in string...
2022-01-13 Felix HildénNormalise string prefix order (#2297)
2022-01-10 Richard SiRemove Python 2 support (#2740)
2021-12-01 Jelle ZijlstraReduce usage of regex (#2644)
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-10-14 martin f. krafftAdd '.vim/bundle/black/' from commit '2f3fa1f6d0cbc2a3f...
2021-08-23 Richard SiImprove f-string expression detection regex so ......
2021-06-09 Richard SiRegression fix: leave R prefixes capitalization alone...
2021-05-08 Łukasz LangaRefactor `src/black/__init__.py` into many files (...