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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
bpython
/
bpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
252
Star
2.8k
Code
Issues
144
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
bpython
bpython
test
on
0.20-bugfix
User selector
All users
All time
Commit history
Commits on Oct 11, 2020
Fix fd encodings (#629)
Show description for e59905b
thomasballinger
authored
e59905b
View commit details
Copy full SHA for e59905b
View code at this point
Browse repository at this point
Fix handling of set()
sebastinas
committed
5b2634e
View commit details
Copy full SHA for 5b2634e
View code at this point
Browse repository at this point
Handle set() as literal as in ast.literal_eval
sebastinas
committed
9b7009f
View commit details
Copy full SHA for 9b7009f
View code at this point
Browse repository at this point
Skip tests for set literals under Python 2
sebastinas
committed
13d4671
View commit details
Copy full SHA for 13d4671
View code at this point
Browse repository at this point
Refactor simple_eval tests
sebastinas
committed
30f30ee
View commit details
Copy full SHA for 30f30ee
View code at this point
Browse repository at this point
Add simpleeval tests for set literals
sebastinas
committed
19641c3
View commit details
Copy full SHA for 19641c3
View code at this point
Browse repository at this point
Apply black
sebastinas
committed
8b2c97f
View commit details
Copy full SHA for 8b2c97f
View code at this point
Browse repository at this point
Commits on Sep 6, 2020
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
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 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
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 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 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 Jan 5, 2020
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
Commits on Jan 3, 2020
Fix simple typo: atempt -> attempt
Show description for 779ccf1
timgates42
authored and
sebastinas
committed
779ccf1
View commit details
Copy full SHA for 779ccf1
View code at this point
Browse repository at this point
Commits on Nov 24, 2019
Fix urwid tests under Python 3
sebastinas
committed
b772e1b
View commit details
Copy full SHA for b772e1b
View code at this point
Browse repository at this point
Commits on Nov 22, 2019
Fix test with Python 3.8
sebastinas
committed
81e7cd8
View commit details
Copy full SHA for 81e7cd8
View code at this point
Browse repository at this point
Ignore test/fodder
sebastinas
committed
79bc2f3
View commit details
Copy full SHA for 79bc2f3
View code at this point
Browse repository at this point
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 25, 2019
Fix Python 2.7 TypeError in test_save
mportesdev
authored and
sebastinas
committed
fabd548
View commit details
Copy full SHA for fabd548
View code at this point
Browse repository at this point
Fix Python 2.7 TypeError
mportesdev
authored and
sebastinas
committed
9d17172
View commit details
Copy full SHA for 9d17172
View code at this point
Browse repository at this point
Add test case for accessing the history file
mportesdev
authored and
sebastinas
committed
13dabf8
View commit details
Copy full SHA for 13dabf8
View code at this point
Browse repository at this point
Commits on Dec 9, 2018
Avoid unsafe default argument
sebastinas
committed
146be27
View commit details
Copy full SHA for 146be27
View code at this point
Browse repository at this point
Commits on Oct 5, 2018
Merge send_to_stdout and send_to_stderr; fix newline handling (#744)
ata2001
authored and
sebastinas
committed
9747551
View commit details
Copy full SHA for 9747551
View code at this point
Browse repository at this point
Commits on Sep 27, 2018
Fix test with PyPy 3
sebastinas
committed
94cfb15
View commit details
Copy full SHA for 94cfb15
View code at this point
Browse repository at this point
Commits on Nov 6, 2017
Use sys.executable
Show description for 0ddda16
sebastinas
committed
0ddda16
View commit details
Copy full SHA for 0ddda16
View code at this point
Browse repository at this point
test.test_args: don't hardcode python2 (#716)
Show description for fd5d482
flokli
authored and
sebastinas
committed
fd5d482
View commit details
Copy full SHA for fd5d482
View code at this point
Browse repository at this point
use self.assertEqual instead of self.assertEquals (deprecated) (#715)
flokli
authored and
sebastinas
committed
1c5484f
View commit details
Copy full SHA for 1c5484f
View code at this point
Browse repository at this point
Commits on Jul 10, 2017
Fix option-backspace behavior
afrieder
authored and
sebastinas
committed
836bb87
View commit details
Copy full SHA for 836bb87
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 Dec 21, 2016
Also specify hist_file (really fixes #654)
sebastinas
committed
27322d8
View commit details
Copy full SHA for 27322d8
View code at this point
Browse repository at this point
Remove History workaround
Show description for b51df1c
sebastinas
committed
b51df1c
View commit details
Copy full SHA for b51df1c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.