FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-35113: Fix inspect.getsource to return correct source for inner classes by tirkarthi · Pull Request #10307 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-35113: Fix inspect.getsource to return correct source for inner classes
- #10307
#10307
Merged
tirkarthi
merged 17 commits into
python:master
python/cpython:master
from
tirkarthi:bpo35113
tirkarthi/cpython:bpo35113
Copy head branch name to clipboard
Apr 18, 2020
Conversation
Commits
17
(17)
Checks
Files changed
Merged
bpo-35113: Fix inspect.getsource to return correct source for inner classes
#10307
tirkarthi
merged 17 commits into
python:master
python/cpython:master
from
tirkarthi:bpo35113
tirkarthi/cpython:bpo35113
Copy head branch name to clipboard
Commits
Commits on Apr 18, 2020
Use ast module to find class definition
tirkarthi
committed
51aa209
View commit details
Copy full SHA for 51aa209
Browse repository at this point
Add NEWS entry
tirkarthi
committed
341933d
View commit details
Copy full SHA for 341933d
Browse repository at this point
Fix class with multiple children and move decorator code to the method
tirkarthi
committed
dbbb38e
View commit details
Copy full SHA for dbbb38e
Browse repository at this point
Fix PR comments
Show description for 22b9c9c
tirkarthi
committed
22b9c9c
View commit details
Copy full SHA for 22b9c9c
Browse repository at this point
Add test for nested functions and async calls
tirkarthi
committed
2655b1d
View commit details
Copy full SHA for 2655b1d
Browse repository at this point
Fix pydoc test since comments are returned now correctly
tirkarthi
committed
bd51f49
View commit details
Copy full SHA for bd51f49
Browse repository at this point
Set event loop policy as None to fix environment related change
tirkarthi
committed
558895f
View commit details
Copy full SHA for 558895f
Browse repository at this point
Refactor visit_AsyncFunctionDef and tests
tirkarthi
committed
7d99c19
View commit details
Copy full SHA for 7d99c19
Browse repository at this point
Refactor to use local variables and fix tests
tirkarthi
committed
5f84344
View commit details
Copy full SHA for 5f84344
Browse repository at this point
Add patch attribution
tirkarthi
committed
8a63f36
View commit details
Copy full SHA for 8a63f36
Browse repository at this point
Use self.addCleanup for asyncio
tirkarthi
committed
4c7a61b
View commit details
Copy full SHA for 4c7a61b
Browse repository at this point
Rename ClassVisitor to ClassFinder and fix asyncio cleanup
tirkarthi
committed
30865f6
View commit details
Copy full SHA for 30865f6
Browse repository at this point
Return first class inside conditional in case of multiple definitions. Remove decorator for class source.
tirkarthi
committed
054c317
View commit details
Copy full SHA for 054c317
Browse repository at this point
Add docstring to make the test correct
tirkarthi
committed
26d1c96
View commit details
Copy full SHA for 26d1c96
Browse repository at this point
Modify NEWS entry regarding decorators
tirkarthi
committed
d7ae710
View commit details
Copy full SHA for d7ae710
Browse repository at this point
Return decorators too for bpo-15856
tirkarthi
committed
aef4228
View commit details
Copy full SHA for aef4228
Browse repository at this point
Move ast and the class source code to top. Use proper Exception.
tirkarthi
committed
797c48d
View commit details
Copy full SHA for 797c48d
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL