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 }}
lusu2004
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
bpython
bpython
args.py
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 14, 2020
Add extension to CHANGELOG and AUTHORS.
Show description for b6b66fe
supakeen
committed
b6b66fe
View commit details
Copy full SHA for b6b66fe
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
Improve description of arguments
sebastinas
committed
810364f
View commit details
Copy full SHA for 810364f
View code at this point
Browse repository at this point
Fix type
sebastinas
committed
cf81346
View commit details
Copy full SHA for cf81346
View code at this point
Browse repository at this point
Commits on Oct 25, 2020
Replace deprecated optparse with argparse
sebastinas
committed
ce29d8b
View commit details
Copy full SHA for ce29d8b
View code at this point
Browse repository at this point
Replace list of options with a callback
Show description for 71c419d
sebastinas
committed
71c419d
View commit details
Copy full SHA for 71c419d
View code at this point
Browse repository at this point
Commits on Oct 19, 2020
Refactor copyright banner
sebastinas
committed
ff12252
View commit details
Copy full SHA for ff12252
View code at this point
Browse repository at this point
Apply black
sebastinas
committed
80539f1
View commit details
Copy full SHA for 80539f1
View code at this point
Browse repository at this point
Replace imp with importlib (fixes #857)
sebastinas
committed
b9f081c
View commit details
Copy full SHA for b9f081c
View code at this point
Browse repository at this point
Commits on Oct 14, 2020
Bump copyright year
sebastinas
committed
5201a49
View commit details
Copy full SHA for 5201a49
View code at this point
Browse repository at this point
Commits on Oct 13, 2020
Use str.format and f-strings where possible
sebastinas
committed
3b83c02
View commit details
Copy full SHA for 3b83c02
View code at this point
Browse repository at this point
Replace io.open with open
sebastinas
committed
d3248ca
View commit details
Copy full SHA for d3248ca
View code at this point
Browse repository at this point
Remove encoding header
sebastinas
committed
ebe19cc
View commit details
Copy full SHA for ebe19cc
View code at this point
Browse repository at this point
Remove __future__ imports
sebastinas
committed
bebcdb3
View commit details
Copy full SHA for bebcdb3
View code at this point
Browse repository at this point
Commits on Nov 22, 2019
Blacken the source code and add `black` configuration.
Show description for cde2aad
ikanobori
committed
cde2aad
View commit details
Copy full SHA for cde2aad
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
Fix typo
sebastinas
committed
7c8cef6
View commit details
Copy full SHA for 7c8cef6
View code at this point
Browse repository at this point
Commits on Jan 8, 2017
Use consistent encoding
Show description for 4029ab2
sebastinas
committed
4029ab2
View commit details
Copy full SHA for 4029ab2
View code at this point
Browse repository at this point
Re-use version_banner
sebastinas
committed
a4aea3d
View commit details
Copy full SHA for a4aea3d
View code at this point
Browse repository at this point
Commits on Oct 10, 2016
Copyright bump and proper attribution.
ikanobori
committed
2066572
View commit details
Copy full SHA for 2066572
View code at this point
Browse repository at this point
Commits on Apr 26, 2015
fixed bug #506
thekthuser
committed
a33048d
View commit details
Copy full SHA for a33048d
View code at this point
Browse repository at this point
Commits on Feb 19, 2015
Remove no longer needed __future__ imports
Show description for c08f412
sebastinas
committed
c08f412
View commit details
Copy full SHA for c08f412
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
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 6, 2015
PEP-8
Show description for 5b406c1
sebastinas
committed
5b406c1
View commit details
Copy full SHA for 5b406c1
View code at this point
Browse repository at this point
Commits on Feb 4, 2015
Use print function
Show description for 301a354
sebastinas
committed
301a354
View commit details
Copy full SHA for 301a354
View code at this point
Browse repository at this point
Commits on Oct 17, 2014
Remove debug prints.
Trundle
committed
663ea47
View commit details
Copy full SHA for 663ea47
View code at this point
Browse repository at this point
first pass at python version banner
thomasballinger
committed
4ae4c81
View commit details
Copy full SHA for 4ae4c81
View code at this point
Browse repository at this point
Commits on Oct 15, 2014
Fixed #284
lrraymond13
committed
82b39bf
View commit details
Copy full SHA for 82b39bf
View code at this point
Browse repository at this point
Commits on Sep 26, 2014
Use the runsource method of interpreter object in bpython.args.exec_code().
Show description for e7630ac
Trundle
committed
e7630ac
View commit details
Copy full SHA for e7630ac
View code at this point
Browse repository at this point
Commits on May 12, 2014
Bump the year
ikanobori
committed
27da118
View commit details
Copy full SHA for 27da118
View code at this point
Browse repository at this point
Commits on Dec 10, 2012
A few days left in 2012, lets do this sooner in 2013.
ikanobori
committed
b731ecb
View commit details
Copy full SHA for b731ecb
View code at this point
Browse repository at this point
Commits on Jul 16, 2012
Make strings that are used in --help translatable.
sebastinas
committed
4613f39
View commit details
Copy full SHA for 4613f39
View code at this point
Browse repository at this point
Commits on Aug 9, 2011
Set the correct year for all copyrights and the -V flag
ikanobori
committed
deb4836
View commit details
Copy full SHA for deb4836
View code at this point
Browse repository at this point
Commits on Jun 27, 2011
Drop "-c" config option as it conflicts with vanilla Python's "-c" option.
Show description for a387e8c
Trundle
committed
a387e8c
View commit details
Copy full SHA for a387e8c
View code at this point
Browse repository at this point
Commits on Aug 25, 2010
Use XDG_CONFIG_HOME for configuration files.
Show description for 61cd40a
Trundle
committed
61cd40a
View commit details
Copy full SHA for 61cd40a
View code at this point
Browse repository at this point
Commits on Apr 7, 2010
Rewind ugly monkeypatching fix and pick the simpler solution of an added argument to parse which ignores stdins
ikanobori
committed
13d0341
View commit details
Copy full SHA for 13d0341
View code at this point
Browse repository at this point
Fix stdin/stdout not being a tty when run from a GTK panel by abstracting out run_stdin and overwriting it in gtk_
ikanobori
committed
4cdfca7
View commit details
Copy full SHA for 4cdfca7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.