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
on
0.10-bugfix
User selector
All users
All time
Commit history
Commits on Jan 19, 2012
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 Jan 18, 2012
Catch exceptions in getargspec (Closes: #202)
Show description for 669a788
Sebastian Ramacher
committed
669a788
View commit details
Copy full SHA for 669a788
View code at this point
Browse repository at this point
Commits on Jan 9, 2012
Catch IOError from ServerProxy (Closes: #207)
Show description for f096dd5
Sebastian Ramacher
committed
f096dd5
View commit details
Copy full SHA for f096dd5
View code at this point
Browse repository at this point
Commits on Nov 16, 2011
Use imp to get the suffix that should be dropped (Closes: #204).
Show description for ec5950e
Sebastian Ramacher
committed
ec5950e
View commit details
Copy full SHA for ec5950e
View code at this point
Browse repository at this point
Commits on Aug 9, 2011
Set the correct year for all copyrights and the -V flag
ikanobori
committed
deb4836
View commit details
Copy full SHA for deb4836
View code at this point
Browse repository at this point
Give the pending release a number
ikanobori
committed
2c309bd
View commit details
Copy full SHA for 2c309bd
View code at this point
Browse repository at this point
Commits on Aug 8, 2011
Don't crash on non-readable python path.
Show description for d3192e5
Trundle
committed
d3192e5
View commit details
Copy full SHA for d3192e5
View code at this point
Browse repository at this point
Commits on Jul 16, 2011
Bump version number
ikanobori
committed
63f32b4
View commit details
Copy full SHA for 63f32b4
View code at this point
Browse repository at this point
Merge.
Trundle
committed
cfd167d
View commit details
Copy full SHA for cfd167d
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 Jun 27, 2011
Replace -c with --config in documentation and tests.
Sebastian Ramacher
committed
4fcb771
View commit details
Copy full SHA for 4fcb771
View code at this point
Browse repository at this point
Drop "-c" config option as it conflicts with vanilla Python's "-c" option.
Show description for a387e8c
Trundle
committed
a387e8c
View commit details
Copy full SHA for a387e8c
View code at this point
Browse repository at this point
Commits on May 31, 2011
Don't lose the session history if an EnvironmentError occurs.
Show description for 3182d08
Trundle
committed
3182d08
View commit details
Copy full SHA for 3182d08
View code at this point
Browse repository at this point
Commits on May 20, 2011
New artwork, courtesy of Leo Hutson!
ikanobori
committed
2f0a6ba
View commit details
Copy full SHA for 2f0a6ba
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
Reformat text, needs i18n needs crash checking for long filenames which wrap
ikanobori
committed
4f2cb14
View commit details
Copy full SHA for 4f2cb14
View code at this point
Browse repository at this point
Maintain 2.5 compatibility
ikanobori
committed
9230d16
View commit details
Copy full SHA for 9230d16
View code at this point
Browse repository at this point
Make it so we setting hist_length to zero does not cause you to not have session history
ikanobori
committed
023402d
View commit details
Copy full SHA for 023402d
View code at this point
Browse repository at this point
Exception handling for file IO events while saving history.
amjith
committed
8c5b02a
View commit details
Copy full SHA for 8c5b02a
View code at this point
Browse repository at this point
Read in the history file before writing. This prevents stomping of history from multiple bpython sessions. History from multiple sessions will be interleaved.
amjith
committed
1c9d1b3
View commit details
Copy full SHA for 1c9d1b3
View code at this point
Browse repository at this point
Commits on Apr 28, 2011
Passing in hist_length to save(), so we'll start honoring the history length in the config file.
amjith
committed
48aea6a
View commit details
Copy full SHA for 48aea6a
View code at this point
Browse repository at this point
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 26, 2011
Added feature to append each command to the python history file as soon as user presses enter on the repl.
amjith
committed
396652b
View commit details
Copy full SHA for 396652b
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
Commits on Apr 20, 2011
Added a Dutch translation file
ikanobori
committed
fa54350
View commit details
Copy full SHA for fa54350
View code at this point
Browse repository at this point
Workaround for issue #166.
Show description for c879bc6
Trundle
committed
c879bc6
View commit details
Copy full SHA for c879bc6
View code at this point
Browse repository at this point
Commits on Apr 10, 2011
cli: init_wins() colors argument is not used
techtonik
committed
e17955e
View commit details
Copy full SHA for e17955e
View code at this point
Browse repository at this point
cli: minor whitespace, copyright and typo
techtonik
committed
0bb9e6a
View commit details
Copy full SHA for 0bb9e6a
View code at this point
Browse repository at this point
cli: clean up globals and make them explicit
techtonik
committed
fb903c4
View commit details
Copy full SHA for fb903c4
View code at this point
Browse repository at this point
Commits on Mar 18, 2011
Always use repr() for displaying argument default values.
Show description for c4f93fe
Trundle
committed
c4f93fe
View commit details
Copy full SHA for c4f93fe
View code at this point
Browse repository at this point
Commits on Mar 13, 2011
Revert some unwanted changes that sneaked in with 0477d51550ab.
Trundle
committed
81b6570
View commit details
Copy full SHA for 81b6570
View code at this point
Browse repository at this point
Commits on Mar 11, 2011
Second attempt at making b0efd741dfd7 compatible with Python 2.5.
Trundle
committed
b448047
View commit details
Copy full SHA for b448047
View code at this point
Browse repository at this point
Add a isatty() method to CLIRepl. Refs #149.
Show description for 84c4f1d
Trundle
committed
84c4f1d
View commit details
Copy full SHA for 84c4f1d
View code at this point
Browse repository at this point
with taken from the future (2.5 compatibility)
ambv
committed
5c0b03f
View commit details
Copy full SHA for 5c0b03f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.