summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/import_
Commit message (Expand)AuthorAgeFilesLines
* [Issue #19357] Ensure module "loaded" during tests gets forgotten.Eric Snow2013-10-231-1/+1
* Issue #16793. Replace deprecated unittest asserts with modern counterparts.Serhiy Storchaka2012-12-271-1/+1
* Do a better job of preserving the state of sys.modules.Barry Warsaw2012-11-201-1/+6
* - Issue #16514: Fix regression causing a traceback when sys.path[0] is NoneBarry Warsaw2012-11-201-4/+21
* Closes issue #15111: Calling __import__ with a module specified inBrett Cannon2012-10-101-1/+14
* Issue #15316: Let exceptions raised during imports triggered by theBrett Cannon2012-08-241-0/+38
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-2010-0/+933