gh-134215: PyREPL: Do not show underscored modules by default during autocompletion#134267
gh-134215: PyREPL: Do not show underscored modules by default during autocompletion#134267ambv merged 26 commits intopython:mainfrom
Conversation
* Add _should_add_module_name method to the ModuleCompleter module * Add new tests to check autocomplete behaviour on private method
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
…to pyrepl_underscored_fix
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
@tomasr8 ready for your review! |
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
…to pyrepl_underscored_fix
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Misc/NEWS.d/next/Tools-Demos/2025-05-19-14-57-46.gh-issue-134215.sbdDK6.rst
Outdated
Show resolved
Hide resolved
…15.sbdDK6.rst Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
…to pyrepl_underscored_fix
…to pyrepl_underscored_fix
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
…uring autocompletion (pythongh-134267) (cherry picked from commit a3a3cf6) Co-authored-by: Kevin Hernández <kevin.hernandez@unet.edu.ve> Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Tomas R. <tomas.roun8@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
|
GH-134388 is a backport of this pull request to the 3.14 branch. |
|
Congrats @kevteg !! |
…during autocompletion (gh-134267) (gh-134388) (cherry picked from commit a3a3cf6) Co-authored-by: Kevin Hernández <kevin.hernandez@unet.edu.ve> Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Tomas R. <tomas.roun8@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
…uring autocompletion (pythongh-134267) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Tomas R. <tomas.roun8@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
…uring autocompletion (pythongh-134267) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Tomas R. <tomas.roun8@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
…uring autocompletion (pythongh-134267) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Tomas R. <tomas.roun8@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
_is_suggestion_matchmethod to the ModuleCompleter module