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
.
pythonthings
/
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
curtsiesfrontend
repl.py
on
embed
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 15, 2015
fix assert syntax
thomasballinger
committed
2fe8fc4
View commit details
Copy full SHA for 2fe8fc4
View code at this point
Browse repository at this point
PEP8 curtsies Repl
thomasballinger
committed
5ce8000
View commit details
Copy full SHA for 5ce8000
View code at this point
Browse repository at this point
docfixes and PEP8 whitespace
thomasballinger
committed
d5af606
View commit details
Copy full SHA for d5af606
View code at this point
Browse repository at this point
Refactor callbacks into methods
Show description for a9de650
thomasballinger
committed
a9de650
View commit details
Copy full SHA for a9de650
View code at this point
Browse repository at this point
Commits on Dec 14, 2015
tune size parameters
thomasballinger
committed
d2112a2
View commit details
Copy full SHA for d2112a2
View code at this point
Browse repository at this point
prevent status bar from flashing at bottom
thomasballinger
committed
01b8f6e
View commit details
Copy full SHA for 01b8f6e
View code at this point
Browse repository at this point
allow list_above to be False
thomasballinger
committed
a0dd141
View commit details
Copy full SHA for a0dd141
View code at this point
Browse repository at this point
mitigate jarring scroll up on completion
Show description for f83e3eb
thomasballinger
committed
f83e3eb
View commit details
Copy full SHA for f83e3eb
View code at this point
Browse repository at this point
Commits on Dec 13, 2015
abort reevuate session if file is blank
thomasballinger
committed
c7f22dc
View commit details
Copy full SHA for c7f22dc
View code at this point
Browse repository at this point
Fix currentline in reevaluate session
thomasballinger
committed
08c5017
View commit details
Copy full SHA for 08c5017
View code at this point
Browse repository at this point
Commits on Dec 12, 2015
Don't reevaluate session if not modified
thomasballinger
committed
8aa42c3
View commit details
Copy full SHA for 8aa42c3
View code at this point
Browse repository at this point
Commits on Dec 11, 2015
Merge branch 'paste-detection'
thomasballinger
committed
64d875e
View commit details
Copy full SHA for 64d875e
View code at this point
Browse repository at this point
small paste events may contain <Ctrl-a>like events
thomasballinger
committed
fa08b74
View commit details
Copy full SHA for fa08b74
View code at this point
Browse repository at this point
Commits on Dec 8, 2015
ignore completion until the end of a paste event
thomasballinger
committed
6ab499b
View commit details
Copy full SHA for 6ab499b
View code at this point
Browse repository at this point
Commits on Jul 5, 2015
fix: Reload and Auto-reloading doesn't work when using Python3.x
sharow
committed
b71f411
View commit details
Copy full SHA for b71f411
View code at this point
Browse repository at this point
Commits on Jun 8, 2015
Replaced argspec with namedtuple FuncProps
noelladsa
committed
d8fdc2f
View commit details
Copy full SHA for d8fdc2f
View code at this point
Browse repository at this point
Commits on May 17, 2015
Clean up imports
Show description for dd0a489
sebastinas
committed
dd0a489
View commit details
Copy full SHA for dd0a489
View code at this point
Browse repository at this point
Commits on Mar 13, 2015
use configurable keys for right arrow completion
thomasballinger
committed
577b9c7
View commit details
Copy full SHA for 577b9c7
View code at this point
Browse repository at this point
Add Ctrl-e to complete current suggestion.
amjith
committed
e3dfb4f
View commit details
Copy full SHA for e3dfb4f
View code at this point
Browse repository at this point
Commits on Mar 8, 2015
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
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
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 Feb 20, 2015
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
PEP-8
Show description for d071969
sebastinas
committed
d071969
View commit details
Copy full SHA for d071969
View code at this point
Browse repository at this point
Commits on Feb 19, 2015
Remove useless u
Show description for f22e580
sebastinas
committed
f22e580
View commit details
Copy full SHA for f22e580
View code at this point
Browse repository at this point
Commits on Feb 18, 2015
Use sys.meta_path to hook into import
Show description for cc7aebd
sebastinas
committed
cc7aebd
View commit details
Copy full SHA for cc7aebd
View code at this point
Browse repository at this point
Use builtins module
Show description for 2df245b
sebastinas
committed
2df245b
View commit details
Copy full SHA for 2df245b
View code at this point
Browse repository at this point
Use correct default level values (fixes #486)
Show description for 43e7038
sebastinas
committed
43e7038
View commit details
Copy full SHA for 43e7038
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Unicode-ification of bpython.curtsiesfrontend
Show description for b230413
sebastinas
committed
b230413
View commit details
Copy full SHA for b230413
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
fix crash due to calling last_word on a line with only whitespace
thomasballinger
committed
0ee753a
View commit details
Copy full SHA for 0ee753a
View code at this point
Browse repository at this point
test last_word, add failing test case that caused crash
thomasballinger
committed
b51663c
View commit details
Copy full SHA for b51663c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.