index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_rlcompleter.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-92032: Add soft keywords to rlcompleter (#92029)
kbeldan
2022-05-02
1
-0/+3
*
bpo-44752: Make rlcompleter not call `@property` methods (GH-27401)
Jack DeVries
2021-07-29
1
-4/+28
*
bpo-39314: Closes parenthesis when autocompleting for functions that take no ...
RĂ©mi Lapeyre
2020-06-30
1
-4/+4
*
Merge 3.5
Yury Selivanov
2016-02-04
1
-0/+1
|
\
|
*
Issue #25660: Fix a unittest and rlcompleter when readline isn't available
Yury Selivanov
2016-02-04
1
-0/+2
*
|
Issue #25754: Allow test_rlcompleter to be run multiple times
Martin Panter
2015-11-28
1
-6/+7
*
|
Issue #25663: Update rlcompleter test for new 3.6 behaviour
Martin Panter
2015-11-24
1
-2/+3
*
|
Issue #25663: Merge rlcompleter fix from 3.5
Martin Panter
2015-11-24
1
-0/+21
|
\
\
|
|
/
|
*
Issue #25663: Merge rlcompleter fix from 3.4 into 3.5
Martin Panter
2015-11-24
1
-0/+21
|
|
\
|
|
*
Issue #25663: Make rlcompleter avoid duplicate global names
Martin Panter
2015-11-23
1
-0/+21
*
|
|
Issue #25590: Complete attribute names even if they are not yet created
Martin Panter
2015-11-13
1
-0/+8
*
|
|
Issue #25590: Merge rlcompleter getattr change from 3.5
Martin Panter
2015-11-13
1
-0/+13
|
\
\
\
|
|
/
/
|
*
|
Issue #25590: Merge rlcompleter change from 3.4 into 3.5
Martin Panter
2015-11-13
1
-0/+13
|
|
\
\
|
|
|
/
|
|
*
Issue #25590: Make rlcompleter only call getattr() once per attribute
Martin Panter
2015-11-13
1
-0/+13
*
|
|
Issue #25011: rlcomplete now omits private and special attribute names unless
Serhiy Storchaka
2015-09-27
1
-0/+15
*
|
|
Issue #25209: rlcomplete now can add a space or a colon after completed keyword.
Serhiy Storchaka
2015-09-27
1
-4/+9
|
/
/
*
|
Issue #23441: rcompleter now prints a tab character instead of displaying
Berker Peksag
2015-07-27
1
-0/+8
|
\
\
|
|
/
|
*
Issue #23441: rcompleter now prints a tab character instead of displaying
Berker Peksag
2015-07-27
1
-4/+8
*
|
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-6/+1
|
/
*
#10159: sort completion matches before comparing to dir() result.
Georg Brandl
2010-10-21
1
-2/+2
*
Issue #9496: Provide a test suite for the rlcompleter module. Patch by
Antoine Pitrou
2010-08-04
1
-0/+73