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
fea3d8d
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 8, 2009
simplify "bold" output - just use an upper case character, slightly change
Show description for fea3d8d
bobf
committed
fea3d8d
View commit details
Copy full SHA for fea3d8d
View code at this point
Browse repository at this point
Commits on Jun 7, 2009
add theme support for fully configurable colours and do a bit of tidying up of
Show description for 6afbe52
bobf
committed
6afbe52
View commit details
Copy full SHA for 6afbe52
View code at this point
Browse repository at this point
Removed bobs plonkers and changed it to /tmp
ikanobori
committed
9855013
View commit details
Copy full SHA for 9855013
View code at this point
Browse repository at this point
Highlight also matching brackets und braces.
Trundle
committed
60c3d95
View commit details
Copy full SHA for 60c3d95
View code at this point
Browse repository at this point
Fixed a bug with redrawing after paren matching.
Trundle
committed
d245a89
View commit details
Copy full SHA for d245a89
View code at this point
Browse repository at this point
Implemented highlighting of matching parentheses
Trundle
committed
6054b16
View commit details
Copy full SHA for 6054b16
View code at this point
Browse repository at this point
Commits on Jun 6, 2009
fix traceback colour not being customisable and (hopefully) improve light
Show description for 08c5b26
bobf
committed
08c5b26
View commit details
Copy full SHA for 08c5b26
View code at this point
Browse repository at this point
make *all* colours not be hardcoded, now we can have dark/light alternatives
Show description for 4b7328d
bobf
committed
4b7328d
View commit details
Copy full SHA for 4b7328d
View code at this point
Browse repository at this point
make colour scheme configurable. also fix quoting of strings in sample.ini
Show description for 2073f4f
bobf
committed
2073f4f
View commit details
Copy full SHA for 2073f4f
View code at this point
Browse repository at this point
Commits on Jun 5, 2009
make import completion coroutine tell the idle function when it is still
Show description for 5550217
bobf
committed
5550217
View commit details
Copy full SHA for 5550217
View code at this point
Browse repository at this point
make callable detection use hasattr(obj, '__call__') wrapped in dark magic
bobf
committed
645df4c
View commit details
Copy full SHA for 645df4c
View code at this point
Browse repository at this point
Use pygments instead of pyparsing for argspec
Show description for 1f4853d
Trundle
committed
1f4853d
View commit details
Copy full SHA for 1f4853d
View code at this point
Browse repository at this point
make import completion not fall back to regular completion on no matches
bobf
committed
5bece9d
View commit details
Copy full SHA for 5bece9d
View code at this point
Browse repository at this point
merge
bobf
committed
62e70b9
View commit details
Copy full SHA for 62e70b9
View code at this point
Browse repository at this point
make import completion list building coroutine use smaller chunks
bobf
committed
474e627
View commit details
Copy full SHA for 474e627
View code at this point
Browse repository at this point
Remove some outdated comments about bpython's version and requirements
Trundle
committed
a463519
View commit details
Copy full SHA for a463519
View code at this point
Browse repository at this point
use len instead of str.__len__ or things will break as we use unicode now
Trundle
committed
d37e665
View commit details
Copy full SHA for d37e665
View code at this point
Browse repository at this point
Commits on Jun 4, 2009
implemented unicode support
Trundle
committed
1298255
View commit details
Copy full SHA for 1298255
View code at this point
Browse repository at this point
update version number
bobf
committed
36be7d0
View commit details
Copy full SHA for 36be7d0
View code at this point
Browse repository at this point
grab sys.__stdout__ on load and store it, then revert back to it on exit
bobf
committed
39ad798
View commit details
Copy full SHA for 39ad798
View code at this point
Browse repository at this point
Merge from ikanobori's repo
bobf
committed
0e19cd8
View commit details
Copy full SHA for 0e19cd8
View code at this point
Browse repository at this point
strip newline when setting line from history in fwd()
Show description for 0bf852f
Trundle
committed
0bf852f
View commit details
Copy full SHA for 0bf852f
View code at this point
Browse repository at this point
Commits on Jun 3, 2009
fixed wrong tmp path
ikanobori
committed
e2d52d1
View commit details
Copy full SHA for e2d52d1
View code at this point
Browse repository at this point
Added todo item in source for the .ini
ikanobori
committed
8863d07
View commit details
Copy full SHA for 8863d07
View code at this point
Browse repository at this point
Removed TODO item which was done
ikanobori
committed
3139522
View commit details
Copy full SHA for 3139522
View code at this point
Browse repository at this point
Changed default logging directory to something more suited for non-bob users
ikanobori
committed
2a148be
View commit details
Copy full SHA for 2a148be
View code at this point
Browse repository at this point
fixed highlighting of prefixed strings
Trundle
committed
00b0196
View commit details
Copy full SHA for 00b0196
View code at this point
Browse repository at this point
Don't pollute the namespace with _internal; delete it after it is no longer needed
Trundle
committed
a25fc44
View commit details
Copy full SHA for a25fc44
View code at this point
Browse repository at this point
fall back to less and pydoc.ttypager if pager is not found
Trundle
committed
069e740
View commit details
Copy full SHA for 069e740
View code at this point
Browse repository at this point
implemented help() using pydoc.Helper and external pager
Trundle
committed
5929cc3
View commit details
Copy full SHA for 5929cc3
View code at this point
Browse repository at this point
forgot to merge
bobf
committed
6abbd06
View commit details
Copy full SHA for 6abbd06
View code at this point
Browse repository at this point
curses calls were being made in thy except block of main() when curses could
Show description for 2785da1
bobf
committed
2785da1
View commit details
Copy full SHA for 2785da1
View code at this point
Browse repository at this point
use optparse for option parsing
Show description for 9fd59a9
Trundle
committed
9fd59a9
View commit details
Copy full SHA for 9fd59a9
View code at this point
Browse repository at this point
reset inside_string properly after a SyntaxError
Trundle
committed
267c897
View commit details
Copy full SHA for 267c897
View code at this point
Browse repository at this point
Commits on Jun 2, 2009
problem with merge I think, code should have been removed
bobf
committed
4807dd2
View commit details
Copy full SHA for 4807dd2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.