summaryrefslogtreecommitdiffstats
path: root/Lib/py_compile.py
Commit message (Collapse)AuthorAgeFilesLines
* change Mac creator/typeGuido van Rossum1996-05-281-2/+2
|
* Get magic number from interpreter (using module imp).Sjoerd Mullender1995-07-191-2/+3
|
* Mac-specific code for setting filetype was outdated.Jack Jansen1995-04-231-3/+3
|
* changes for the MacGuido van Rossum1995-01-271-2/+7
|
* New way of generating .pyc files, thanks to Sjoerd.Guido van Rossum1994-08-291-0/+25
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)