index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
imputil.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-1/+1
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-20/+0
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-2/+2
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-1/+4
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
1
-2/+1
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-0/+4
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-2/+2
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2/+2
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-1/+1
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-2/+5
*
ihooks FancyModuleLoader.load_module()
Tim Peters
2004-08-04
1
-1/+6
*
Close SF patch 523944: importing modules with foreign newlines.
Jeremy Hylton
2002-06-28
1
-1/+1
*
Replaced obsolete stat module constants with equivalent attributes
Raymond Hettinger
2002-06-01
1
-2/+2
*
Replaced boolean test with is None
Raymond Hettinger
2002-06-01
1
-1/+1
*
SF #515012, cleanup: remove unused variable
Neal Norwitz
2002-02-11
1
-1/+0
*
Added docstring by Neal Norwitz. This closes SF bug #450979.
Fred Drake
2001-09-04
1
-4/+10
*
Patch #443337: Fix incompatibilities in imputil's behavior.
Martin v. Löwis
2001-07-28
1
-1/+9
*
Remove usage of strop module.
Martin v. Löwis
2001-07-28
1
-5/+2
*
Add an uninstall method to the ImportManager.
Greg Stein
2001-04-07
1
-1/+9
*
This change makes imputil more closely emulate the standard import
Thomas Heller
2001-02-12
1
-1/+2
*
a few more modules get __all__
Skip Montanaro
2001-01-24
1
-0/+2
*
Whitespace normalization.
Tim Peters
2001-01-14
1
-6/+6
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-2/+2
*
no changes other than indentation level (now 4) and comment reflow.
Greg Stein
2000-07-18
1
-485/+490
*
now that imputil is in the main Python repository, clean up the header
Greg Stein
2000-06-26
1
-16/+3
*
add TODO section
Greg Stein
2000-02-19
1
-0/+100
*
reduce fsimp coupling: provide fs_imp param to ImportManager constructor,
Greg Stein
2000-02-18
1
-48/+45
*
shift demo importers to importers.py (destined for Demo/ ?)
Greg Stein
2000-02-18
1
-227/+16
*
redesign/rebuild around the ImportManager concept.
Greg Stein
2000-01-03
1
-149/+291
*
look for builtins before stuff on the path.
Greg Stein
1999-11-24
1
-1/+1
*
add loading of dynamic library modules.
Greg Stein
1999-11-24
1
-4/+18
*
turn SysPathImporter into PathImporter.
Greg Stein
1999-11-20
1
-6/+7
*
remove the __version__ global.
Greg Stein
1999-11-20
1
-2/+0
*
only put __path__ into package modules.
Greg Stein
1999-11-20
1
-2/+1
*
shift code from DirectoryImporter out to a common area.
Greg Stein
1999-11-20
1
-64/+231
*
Add some header comments to all the files.
Greg Stein
1999-11-07
1
-0/+7
*
initial checkin for my Python stuff.
Greg Stein
1999-11-07
1
-0/+492