summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/source/test_file_loader.py
Commit message (Expand)AuthorAgeFilesLines
* gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...Barry Warsaw2022-08-051-1/+0
* bpo-46425: fix direct invocation of `test_importlib` (GH-30682)Nikita Sobolev2022-01-221-2/+1
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)Inada Naoki2021-04-051-5/+5
* bpo-40275: Use new test.support helper submodules in tests (GH-21727)Hai Shi2020-08-041-1/+1
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-301-1/+1
* bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...Elvis Pranskevichus2018-10-101-0/+15
* bpo-25711: Rewrite zipimport in pure Python. (GH-6809)Serhiy Storchaka2018-09-181-1/+1
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-141-1/+1
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-15/+195
* 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