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

Run pyupgrade on blib2to3 and src (#3771)
[etc/vim.git] / src / blib2to3 / pgen2 / tokenize.py
2023-07-09 ShantanuRun pyupgrade on blib2to3 and src (#3771)
2023-07-05 ShantanuDrop support for Python 3.7 (#3765)
2023-05-03 Jelle Zijlstrablib2to3: add a few annotations (#3675)
2023-05-03 Jelle ZijlstraFix new mypy error in blib2to3 (#3674)
2023-04-14 Yilei "Dolee" YangExplicitly annotate this with `Final[str]` to make...
2022-01-13 Felix HildénNormalise string prefix order (#2297)
2021-12-01 Jelle ZijlstraReduce usage of regex (#2644)
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2020-05-08 Cooper LeesRefactor black into packages in src/ dir (#1376)