Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revamped, to match py_compile.py: | Guido van Rossum | 1998-01-19 | 1 | -58/+97 |
| | | | | | | - added docstrings - support option to specify a different purported directory name - reindented with 4 spaces | ||||
* | Don't trip over empty string in sys.path. | Guido van Rossum | 1996-07-31 | 1 | -1/+1 |
| | |||||
* | handle class exceptions | Guido van Rossum | 1995-02-27 | 1 | -1/+4 |
| | |||||
* | New way of generating .pyc files, thanks to Sjoerd. | Guido van Rossum | 1994-08-29 | 1 | -0/+67 |
urllib.py: '+' is not always safe (even though the RFC says so :-( ) whrandom.py: throw away top bits of time to avoid overflow on Mac (where times can be negative) |