Next | Query returned 43 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-04-15 07:09:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-argcomplete: updated to 3.3.0

Changes for v3.3.0 (2024-04-14)

- 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+.
   2024-03-09 07:58:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-argcomplete: updated to 3.2.3

Changes for v3.2.3 (2024-03-07)

-  Allow register-python-argcomplete output to be used as lazy-loaded
   zsh completion module

-  Move debug_stream initialization to helper method to allow fd 9
   behavior to be overridden in subclasses
   2024-01-24 07:49:19 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-argcomplete: updated to 3.2.2

Changes for v3.2.2 (2024-01-23)

Expand tilde in zsh
   2023-12-11 22:14:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-argcomplete: updated to 3.2.1

Changes for v3.2.1 (2023-12-10)

-  Allow explicit zsh global completion activation

Changes for v3.2.0 (2023-12-09)

-  Fix and test global completion in zsh
-  Add –yes option to activate-global-python-argcomplete
-  Test suite improvements
   2023-11-17 19:07:42 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-argcomplete: updated to 3.1.6

Changes for v3.1.6 (2023-11-12)
- Respect user choice in activate-global-python-argcomplete

Changes for v3.1.5 (2023-11-12)
- Escape colon in zsh completions.
   2023-11-09 13:59:33 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-argcomplete: updated to 3.1.4

Changes for v3.1.4 (2023-11-01)
- Call \_default as a fallback in zsh global completion

Changes for v3.1.3 (2023-11-01)
- Use homebrew prefix by default
- zsh: Allow to use external script
- Add support for Python 3.12 and drop EOL 3.6 and 3.7
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-09-28 17:52:02 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-argcomplete: updated to 3.1.2

Changes for v3.1.2 (2023-09-16)
- Ensure Python 3.12+ compatibility in check_console_script
   2023-07-30 17:19:42 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-argcomplete: updated to 3.1.1

Changes for v3.1.1 (2023-06-11)
- Search through asdf shims
- Use \` as escape character in PowerShell

Changes for v3.1.0 (2023-06-10)
- setup.py -> pyproject.toml migration start
- Improve user install logic in activate-global-python-argcomplete
- Ensure Python 3.7 compatibility in check_console_script
- ZSH implementation fixes
- Documentation improvements
   2023-04-30 14:50:12 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
py-argcomplete: update to 3.0.8.

Changes for v3.0.8 (2023-04-23)
===============================

-  Test suite shell wrapper: Accept OSError on exit

Changes for v3.0.7 (2023-04-23)
===============================

-  Test suite: Use general regex to cut zsh reset ANSI sequences (#425)

Changes for v3.0.6 (2023-04-22)
===============================

-  Allow importlib-metadata 6.x; skip test failures on Python 3.7 (#420,
   #424)

-  Note completers can return iterables of strings, not just lists
   (#422)

-  Documentation and test improvements

Changes for v3.0.5 (2023-03-25)
===============================

-  Call \_default as fallback in zsh global completion hook

-  Begin support for mapping-emitting completers

Changes for v3.0.4 (2023-03-21)
===============================

-  activate-global-python-argcomplete: do not overwrite existing dotfile
   in user directory

-  Add NOTICE file

-  Establish long term name for split_line as
   argcomplete.lexers.split_line

Changes for v3.0.3 (2023-03-20)
===============================

-  Re-add split_line to API (#419)

Changes for v3.0.2 (2023-03-19)
===============================

Fix zsh default completion issues

Changes for v3.0.1 (2023-03-19)
===============================

-  Fix zsh autoload issues

Changes for v3.0.0 (2023-03-19)
===============================

-  Fully support zsh. Argcomplete now supports completion descriptions
   and global completion in zsh.

-  Clean up top level namespace.

-  Documentation and test improvements.

Changes for v2.1.2 (2023-03-17)
===============================

-  Test infrastructure improvements

-  Indicate that there is no support commitment for fish and tcsh shells

Changes for v2.1.1 (2023-03-06)
===============================

-  Documentation and test improvements

Changes for v2.1.0 (2023-03-06)
===============================

-  Remove scripts for contrib-supported shells from global namespace

Changes for v2.0.6 (2023-03-06)
===============================

-  setup.py: exclude test.\* subpackages from find_packages (#406)

-  Support PowerShell (#405)

-  CI updates

Changes for v2.0.5 (2023-03-04)
===============================

-  Revert “Support powershell (#392)”

Changes for v2.0.4 (2023-03-04)
===============================

-  Fix interrupted release (v2.0.1)

Changes for v2.0.3 (2023-03-04)
===============================

-  Fix interrupted release (v2.0.1)

Changes for v2.0.2 (2023-03-04)
===============================

-  Fix interrupted release (v2.0.1)

Changes for v2.0.1 (2023-03-04)
===============================

-  Support powershell (#392)

-  Update importlib-metadata dependency to include versions 5.x (#389)

-  Test and documentation improvements

Changes for v2.0.0 (2022-01-03)
===============================

-  Truncate input after cursor. Fixes #351 (#352)

-  Support of path completion in fish #327 (#359)

-  Drop support for Python 2.7 and 3.5 (#361)

-  Add support for Python 3.10 (#356)

-  Test, documentation, and release infrastructure improvements

Next | Query returned 43 messages, browsing 1 to 10 | Previous