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
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 }}
coolcoding
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
bpython
bpython
on
make-room
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 18, 2015
prevent status bar from flashing at bottom
thomasballinger
committed
1ac9680
View commit details
Copy full SHA for 1ac9680
View code at this point
Browse repository at this point
Commits on Feb 14, 2015
allow list_above to be False
thomasballinger
committed
a66ca9e
View commit details
Copy full SHA for a66ca9e
View code at this point
Browse repository at this point
mitigate jarring scroll up on completion
Show description for e945ea5
thomasballinger
committed
e945ea5
View commit details
Copy full SHA for e945ea5
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
change --type to --paste for initial paste
thomasballinger
committed
e32e8e8
View commit details
Copy full SHA for e32e8e8
View code at this point
Browse repository at this point
fix crash due to calling last_word on a line with only whitespace
thomasballinger
committed
0ee753a
View commit details
Copy full SHA for 0ee753a
View code at this point
Browse repository at this point
test last_word, add failing test case that caused crash
thomasballinger
committed
b51663c
View commit details
Copy full SHA for b51663c
View code at this point
Browse repository at this point
fix typo in version message
thomasballinger
committed
3332f4f
View commit details
Copy full SHA for 3332f4f
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
Run the test
Show description for c663b20
sebastinas
committed
c663b20
View commit details
Copy full SHA for c663b20
View code at this point
Browse repository at this point
Fix another occurrence of events.RefreshRequestEvent
Show description for 1451c2c
sebastinas
committed
1451c2c
View commit details
Copy full SHA for 1451c2c
View code at this point
Browse repository at this point
Commits on Feb 11, 2015
fix bug with sending session to external editor
thomasballinger
committed
2d28150
View commit details
Copy full SHA for 2d28150
View code at this point
Browse repository at this point
Commits on Feb 10, 2015
Remove handling of suspend key
Show description for f01cb42
sebastinas
committed
f01cb42
View commit details
Copy full SHA for f01cb42
View code at this point
Browse repository at this point
Sort values
Show description for 22f2aaa
sebastinas
committed
22f2aaa
View commit details
Copy full SHA for 22f2aaa
View code at this point
Browse repository at this point
Add bpython.__main__
Show description for cc3d8c8
sebastinas
committed
cc3d8c8
View commit details
Copy full SHA for cc3d8c8
View code at this point
Browse repository at this point
Add missing unicode_literals import
Show description for 26d2065
sebastinas
committed
26d2065
View commit details
Copy full SHA for 26d2065
View code at this point
Browse repository at this point
Commits on Feb 9, 2015
Use io instead of codecs
Show description for 62d7d95
sebastinas
committed
62d7d95
View commit details
Copy full SHA for 62d7d95
View code at this point
Browse repository at this point
Fix off-by-one
Show description for 844d350
sebastinas
committed
844d350
View commit details
Copy full SHA for 844d350
View code at this point
Browse repository at this point
Handle encodings properly in super paste mode
Show description for 6547d6d
sebastinas
committed
6547d6d
View commit details
Copy full SHA for 6547d6d
View code at this point
Browse repository at this point
Update copyright information
Show description for 2d4fc0b
sebastinas
committed
2d4fc0b
View commit details
Copy full SHA for 2d4fc0b
View code at this point
Browse repository at this point
Commits on Feb 7, 2015
PEP-8 in curtsies repl
thomasballinger
committed
d635494
View commit details
Copy full SHA for d635494
View code at this point
Browse repository at this point
Test for get_encoding_file
Show description for 7587ad8
sebastinas
committed
7587ad8
View commit details
Copy full SHA for 7587ad8
View code at this point
Browse repository at this point
Unify runsource and document its behavior
Show description for 6d8952c
sebastinas
committed
6d8952c
View commit details
Copy full SHA for 6d8952c
View code at this point
Browse repository at this point
Fix test name and use mock.patch.dict
Show description for 60c4c08
sebastinas
committed
60c4c08
View commit details
Copy full SHA for 60c4c08
View code at this point
Browse repository at this point
Simplify
Show description for a4038cd
sebastinas
committed
a4038cd
View commit details
Copy full SHA for a4038cd
View code at this point
Browse repository at this point
Test differently encoded startup files
Show description for b5d7790
sebastinas
committed
b5d7790
View commit details
Copy full SHA for b5d7790
View code at this point
Browse repository at this point
Try to read encoding of PYTHONSTARTUP file first, and then read it with correct encoding
Show description for d0bc25d
sebastinas
committed
d0bc25d
View commit details
Copy full SHA for d0bc25d
View code at this point
Browse repository at this point
Simplify tests and enable all of them
Show description for e4c3d4d
sebastinas
committed
e4c3d4d
View commit details
Copy full SHA for e4c3d4d
View code at this point
Browse repository at this point
Properly encode source
Show description for 9542b0c
sebastinas
committed
9542b0c
View commit details
Copy full SHA for 9542b0c
View code at this point
Browse repository at this point
Remove runsource overwrite
Show description for 64772c0
sebastinas
committed
64772c0
View commit details
Copy full SHA for 64772c0
View code at this point
Browse repository at this point
Add encoding to constructor
Show description for ff1d017
sebastinas
committed
ff1d017
View commit details
Copy full SHA for ff1d017
View code at this point
Browse repository at this point
pep8 curtsies.repl
Show description for 9647c26
thomasballinger
committed
9647c26
View commit details
Copy full SHA for 9647c26
View code at this point
Browse repository at this point
pep8 of curtsies repl
thomasballinger
committed
02631dd
View commit details
Copy full SHA for 02631dd
View code at this point
Browse repository at this point
mark another test as slow
thomasballinger
committed
f7aa4b2
View commit details
Copy full SHA for f7aa4b2
View code at this point
Browse repository at this point
fix #473
thomasballinger
committed
75b4a0f
View commit details
Copy full SHA for 75b4a0f
View code at this point
Browse repository at this point
delete repeated code in interpreters
thomasballinger
committed
3cbe24d
View commit details
Copy full SHA for 3cbe24d
View code at this point
Browse repository at this point
test behavior requiring encoding in runsource
thomasballinger
committed
b6a2a5f
View commit details
Copy full SHA for b6a2a5f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.