Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
fe2f1ad5b5ac92cc153ff9fdbd88f6058d50a75f
/
Lib
/
imputil.py
9545a23
In a number of places code still revers
by Ronald Oussoren
· 15 years ago
b9d4963
Issue #7092: Fix the DeprecationWarnings emitted by the standard library
by Antoine Pitrou
· 16 years ago
de05599
replace callable()
by Benjamin Peterson
· 16 years ago
18187e2
#6224: s/JPython/Jython/, and remove one link to a module nine years old.
by Georg Brandl
· 16 years ago
80bb9d9
Deprecate the imputil module for removal in 3.0.
by Brett Cannon
· 17 years ago
07aa3ed
Patch #685268: Consider a package's __path__ in imputil. Will backport.
by Martin v. Löwis
· 18 years ago
61d168a
Bug #1481530: allow "from os.path import ..." with imputil
by Georg Brandl
· 19 years ago
3d3cfdb
ihooks FancyModuleLoader.load_module()
by Tim Peters
· 21 years ago
13f99d7
Close SF patch 523944: importing modules with foreign newlines.
by Jeremy Hylton
· 23 years ago
32200ae
Replaced obsolete stat module constants with equivalent attributes
by Raymond Hettinger
· 23 years ago
936654b
Replaced boolean test with is None
by Raymond Hettinger
· 23 years ago
4212ea4
SF #515012, cleanup: remove unused variable
by Neal Norwitz
· 23 years ago
05857df
Added docstring by Neal Norwitz. This closes SF bug #450979.
by Fred Drake
· 24 years ago
70195da
Patch #443337: Fix incompatibilities in imputil's behavior.
by Martin v. Löwis
· 24 years ago
d3011cd
Remove usage of strop module.
by Martin v. Löwis
· 24 years ago
76977bb
Add an uninstall method to the ImportManager.
by Greg Stein
· 24 years ago
bfae196
This change makes imputil more closely emulate the standard import
by Thomas Heller
· 24 years ago
17ab123
a few more modules get __all__
by Skip Montanaro
· 25 years ago
07e99cb
Whitespace normalization.
by Tim Peters
· 25 years ago
8152d32
Update the code to better reflect recommended style:
by Fred Drake
· 25 years ago
dd6eefb
no changes other than indentation level (now 4) and comment reflow.
by Greg Stein
· 25 years ago
99a5621
now that imputil is in the main Python repository, clean up the header
by Greg Stein
· 25 years ago
42b9bc7
add TODO section
by Greg Stein
· 25 years ago
3bb578c
reduce fsimp coupling: provide fs_imp param to ImportManager constructor,
by Greg Stein
· 25 years ago
d4f1d20
shift demo importers to importers.py (destined for Demo/ ?)
by Greg Stein
· 25 years ago
f23aa1e
redesign/rebuild around the ImportManager concept.
by Greg Stein
· 26 years ago
32efef3
look for builtins before stuff on the path.
by Greg Stein
· 26 years ago
2b23413
add loading of dynamic library modules.
by Greg Stein
· 26 years ago
7ec28d2
turn SysPathImporter into PathImporter.
by Greg Stein
· 26 years ago
72ee435
remove the __version__ global.
by Greg Stein
· 26 years ago
6d3165a
only put __path__ into package modules.
by Greg Stein
· 26 years ago
63faa01
shift code from DirectoryImporter out to a common area.
by Greg Stein
· 26 years ago
d4c64ba
Add some header comments to all the files.
by Greg Stein
· 26 years ago
281b8d8
initial checkin for my Python stuff.
by Greg Stein
· 26 years ago