summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/util.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-44771: Apply changes from importlib_resources 5.2.1 (GH-27436)Jason R. Coombs2021-07-301-172/+0
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)Inada Naoki2021-04-051-3/+3
* bpo-40275: Use new test.support helper submodules in tests (GH-21727)Hai Shi2020-08-041-5/+6
* bpo-40275: Use new test.support helper submodules in tests (GH-21314)Hai Shi2020-07-061-2/+3
* bpo-39769: Fix compileall ddir for subpkgs. (GH-18676)Gregory P. Smith2020-02-291-0/+11
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-301-1/+1
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
* bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...Carl Meyer2018-06-161-0/+11
* bpo-33755: Fix importlib.resources isolation tests (#7412)Barry Warsaw2018-06-051-0/+4
* Implement the get_resource_reader() API for file system imports (#5168)Barry Warsaw2018-01-151-0/+3
* bpo-32248 - Implement importlib.resources (#4911)Barry Warsaw2017-12-301-0/+163
* Merge for #27083Brett Cannon2016-07-161-0/+9
|\
| * Fix regressions introduced by fixes for issue #27083.Brett Cannon2016-07-161-0/+9
* | Issue #26896: Disambiguate uses of "importer" with "finder".Brett Cannon2016-07-081-1/+0
|/
* Issue #24192: Fix namespace package imports.Eric Snow2015-05-161-1/+1
* Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-161-12/+30
* Issue #19721: Consolidate test_importlib utility code into a singleBrett Cannon2014-05-091-5/+142
* Issue 19944: Fix importlib.find_spec() so it imports parents as needed.Eric Snow2014-01-251-1/+33
* Issue #19712: Update test.test_importlib.import_ to test/use PEP 451Brett Cannon2013-12-061-8/+40
* Make test_importlib output easier to trace back to the failing testBrett Cannon2013-11-221-0/+1
* Issue #16803: Move test_importlib.test_util to use both frozen andBrett Cannon2013-10-181-0/+11
* Issue #16803: Run test.test_importlib.test_abc under bothBrett Cannon2013-10-041-0/+9
* Issue #17177: stop using imp in test_importlibBrett Cannon2013-06-151-2/+2
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-0/+140