24 Commits (aaa83cdfab6817446285e631232f64b394ac6791)

Author SHA1 Message Date
Jason R. Coombs aaa83cdfab
bpo-44771: Apply changes from importlib_resources 5.2.1 (GH-27436) 4 years ago
Inada Naoki c8e5eb904e
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181) 5 years ago
Hai Shi c7decc27d5
bpo-40275: Use new test.support helper submodules in tests (GH-21727) 5 years ago
Hai Shi 883bc63833
bpo-40275: Use new test.support helper submodules in tests (GH-21314) 6 years ago
Gregory P. Smith 02673352b5
bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) 6 years ago
Min ho Kim 39d87b5471 Fix typos mostly in comments, docs and test names (GH-15209) 6 years ago
Min ho Kim c4cacc8c5e Fix typos in comments, docs and test names (#15018) 6 years ago
Carl Meyer b193fa996a bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) 8 years ago
Barry Warsaw ac1ee1bada
bpo-33755: Fix importlib.resources isolation tests (#7412) 8 years ago
Barry Warsaw 5ec0feeeec
Implement the get_resource_reader() API for file system imports (#5168) 8 years ago
Barry Warsaw deae6b451f
bpo-32248 - Implement importlib.resources (#4911) 8 years ago
Senthil Kumaran 32d374215a [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". 9 years ago
Brett Cannon 7ca63cb7cc Fix regressions introduced by fixes for issue #27083. 10 years ago
Brett Cannon fdcdd9ed80 Issue #26896: Disambiguate uses of "importer" with "finder". 10 years ago
Eric Snow 183a941bc1 Issue #24192: Fix namespace package imports. 11 years ago
Eric Snow 3497c0bf95 Issue #21503: Use test_both() consistently in test_importlib. 12 years ago
Brett Cannon 732ac654c8 Issue #19721: Consolidate test_importlib utility code into a single 12 years ago
Eric Snow 6029e08691 Issue 19944: Fix importlib.find_spec() so it imports parents as needed. 12 years ago
Brett Cannon 86aae6a7b3 Issue #19712: Update test.test_importlib.import_ to test/use PEP 451 12 years ago
Brett Cannon 873d1226b7 Make test_importlib output easier to trace back to the failing test 12 years ago
Brett Cannon 1340049f65 Issue #16803: Move test_importlib.test_util to use both frozen and 12 years ago
Brett Cannon 3ad327ec3a Issue #16803: Run test.test_importlib.test_abc under both 12 years ago
Brett Cannon ef888024d8 Issue #17177: stop using imp in test_importlib 13 years ago
Brett Cannon 45a5e3afe5 Issue #15168: Move importlb.test to test.test_importlib. 14 years ago
Antoine Pitrou 6efa50a384 Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error. 14 years ago
Brett Cannon fd0741555b Issue #2377: Make importlib the implementation of __import__(). 14 years ago
Meador Inge 416f12ddb3 Issue #13591: import_module potentially imports a module twice. 14 years ago
Brett Cannon 4dc3193973 Remove custom test-skipping code in importlib tests for unittest code. 17 years ago
Brett Cannon 1262e7c746 Tests for case-senstivity were not being skipped for darwin when installed on a 17 years ago
Benjamin Peterson 3c33b833dd fix name again 17 years ago
Benjamin Peterson 3e0c9176fe fix name 17 years ago
Benjamin Peterson 309633db08 fix naming 17 years ago
Benjamin Peterson 8d55a9e8dd os.path.listdir -> os.listdir 17 years ago
Brett Cannon a3d056ed95 Check that on a platform that is expected to have a case-insensitive filesystem 17 years ago
Brett Cannon 534b2cd176 Factor out helper code from importlib.test.extension.test_path_hook. 17 years ago
Brett Cannon d720b36248 Move import semantic util code to importlib.test.import_.util. 17 years ago
Brett Cannon bcb26c53c0 Rename importlib.test.support to importlib.test.util. 17 years ago
Brett Cannon 4ee2cdaf65 Split out support code that is specific to source tests out of 17 years ago
Brett Cannon 2c5c79cfc4 Tests of case-sensitivity were being executed on OSs which did not have a 17 years ago
Brett Cannon 23cbd8a656 Add initial implementation of importlib. See the NOTES files for what is 17 years ago