1. ab8d4fb Merge 3.5 by Yury Selivanov · 8 years ago
  2. 46f7785 Issue #25660: Fix a unittest and rlcompleter when readline isn't available by Yury Selivanov · 8 years ago
  3. 40062a1 Issue #25754: Allow test_rlcompleter to be run multiple times by Martin Panter · 9 years ago
  4. 745f6b3 Issue #25663: Update rlcompleter test for new 3.6 behaviour by Martin Panter · 9 years ago
  5. 450c988 Issue #25663: Merge rlcompleter fix from 3.5 by Martin Panter · 9 years ago
  6. 11bb1ad Issue #25663: Merge rlcompleter fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  7. ed92910 Issue #25663: Make rlcompleter avoid duplicate global names by Martin Panter · 9 years ago
  8. 6fe3926 Issue #25590: Complete attribute names even if they are not yet created by Martin Panter · 9 years ago
  9. f4ad5f5 Issue #25590: Merge rlcompleter getattr change from 3.5 by Martin Panter · 9 years ago
  10. fa9ea04 Issue #25590: Merge rlcompleter change from 3.4 into 3.5 by Martin Panter · 9 years ago
  11. 06622ea Issue #25590: Make rlcompleter only call getattr() once per attribute by Martin Panter · 9 years ago
  12. ab82422 Issue #25011: rlcomplete now omits private and special attribute names unless by Serhiy Storchaka · 9 years ago
  13. 8ace8e9 Issue #25209: rlcomplete now can add a space or a colon after completed keyword. by Serhiy Storchaka · 9 years ago
  14. 0659c43 Issue #23441: rcompleter now prints a tab character instead of displaying by Berker Peksag · 9 years ago
  15. aaf6114 Issue #23441: rcompleter now prints a tab character instead of displaying by Berker Peksag · 9 years ago
  16. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  17. 50de5f5 #10159: sort completion matches before comparing to dir() result. by Georg Brandl · 14 years ago
  18. 482e66a Issue #9496: Provide a test suite for the rlcompleter module. Patch by by Antoine Pitrou · 14 years ago