Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Support loading of packages. (I had this coded up for a while but | Guido van Rossum | 1998-06-29 |
| | | | | | didn't want to commit until it had been tested. I presume that it works in Grail.) | ||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 |
| | |||
* | Add try-finally to close the file after loading it in | Guido van Rossum | 1997-08-13 |
| | | | | | ModuleLoader.load_module! (Thanks to Daniel Larsson who complained about this.) | ||
* | Set the __file__ attribute of the imported module in both versions of | Guido van Rossum | 1996-10-07 |
| | | | | load_module(), to mimick the behavior of imp more closely. | ||
* | Don't auto-install on import. This slows down apps that use | Guido van Rossum | 1996-10-04 |
| | | | | some of our modules for special purposes (e.g. rexec). | ||
* | close module file after loading | Guido van Rossum | 1996-09-10 |
| | |||
* | Import marshal before using it :-( | Guido van Rossum | 1996-06-17 |
| | |||
* | fix bug in reload | Guido van Rossum | 1995-08-09 |
| | |||
* | Initial revision | Guido van Rossum | 1995-08-04 |