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.11-bugfix
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 16, 2012
Fix bug #132 by assuming ascii when getpreferredencoding() returns an empty string. This is better than breaking always.
ikanobori
committed
df61f31
View commit details
Copy full SHA for df61f31
View code at this point
Browse repository at this point
Commits on Mar 14, 2012
Does this really need a commit message? I fucked up.
ikanobori
committed
8b3941d
View commit details
Copy full SHA for 8b3941d
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 28, 2012
Split pastebin into pastebin and do_pastebin.
Show description for 9d397f6
Sebastian Ramacher
committed
9d397f6
View commit details
Copy full SHA for 9d397f6
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
Commits on Jan 9, 2012
Add option to remove duplicates from history. (Closes: #135)
Sebastian Ramacher
committed
fa8e0b4
View commit details
Copy full SHA for fa8e0b4
View code at this point
Browse repository at this point
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 22, 2011
Complete magic methods within a class body (configurable).
Julian Berman
authored and
Julian Berman
committed
8ce719c
View commit details
Copy full SHA for 8ce719c
View code at this point
Browse repository at this point
Commits on Oct 4, 2011
Jumps back/forward in history to match the partial string entered in the command line.
amjith
committed
1918218
View commit details
Copy full SHA for 1918218
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
Previous
Next
You can’t perform that action at this time.