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
repl.py
on
0.10-bugfix
User selector
All users
All time
Commit history
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 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
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 Apr 29, 2011
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 Nov 22, 2010
Bah. Remove test prompt.
Trundle
committed
d3ab047
View commit details
Copy full SHA for d3ab047
View code at this point
Browse repository at this point
Commits on Nov 18, 2010
Don't hardcode prompt.
Trundle
committed
614b659
View commit details
Copy full SHA for 614b659
View code at this point
Browse repository at this point
Commits on Nov 9, 2010
Fix argument position when lambdas are used in arguments.
Show description for 02d62a9
Trundle
committed
02d62a9
View commit details
Copy full SHA for 02d62a9
View code at this point
Browse repository at this point
Commits on Sep 13, 2010
Catch IndexError when calling inspect.getsourcelines() and pydoc.getdoc().
Show description for 8b4c0cc
Trundle
committed
8b4c0cc
View commit details
Copy full SHA for 8b4c0cc
View code at this point
Browse repository at this point
Commits on Aug 25, 2010
Display tuple unpacking in argspec correctly.
Show description for 7bb3b4a
Trundle
committed
7bb3b4a
View commit details
Copy full SHA for 7bb3b4a
View code at this point
Browse repository at this point
Commits on Aug 1, 2010
Catch socket.error when uploading a paste.
Show description for 729f2ee
Trundle
committed
729f2ee
View commit details
Copy full SHA for 729f2ee
View code at this point
Browse repository at this point
Commits on Jul 16, 2010
deal with cases that locale.getpreferredencoding returns None - which apparently it does for some dude's setup; delegate to sys.getdefaultencoding
bobf
committed
5498a38
View commit details
Copy full SHA for 5498a38
View code at this point
Browse repository at this point
Commits on Jul 13, 2010
Fixed bug in MatchesIterator.previous
mmaker
committed
7369114
View commit details
Copy full SHA for 7369114
View code at this point
Browse repository at this point
Commits on Jul 12, 2010
Reverse a change in which bob found a bug
ikanobori
committed
2d93407
View commit details
Copy full SHA for 2d93407
View code at this point
Browse repository at this point
Commits on Jul 9, 2010
__iter__ yields
mmaker
committed
33a0208
View commit details
Copy full SHA for 33a0208
View code at this point
Browse repository at this point
Commits on Jul 7, 2010
Unittesting repl.py
mmaker
committed
e3b34a3
View commit details
Copy full SHA for e3b34a3
View code at this point
Browse repository at this point
page_up and page_down keys mapped
mmaker
committed
0259cf8
View commit details
Copy full SHA for 0259cf8
View code at this point
Browse repository at this point
Commits on Apr 14, 2010
Add show source feature to gtk.
Trundle
committed
f2e931a
View commit details
Copy full SHA for f2e931a
View code at this point
Browse repository at this point
Commits on Apr 6, 2010
GTK save current pastebin url to clipboard
ikanobori
committed
5b4c2c0
View commit details
Copy full SHA for 5b4c2c0
View code at this point
Browse repository at this point
GTK save current pastebin url to clipboard
ikanobori
committed
33113a3
View commit details
Copy full SHA for 33113a3
View code at this point
Browse repository at this point
Commits on Apr 1, 2010
Have a save to file option in gtk
ikanobori
committed
fe84f78
View commit details
Copy full SHA for fe84f78
View code at this point
Browse repository at this point
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 Jan 25, 2010
Only show the "__abstractmethods__" attribute for instances of abc.ABCMeta.
Show description for 016952b
Trundle
committed
016952b
View commit details
Copy full SHA for 016952b
View code at this point
Browse repository at this point
Commits on Jan 21, 2010
Add pastebin confirmation configuration. This defaults to have confirmation but when the pastebin_confirm option under the general section is set to false you wont have to verify. It also includes …
Show description for b7d3f54
ikanobori
committed
b7d3f54
View commit details
Copy full SHA for b7d3f54
View code at this point
Browse repository at this point
Commits on Jan 20, 2010
add confirmation to pastebin command; too many people accidentally posting sensitive data
bobf
committed
ca85c9e
View commit details
Copy full SHA for ca85c9e
View code at this point
Browse repository at this point
Commits on Jan 12, 2010
Updated copyrights
ikanobori
committed
eadda42
View commit details
Copy full SHA for eadda42
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.