Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [2.7] bpo-6700: Fix inspect.getsourcelines for module level ↵ | Tal Einat | 2018-08-26 | 1 | -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 even | Serhiy Storchaka | 2013-09-05 | 1 | -0/+2 |
| | | | | when input list contains duplicates. | ||||
* | #7092: Silence more py3k warnings. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -1/+1 |
| | | | | mistake. ( It may come in for sure tough) | ||||
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ↵ | Senthil Kumaran | 2010-01-08 | 1 | -1/+1 |
| | | | | Patch by flox | ||||
* | Patch #736962: port test_inspect to unittest. As part of this, move out | Johannes Gijsbers | 2004-12-12 | 1 | -0/+56 |
the fodder modules to separate files to get rid of the imp.load_source() trickery. |