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
.
pythonthings
/
bpython
Public
forked from
bpython/bpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
bpython
bpython
repl.py
on
fake-flush
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 23, 2013
document side effects of Repl.tokenize
thomasballinger
committed
499dcae
View commit details
Copy full SHA for 499dcae
View code at this point
Browse repository at this point
factor out insert_into_history
thomasballinger
committed
8063be3
View commit details
Copy full SHA for 8063be3
View code at this point
Browse repository at this point
Commits on Mar 13, 2013
Check if target file already exists
Show description for 4ac5f11
sebastinas
committed
4ac5f11
View commit details
Copy full SHA for 4ac5f11
View code at this point
Browse repository at this point
Add option to append '.py' to filesnames while saving
sebastinas
committed
1fd322f
View commit details
Copy full SHA for 1fd322f
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 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 21, 2012
Reset current function name after punctuations/operators. Fixes #127.
Trundle
committed
5abd6eb
View commit details
Copy full SHA for 5abd6eb
View code at this point
Browse repository at this point
Commits on Jul 24, 2012
Use Python3Lexer if running with Python 3.
Show description for f5179b4
sebastinas
committed
f5179b4
View commit details
Copy full SHA for f5179b4
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
resolve merge issues
jasonLaster
committed
1e3f9f2
View commit details
Copy full SHA for 1e3f9f2
View code at this point
Browse repository at this point
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
Commits on Jul 13, 2012
Translate some more strings.
Sebastian Ramacher
committed
7152bab
View commit details
Copy full SHA for 7152bab
View code at this point
Browse repository at this point
Commits on Jul 11, 2012
Add yield to list of dedent words as well
ikanobori
committed
a8ebb09
View commit details
Copy full SHA for a8ebb09
View code at this point
Browse repository at this point
Commits on Jul 10, 2012
Added raise to list of dedent words
akaptur
committed
16c5bd9
View commit details
Copy full SHA for 16c5bd9
View code at this point
Browse repository at this point
Fixes #143 make auto-dedent smarter
akaptur
committed
199a6bc
View commit details
Copy full SHA for 199a6bc
View code at this point
Browse repository at this point
Commits on Jul 7, 2012
Refactor Completer code into Autocomplete class
jasonLaster
committed
2d61b19
View commit details
Copy full SHA for 2d61b19
View code at this point
Browse repository at this point
Add alternate autocomplete_mode
jasonLaster
committed
ffc15c8
View commit details
Copy full SHA for ffc15c8
View code at this point
Browse repository at this point
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 28, 2012
Add missing docstring.
eikehein
committed
9c6a895
View commit details
Copy full SHA for 9c6a895
View code at this point
Browse repository at this point
Fix regression.
eikehein
committed
778409f
View commit details
Copy full SHA for 778409f
View code at this point
Browse repository at this point
Move setting the previous pastebin content to after the upload in do_pastebin_xmlrpc().
Show description for d804cc9
eikehein
committed
d804cc9
View commit details
Copy full SHA for d804cc9
View code at this point
Browse repository at this point
Bring back do_pastebin() and use the opportunity to factor out some shared code.
eikehein
committed
f514e8f
View commit details
Copy full SHA for f514e8f
View code at this point
Browse repository at this point
Reformat to fit into 80 columns.
eikehein
committed
77c9032
View commit details
Copy full SHA for 77c9032
View code at this point
Browse repository at this point
Commits on May 27, 2012
Perform basic URL/output validation and consistify encode/decode behavior.
Show description for 43f255e
eikehein
committed
43f255e
View commit details
Copy full SHA for 43f255e
View code at this point
Browse repository at this point
Use errno.ENOENT rather than hardcoding the error code.
eikehein
committed
e78ddd0
View commit details
Copy full SHA for e78ddd0
View code at this point
Browse repository at this point
Add a pastebin_helper config option to name an executable for pastebin upload.
Show description for 41ebe48
eikehein
committed
41ebe48
View commit details
Copy full SHA for 41ebe48
View code at this point
Browse repository at this point
Create option for private pastebins, default to always post private. This should alleviate the need to remove pastes.
ikanobori
committed
a0746ca
View commit details
Copy full SHA for a0746ca
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.