summaryrefslogtreecommitdiffstats
path: root/Lib/imputil.py
Commit message (Expand)AuthorAgeFilesLines
* redesign/rebuild around the ImportManager concept.Greg Stein2000-01-031-149/+291
* look for builtins before stuff on the path.Greg Stein1999-11-241-1/+1
* add loading of dynamic library modules.Greg Stein1999-11-241-4/+18
* turn SysPathImporter into PathImporter.Greg Stein1999-11-201-6/+7
* remove the __version__ global.Greg Stein1999-11-201-2/+0
* only put __path__ into package modules.Greg Stein1999-11-201-2/+1
* shift code from DirectoryImporter out to a common area.Greg Stein1999-11-201-64/+231
* Add some header comments to all the files.Greg Stein1999-11-071-0/+7
* initial checkin for my Python stuff.Greg Stein1999-11-071-0/+492