summaryrefslogtreecommitdiff
path: root/Lib/py_compile.py
Commit message (Expand)AuthorAgeFilesLines
...
* compile(): Use the __debug__ flag to determine the proper filename extensionFred Drake1997-03-131-1/+1
* Cast mtime gotten from stat() to long int -- else it won't workGuido van Rossum1996-10-241-1/+1
* 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