Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
bd15a06fd3ac256d4f2780c85a9f7e6def1ecd1f
/
Lib
/
ihooks.py
e6039f0
Add support to the ihooks module for relative imports.
by Neil Schemenauer
· 15 years ago
27508d4
Deprecate ihooks for removal in 3.0.
by Brett Cannon
· 16 years ago
3d3cfdb
ihooks FancyModuleLoader.load_module()
by Tim Peters
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
f0dfc7a
Fix a bunch of typos in documentation, docstrings and comments.
by Walter Dörwald
· 21 years ago
68468eb
Get rid of many apply() calls.
by Guido van Rossum
· 22 years ago
d5ae01a
Applying patch
by Gustavo Niemeyer
· 22 years ago
54f0222
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 22 years ago
bf97c9d
String method conversion.
by Eric S. Raymond
· 24 years ago
2dd4276
added a few more __all__ lists fixed typo in ihooks docstring
by Skip Montanaro
· 24 years ago
07e99cb
Whitespace normalization.
by Tim Peters
· 24 years ago
8deeced
Thomas Heller <thomas.heller@ion-tof.com>:
by Fred Drake
· 25 years ago
9f5c36f
Support loading of packages. (I had this coded up for a while but
by Guido van Rossum
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
6dc61b1
Add try-finally to close the file after loading it in
by Guido van Rossum
· 27 years ago
a97b8ee
Set the __file__ attribute of the imported module in both versions of
by Guido van Rossum
· 28 years ago
8299e46
Don't auto-install on import. This slows down apps that use
by Guido van Rossum
· 28 years ago
2ea0509
close module file after loading
by Guido van Rossum
· 28 years ago
4e15599
Import marshal before using it :-(
by Guido van Rossum
· 28 years ago
6a0691a
fix bug in reload
by Guido van Rossum
· 29 years ago
e7e578f
Initial revision
by Guido van Rossum
· 29 years ago