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
.
Xython
/
bpython
Public
forked from
lfkdsk/bpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
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
travis-ci/python3.5
User selector
All users
All time
Commit history
Commits on Mar 25, 2015
No need to catch this AttributeError in test code
michaelmulley
committed
92e9b0b
View commit details
Copy full SHA for 92e9b0b
View code at this point
Browse repository at this point
Move linecache code to new file, use super()
michaelmulley
committed
7ca380d
View commit details
Copy full SHA for 7ca380d
View code at this point
Browse repository at this point
Remember the source of interactively defined functions
Show description for 38f1ed6
michaelmulley
committed
38f1ed6
View commit details
Copy full SHA for 38f1ed6
View code at this point
Browse repository at this point
Commits on Mar 24, 2015
Use bpython.config's getpreferredencoding
Show description for 21b9a54
sebastinas
committed
21b9a54
View commit details
Copy full SHA for 21b9a54
View code at this point
Browse repository at this point
Commits on Mar 23, 2015
Update translations
Show description for 5cdfa51
sebastinas
committed
5cdfa51
View commit details
Copy full SHA for 5cdfa51
View code at this point
Browse repository at this point
Move pasting logic out of Repl
Show description for ac630cc
sebastinas
committed
ac630cc
View commit details
Copy full SHA for ac630cc
View code at this point
Browse repository at this point
Commits on Mar 16, 2015
Merge remote-tracking branch 'llllllllll/old-style-class-dict-autocomplete' (merged #511)
Show description for ad8958f
sebastinas
committed
ad8958f
View commit details
Copy full SHA for ad8958f
View code at this point
Browse repository at this point
Fix fuzzy completion test
Show description for 27b9493
sebastinas
committed
27b9493
View commit details
Copy full SHA for 27b9493
View code at this point
Browse repository at this point
Update tests
Show description for c830c75
sebastinas
committed
c830c75
View commit details
Copy full SHA for c830c75
View code at this point
Browse repository at this point
Re-introduce autocompletion modes
Show description for 2cfa83b
sebastinas
committed
2cfa83b
View commit details
Copy full SHA for 2cfa83b
View code at this point
Browse repository at this point
Commits on Mar 15, 2015
Makes the old-style class autocomplete work in 2.6 and 3.x
llllllllll
committed
a82b4b5
View commit details
Copy full SHA for a82b4b5
View code at this point
Browse repository at this point
Adds tests to validate that __dict__ is in the autocomplete of an old
Show description for cb90872
llllllllll
committed
cb90872
View commit details
Copy full SHA for cb90872
View code at this point
Browse repository at this point
Makes old style classes and instances show __dict__ in the autocomplete.
llllllllll
committed
5cf6f52
View commit details
Copy full SHA for 5cf6f52
View code at this point
Browse repository at this point
Move attr_{matches,lookup} to AttrCompleter
Show description for 4d26621
sebastinas
committed
4d26621
View commit details
Copy full SHA for 4d26621
View code at this point
Browse repository at this point
Change default to None and set it to LOCK_EX in __init__ (fixes #509)
Show description for e83fb4a
sebastinas
committed
e83fb4a
View commit details
Copy full SHA for e83fb4a
View code at this point
Browse repository at this point
Commits on Mar 13, 2015
use configurable keys for right arrow completion
thomasballinger
committed
577b9c7
View commit details
Copy full SHA for 577b9c7
View code at this point
Browse repository at this point
Add Ctrl-e to complete current suggestion.
amjith
committed
e3dfb4f
View commit details
Copy full SHA for e3dfb4f
View code at this point
Browse repository at this point
Commits on Mar 8, 2015
Remove more calls to str
Show description for 7eaef53
sebastinas
committed
7eaef53
View commit details
Copy full SHA for 7eaef53
View code at this point
Browse repository at this point
Do not mention search twice
Show description for 834ffa0
sebastinas
committed
834ffa0
View commit details
Copy full SHA for 834ffa0
View code at this point
Browse repository at this point
Replace str(e) with "%s" % e where possible (fixes #501)
Show description for 30f943f
sebastinas
committed
30f943f
View commit details
Copy full SHA for 30f943f
View code at this point
Browse repository at this point
Revert "Fix pkgutil.get_data for sample-config"
Show description for 25c2fe0
sebastinas
committed
25c2fe0
View commit details
Copy full SHA for 25c2fe0
View code at this point
Browse repository at this point
Commits on Mar 7, 2015
fix multiline block completion errors on enter
thomasballinger
committed
4ada245
View commit details
Copy full SHA for 4ada245
View code at this point
Browse repository at this point
remove outdated, limited check for vaild config
thomasballinger
committed
1f2e808
View commit details
Copy full SHA for 1f2e808
View code at this point
Browse repository at this point
remove duplicate keybind commands
thomasballinger
committed
9f0d073
View commit details
Copy full SHA for 9f0d073
View code at this point
Browse repository at this point
add keys
thomasballinger
committed
76892ca
View commit details
Copy full SHA for 76892ca
View code at this point
Browse repository at this point
Fix pkgutil.get_data for sample-config
thomasballinger
committed
07d8d53
View commit details
Copy full SHA for 07d8d53
View code at this point
Browse repository at this point
specialize source finding error messages
thomasballinger
committed
9bc21e5
View commit details
Copy full SHA for 9bc21e5
View code at this point
Browse repository at this point
prettier errors with multiline string assert
thomasballinger
committed
4408f9d
View commit details
Copy full SHA for 4408f9d
View code at this point
Browse repository at this point
Extra enter not required in pypy
thomasballinger
committed
0662921
View commit details
Copy full SHA for 0662921
View code at this point
Browse repository at this point
new global in pypy, sequenceiterator
thomasballinger
committed
4b9a328
View commit details
Copy full SHA for 4b9a328
View code at this point
Browse repository at this point
Use pkgutil.ImpLoader for the import loader
Show description for 0f92c18
sebastinas
committed
0f92c18
View commit details
Copy full SHA for 0f92c18
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
Document LazyReCompile
Show description for f192efa
sebastinas
committed
f192efa
View commit details
Copy full SHA for f192efa
View code at this point
Browse repository at this point
use unicode literals
Show description for 907473b
sebastinas
committed
907473b
View commit details
Copy full SHA for 907473b
View code at this point
Browse repository at this point
Remove useless use of str
Show description for 95c05bc
sebastinas
committed
95c05bc
View commit details
Copy full SHA for 95c05bc
View code at this point
Browse repository at this point
Make KeyMap a new style class
Show description for a9faa96
sebastinas
committed
a9faa96
View commit details
Copy full SHA for a9faa96
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.