aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/ihooks.py
Commit message (Expand)AuthorAge
* Support loading of packages. (I had this coded up for a while butGuido van Rossum1998-06-29
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* Add try-finally to close the file after loading it inGuido van Rossum1997-08-13
* Set the __file__ attribute of the imported module in both versions ofGuido van Rossum1996-10-07
* Don't auto-install on import. This slows down apps that useGuido van Rossum1996-10-04
* close module file after loadingGuido van Rossum1996-09-10
* Import marshal before using it :-(Guido van Rossum1996-06-17
* fix bug in reloadGuido van Rossum1995-08-09
* Initial revisionGuido van Rossum1995-08-04