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
cli.py
on
0.12-bugfix
User selector
All users
All time
Commit history
Commits on Aug 21, 2013
Avoid crashing on terminal resize (on OS X)
Show description for df07239
myint
committed
df07239
View commit details
Copy full SHA for df07239
View code at this point
Browse repository at this point
Commits on Jan 27, 2013
Don't pass \x00 to winstr.
Show description for d69d127
sebastinas
committed
d69d127
View commit details
Copy full SHA for d69d127
View code at this point
Browse repository at this point
Commits on Dec 18, 2012
Fix return value of main_curses if we execute a file
sebastinas
committed
b484236
View commit details
Copy full SHA for b484236
View code at this point
Browse repository at this point
Commits on Oct 27, 2012
Fix ungetch issues with Python 3.3.
Show description for 221ecb7
sebastinas
committed
221ecb7
View commit details
Copy full SHA for 221ecb7
View code at this point
Browse repository at this point
Commits on Oct 21, 2012
Fix traceback with ^d.
sebastinas
committed
6ffb5de
View commit details
Copy full SHA for 6ffb5de
View code at this point
Browse repository at this point
Commits on Oct 7, 2012
Pass exit status (i.e. arguments passed to SystemExit) to shell. Fixes #227.
Trundle
committed
4cbc5f5
View commit details
Copy full SHA for 4cbc5f5
View code at this point
Browse repository at this point
Commits on Sep 29, 2012
Introduced bpython._py3compat: Defines some useful attributes.
Trundle
committed
dff9dd7
View commit details
Copy full SHA for dff9dd7
View code at this point
Browse repository at this point
Commits on Sep 15, 2012
Merge pull request #7 with some additional changes.
sebastinas
committed
cfe07ec
View commit details
Copy full SHA for cfe07ec
View code at this point
Browse repository at this point
Restore the comment.
sebastinas
committed
543ae39
View commit details
Copy full SHA for 543ae39
View code at this point
Browse repository at this point
Use string constants instead of magic numbers.
Sebastian Ramacher
committed
c44cc27
View commit details
Copy full SHA for c44cc27
View code at this point
Browse repository at this point
Commits on Sep 14, 2012
Copying #214 fix from original feature branch.
ingrid
committed
de50722
View commit details
Copy full SHA for de50722
View code at this point
Browse repository at this point
Commits on Sep 13, 2012
merge changes
jasonLaster
committed
243f0ba
View commit details
Copy full SHA for 243f0ba
View code at this point
Browse repository at this point
Commits on Aug 24, 2012
fix AttributeError: 'FakeStream' object has no attribute 'flush'
afokau
committed
d2baba7
View commit details
Copy full SHA for d2baba7
View code at this point
Browse repository at this point
Commits on Jul 20, 2012
resolve merge conflicts
jasonLaster
committed
3a817cc
View commit details
Copy full SHA for 3a817cc
View code at this point
Browse repository at this point
Commits on Jul 19, 2012
update tab method to support new complete types
jasonLaster
committed
faab6a8
View commit details
Copy full SHA for faab6a8
View code at this point
Browse repository at this point
Commits on Jul 16, 2012
add functionality for tab-completion with alternate auto-complete
jasonLaster
committed
c8598d1
View commit details
Copy full SHA for c8598d1
View code at this point
Browse repository at this point
Handle locale.setlocale error.
Show description for c83f10a
sebastinas
committed
c83f10a
View commit details
Copy full SHA for c83f10a
View code at this point
Browse repository at this point
Commits on Jul 15, 2012
add tests for cli, refactor cw
jasonLaster
committed
eea8b79
View commit details
Copy full SHA for eea8b79
View code at this point
Browse repository at this point
Commits on Jul 14, 2012
Remove unnecessary imports.
Sebastian Ramacher
committed
550b547
View commit details
Copy full SHA for 550b547
View code at this point
Browse repository at this point
Commits on Jul 10, 2012
Bug fix for #74 'Completion is broken when auto_display_list is disabled'.
ingrid
committed
e84b077
View commit details
Copy full SHA for e84b077
View code at this point
Browse repository at this point
Commits on Jul 7, 2012
Indent several comments to make code-folding succeed.
jasonLaster
committed
ae362f9
View commit details
Copy full SHA for ae362f9
View code at this point
Browse repository at this point
Commits on May 27, 2012
Initial start to provide a common object for our stdout and stderr streams. This will be shared over frontends and is related to ticket #149.
ikanobori
committed
4051a42
View commit details
Copy full SHA for 4051a42
View code at this point
Browse repository at this point
Commits on Feb 29, 2012
Create a first implementation of keybinding to the reverse-i search mode.
ikanobori
committed
1732f4b
View commit details
Copy full SHA for 1732f4b
View code at this point
Browse repository at this point
Commits on Jan 19, 2012
Merging bugfixes from 0.10-bugfix.
Sebastian Ramacher
committed
b58f201
View commit details
Copy full SHA for b58f201
View code at this point
Browse repository at this point
Encode in Statusbar.settext (Closes: #200)
Show description for 8239fa3
Sebastian Ramacher
committed
8239fa3
View commit details
Copy full SHA for 8239fa3
View code at this point
Browse repository at this point
Commits on Oct 4, 2011
Added history reset to add_str, bs and bs_word
amjith
committed
4188293
View commit details
Copy full SHA for 4188293
View code at this point
Browse repository at this point
Commits on Jul 16, 2011
Some cleanup
ikanobori
committed
394b8ca
View commit details
Copy full SHA for 394b8ca
View code at this point
Browse repository at this point
Merge in Brandon Navra's changes to be able to run bpython in the Windows CLI. Also move Brandon's Windows_Support.txt in the README file. Note to self: Include in documentation after 0.10 release
ikanobori
committed
629759e
View commit details
Copy full SHA for 629759e
View code at this point
Browse repository at this point
Only encode docstring if it's an unicode string.
Trundle
committed
edf7b2e
View commit details
Copy full SHA for edf7b2e
View code at this point
Browse repository at this point
Commits on Jul 14, 2011
Revert line (was accidently changed)
bragradon
committed
9b41964
View commit details
Copy full SHA for 9b41964
View code at this point
Browse repository at this point
Added support to run bpython cli in Windows CMD
bragradon
committed
c9ef8e4
View commit details
Copy full SHA for c9ef8e4
View code at this point
Browse repository at this point
Commits on May 1, 2011
Merge in Anatoly's changes.
Trundle
committed
313d4d1
View commit details
Copy full SHA for 313d4d1
View code at this point
Browse repository at this point
Commits on Apr 29, 2011
Make size of suggestion window configurable.
Show description for 36cc78c
Trundle
committed
36cc78c
View commit details
Copy full SHA for 36cc78c
View code at this point
Browse repository at this point
Commits on Apr 28, 2011
Removed redundant history.save() calls in gtk_.py, cli.py and urwid.py.
Show description for 9069471
amjith
committed
9069471
View commit details
Copy full SHA for 9069471
View code at this point
Browse repository at this point
Commits on Apr 21, 2011
Fix keyword-only arguments in argspec.
Show description for b78e0b8
Trundle
committed
b78e0b8
View commit details
Copy full SHA for b78e0b8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.