2019-11-20 09:32:02 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-argcomplete: updated to 1.10.2
Changes for v1.10.2:
- Include all test directory contents in source distribution
Changes for v1.10.1:
- Trigger completers on –optional=PARTIAL_VALUE
- Complete console scripts installed from wheels
|
2019-06-10 12:15:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-argcomplete: updated to 1.10.0
Changes for v1.10.0:
Fish support
Changes for v1.9.5:
check_module: Don’t crash, exit with error instead
Register completion for multiple commands
|
2018-12-15 22:12:25 by Thomas Klausner | Files touched by this commit (67) | |
Log message:
*: update email for fhajny
|
2018-02-14 13:20:03 by Filip Hajny | Files touched by this commit (3) |
Log message:
devel/py-argparse: Update to 1.9.4.
- Use the correct interpreter when checking wrappers
- Provide shellcode as a module function
|
2017-11-20 16:57:27 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update devel/py-argcomplete to 1.9.3.
- Fix handling of COMP_POINT
- Fix crash when writing unicode to debug_stream in Python 2
|
2017-08-28 11:58:12 by Filip Hajny | Files touched by this commit (3) |
Log message:
Update devel/py-argcomplete to 1.9.2.
- Add SuppressCompleter to skip completion for specific arguments
while allowing help text
- Redirect all output to debug stream in debug mode
- Complete python -m module
|
2017-01-27 15:28:12 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update devel/py-argcomplete to 1.8.2.
Changes for v1.8.2 (2017-01-26)
- Fix bug introduced in v0.7.1 where completers would not receive
the parser keyword argument.
- Documentation improvements.
Changes for v1.8.1 (2017-01-21)
- Fix completion after tokens with wordbreak chars (#197)
|
2017-01-20 10:38:58 by Filip Hajny | Files touched by this commit (3) |
Log message:
Update devel/py-argcomplete to 1.8.0.
- Simplify nospace handling in global completion (#195)
- Specially handle all characters in COMP_WORDBREAKS (#187)
- Use setuptools tests-require directive, fixes #186
- Complete files using the specified interpreter (#192)
- Fix completion for scripts run via python (#191)
- Clarify argument to register-python-argcomplete (#190)
- Fix handling of commas and other special chars (#172); handle more
special characters (#189)
- Fix handling of special characters in tcsh (#188)
- Update my_shlex to Python 3.6 version (#184)
- Fix additional trailing space in exact matches (#183)
- Adjust tests to handle development environments (#180)
- Fix tcsh tests on OSX (#177); Update bash on OSX (#176); Check output
of test setup command (#179)
- Optionally disable duplicated flags (#143)
- Add default_completer option to CompletionFinder.call (#167)
- Let bash add or suppress trailing space (#159)
|
2016-12-02 11:24:31 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update devel/py-argcomplete to 1.7.0.
- Restore parser to its original state to allow reuse after completion.
- Expose COMP_TYPE environment variable.
- Test infrastructure and documentation improvements.
|
2016-11-04 11:55:44 by Filip Hajny | Files touched by this commit (3) |
Log message:
Update devel/py-argcomplete to 1.6.0.
1.6.0
- Add support for tcsh
- Fix handling of unquoted completions containing $
- Don't insert unnecessary leading quote char in completions
- Fix parser reuse with positional arguments
- Tests: Add simple pexpect tests for bash; Add test case to
verify #20 is fixed
1.5.1
- Packaging fix
1.5.0
- Do not suggest options from mutually exclusive groups
|