summaryrefslogtreecommitdiffstats
path: root/Lib/test/inspect_fodder.py
Commit message (Collapse)AuthorAgeFilesLines
* #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.