summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/_bootstrap.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add tests for using sys.path_hooks by importlib.machinery.PathFinder.Brett Cannon2009-02-051-1/+1
* Rename importlib._bootstrap.SysPathFinder to PathFinder and expose off ofBrett Cannon2009-02-051-18/+16
* To prevent another screw-up on my part where my prototype gets lost thanks toBrett Cannon2009-02-021-0/+76
* Simplify write_bytecode for importlib.Brett Cannon2009-02-011-30/+7
* Ditch read_source() and read_bytecode() and replace with *_path() andBrett Cannon2009-02-011-39/+8
* Expose source_path and bytecode_path on _PyFileLoader.Brett Cannon2009-02-011-9/+12
* Fix importlib.machinery.FrozenImporter.load_module() to set __package__Brett Cannon2009-02-011-1/+6
* Document both importlib.machinery.BuiltinImporter and FrozenImporter.Brett Cannon2009-01-251-2/+2
* Add importlib.machinery with its first tenants, BuitinImporter andBrett Cannon2009-01-221-67/+24
* Fix a typo in some code that is not tested or supported yet.Brett Cannon2009-01-191-1/+1
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+997