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
.
Xython
/
bpython
Public
forked from
lfkdsk/bpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
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
cli.py
on
windows-support
User selector
All users
All time
Commit history
Commits on Apr 10, 2010
Set writetb on repls own interpreter instance
ikanobori
committed
d80d0fc
View commit details
Copy full SHA for d80d0fc
View code at this point
Browse repository at this point
Commits on Apr 2, 2010
Assign the correct object to sys.stdout and sys.stderr.
Trundle
committed
b3a722e
View commit details
Copy full SHA for b3a722e
View code at this point
Browse repository at this point
Fix shutdown error on cli
ikanobori
committed
c5bb650
View commit details
Copy full SHA for c5bb650
View code at this point
Browse repository at this point
Commits on Apr 1, 2010
First stage of Interaction abstraction. All frontends now implement repl.Interaction to show messages and generally interact with the user (prompts, notices, save prompts)
ikanobori
committed
9aff5bc
View commit details
Copy full SHA for 9aff5bc
View code at this point
Browse repository at this point
Commits on Mar 31, 2010
Better pastebin abstractions, thanks for the ideas Andy
ikanobori
committed
af0b29a
View commit details
Copy full SHA for af0b29a
View code at this point
Browse repository at this point
Pastebin + confirmation in GTK, this means:
Show description for 5b08740
ikanobori
committed
5b08740
View commit details
Copy full SHA for 5b08740
View code at this point
Browse repository at this point
Commits on Mar 29, 2010
REPOFIX: Revert to before bpdb branch
ikanobori
committed
634b9a0
View commit details
Copy full SHA for 634b9a0
View code at this point
Browse repository at this point
Commits on Feb 2, 2010
merge with upstream
Łukasz Langa
committed
3f737f5
View commit details
Copy full SHA for 3f737f5
View code at this point
Browse repository at this point
Revert dff0350c24b1, as it doesn't really work and causes some issues with PYTHINSTARTUP.
Show description for 973e82a
Trundle
committed
973e82a
View commit details
Copy full SHA for 973e82a
View code at this point
Browse repository at this point
Commits on Jan 28, 2010
Fix scrolling in echo().
Trundle
committed
d2d3702
View commit details
Copy full SHA for d2d3702
View code at this point
Browse repository at this point
Don't try to clear lines greater than screen height in clear_wrapped_lines().
Show description for 6835619
Trundle
committed
6835619
View commit details
Copy full SHA for 6835619
View code at this point
Browse repository at this point
Commits on Jan 21, 2010
Nice double space in statusbar, like the others
ikanobori
committed
6628721
View commit details
Copy full SHA for 6628721
View code at this point
Browse repository at this point
Commits on Jan 19, 2010
temporary workaround for signals unavailable in child threads
ambv
committed
b10636a
View commit details
Copy full SHA for b10636a
View code at this point
Browse repository at this point
Use write() instead of echo() in CLIRepl.writetb().
Show description for 02cfd5e
Trundle
committed
02cfd5e
View commit details
Copy full SHA for 02cfd5e
View code at this point
Browse repository at this point
Commits on Jan 9, 2010
Change C-d from quit key to delete key (by default).
Show description for 07c1ffc
Trundle
committed
07c1ffc
View commit details
Copy full SHA for 07c1ffc
View code at this point
Browse repository at this point
Commits on Jan 4, 2010
Make C-d and exit() work in bpython-gtk.
Show description for 29d2a17
Trundle
committed
29d2a17
View commit details
Copy full SHA for 29d2a17
View code at this point
Browse repository at this point
Commits on Jan 3, 2010
Set up sys.path properly. Also don't read PYTHONSTARTUP when executed with -i.
Show description for b674ff5
Trundle
committed
b674ff5
View commit details
Copy full SHA for b674ff5
View code at this point
Browse repository at this point
Make code execution interruptible again.
Trundle
committed
b33ae93
View commit details
Copy full SHA for b33ae93
View code at this point
Browse repository at this point
Commits on Dec 30, 2009
A quick fix for the config global being removed and causing problems for the statusbar.
ikanobori
committed
502b1bc
View commit details
Copy full SHA for 502b1bc
View code at this point
Browse repository at this point
imported patch add-banner-kwarg
ikanobori
committed
b0e3a6a
View commit details
Copy full SHA for b0e3a6a
View code at this point
Browse repository at this point
merge in PYTHONSTARTUP-encoding-fix
bobf
committed
6b3b001
View commit details
Copy full SHA for 6b3b001
View code at this point
Browse repository at this point
Commits on Dec 29, 2009
Remove unused imports.
Trundle
committed
6ef9a44
View commit details
Copy full SHA for 6ef9a44
View code at this point
Browse repository at this point
merged simon's something
bobf
committed
2d1370c
View commit details
Copy full SHA for 2d1370c
View code at this point
Browse repository at this point
make traceback line number frobbing smarter and make PYTHONSTARTUP execution happen after initialisation of repl to allow the repl to deal with any exceptions that may be raised in the file
bobf
committed
917471c
View commit details
Copy full SHA for 917471c
View code at this point
Browse repository at this point
what the hell was this six-month-old uncommitted blush about ? weird
bobf
committed
459ff42
View commit details
Copy full SHA for 459ff42
View code at this point
Browse repository at this point
argh i hate you hg
bobf
committed
ae834ec
View commit details
Copy full SHA for ae834ec
View code at this point
Browse repository at this point
factor out option parsing to a common module for different front ends to use
bobf
committed
1f3eaf7
View commit details
Copy full SHA for 1f3eaf7
View code at this point
Browse repository at this point
Commits on Dec 28, 2009
Show source key added, exit key removed.
ikanobori
committed
c7ebd12
View commit details
Copy full SHA for c7ebd12
View code at this point
Browse repository at this point
Commits on Dec 27, 2009
Get rid of global config values.
Trundle
committed
05b111d
View commit details
Copy full SHA for 05b111d
View code at this point
Browse repository at this point
Commits on Dec 20, 2009
Remove unused import.
Trundle
committed
41df02e
View commit details
Copy full SHA for 41df02e
View code at this point
Browse repository at this point
Commits on Dec 18, 2009
Catch IOError in show source function.
Trundle
committed
3eb10eb
View commit details
Copy full SHA for 3eb10eb
View code at this point
Browse repository at this point
Commits on Dec 17, 2009
Implement auto dedentation.
Show description for aa0f450
Trundle
committed
aa0f450
View commit details
Copy full SHA for aa0f450
View code at this point
Browse repository at this point
Commits on Dec 13, 2009
Implement backward completion on backward tab.
Show description for c9b879b
Trundle
committed
c9b879b
View commit details
Copy full SHA for c9b879b
View code at this point
Browse repository at this point
Commits on Nov 28, 2009
Add a flush() method to FakeStdin.
Trundle
committed
3f67a62
View commit details
Copy full SHA for 3f67a62
View code at this point
Browse repository at this point
add a hack to add a write() method to our fake stdin object to keep e.g. IPython happy
bobf
committed
328fd7b
View commit details
Copy full SHA for 328fd7b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.