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
on
fix-583
User selector
All users
All time
Commit history
Commits on Dec 7, 2015
fix #583
thomasballinger
committed
460d7f0
View commit details
Copy full SHA for 460d7f0
View code at this point
Browse repository at this point
Commits on Dec 6, 2015
Merge pull request #582 from bpython/fix-rutime-import-test
Show description for b0f0496
sebastinas
committed
b0f0496
View commit details
Copy full SHA for b0f0496
View code at this point
Browse repository at this point
Document why invalidate_caches needed
thomasballinger
committed
9966986
View commit details
Copy full SHA for 9966986
View code at this point
Browse repository at this point
enable attribute completion within function call
thomasballinger
committed
9b6aa7b
View commit details
Copy full SHA for 9b6aa7b
View code at this point
Browse repository at this point
fix #505 blank bytestring line in status bar
thomasballinger
committed
78e1f9b
View commit details
Copy full SHA for 78e1f9b
View code at this point
Browse repository at this point
Commits on Dec 3, 2015
fix run order-dependant test failure
thomasballinger
committed
a108ee1
View commit details
Copy full SHA for a108ee1
View code at this point
Browse repository at this point
Commits on Nov 29, 2015
fix parameter name completion
thomasballinger
committed
599cfea
View commit details
Copy full SHA for 599cfea
View code at this point
Browse repository at this point
Log exceptions from auto completers
Show description for dc5e87f
sebastinas
committed
dc5e87f
View commit details
Copy full SHA for dc5e87f
View code at this point
Browse repository at this point
Merge remote-tracking branch 'P-Daddy/master'
sebastinas
committed
3cdc732
View commit details
Copy full SHA for 3cdc732
View code at this point
Browse repository at this point
Commits on Nov 28, 2015
Avoid unsafe completion on array elements
Show description for 05c83be
thomasballinger
committed
05c83be
View commit details
Copy full SHA for 05c83be
View code at this point
Browse repository at this point
Allow global completion in brackets
Show description for 58f3edf
thomasballinger
committed
58f3edf
View commit details
Copy full SHA for 58f3edf
View code at this point
Browse repository at this point
Add tests
Shawn Axsom
authored and
thomasballinger
committed
ce1eb1a
View commit details
Copy full SHA for ce1eb1a
View code at this point
Browse repository at this point
Able to handle nested arrays now when autocompleting for array items
Shawn Axsom
authored and
thomasballinger
committed
b286770
View commit details
Copy full SHA for b286770
View code at this point
Browse repository at this point
Array item completion is working with strings.
Show description for f16a248
Shawn Axsom
authored and
thomasballinger
committed
f16a248
View commit details
Copy full SHA for f16a248
View code at this point
Browse repository at this point
Commits on Nov 26, 2015
Show __new__ docstrings. Fixes #572
di
committed
668bf06
View commit details
Copy full SHA for 668bf06
View code at this point
Browse repository at this point
Commits on Oct 7, 2015
Fix python 3 compatibility
Show description for 4df988b
ObviouslyGreen
committed
4df988b
View commit details
Copy full SHA for 4df988b
View code at this point
Browse repository at this point
Commits on Oct 5, 2015
Correct auto complete tests after double underscore change
Tenzer
committed
9f3460b
View commit details
Copy full SHA for 9f3460b
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
Filter out two underscore attributes in auto completion
Show description for 563f5cb
Tenzer
committed
563f5cb
View commit details
Copy full SHA for 563f5cb
View code at this point
Browse repository at this point
Commits on Aug 26, 2015
Transpose characters if cursor is at the end of the line. Mimics emacs behavior.
wevial
committed
3abb483
View commit details
Copy full SHA for 3abb483
View code at this point
Browse repository at this point
Fix bug #548 - Transpose when empty line crashes
wevial
committed
c08b42d
View commit details
Copy full SHA for c08b42d
View code at this point
Browse repository at this point
Commits on Aug 18, 2015
Fix a typo
Show description for a17999d
sebastinas
committed
a17999d
View commit details
Copy full SHA for a17999d
View code at this point
Browse repository at this point
Commits on Aug 2, 2015
Fix attrib decorator (fixes #553)
Show description for d9aec67
sebastinas
committed
d9aec67
View commit details
Copy full SHA for d9aec67
View code at this point
Browse repository at this point
Commits on Jul 14, 2015
Keep autocomplete errors from crashing bpython
Show description for 51ffb81
Pete Anderson
authored and
Pete Anderson
committed
51ffb81
View commit details
Copy full SHA for 51ffb81
View code at this point
Browse repository at this point
Commits on Jul 11, 2015
add test
sharow
committed
dc0f294
View commit details
Copy full SHA for dc0f294
View code at this point
Browse repository at this point
Commits on Jul 7, 2015
Fix Python 3 compat (fixes #550)
Show description for 2c0958f
sebastinas
committed
2c0958f
View commit details
Copy full SHA for 2c0958f
View code at this point
Browse repository at this point
Fix cli after named-tuple refactoring
Show description for 5eed6af
sebastinas
committed
5eed6af
View commit details
Copy full SHA for 5eed6af
View code at this point
Browse repository at this point
Commits on Jul 5, 2015
fix: Reload and Auto-reloading doesn't work when using Python3.x
sharow
committed
b71f411
View commit details
Copy full SHA for b71f411
View code at this point
Browse repository at this point
Commits on Jun 24, 2015
Allow multi-line banners (fixes #538)
Show description for ff4ad26
sebastinas
committed
ff4ad26
View commit details
Copy full SHA for ff4ad26
View code at this point
Browse repository at this point
Do not print version and help with -q (#fixes #527)
Show description for e1b0dcd
sebastinas
committed
e1b0dcd
View commit details
Copy full SHA for e1b0dcd
View code at this point
Browse repository at this point
Commits on Jun 21, 2015
Work around jedi bugs (fixes #544)
Show description for 04ca930
sebastinas
committed
04ca930
View commit details
Copy full SHA for 04ca930
View code at this point
Browse repository at this point
Failing test for #544
sebastinas
committed
72be2cd
View commit details
Copy full SHA for 72be2cd
View code at this point
Browse repository at this point
Commits on Jun 10, 2015
Merge remote-tracking branch 'noelladsa/refactoring-named-tuple'
sebastinas
committed
811dff1
View commit details
Copy full SHA for 811dff1
View code at this point
Browse repository at this point
Merging pep8
noelladsa
committed
97593fa
View commit details
Copy full SHA for 97593fa
View code at this point
Browse repository at this point
PEP8
noelladsa
committed
191e434
View commit details
Copy full SHA for 191e434
View code at this point
Browse repository at this point
PEP8
noelladsa
committed
b899696
View commit details
Copy full SHA for b899696
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.