summaryrefslogtreecommitdiffstats
path: root/Lib/test/inspect_fodder.py
Commit message (Collapse)AuthorAgeFilesLines
* [2.7] bpo-6700: Fix inspect.getsourcelines for module level ↵Tal Einat2018-08-261-0/+6
| | | | | | | frames/tracebacks (GH-8864) (cherry picked from commit 91cb298f811961277fd4cc4a32211899d48bedcb) Co-authored-by: Vladimir Matveev <v2matveev@outlook.com>
* Issue #18830: inspect.getclasstree() no more produces duplicated entries evenSerhiy Storchaka2013-09-051-0/+2
| | | | when input list contains duplicates.
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-1/+1
|
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-1/+1
| | | | mistake. ( It may come in for sure tough)
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ↵Senthil Kumaran2010-01-081-1/+1
| | | | Patch by flox
* Patch #736962: port test_inspect to unittest. As part of this, move outJohannes Gijsbers2004-12-121-0/+56
the fodder modules to separate files to get rid of the imp.load_source() trickery.