summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/source/test_file_loader.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-482/+0
* Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j...Eric V. Smith2012-06-271-6/+6
* Issue #13959: HaveBrett Cannon2012-05-111-0/+35
* Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.Marc-Andre Lemburg2012-04-251-1/+1
* Issue #14605: Revert renaming of _SourcelessFileLoader, since it causedMarc-Andre Lemburg2012-04-251-1/+1
* Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoaderMarc-Andre Lemburg2012-04-241-1/+1
* Issue #14605: Expose importlib.abc.FileLoader andBrett Cannon2012-04-221-9/+9
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-1/+1
* Have importlib take advantage of ImportError's new 'name' and 'path'Brett Cannon2012-04-131-4/+12
* Port import fixes from 2.7.Antoine Pitrou2012-01-251-1/+1
|\
| * Port import fixes from 2.7.Antoine Pitrou2012-01-251-1/+1
* | Port remaining test fixes, and fix test_importlib too.Antoine Pitrou2012-01-251-1/+9
|\ \ | |/
| * Port remaining test fixes, and fix test_importlib too.Antoine Pitrou2012-01-251-1/+9
* | Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-241-0/+17
|\ \ | |/
| * Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-241-0/+17
* | Issue #13645: pyc files now contain the size of the corresponding sourceAntoine Pitrou2012-01-131-12/+32
|/
* Fix no-op tests in importlib.Antoine Pitrou2011-12-301-0/+4
* Closes #12291: Fixed bug which was found when doing multiple loads from one ...Vinay Sajip2011-07-021-1/+1
* Make sure that no __pycache__ directory is needlessly left behind when testingBrett Cannon2010-08-221-7/+10
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-031-0/+17
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-031-94/+176
* Repair test failure. Bug 8727.Barry Warsaw2010-05-181-0/+3
* PEP 3147Barry Warsaw2010-04-171-4/+5
* Importlib was not matching import's handling of .pyc files where it had lessBrett Cannon2010-02-191-24/+99
* When trying to write new bytecode, importlib was not catching the IOErrorBrett Cannon2009-11-071-0/+26
* Move over to using assertRaises as a context manager for importlib tests.Brett Cannon2009-08-271-4/+6
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-7/+7
* Tests for case-senstivity were not being skipped for darwin when installed on aBrett Cannon2009-05-111-2/+2
* Finish properly hiding importlib implementation code.Brett Cannon2009-03-121-9/+15
* Introduce importlib.abc. The module contains various ABCs related to importsBrett Cannon2009-03-091-0/+175