COMMITS
/ tests/test_completion.py February 1, 2023
J
Use from __future__ import annotations + pyupgrade.
Jonathan Slenders committed
January 31, 2023
J
Remove unused imports.
Jonathan Slenders committed
February 10, 2022
J
Upgrade to 3.6 syntax using pyupgrade.
Jonathan Slenders committed
February 11, 2021
J
Added DeduplicateCompleter and ConditionalCompleter.
Jonathan Slenders committed
March 11, 2020
G
test_completion: drop residual use of six
Gordon Ball committed
February 9, 2020
R
bugfix: nested completion with leading space
ruohan.chen committed
January 21, 2020
J
Remove unicode_literals import from examples, README and tests (not needed for Python 3).
Jonathan Slenders committed
November 28, 2019
J
Applied Black code style to examples, tests and setup.py.
Jonathan Slenders committed
June 19, 2019
J
Added nested completer.
Jonathan Slenders committed
April 16, 2019
J
Sorting of imports (using `isort -m 3 -tc`).
Jonathan Slenders committed
April 3, 2019
E
#865: Add pattern to WorldCompleter's constructor
Ehsan Faraji-Jalal committed
February 12, 2019
J
Fixed WordCompleter when line ends with a space
jeroend committed
January 10, 2019
J
Implemented a generic FuzzyCompleter that wraps around any other Completer.
Jonathan Slenders committed
November 10, 2018
A
Add a FuzzyWordCompleter.
Amjith Ramanujam committed
May 19, 2018
J
Moved WordCompleter and PathCompleter in prompt_toolkit.completion module.
Jonathan Slenders committed