summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/source/test_file_loader.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21099: Switch applicable importlib tests to use PEP 451 API.Eric Snow2016-05-101-7/+2
* Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-161-15/+35
* Issue #19721: Consolidate test_importlib utility code into a singleBrett Cannon2014-05-091-31/+30
* merge 3.3 (#20796)Benjamin Peterson2014-02-271-0/+1
|\
| * fix importlib test failure when bytecode writing is disabled (closes #20796)Benjamin Peterson2014-02-271-0/+1
* | Issue 19713: Add PEP 451-related deprecations.Eric Snow2014-01-071-13/+41
* | Issue #19927: Add __eq__ to path-based loaders in importlib.Eric Snow2014-01-041-0/+13
* | Issue #19712: Update test.test_importlib.source for PEP 451Brett Cannon2013-12-061-8/+63
* | Issue #16803: test.test_importlib.source now tests frozen and source codeBrett Cannon2013-11-081-27/+43
* | Issue #16803: Stop having test.test_importlib.abc ABCs inherit fromBrett Cannon2013-10-251-1/+6
* | Issue #17177: The imp module is pending deprecation.Brett Cannon2013-06-161-1/+0
* | Issue #17177: stop using imp in test_importlibBrett Cannon2013-06-151-8/+11
* | Issues #18088, 18089: IntroduceBrett Cannon2013-05-311-25/+8
* | #11420: merge with 3.3.Ezio Melotti2013-03-161-1/+2
|\ \ | |/
| * #11420: merge with 3.2.Ezio Melotti2013-03-161-1/+2
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
|/
* abc fixes.Barry Warsaw2012-07-311-0/+2
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-0/+482