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 }}
zhutony
/
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
on
master
User selector
All users
Datepicker
All time
Commit history
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
Integrate width awareness
Show description for 4ede389
rybarczykj
authored and
sebastinas
committed
4ede389
View commit details
Copy full SHA for 4ede389
View code at this point
Browse repository at this point
Delete _Helper inside the interpreter instance
sebastinas
committed
46270e0
View commit details
Copy full SHA for 46270e0
View code at this point
Browse repository at this point
Do not patch __loader__ if not available
sebastinas
committed
afc28c3
View commit details
Copy full SHA for afc28c3
View code at this point
Browse repository at this point
Commits on Aug 14, 2020
rename s_hist to screen_hist
rybarczykj
authored and
sebastinas
committed
84d581a
View commit details
Copy full SHA for 84d581a
View code at this point
Browse repository at this point
Commits on Aug 4, 2020
Refactoring to start using getattr_static (#832)
Show description for abc261a
rybarczykj
authored
abc261a
View commit details
Copy full SHA for abc261a
View code at this point
Browse repository at this point
Commits on Aug 1, 2020
Add info on how to set default external editors
etiennerichart
authored and
sebastinas
committed
c39a9ab
View commit details
Copy full SHA for c39a9ab
View code at this point
Browse repository at this point
Commits on Jul 31, 2020
Fix issue returning from editor
rybarczykj
authored and
thomasballinger
committed
077a837
View commit details
Copy full SHA for 077a837
View code at this point
Browse repository at this point
ImportFinder: Support find_spec interface
tbabej
committed
a453c02
View commit details
Copy full SHA for a453c02
View code at this point
Browse repository at this point
Commits on Jul 29, 2020
Remove Enum to maintain Python 2 support
thomasballinger
committed
ac93c74
View commit details
Copy full SHA for ac93c74
View code at this point
Browse repository at this point
Commits on Jul 22, 2020
Use bpython._py3compat
Show description for e8cd564
sebastinas
committed
e8cd564
View commit details
Copy full SHA for e8cd564
View code at this point
Browse repository at this point
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
Apply black
sebastinas
committed
012ea90
View commit details
Copy full SHA for 012ea90
View code at this point
Browse repository at this point
reconfigure and rename formatforfile
Show description for 214e4ca
rybarczykj
authored and
thomasballinger
committed
214e4ca
View commit details
Copy full SHA for 214e4ca
View code at this point
Browse repository at this point
Use global Enum class to avoid typing strings
Show description for e1733c5
rybarczykj
authored and
thomasballinger
committed
e1733c5
View commit details
Copy full SHA for e1733c5
View code at this point
Browse repository at this point
add/integrate all_logical_lines to fix editor wrapping
Show description for 8839681
rybarczykj
authored and
thomasballinger
committed
8839681
View commit details
Copy full SHA for 8839681
View code at this point
Browse repository at this point
Commits on Jul 14, 2020
Corrected cursor positioning on inputs with full-width (2 column) characters (#817)
Show description for 8e25e01
rybarczykj
authored
8e25e01
View commit details
Copy full SHA for 8e25e01
View code at this point
Browse repository at this point
Commits on Jul 11, 2020
Fix version check
sebastinas
committed
367c2f8
View commit details
Copy full SHA for 367c2f8
View code at this point
Browse repository at this point
simple_eval: handle ast.Constant
Show description for 8dd1ec4
sebastinas
committed
8dd1ec4
View commit details
Copy full SHA for 8dd1ec4
View code at this point
Browse repository at this point
Commits on Jul 1, 2020
updated new_code=True -> False in clear_modules_and_reevaluate (#816)
allgo27
authored
471fa82
View commit details
Copy full SHA for 471fa82
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
Redo (#812)
Show description for be1160a
allgo27
authored
be1160a
View commit details
Copy full SHA for be1160a
View code at this point
Browse repository at this point
Commits on May 28, 2020
Support packages that are using the new importlib.metadata api (fix of
Show description for 6ff3d1b
uriariel
authored and
sebastinas
committed
6ff3d1b
View commit details
Copy full SHA for 6ff3d1b
View code at this point
Browse repository at this point
Commits on Mar 30, 2020
Drop 2.6 specific code
sebastinas
committed
d96ad80
View commit details
Copy full SHA for d96ad80
View code at this point
Browse repository at this point
Commits on Mar 26, 2020
Use the new `pinnwand` API.
supakeen
committed
74fe1a9
View commit details
Copy full SHA for 74fe1a9
View code at this point
Browse repository at this point
Use the new pinnwand JSON API.
supakeen
committed
ad855aa
View commit details
Copy full SHA for ad855aa
View code at this point
Browse repository at this point
Commits on Jan 29, 2020
Do not override builtin format
sebastinas
committed
0b7ab2c
View commit details
Copy full SHA for 0b7ab2c
View code at this point
Browse repository at this point
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 Jan 6, 2020
Remove unused imports
vilhelmprytz
authored and
sebastinas
committed
3ae9b10
View commit details
Copy full SHA for 3ae9b10
View code at this point
Browse repository at this point
Update German translation
sebastinas
committed
8d6ffe6
View commit details
Copy full SHA for 8d6ffe6
View code at this point
Browse repository at this point
Merge pull request #787 from bpython/deprecation-warnings
Show description for 32d7857
ikanobori
authored
32d7857
View commit details
Copy full SHA for 32d7857
View code at this point
Browse repository at this point
Commits on Jan 5, 2020
Make translatable.
ikanobori
committed
244228c
View commit details
Copy full SHA for 244228c
View code at this point
Browse repository at this point
Fix version check
sebastinas
committed
716a92e
View commit details
Copy full SHA for 716a92e
View code at this point
Browse repository at this point
Simplify version check
Show description for f6de5a9
sebastinas
committed
f6de5a9
View commit details
Copy full SHA for f6de5a9
View code at this point
Browse repository at this point
Blacken.
ikanobori
committed
552c19b
View commit details
Copy full SHA for 552c19b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.