aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/inspect_fodder.py
Commit message (Expand)AuthorAge
* bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)Irit Katriel2020-12-04
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-29
* bpo-33261: guard access to __code__ attribute in inspect (GH-6448)Jeroen Demeyer2019-04-02
* bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8...Vladimir Matveev2018-08-24
* Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.Serhiy Storchaka2015-10-29
* Issue #24669: Fix inspect.getsource() for 'async def' functions.Yury Selivanov2015-07-21
* Issue #15582: inspect.getdoc() now follows inheritance chains.Serhiy Storchaka2015-04-03
* Issue #18830: inspect.getclasstree() no more produces duplicated entries evenSerhiy Storchaka2013-09-05
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-15
* Patch #736962: port test_inspect to unittest. As part of this, move outJohannes Gijsbers2004-12-12