summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_modulefinder.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26881: modulefinder now works with bytecode with extended args.Serhiy Storchaka2016-05-081-0/+13
|
* Merged revisions 85503 via svnmerge fromAntoine Pitrou2010-10-141-5/+11
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85503 | antoine.pitrou | 2010-10-15 00:11:44 +0200 (ven., 15 oct. 2010) | 2 lines More proper closing of files ........
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-3/+3
|
* Fixed a modulefinder crash on certain relative imports.Thomas Heller2008-10-301-0/+16
|
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
|
* Fix test_modulefinder so it doesn't fail when run after test_distutils.Neal Norwitz2006-10-281-0/+1
|
* Modulefinder now handles absolute and relative imports, includingThomas Heller2006-10-271-0/+263
tests. Will backport to release25-maint.