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
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 }}
studiovc
/
bpython
Public
forked from
bpython/bpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
bpython
bpython
importcompletion.py
on
master
User selector
All users
All time
Commit history
Commits on Oct 13, 2020
Catch and raise OSError
sebastinas
committed
3cfda64
View commit details
Copy full SHA for 3cfda64
View code at this point
Browse repository at this point
Use str.format and f-strings where possible
sebastinas
committed
3b83c02
View commit details
Copy full SHA for 3b83c02
View code at this point
Browse repository at this point
Use set literals
sebastinas
committed
eaef6d0
View commit details
Copy full SHA for eaef6d0
View code at this point
Browse repository at this point
Remove bpython._py3compat.py3
sebastinas
committed
02b4d6b
View commit details
Copy full SHA for 02b4d6b
View code at this point
Browse repository at this point
Remove bpython._py3compat.try_decode
sebastinas
committed
1ef1776
View commit details
Copy full SHA for 1ef1776
View code at this point
Browse repository at this point
Remove use of six.moves.range
sebastinas
committed
8f77951
View commit details
Copy full SHA for 8f77951
View code at this point
Browse repository at this point
Remove encoding header
sebastinas
committed
ebe19cc
View commit details
Copy full SHA for ebe19cc
View code at this point
Browse repository at this point
Remove __future__ imports
sebastinas
committed
bebcdb3
View commit details
Copy full SHA for bebcdb3
View code at this point
Browse repository at this point
Fix check when matching modules
Show description for 4e382a8
sebastinas
committed
4e382a8
View commit details
Copy full SHA for 4e382a8
View code at this point
Browse repository at this point
Commits on Sep 6, 2020
Implement a non-configurable skiplist for import completion (fixes #845)
sebastinas
committed
f51c5e6
View commit details
Copy full SHA for f51c5e6
View code at this point
Browse repository at this point
Commits on Jul 22, 2020
Prevent symbolic link loops in import completion
Show description for b2111bd
etiennerichart
authored
b2111bd
View commit details
Copy full SHA for b2111bd
View code at this point
Browse repository at this point
Commits on Jan 29, 2020
Use importlib for Python 3 (fixes #791)
sebastinas
committed
1a674f0
View commit details
Copy full SHA for 1a674f0
View code at this point
Browse repository at this point
Immediately close file object
sebastinas
committed
e9651ae
View commit details
Copy full SHA for e9651ae
View code at this point
Browse repository at this point
Commits on Nov 22, 2019
Blacken the source code and add `black` configuration.
Show description for cde2aad
ikanobori
committed
cde2aad
View commit details
Copy full SHA for cde2aad
View code at this point
Browse repository at this point
Commits on Oct 3, 2019
Remove unused imports
sebastinas
committed
d711735
View commit details
Copy full SHA for d711735
View code at this point
Browse repository at this point
Commits on May 20, 2018
Fix PEP8 issues
sebastinas
committed
c85c4e7
View commit details
Copy full SHA for c85c4e7
View code at this point
Browse repository at this point
Commits on Jul 15, 2017
Simplify version checks
Show description for a0ef506
sebastinas
committed
a0ef506
View commit details
Copy full SHA for a0ef506
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
Fix typo
sebastinas
committed
7c8cef6
View commit details
Copy full SHA for 7c8cef6
View code at this point
Browse repository at this point
Commits on Jan 8, 2017
Use consistent encoding
Show description for 4029ab2
sebastinas
committed
4029ab2
View commit details
Copy full SHA for 4029ab2
View code at this point
Browse repository at this point
Commits on Feb 18, 2015
import completion returns unicode
thomasballinger
committed
3f6eb09
View commit details
Copy full SHA for 3f6eb09
View code at this point
Browse repository at this point
GlobalCompleter returns unicode matches
thomasballinger
committed
eb56295
View commit details
Copy full SHA for eb56295
View code at this point
Browse repository at this point
Commits on Feb 4, 2015
Use next(iterator)
Show description for 88bd390
sebastinas
committed
88bd390
View commit details
Copy full SHA for 88bd390
View code at this point
Browse repository at this point
Use six.moves.filter
Show description for 1d5f2e9
sebastinas
committed
1d5f2e9
View commit details
Copy full SHA for 1d5f2e9
View code at this point
Browse repository at this point
Unbreak 2to3
Show description for b642758
sebastinas
committed
b642758
View commit details
Copy full SHA for b642758
View code at this point
Browse repository at this point
Python 3 compatible ifilter
sebastinas
committed
2afe1d0
View commit details
Copy full SHA for 2afe1d0
View code at this point
Browse repository at this point
Commits on Jan 29, 2015
Make pep8 happy
Show description for 26c147d
sebastinas
committed
26c147d
View commit details
Copy full SHA for 26c147d
View code at this point
Browse repository at this point
Commits on Jan 26, 2015
Remove obsolete workarounds
Show description for 327b4c9
sebastinas
committed
327b4c9
View commit details
Copy full SHA for 327b4c9
View code at this point
Browse repository at this point
Commits on Jan 21, 2015
Decode module names in attr_matches (fixes #453)
Show description for 672bf78
sebastinas
committed
672bf78
View commit details
Copy full SHA for 672bf78
View code at this point
Browse repository at this point
Use sets in bpython.importcompletion
Show description for a194976
sebastinas
committed
a194976
View commit details
Copy full SHA for a194976
View code at this point
Browse repository at this point
Commits on Aug 9, 2014
import completion uses less local functions (more testable!)
thomasballinger
committed
b58db29
View commit details
Copy full SHA for b58db29
View code at this point
Browse repository at this point
Commits on Jul 19, 2014
Merge branch 'completion-cleanup'
Show description for 4e8c46a
thomasballinger
committed
4e8c46a
View commit details
Copy full SHA for 4e8c46a
View code at this point
Browse repository at this point
Commits on Jul 6, 2014
importcompletion.complete rewrite, simple tests passing
Show description for 82c3f1e
thomasballinger
committed
82c3f1e
View commit details
Copy full SHA for 82c3f1e
View code at this point
Browse repository at this point
Commits on Jul 4, 2014
Alternate code path for deprectated imp functions in Python 3.3
Show description for e0f7f2c
thomasballinger
committed
e0f7f2c
View commit details
Copy full SHA for e0f7f2c
View code at this point
Browse repository at this point
Commits on Mar 27, 2014
Added comment with more naive method we may need soon
thomasballinger
committed
cdaf903
View commit details
Copy full SHA for cdaf903
View code at this point
Browse repository at this point
Search for import completion modules in idle generator
Show description for 4442a75
thomasballinger
committed
4442a75
View commit details
Copy full SHA for 4442a75
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.