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 }}
amjith
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
bpython
bpython
on
master
User selector
All users
All time
Commit history
Commits on Mar 8, 2015
Remove more calls to str
Show description for 7eaef53
sebastinas
committed
7eaef53
View commit details
Copy full SHA for 7eaef53
View code at this point
Browse repository at this point
Do not mention search twice
Show description for 834ffa0
sebastinas
committed
834ffa0
View commit details
Copy full SHA for 834ffa0
View code at this point
Browse repository at this point
Replace str(e) with "%s" % e where possible (fixes #501)
Show description for 30f943f
sebastinas
committed
30f943f
View commit details
Copy full SHA for 30f943f
View code at this point
Browse repository at this point
Revert "Fix pkgutil.get_data for sample-config"
Show description for 25c2fe0
sebastinas
committed
25c2fe0
View commit details
Copy full SHA for 25c2fe0
View code at this point
Browse repository at this point
Commits on Mar 7, 2015
fix multiline block completion errors on enter
thomasballinger
committed
4ada245
View commit details
Copy full SHA for 4ada245
View code at this point
Browse repository at this point
remove outdated, limited check for vaild config
thomasballinger
committed
1f2e808
View commit details
Copy full SHA for 1f2e808
View code at this point
Browse repository at this point
remove duplicate keybind commands
thomasballinger
committed
9f0d073
View commit details
Copy full SHA for 9f0d073
View code at this point
Browse repository at this point
add keys
thomasballinger
committed
76892ca
View commit details
Copy full SHA for 76892ca
View code at this point
Browse repository at this point
Fix pkgutil.get_data for sample-config
thomasballinger
committed
07d8d53
View commit details
Copy full SHA for 07d8d53
View code at this point
Browse repository at this point
specialize source finding error messages
thomasballinger
committed
9bc21e5
View commit details
Copy full SHA for 9bc21e5
View code at this point
Browse repository at this point
prettier errors with multiline string assert
thomasballinger
committed
4408f9d
View commit details
Copy full SHA for 4408f9d
View code at this point
Browse repository at this point
Extra enter not required in pypy
thomasballinger
committed
0662921
View commit details
Copy full SHA for 0662921
View code at this point
Browse repository at this point
new global in pypy, sequenceiterator
thomasballinger
committed
4b9a328
View commit details
Copy full SHA for 4b9a328
View code at this point
Browse repository at this point
Use pkgutil.ImpLoader for the import loader
Show description for 0f92c18
sebastinas
committed
0f92c18
View commit details
Copy full SHA for 0f92c18
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
Document LazyReCompile
Show description for f192efa
sebastinas
committed
f192efa
View commit details
Copy full SHA for f192efa
View code at this point
Browse repository at this point
use unicode literals
Show description for 907473b
sebastinas
committed
907473b
View commit details
Copy full SHA for 907473b
View code at this point
Browse repository at this point
Remove useless use of str
Show description for 95c05bc
sebastinas
committed
95c05bc
View commit details
Copy full SHA for 95c05bc
View code at this point
Browse repository at this point
Make KeyMap a new style class
Show description for a9faa96
sebastinas
committed
a9faa96
View commit details
Copy full SHA for a9faa96
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
Merge branch 'fix-497'
thomasballinger
committed
979a67b
View commit details
Copy full SHA for 979a67b
View code at this point
Browse repository at this point
write unicode in Python 3
thomasballinger
committed
83ce5e9
View commit details
Copy full SHA for 83ce5e9
View code at this point
Browse repository at this point
failing test for #497 in Python 3
thomasballinger
committed
97f0f45
View commit details
Copy full SHA for 97f0f45
View code at this point
Browse repository at this point
Commits on Feb 28, 2015
Open the FD
Show description for 2b32c81
sebastinas
committed
2b32c81
View commit details
Copy full SHA for 2b32c81
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
Add a test for #491
Show description for 5f836ea
sebastinas
committed
5f836ea
View commit details
Copy full SHA for 5f836ea
View code at this point
Browse repository at this point
Patch correct function
Show description for 45fb40d
sebastinas
committed
45fb40d
View commit details
Copy full SHA for 45fb40d
View code at this point
Browse repository at this point
Only use iglob if we really can
Show description for 77506c1
sebastinas
committed
77506c1
View commit details
Copy full SHA for 77506c1
View code at this point
Browse repository at this point
Commits on Feb 24, 2015
Use glob.iglob
Show description for 601df71
sebastinas
committed
601df71
View commit details
Copy full SHA for 601df71
View code at this point
Browse repository at this point
Be more careful with glob.glob (fixes #491)
Show description for 846ca4d
sebastinas
committed
846ca4d
View commit details
Copy full SHA for 846ca4d
View code at this point
Browse repository at this point
Commits on Feb 23, 2015
Set mod of history file to 0600 (fixes #489)
Show description for d4d9616
sebastinas
committed
d4d9616
View commit details
Copy full SHA for d4d9616
View code at this point
Browse repository at this point
Decode attribute names
Show description for e6b739e
sebastinas
committed
e6b739e
View commit details
Copy full SHA for e6b739e
View code at this point
Browse repository at this point
Use unicode literals
Show description for d8aaad8
sebastinas
committed
d8aaad8
View commit details
Copy full SHA for d8aaad8
View code at this point
Browse repository at this point
Make magic methods unicode (fixes #488)
Show description for 1357471
sebastinas
committed
1357471
View commit details
Copy full SHA for 1357471
View code at this point
Browse repository at this point
Commits on Feb 20, 2015
Use n and iteritems
Show description for bf09b5e
sebastinas
committed
bf09b5e
View commit details
Copy full SHA for bf09b5e
View code at this point
Browse repository at this point
Watch multiple files in the same directory
Show description for adfb053
sebastinas
committed
adfb053
View commit details
Copy full SHA for adfb053
View code at this point
Browse repository at this point
Remove unnecessary else
Show description for 9cc8889
sebastinas
committed
9cc8889
View commit details
Copy full SHA for 9cc8889
View code at this point
Browse repository at this point
Fix ImportFinder/Loader for Python 2
Show description for a8cf459
sebastinas
committed
a8cf459
View commit details
Copy full SHA for a8cf459
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.