Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.2k
Star
74.2k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-69605: Add module autocomplete to PyREPL
- #129329
#129329
Merged
pablogsal
merged 18 commits into
python:main
python/cpython:main
from
tomasr8:completer
tomasr8/cpython:completer
Copy head branch name to clipboard
Apr 25, 2025
Conversation
Commits
18
(18)
Checks
Files changed
Merged
gh-69605: Add module autocomplete to PyREPL
#129329
pablogsal
merged 18 commits into
python:main
python/cpython:main
from
tomasr8:completer
tomasr8/cpython:completer
Copy head branch name to clipboard
Commits
Commits on Jan 26, 2025
Add module autocomplete to PyREPL
tomasr8
committed
b3bcd67
View commit details
Copy full SHA for b3bcd67
Browse repository at this point
Add news entry
tomasr8
committed
bcd3527
View commit details
Copy full SHA for bcd3527
Browse repository at this point
Commits on Jan 27, 2025
Merge branch 'main' into completer
tomasr8
authored
df3e8ec
View commit details
Copy full SHA for df3e8ec
Browse repository at this point
Commits on Feb 14, 2025
Merge branch 'main' into completer
tomasr8
authored
48ee6ad
View commit details
Copy full SHA for 48ee6ad
Browse repository at this point
Commits on Mar 8, 2025
Remove attribute completion, never import modules
tomasr8
committed
0917d24
View commit details
Copy full SHA for 0917d24
Browse repository at this point
Add type annotations
tomasr8
committed
589cf63
View commit details
Copy full SHA for 589cf63
Browse repository at this point
fix some mypy issues
tomasr8
committed
62d0b55
View commit details
Copy full SHA for 62d0b55
Browse repository at this point
Pass explicit None to find_spec
tomasr8
committed
46ca249
View commit details
Copy full SHA for 46ca249
Browse repository at this point
Commits on Apr 17, 2025
Merge branch 'main' into completer
tomasr8
authored
75e4b55
View commit details
Copy full SHA for 75e4b55
Browse repository at this point
Do not suggest modules which are not legal identifiers
tomasr8
committed
3c13f86
View commit details
Copy full SHA for 3c13f86
Browse repository at this point
Make the tests more robust
tomasr8
committed
8eb656f
View commit details
Copy full SHA for 8eb656f
Browse repository at this point
Commits on Apr 19, 2025
Remove todo comment
tomasr8
committed
7a2fde0
View commit details
Copy full SHA for 7a2fde0
Browse repository at this point
Move to a separate file and cache ModuleCompleter
tomasr8
committed
5c11124
View commit details
Copy full SHA for 5c11124
Browse repository at this point
Avoid calling rstrip more than once
tomasr8
committed
10da15b
View commit details
Copy full SHA for 10da15b
Browse repository at this point
Catch exceptions
tomasr8
committed
fd81999
View commit details
Copy full SHA for fd81999
Browse repository at this point
Fix tests
tomasr8
committed
8fba3d3
View commit details
Copy full SHA for 8fba3d3
Browse repository at this point
Every Reader has its own ModuleCompleter instance
tomasr8
committed
f4e290a
View commit details
Copy full SHA for f4e290a
Browse repository at this point
Commits on Apr 23, 2025
tests: Only look for modules in the stdlib
tomasr8
committed
602121d
View commit details
Copy full SHA for 602121d
Browse repository at this point
You can’t perform that action at this time.