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
windows-support
User selector
All users
All time
Commit history
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
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
Commits on Dec 31, 2009
Patch from Henry Prêcheur to fix py3 support - we don't override runsource() if
Show description for f30daa9
bobf
committed
f30daa9
View commit details
Copy full SHA for f30daa9
View code at this point
Browse repository at this point
Commits on Dec 29, 2009
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
Deliberately comment out syntax error
ikanobori
committed
b312472
View commit details
Copy full SHA for b312472
View code at this point
Browse repository at this point
deliberate syntax error ha ha ha
bobf
committed
6f9c7cf
View commit details
Copy full SHA for 6f9c7cf
View code at this point
Browse repository at this point
re-add missing sorted(set(matches)) to remove dupes - somebody thought it would be funny to take this out, and he is probably Dutch
bobf
committed
dfb17e9
View commit details
Copy full SHA for dfb17e9
View code at this point
Browse repository at this point
screw you simon
bobf
committed
5697d6f
View commit details
Copy full SHA for 5697d6f
View code at this point
Browse repository at this point
Commits on Dec 27, 2009
fix to keep rl_history the same after undo. a bit hacky so maybe find a better way one day
bobf
committed
e46aefa
View commit details
Copy full SHA for e46aefa
View code at this point
Browse repository at this point
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
Removed obsolete methods (see previous rev)
ikanobori
committed
132fc25
View commit details
Copy full SHA for 132fc25
View code at this point
Browse repository at this point
Removed sorting, not necessary because of the hiding of _x unless explicitly given.
ikanobori
committed
82d0674
View commit details
Copy full SHA for 82d0674
View code at this point
Browse repository at this point
Commits on Dec 19, 2009
Filter matches before check for no matches.
Trundle
committed
9a58db4
View commit details
Copy full SHA for 9a58db4
View code at this point
Browse repository at this point
Commits on Dec 18, 2009
Avoid calling __getattr__ in get_object.
Show description for 72e42f1
Trundle
committed
72e42f1
View commit details
Copy full SHA for 72e42f1
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
Filter out _ and __ functions unless the match specifically starts with #62
ikanobori
committed
8d1eb74
View commit details
Copy full SHA for 8d1eb74
View code at this point
Browse repository at this point
Matchsorting for #62
ikanobori
committed
8d12b49
View commit details
Copy full SHA for 8d12b49
View code at this point
Browse repository at this point
Remove really old and unused method.
Trundle
committed
61deda0
View commit details
Copy full SHA for 61deda0
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 18, 2009
Make pastebin URL really configurable.
Show description for 33d695a
Trundle
committed
33d695a
View commit details
Copy full SHA for 33d695a
View code at this point
Browse repository at this point
Commits on Oct 27, 2009
More PEP-8 consolidation
ikanobori
committed
5d6f9cb
View commit details
Copy full SHA for 5d6f9cb
View code at this point
Browse repository at this point
PEP-8 conformance
ikanobori
committed
2c906bf
View commit details
Copy full SHA for 2c906bf
View code at this point
Browse repository at this point
Commits on Oct 17, 2009
Only restore indentation when inside a block.
Trundle
committed
24e478c
View commit details
Copy full SHA for 24e478c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.