summaryrefslogtreecommitdiff
path: root/Lib/test/inspect_fodder.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)Miss Islington (bot)2020-12-041-0/+22
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-291-1/+1
* bpo-33261: guard access to __code__ attribute in inspect (GH-6448)Jeroen Demeyer2019-04-021-0/+11
* bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8...Vladimir Matveev2018-08-241-0/+6
* Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.Serhiy Storchaka2015-10-291-1/+6
* Issue #24669: Fix inspect.getsource() for 'async def' functions.Yury Selivanov2015-07-211-0/+3
* Issue #15582: inspect.getdoc() now follows inheritance chains.Serhiy Storchaka2015-04-031-2/+12
* Issue #18830: inspect.getclasstree() no more produces duplicated entries evenSerhiy Storchaka2013-09-051-0/+2
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-1/+1
* Patch #736962: port test_inspect to unittest. As part of this, move outJohannes Gijsbers2004-12-121-0/+56