Argcomplete Versions Save

Python and tab completion, better together.

v3.3.0

3 weeks ago
  • Preserve compatibility with argparse option tuples of length 4. This update is required to use argcomplete on Python 3.11.9+ or 3.12.3+.

v3.2.3

2 months ago
  • Allow register-python-argcomplete output to be used as lazy-loaded zsh completion module (#475)

    • Move debug_stream initialization to helper method to allow fd 9 behavior to be overridden in subclasses (#471)

v3.2.2

3 months ago

Expand tilde in zsh

v3.2.1

5 months ago
  • Allow explicit zsh global completion activation (#467)

v3.2.0

5 months ago
  • Fix and test global completion in zsh (#463, #466)

    • Add --yes option to activate-global-python-argcomplete (#461)

    • Test suite improvements

v3.1.6

5 months ago
  • Respect user choice in activate-global-python-argcomplete

v3.1.5

5 months ago
  • Escape colon in zsh completions. Fixes #456

v3.1.4

6 months ago
  • Call _default as a fallback in zsh global completion

v3.1.3

6 months ago
  • Use homebrew prefix by default

    • zsh: Allow to use external script (#453)

    • Add support for Python 3.12 and drop EOL 3.6 and 3.7 (#449)

v3.1.2

7 months ago
  • Ensure Python 3.12+ compatibility in check_console_script (#448)