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 }}
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
fix-writing-bytes-in-python-2
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 19, 2015
Decode output of stdout.write in Python 2
thomasballinger
committed
8942807
View commit details
Copy full SHA for 8942807
View code at this point
Browse repository at this point
Commits on Feb 18, 2015
Use sys.meta_path to hook into import
Show description for cc7aebd
sebastinas
committed
cc7aebd
View commit details
Copy full SHA for cc7aebd
View code at this point
Browse repository at this point
fix #483 temporarily
thomasballinger
committed
291a5d3
View commit details
Copy full SHA for 291a5d3
View code at this point
Browse repository at this point
Keep a frozen copy of keyword list
Show description for d2d236d
sebastinas
committed
d2d236d
View commit details
Copy full SHA for d2d236d
View code at this point
Browse repository at this point
Test global completion with modified keyword list
Show description for b454048
sebastinas
committed
b454048
View commit details
Copy full SHA for b454048
View code at this point
Browse repository at this point
Use correct length
Show description for ac3ef20
sebastinas
committed
ac3ef20
View commit details
Copy full SHA for ac3ef20
View code at this point
Browse repository at this point
take simpler approach to decoding keywords
thomasballinger
committed
8d6ba1c
View commit details
Copy full SHA for 8d6ba1c
View code at this point
Browse repository at this point
use unicode literals
thomasballinger
committed
79f75dc
View commit details
Copy full SHA for 79f75dc
View code at this point
Browse repository at this point
switch to curtsies v2.2, fmtstrs unicode
thomasballinger
committed
3cfac86
View commit details
Copy full SHA for 3cfac86
View code at this point
Browse repository at this point
import completion returns unicode
thomasballinger
committed
3f6eb09
View commit details
Copy full SHA for 3f6eb09
View code at this point
Browse repository at this point
GlobalCompleter returns unicode matches
thomasballinger
committed
eb56295
View commit details
Copy full SHA for eb56295
View code at this point
Browse repository at this point
Use builtins module
Show description for 2df245b
sebastinas
committed
2df245b
View commit details
Copy full SHA for 2df245b
View code at this point
Browse repository at this point
Use six
Show description for 1b4cc8f
sebastinas
committed
1b4cc8f
View commit details
Copy full SHA for 1b4cc8f
View code at this point
Browse repository at this point
Use correct default level values (fixes #486)
Show description for 43e7038
sebastinas
committed
43e7038
View commit details
Copy full SHA for 43e7038
View code at this point
Browse repository at this point
Switch bpython.embed to curtsies (fixes #484)
Show description for 1834f70
sebastinas
committed
1834f70
View commit details
Copy full SHA for 1834f70
View code at this point
Browse repository at this point
Return exit codes
Show description for 8f938eb
sebastinas
committed
8f938eb
View commit details
Copy full SHA for 8f938eb
View code at this point
Browse repository at this point
Use objects and pass SystemExit error codes
Show description for a5eefc2
sebastinas
committed
a5eefc2
View commit details
Copy full SHA for a5eefc2
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Remove workarounds for no longer supported Python versions
Show description for fcd1837
sebastinas
committed
fcd1837
View commit details
Copy full SHA for fcd1837
View code at this point
Browse repository at this point
Tighten a test by adding a fail().
Trundle
committed
e7e1736
View commit details
Copy full SHA for e7e1736
View code at this point
Browse repository at this point
Modernise some uses of assertRaises.
Trundle
committed
f695068
View commit details
Copy full SHA for f695068
View code at this point
Browse repository at this point
Unicode-ification of bpython.curtsiesfrontend
Show description for b230413
sebastinas
committed
b230413
View commit details
Copy full SHA for b230413
View code at this point
Browse repository at this point
Turn ps1 and ps2 into unicode
Show description for 5a021f8
sebastinas
committed
5a021f8
View commit details
Copy full SHA for 5a021f8
View code at this point
Browse repository at this point
Use assertRaises
Show description for 7e4b9d4
sebastinas
committed
7e4b9d4
View commit details
Copy full SHA for 7e4b9d4
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
Update translations
Show description for 4cfbb76
sebastinas
committed
4cfbb76
View commit details
Copy full SHA for 4cfbb76
View code at this point
Browse repository at this point
PEP-8
Show description for 7594078
sebastinas
committed
7594078
View commit details
Copy full SHA for 7594078
View code at this point
Browse repository at this point
Merge remote-tracking branch 'maryakins/autocomplete-params'
Show description for 5b6e61e
sebastinas
committed
5b6e61e
View commit details
Copy full SHA for 5b6e61e
View code at this point
Browse repository at this point
Use __self__ instead of im_self for Python 3 compatibility (fixes #479)
Show description for 07e18d7
sebastinas
committed
07e18d7
View commit details
Copy full SHA for 07e18d7
View code at this point
Browse repository at this point
Failing test for #479
Show description for 0748500
sebastinas
committed
0748500
View commit details
Copy full SHA for 0748500
View code at this point
Browse repository at this point
Test methods
Show description for aaaf99b
sebastinas
committed
aaaf99b
View commit details
Copy full SHA for aaaf99b
View code at this point
Browse repository at this point
Simple test for GlobalCompletion
Show description for e18bab3
sebastinas
committed
e18bab3
View commit details
Copy full SHA for e18bab3
View code at this point
Browse repository at this point
Commits on Feb 15, 2015
change --type to --paste for initial paste
thomasballinger
committed
64bb2dd
View commit details
Copy full SHA for 64bb2dd
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
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
Previous
Next
You can’t perform that action at this time.