summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/source/test_file_loader.py
Commit message (Expand)AuthorAgeFilesLines
* 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