summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_rlcompleter.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25660: Fix a unittest and rlcompleter when readline isn't availableYury Selivanov2016-02-041-0/+2
* Issue #25663: Merge rlcompleter fix from 3.4 into 3.5Martin Panter2015-11-241-0/+21
|\
| * Issue #25663: Make rlcompleter avoid duplicate global namesMartin Panter2015-11-231-0/+21
* | Issue #25590: Merge rlcompleter change from 3.4 into 3.5Martin Panter2015-11-131-0/+13
|\ \ | |/
| * 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-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