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
Branch selector
fix-unicode
User selector
All users
All time
Commit history
Commits on Feb 18, 2015
switch to curtsies v2.2, fmtstrs unicode
thomasballinger
committed
b878502
View commit details
Copy full SHA for b878502
Browse repository at this point
import completion returns unicode
thomasballinger
committed
592d215
View commit details
Copy full SHA for 592d215
Browse repository at this point
GlobalCompleter returns unicode matches
thomasballinger
committed
b4cee82
View commit details
Copy full SHA for b4cee82
Browse repository at this point
Commits on Feb 17, 2015
Unicode-ification of bpython.curtsiesfrontend
Show description for b230413
sebastinas
committed
b230413
View commit details
Copy full SHA for b230413
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
Browse repository at this point
Use assertRaises
Show description for 7e4b9d4
sebastinas
committed
7e4b9d4
View commit details
Copy full SHA for 7e4b9d4
Browse repository at this point
Fix a changelog entry
Show description for 8a70bcb
sebastinas
committed
8a70bcb
View commit details
Copy full SHA for 8a70bcb
Browse repository at this point
Commits on Feb 16, 2015
Start development of 0.15
sebastinas
committed
a5205b7
View commit details
Copy full SHA for a5205b7
Browse repository at this point
Document --type / -t -> --paste / -p change
Show description for cbb4fac
sebastinas
committed
cbb4fac
View commit details
Copy full SHA for cbb4fac
Browse repository at this point
Update translations
Show description for 4cfbb76
sebastinas
committed
4cfbb76
View commit details
Copy full SHA for 4cfbb76
Browse repository at this point
PEP-8
Show description for 7594078
sebastinas
committed
7594078
View commit details
Copy full SHA for 7594078
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
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
Browse repository at this point
Failing test for #479
Show description for 0748500
sebastinas
committed
0748500
View commit details
Copy full SHA for 0748500
Browse repository at this point
Test methods
Show description for aaaf99b
sebastinas
committed
aaaf99b
View commit details
Copy full SHA for aaaf99b
Browse repository at this point
Simple test for GlobalCompletion
Show description for e18bab3
sebastinas
committed
e18bab3
View commit details
Copy full SHA for e18bab3
Browse repository at this point
PEP 440 versions
Show description for 88a2ca6
sebastinas
committed
88a2ca6
View commit details
Copy full SHA for 88a2ca6
Browse repository at this point
Update copyright years
Show description for a766ae7
sebastinas
committed
a766ae7
View commit details
Copy full SHA for a766ae7
Browse repository at this point
Remove redundent part
sebastinas
committed
851531d
View commit details
Copy full SHA for 851531d
Browse repository at this point
man page docs linewrap
thomasballinger
committed
a8f5859
View commit details
Copy full SHA for a8f5859
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
Browse repository at this point
Commits on Feb 14, 2015
Update manpage
Show description for 8db8662
sebastinas
committed
8db8662
View commit details
Copy full SHA for 8db8662
Browse repository at this point
Commits on Feb 13, 2015
Add curtsies-specific options to man page
thomasballinger
committed
8fd2e00
View commit details
Copy full SHA for 8fd2e00
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
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
Browse repository at this point
fix typo in version message
thomasballinger
committed
3332f4f
View commit details
Copy full SHA for 3332f4f
Browse repository at this point
fixes to changelog
thomasballinger
committed
5538367
View commit details
Copy full SHA for 5538367
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
Browse repository at this point
Add test for param completion
Mary Mokuolu
committed
4bacc37
View commit details
Copy full SHA for 4bacc37
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
Browse repository at this point
Merge branch 'master' of https://github.com/bpython/bpython
ikanobori
committed
9302ebd
View commit details
Copy full SHA for 9302ebd
Browse repository at this point
remove sourcecode links
ikanobori
committed
eae0901
View commit details
Copy full SHA for eae0901
Browse repository at this point
update docs
Show description for 3135a17
thomasballinger
committed
3135a17
View commit details
Copy full SHA for 3135a17
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
Browse repository at this point
Commits on Feb 10, 2015
Use AUTHORS in authors.rst
Show description for 47a8519
sebastinas
committed
47a8519
View commit details
Copy full SHA for 47a8519
Browse repository at this point
Previous
Next
You can’t perform that action at this time.