-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant
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 blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Most changes to Python 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 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>
Thanks @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…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>
Congrats @kevteg !! |
…during autocompletion (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>
_is_suggestion_match
method to the ModuleCompleter module