◐ Shell
clean mode source ↗

bpo-37765: Add keywords to IDLE tab completions by terryjreedy · Pull Request #15138 · python/cpython

@terryjreedy

tirkarthi

csabella

csabella

@terryjreedy

@terryjreedy terryjreedy changed the title bpo-37765: Add keywords to IDLE's main completion list bpo-37765: Add longer keywords to IDLE tab completions

Jul 7, 2020

csabella

csabella

csabella

csabella

csabella

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>

@terryjreedy terryjreedy changed the title bpo-37765: Add longer keywords to IDLE tab completions bpo-37765: Add keywords to IDLE tab completions

Jul 9, 2020

csabella

csabella

@terryjreedy

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 9, 2020
Keywords are present in the main module tab completion lists generated by rlcompleter, which is used by REPLs on *nix. Add all keywords to IDLE's main module name list except those already added from builtins (True, False, and None) . This list may also be used by Show Completions on the Edit menu, and its hot key.

Rewrite Completions doc.

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
(cherry picked from commit bce2eb4)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 9, 2020
Keywords are present in the main module tab completion lists generated by rlcompleter, which is used by REPLs on *nix. Add all keywords to IDLE's main module name list except those already added from builtins (True, False, and None) . This list may also be used by Show Completions on the Edit menu, and its hot key.

Rewrite Completions doc.

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
(cherry picked from commit bce2eb4)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

miss-islington added a commit that referenced this pull request

Jul 9, 2020
Keywords are present in the main module tab completion lists generated by rlcompleter, which is used by REPLs on *nix. Add all keywords to IDLE's main module name list except those already added from builtins (True, False, and None) . This list may also be used by Show Completions on the Edit menu, and its hot key.

Rewrite Completions doc.

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
(cherry picked from commit bce2eb4)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

miss-islington added a commit that referenced this pull request

Jul 9, 2020
Keywords are present in the main module tab completion lists generated by rlcompleter, which is used by REPLs on *nix. Add all keywords to IDLE's main module name list except those already added from builtins (True, False, and None) . This list may also be used by Show Completions on the Edit menu, and its hot key.

Rewrite Completions doc.

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
(cherry picked from commit bce2eb4)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Aug 20, 2020
Keywords are present in the main module tab completion lists generated by rlcompleter, which is used by REPLs on *nix. Add all keywords to IDLE's main module name list except those already added from builtins (True, False, and None) . This list may also be used by Show Completions on the Edit menu, and its hot key.

Rewrite Completions doc.

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>

xzy3 pushed a commit to xzy3/cpython that referenced this pull request

Oct 18, 2020
Keywords are present in the main module tab completion lists generated by rlcompleter, which is used by REPLs on *nix. Add all keywords to IDLE's main module name list except those already added from builtins (True, False, and None) . This list may also be used by Show Completions on the Edit menu, and its hot key.

Rewrite Completions doc.

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>