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
test
on
configurable-keys
User selector
All users
All time
Commit history
Commits on Oct 18, 2014
allow more key configuration, prevent doublebinds
thomasballinger
committed
329f370
View commit details
Copy full SHA for 329f370
View code at this point
Browse repository at this point
fix #370
thomasballinger
committed
81c2197
View commit details
Copy full SHA for 81c2197
View code at this point
Browse repository at this point
add failing test
thomasballinger
committed
f8b56d1
View commit details
Copy full SHA for f8b56d1
View code at this point
Browse repository at this point
formatting and tests
thomasballinger
committed
06b9400
View commit details
Copy full SHA for 06b9400
View code at this point
Browse repository at this point
just do module discovery once and skip urwid UrwidCrashersTest
thomasballinger
committed
970d3b9
View commit details
Copy full SHA for 970d3b9
View code at this point
Browse repository at this point
Commits on Oct 17, 2014
fix 415
thomasballinger
committed
3cddcc6
View commit details
Copy full SHA for 3cddcc6
View code at this point
Browse repository at this point
add failing test for issue #415
thomasballinger
committed
3995c12
View commit details
Copy full SHA for 3995c12
View code at this point
Browse repository at this point
Small (subjective) clean-up in tests.
Trundle
committed
d7afe73
View commit details
Copy full SHA for d7afe73
View code at this point
Browse repository at this point
Remove debug prints.
Trundle
committed
663ea47
View commit details
Copy full SHA for 663ea47
View code at this point
Browse repository at this point
remove nop test in test_manual_readline
thomasballinger
committed
8321def
View commit details
Copy full SHA for 8321def
View code at this point
Browse repository at this point
Merge branch 'fix-inconsistent-history'
Show description for 2cb18da
thomasballinger
committed
2cb18da
View commit details
Copy full SHA for 2cb18da
View code at this point
Browse repository at this point
Tests for all sorts of inconsistent history edge cases
Show description for 6469adf
thomasballinger
committed
6469adf
View commit details
Copy full SHA for 6469adf
View code at this point
Browse repository at this point
Commits on Oct 16, 2014
fix Python 3 test
thomasballinger
committed
3fa21ab
View commit details
Copy full SHA for 3fa21ab
View code at this point
Browse repository at this point
Commits on Oct 15, 2014
Fixed #284
lrraymond13
committed
82b39bf
View commit details
Copy full SHA for 82b39bf
View code at this point
Browse repository at this point
tests for clearing, fix issue #343
thomasballinger
committed
313189c
View commit details
Copy full SHA for 313189c
View code at this point
Browse repository at this point
tests for clearing screen
thomasballinger
committed
de56af5
View commit details
Copy full SHA for de56af5
View code at this point
Browse repository at this point
Add tests for special rewind cases
thomasballinger
committed
f4d353c
View commit details
Copy full SHA for f4d353c
View code at this point
Browse repository at this point
pressing <Esc+.> prints the last word of the last command to the command line
Show description for df80ea1
susinmotion
authored and
thomasballinger
committed
df80ea1
View commit details
Copy full SHA for df80ea1
View code at this point
Browse repository at this point
Commits on Oct 4, 2014
Fix duplicated test case name.
Trundle
committed
236e320
View commit details
Copy full SHA for 236e320
View code at this point
Browse repository at this point
Remove some unused imports.
Trundle
committed
86fb570
View commit details
Copy full SHA for 86fb570
View code at this point
Browse repository at this point
Commits on Oct 1, 2014
Small Python 3 fix for issue #369's test.
Trundle
committed
fd889b3
View commit details
Copy full SHA for fd889b3
View code at this point
Browse repository at this point
Commits on Sep 30, 2014
Use text mode for temporary Python file in tests.
Show description for 80d35b4
Trundle
committed
80d35b4
View commit details
Copy full SHA for 80d35b4
View code at this point
Browse repository at this point
Commits on Sep 26, 2014
fix mistakes trundle pointed out
thomasballinger
committed
9a6f047
View commit details
Copy full SHA for 9a6f047
View code at this point
Browse repository at this point
Use the runsource method of interpreter object in bpython.args.exec_code().
Show description for e7630ac
Trundle
committed
e7630ac
View commit details
Copy full SHA for e7630ac
View code at this point
Browse repository at this point
Commits on Sep 18, 2014
Add tests for nop case of some readline commands
thomasballinger
committed
ce19978
View commit details
Copy full SHA for ce19978
View code at this point
Browse repository at this point
Commits on Sep 16, 2014
fix broken test that broke the build
thomasballinger
committed
9def303
View commit details
Copy full SHA for 9def303
View code at this point
Browse repository at this point
add test documenting bash's meta-. history behavior
thomasballinger
committed
9a6cadb
View commit details
Copy full SHA for 9a6cadb
View code at this point
Browse repository at this point
Commits on Sep 15, 2014
Merge pull request #389 from susinmotion/feature/escape-dot
Show description for f01649a
thomasballinger
committed
f01649a
View commit details
Copy full SHA for f01649a
View code at this point
Browse repository at this point
pressing <Esc+.> prints the last word of the last command to the command line
Show description for a666071
susinmotion
committed
a666071
View commit details
Copy full SHA for a666071
View code at this point
Browse repository at this point
Added tests
thomasballinger
committed
a0f2e2a
View commit details
Copy full SHA for a0f2e2a
View code at this point
Browse repository at this point
Commits on Sep 4, 2014
Merge pull request #368 from mlauter/master
Show description for 0513f1a
thomasballinger
committed
0513f1a
View commit details
Copy full SHA for 0513f1a
View code at this point
Browse repository at this point
add test for interpreter
mlauter
committed
55ce0e7
View commit details
Copy full SHA for 55ce0e7
View code at this point
Browse repository at this point
Commits on Aug 30, 2014
add failing test for #369
thomasballinger
committed
ec8a32e
View commit details
Copy full SHA for ec8a32e
View code at this point
Browse repository at this point
more tests, fix #360
Show description for 79d55fa
thomasballinger
committed
79d55fa
View commit details
Copy full SHA for 79d55fa
View code at this point
Browse repository at this point
Commits on Aug 29, 2014
fix #366 and fix #367
Show description for aea557a
thomasballinger
committed
aea557a
View commit details
Copy full SHA for aea557a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.