Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When run as a script, report failures in the exit code as well. | Fred Drake | 1999-03-29 | 1 | -4/+12 |
| | | | | | Patch largely based on changes by Andrew Dalke, as discussed in the distutils-sig. | ||||
* | A mod whose author I forget. (I must've mislaid the email. If it's | Guido van Rossum | 1998-12-21 | 1 | -8/+19 |
| | | | | | | | yours, please let me know for propoer acknowledgement.) This avoids recompiling files that haven't changed; it adds a -f option to force recompilation. | ||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -49/+49 |
| | |||||
* | 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) |