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
inspection.py
on
tmp
User selector
All users
All time
Commit history
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 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
Commits on Feb 16, 2015
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
Commits on Feb 9, 2015
Update copyright information
Show description for 2d4fc0b
sebastinas
committed
2d4fc0b
View commit details
Copy full SHA for 2d4fc0b
View code at this point
Browse repository at this point
Commits on Feb 7, 2015
Try to read encoding of PYTHONSTARTUP file first, and then read it with correct encoding
Show description for d0bc25d
sebastinas
committed
d0bc25d
View commit details
Copy full SHA for d0bc25d
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 5, 2015
PEP-8
Show description for 589a867
sebastinas
committed
589a867
View commit details
Copy full SHA for 589a867
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
More compiled regular expressions
Show description for 8a7e5d4
sebastinas
committed
8a7e5d4
View commit details
Copy full SHA for 8a7e5d4
View code at this point
Browse repository at this point
Commits on Jan 29, 2015
Detect if Unicode box characters are supported in user's locale (fixes 295)
Show description for a5e541b
sebastinas
committed
a5e541b
View commit details
Copy full SHA for a5e541b
View code at this point
Browse repository at this point
fix get_encoding in inspection
thomasballinger
committed
4773da6
View commit details
Copy full SHA for 4773da6
View code at this point
Browse repository at this point
get source in unicode in python 2 and 3
thomasballinger
committed
b23e191
View commit details
Copy full SHA for b23e191
View code at this point
Browse repository at this point
Commits on Mar 2, 2014
fix issues #240
thomasballinger
committed
ae717e0
View commit details
Copy full SHA for ae717e0
View code at this point
Browse repository at this point
Commits on Sep 29, 2012
Fix for issue #109 (bpython.inspection.parsekeywordpairs).
Trundle
committed
ad6ceff
View commit details
Copy full SHA for ad6ceff
View code at this point
Browse repository at this point
Introduced bpython._py3compat: Defines some useful attributes.
Trundle
committed
dff9dd7
View commit details
Copy full SHA for dff9dd7
View code at this point
Browse repository at this point
Commits on Aug 21, 2012
Clarify some comment.
Trundle
committed
b97f477
View commit details
Copy full SHA for b97f477
View code at this point
Browse repository at this point
Commits on Jan 18, 2012
Catch exceptions in getargspec (Closes: #202)
Show description for 669a788
Sebastian Ramacher
committed
669a788
View commit details
Copy full SHA for 669a788
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 Mar 18, 2011
Always use repr() for displaying argument default values.
Show description for c4f93fe
Trundle
committed
c4f93fe
View commit details
Copy full SHA for c4f93fe
View code at this point
Browse repository at this point
Commits on Mar 13, 2011
Revert some unwanted changes that sneaked in with 0477d51550ab.
Trundle
committed
81b6570
View commit details
Copy full SHA for 81b6570
View code at this point
Browse repository at this point
Commits on Feb 25, 2011
Add tests for issues #108 and #133.
Trundle
committed
68b834d
View commit details
Copy full SHA for 68b834d
View code at this point
Browse repository at this point
Commits on Sep 13, 2010
Catch IndexError when calling inspect.getsourcelines() and pydoc.getdoc().
Show description for 8b4c0cc
Trundle
committed
8b4c0cc
View commit details
Copy full SHA for 8b4c0cc
View code at this point
Browse repository at this point
Commits on Jun 29, 2010
don't assume func object will have a __name__ attribute as this will cause a crash on non-Python functions
bobf
committed
e176068
View commit details
Copy full SHA for e176068
View code at this point
Browse repository at this point
Commits on Jun 21, 2010
Merge in bpdb
ikanobori
committed
606d2ef
View commit details
Copy full SHA for 606d2ef
View code at this point
Browse repository at this point
check if we're instantiating a class and, if so, do not highlight self in argspec (i.e. treat as bound method)
bobf
committed
27b417d
View commit details
Copy full SHA for 27b417d
View code at this point
Browse repository at this point
Commits on May 16, 2010
Cleanup imports.
Trundle
committed
65508f4
View commit details
Copy full SHA for 65508f4
View code at this point
Browse repository at this point
Commits on Apr 16, 2010
Check for keyword in inspection.is_eval_safe_name().
Trundle
committed
547bd73
View commit details
Copy full SHA for 547bd73
View code at this point
Browse repository at this point
Commits on Mar 30, 2010
Fix inspection.is_callable().
Trundle
committed
c919c96
View commit details
Copy full SHA for c919c96
View code at this point
Browse repository at this point
Commits on Mar 29, 2010
REPOFIX: Revert to before bpdb branch
ikanobori
committed
634b9a0
View commit details
Copy full SHA for 634b9a0
View code at this point
Browse repository at this point
Commits on Mar 4, 2010
Fix name regex in inspection.
Show description for 222b588
Trundle
committed
222b588
View commit details
Copy full SHA for 222b588
View code at this point
Browse repository at this point
Commits on Feb 10, 2010
Introduce inspection.is_callable.
Show description for bfde98e
Trundle
committed
bfde98e
View commit details
Copy full SHA for bfde98e
View code at this point
Browse repository at this point
Commits on Jan 12, 2010
Updated copyrights
ikanobori
committed
eadda42
View commit details
Copy full SHA for eadda42
View code at this point
Browse repository at this point
Commits on Dec 18, 2009
Avoid calling __getattr__ in get_object.
Show description for 72e42f1
Trundle
committed
72e42f1
View commit details
Copy full SHA for 72e42f1
View code at this point
Browse repository at this point
Commits on Oct 27, 2009
PEP-8 conformance
ikanobori
committed
2c906bf
View commit details
Copy full SHA for 2c906bf
View code at this point
Browse repository at this point
Commits on Sep 18, 2009
fix Trundle's mess
bobf
committed
b195a4a
View commit details
Copy full SHA for b195a4a
View code at this point
Browse repository at this point
Add show source feature.
Trundle
committed
d000f8f
View commit details
Copy full SHA for d000f8f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.