112 Commits (d858df20d0d82eeefbdbe9982cfd68207a0cd446)

Author SHA1 Message Date
Victor Stinner 272e24356e Issue #11614: Fix importlib tests for the new __hello__ module 15 years ago
Ezio Melotti 42da663e6f #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Ezio Melotti 19f2aeba67 Merged revisions 86596 via svnmerge from 16 years ago
Brett Cannon 39440b14cd Merged revisions 78242 via svnmerge from 16 years ago
Brett Cannon 3d26b95ca7 Merged revisions 76146 via svnmerge from 17 years ago
Brett Cannon 142d236442 Merged revisions 76113-76114 via svnmerge from 17 years ago
Brett Cannon 8a1a59f0ec Merged revisions 74584 via svnmerge from 17 years ago
Georg Brandl ab91fdef1f Merged revisions 73715 via svnmerge from 17 years ago
Brett Cannon 2e3155e2fe Merged revisions 74107 via svnmerge from 17 years ago
Brett Cannon 10e35b30fb Backport of r74103. 17 years ago
Raymond Hettinger 554290d920 Fixup/simplify another nested context manager. 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 5561982b64 importlib.test.source.test_abc_loader was making a bad assumption that all file 17 years ago
Brett Cannon f86213f6f2 Make a test in importlib have a more robust test value. 17 years ago
Brett Cannon 978259e9b3 Give a more informative message on an importlib test upon failure. 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 12e533d7bf Rip out a useless method that the superclass implements properly. 17 years ago
Brett Cannon 8593a75688 Fix importlib.machinery.PathFinder.find_module() to essentially skip over None 17 years ago
Brett Cannon 6ae7a7d13d Add simple tests for __import__ for future optimizations to importlib. 17 years ago
Brett Cannon e43b060b05 Document import's semantics for the language reference. This includes filling 17 years ago
Brett Cannon 8d11013169 Implement InspectLoader for FrozenImporter. 17 years ago
Brett Cannon a113ac58be Implement InspectLoader for BuiltinImporter. 17 years ago
Brett Cannon 7aa21f75c1 A few more docstring/API cleanups for importlib. 17 years ago
Brett Cannon 0e0d8a63b1 Clean up docstring from importlib.util.module_for_loader. 17 years ago
Brett Cannon f87e04d339 Finish properly hiding importlib implementation code. 17 years ago
Brett Cannon e9103d2619 Last big re-organization of importlib._bootstrap. Should actually be able to find something in the file now. 17 years ago
Brett Cannon ce43ddfee5 Do a little bit of reorganization on importlib._bootstrap. 17 years ago
Brett Cannon 3eeaa0a821 Make utility code in importlib._bootstrap private. 17 years ago
Brett Cannon 9495f182a0 Define importlib.__init__.__all__. 17 years ago
Brett Cannon c59cd68847 Add a NOTE for importlib to fill in the docstrings for the ABCs. 17 years ago
Brett Cannon 2cf03a8204 Implement importlib.util.set_loader: a decorator to automatically set 17 years ago
Brett Cannon d43b30b046 Implement get_source for importlib.abc.PyLoader using source_path and get_data. 17 years ago
Brett Cannon e2085bedf1 Clean up importlib NOTES so it only contains short term goals. 17 years ago
Brett Cannon 2a922ed6ad Introduce importlib.abc. The module contains various ABCs related to imports 17 years ago
Brett Cannon ba3fcf17c8 Remove a dead XXX comment. 17 years ago
Brett Cannon 29dff8aada Fix importlib._bootstrap.PyPycLoader.load_module() to better handle 17 years ago
Brett Cannon f2b55fb5ee Make importlib.test.source.util.write_bytecode reset sys.dont_write_bytecode. 17 years ago
Brett Cannon 1014d42dd3 Minor changes to Python source base loader. 17 years ago
Brett Cannon 79925fdbfe Skip case-sensitivity tests for extension modules if _testcapi cannot be found. 17 years ago
Brett Cannon 435aad878c Rename importlib.util.set___package__ to set_package. 17 years ago
Brett Cannon 7c9875c32c Move importlib over to _io. 17 years ago
Brett Cannon b5f03c6779 Add a test for importlib.import_module. 17 years ago
Benjamin Peterson 4fa88fa0ba merge the io-c branch: C implementation of the io module 17 years ago
Brett Cannon 57b46f5b0e Expose importlib.util.set___package__. 17 years ago
Brett Cannon 94aaf9e4b8 Relocate source_mtime in importlib to PyPycLoader. 17 years ago
Brett Cannon 91cf882b36 Refactor source and bytecode file loaders in importlib so that there 17 years ago