summaryrefslogtreecommitdiffstats
path: root/Lib/ihooks.py
Commit message (Expand)AuthorAgeFilesLines
* Support loading of packages. (I had this coded up for a while butGuido van Rossum1998-06-291-34/+172
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-138/+138
* Add try-finally to close the file after loading it inGuido van Rossum1997-08-131-13/+16
* Set the __file__ attribute of the imported module in both versions ofGuido van Rossum1996-10-071-7/+11
* Don't auto-install on import. This slows down apps that useGuido van Rossum1996-10-041-6/+0
* close module file after loadingGuido van Rossum1996-09-101-10/+13
* Import marshal before using it :-(Guido van Rossum1996-06-171-0/+1
* fix bug in reloadGuido van Rossum1995-08-091-0/+1
* Initial revisionGuido van Rossum1995-08-041-0/+365