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

Add support for always tokenizing async/await as keywords
[etc/vim.git] / blib2to3 / pgen2 / driver.py
2019-05-09 Benjamin WoodruffAdd support for always tokenizing async/await as keywords
2019-03-14 Anders-Petter Ljun... Changes default logger used by blib2to3 Driver (#732)
2019-02-05 Samuel Cormier-IijimaFix indent calculation with tabs when computing prefixe...
2018-06-20 Łukasz LangaTrivial nits
2018-06-20 Łukasz LangaMove INDENT value to the postponed prefix
2018-05-19 Łukasz LangaStore grammar pickle caches in CACHE_DIR
2018-04-23 Łukasz LangaAllow standalone comments to close code blocks
2018-04-12 Łukasz LangaFix parsing of unaligned standalone comments
2018-03-24 Łukasz Langablib2to3: Never put prefixes on INDENT leaves either
2018-03-17 Łukasz Langablib2to3: Never put prefixes on DEDENT leaves
2018-03-14 Łukasz LangaInitial commit