Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |