Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-134215: PyREPL: Do not show underscored modules by default during autocompletion#134267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
* Add _should_add_module_name method to the ModuleCompleter module* Add new tests to check autocomplete behaviour on private method
python-cla-botbot commentedMay 19, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb 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 Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
@tomasr8 ready for your review! |
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
…to pyrepl_underscored_fix
Uh oh!
There was an error while loading.Please reload this page.
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 OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…15.sbdDK6.rstCo-authored-by: Tomas R. <tomas.roun8@gmail.com>
…to pyrepl_underscored_fix
Uh oh!
There was an error while loading.Please reload this page.
…to pyrepl_underscored_fix
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
a3a3cf6
intopython:mainUh oh!
There was an error while loading.Please reload this page.
…uring autocompletion (pythongh-134267)(cherry picked from commita3a3cf6)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 the3.14 branch. |
Congrats@kevteg !! |
…during autocompletion (gh-134267) (gh-134388)(cherry picked from commita3a3cf6)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>
Uh oh!
There was an error while loading.Please reload this page.
_is_suggestion_match
method to the ModuleCompleter module