summaryrefslogtreecommitdiffstats
path: root/Lib/imputil.py
Commit message (Expand)AuthorAgeFilesLines
* Raise statement normalization in Lib/.Collin Winter2007-08-301-6/+6
* Use the str builtinNeal Norwitz2007-08-241-2/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-20/+0
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-2/+2
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-1/+4
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-2/+1
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-0/+4
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-2/+2
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+5
* ihooks FancyModuleLoader.load_module()Tim Peters2004-08-041-1/+6
* Close SF patch 523944: importing modules with foreign newlines.Jeremy Hylton2002-06-281-1/+1
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-2/+2
* Replaced boolean test with is NoneRaymond Hettinger2002-06-011-1/+1
* SF #515012, cleanup: remove unused variableNeal Norwitz2002-02-111-1/+0
* Added docstring by Neal Norwitz. This closes SF bug #450979.Fred Drake2001-09-041-4/+10
* Patch #443337: Fix incompatibilities in imputil's behavior.Martin v. Löwis2001-07-281-1/+9
* Remove usage of strop module.Martin v. Löwis2001-07-281-5/+2
* Add an uninstall method to the ImportManager.Greg Stein2001-04-071-1/+9
* This change makes imputil more closely emulate the standard importThomas Heller2001-02-121-1/+2
* a few more modules get __all__Skip Montanaro2001-01-241-0/+2
* Whitespace normalization.Tim Peters2001-01-141-6/+6
* Update the code to better reflect recommended style:Fred Drake2000-12-121-2/+2
* no changes other than indentation level (now 4) and comment reflow.Greg Stein2000-07-181-485/+490
* now that imputil is in the main Python repository, clean up the headerGreg Stein2000-06-261-16/+3
* add TODO sectionGreg Stein2000-02-191-0/+100
* reduce fsimp coupling: provide fs_imp param to ImportManager constructor,Greg Stein2000-02-181-48/+45
* shift demo importers to importers.py (destined for Demo/ ?)Greg Stein2000-02-181-227/+16
* 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