summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_abc.py
Commit message (Expand)AuthorAgeFilesLines
* Unmark files as executable that can't actually be executed. (GH-15353)Greg Price2019-08-211-0/+0
* bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847)Joannah Nanjekye2019-06-211-4/+17
* bpo-25711: Rewrite zipimport in pure Python. (GH-6809)Serhiy Storchaka2018-09-181-6/+6
* bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)Brett Cannon2017-12-161-0/+39
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-0/+2
* bpo-30158: Fix deprecation warnings in test_importlib introduced by bpo-29576...Serhiy Storchaka2017-04-291-13/+16
* bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_...Matthias Bussonnier2017-02-161-0/+6
* Remove unused imports.Serhiy Storchaka2016-12-161-2/+0
* Issue #21099: Switch applicable importlib tests to use PEP 451 API.Eric Snow2016-05-101-6/+16
* Issue #19593: Use specific asserts in importlib tests.Serhiy Storchaka2014-07-071-1/+1
|\
| * Issue #19593: Use specific asserts in importlib tests.Serhiy Storchaka2014-07-071-1/+1
* | Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-161-150/+142
|/
* Issue #19719: Update various finder and loader ABCs such that theirBrett Cannon2014-01-071-0/+132
* Issue 19713: Add PEP 451-related deprecations.Eric Snow2014-01-071-3/+10
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-197/+0
* [issue 19152] Ensure we have actually registered ExtensionFileLoader as an Ex...Eric Snow2013-10-051-0/+1
* Issue #16803: Run test.test_importlib.test_abc under bothBrett Cannon2013-10-041-120/+299
* Issue #17177: stop using imp in test_importlibBrett Cannon2013-06-151-24/+25
* Issues #18088, 18089: IntroduceBrett Cannon2013-05-311-0/+202
* Issue #18072: Implement get_code() for importlib.abc.InspectLoader andBrett Cannon2013-05-281-8/+88
* Move importlib.abc.SourceLoader.source_to_code() to InspectLoader.Brett Cannon2013-05-261-3/+47
* Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/returnBrett Cannon2013-04-091-10/+425
* Issue #15641: Clean up deprecated classes from importlibAndrew Svetlov2012-11-051-17/+1
* Issue #15502: Finish bringing importlib.abc in line with the currentBrett Cannon2012-08-101-0/+2
* Close #15519: Properly expose WindowsRegistryFinder in importlib and bring th...Nick Coghlan2012-08-021-1/+1
* Issue #15502: Bring the importlib ABCs into line with the current state of th...Nick Coghlan2012-08-021-1/+6
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-0/+96