Andrey Kislyuk

Results 105 issues of Andrey Kislyuk

For #361 and v2.0, we need to update the code in these modules from the original 2.7 version to the most recent released version in https://github.com/python/cpython/tree/main/Lib that passes our CI.

@evanunderscore interest In the course of looking into #278, I've become concerned about the performance impact of `pkg_resources.iter_entry_points()` in https://github.com/kislyuk/argcomplete/blob/master/argcomplete/_check_console_script.py. I'd like us to profile the completion hook shellcode. We...

Support http://click.pocoo.org/

enhancement

Probably not possible in general but maybe print a message asking the user to do that manually.

zsh-like; can be treated alongside zsh support. See #84, #10

Enable full REPL support by defining a readline completer driven entry point.

Transform ensure_annotations into a runtime checker for https://github.com/python/typing

It might be nice to allow custom actions to be specified to be run at package time (to write files into the package) or deploy time (to configure resources once...

feature-request