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
/
ihooks.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-2/+2
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-1/+1
*
ihooks FancyModuleLoader.load_module()
Tim Peters
2004-08-04
1
-1/+7
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-4/+4
*
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald
2003-10-20
1
-1/+1
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
1
-2/+2
*
Applying patch
Gustavo Niemeyer
2002-12-16
1
-4/+7
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-4/+4
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-5/+4
*
added a few more __all__ lists
Skip Montanaro
2001-01-23
1
-1/+3
*
Whitespace normalization.
Tim Peters
2001-01-14
1
-2/+2
*
Thomas Heller <thomas.heller@ion-tof.com>:
Fred Drake
2000-04-13
1
-7/+8
*
Support loading of packages. (I had this coded up for a while but
Guido van Rossum
1998-06-29
1
-34/+172
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-138/+138
*
Add try-finally to close the file after loading it in
Guido van Rossum
1997-08-13
1
-13/+16
*
Set the __file__ attribute of the imported module in both versions of
Guido van Rossum
1996-10-07
1
-7/+11
*
Don't auto-install on import. This slows down apps that use
Guido van Rossum
1996-10-04
1
-6/+0
*
close module file after loading
Guido van Rossum
1996-09-10
1
-10/+13
*
Import marshal before using it :-(
Guido van Rossum
1996-06-17
1
-0/+1
*
fix bug in reload
Guido van Rossum
1995-08-09
1
-0/+1
*
Initial revision
Guido van Rossum
1995-08-04
1
-0/+365