summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_rlcompleter.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25011: rlcomplete now omits private and special attribute names unlessSerhiy Storchaka2015-09-271-0/+15
* Issue #25209: rlcomplete now can add a space or a colon after completed keyword.Serhiy Storchaka2015-09-271-4/+9
* Issue #23441: rcompleter now prints a tab character instead of displayingBerker Peksag2015-07-271-0/+8
|\
| * Issue #23441: rcompleter now prints a tab character instead of displayingBerker Peksag2015-07-271-4/+8
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-6/+1
|/
* #10159: sort completion matches before comparing to dir() result.Georg Brandl2010-10-211-2/+2
* Issue #9496: Provide a test suite for the rlcompleter module. Patch byAntoine Pitrou2010-08-041-0/+73