summaryrefslogtreecommitdiffstats
path: root/Lib/ihooks.py
Commit message (Collapse)AuthorAgeFilesLines
* Set the __file__ attribute of the imported module in both versions ofGuido van Rossum1996-10-071-7/+11
| | | | load_module(), to mimick the behavior of imp more closely.
* Don't auto-install on import. This slows down apps that useGuido van Rossum1996-10-041-6/+0
| | | | some of our modules for special purposes (e.g. rexec).
* 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