summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_rlcompleter.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25590: Make rlcompleter only call getattr() once per attributeMartin Panter2015-11-131-0/+13
* Issue #23441: rcompleter now prints a tab character instead of displayingBerker Peksag2015-07-271-4/+8
* #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