summaryrefslogtreecommitdiff
path: root/Lib/compileall.py
Commit message (Expand)AuthorAgeFilesLines
* Clarify compileall command-line options (#10454).Éric Araujo2011-09-011-13/+26
* Add doc for compileall.compile_fileÉric Araujo2010-12-161-7/+5
* - Fix typo in Lib/compileall.py(__all__).Matthias Klose2010-03-151-1/+1
* - Issue #8140: extend compileall to compile single files. Add -i option.Matthias Klose2010-03-151-42/+95
* this little exception dance is pointlessBenjamin Peterson2010-03-151-2/+0
* Automatic conversion of floats to integers for struct.pack integer codesMark Dickinson2009-04-191-1/+1
* compileall used the ctime of bytecode and source to determine if the bytecodeBrett Cannon2009-02-101-7/+15
* fix typoFred Drake2008-03-041-1/+1
* Bugs item #1069409 C:\Python24\Lib\compileall.py returns FalseRaymond Hettinger2004-12-201-1/+1
* Patch #975885: print file name in err msg in quiet modeMartin v. Löwis2004-06-201-0/+2
* Fix typo in docstring: The switch is '-x', not '-s'.Thomas Heller2003-08-271-1/+1
* Catch IOErrors.Martin v. Löwis2003-01-161-0/+3
* Patch #661719: Expose compilation errors as exceptions on request.Martin v. Löwis2003-01-151-8/+3
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-3/+2
* Use is None rather than general booleanRaymond Hettinger2002-06-011-2/+2
* Patch #495598: add an -q (quiet) option to pycompile.Martin v. Löwis2002-03-181-9/+19
* Fix compileall.py so that it fails on SyntaxErrorsJeremy Hylton2001-04-181-8/+26
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* When run as a script, report failures in the exit code as well.Fred Drake1999-03-291-4/+12
* A mod whose author I forget. (I must've mislaid the email. If it'sGuido van Rossum1998-12-211-8/+19
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-49/+49
* Revamped, to match py_compile.py:Guido van Rossum1998-01-191-58/+97
* Don't trip over empty string in sys.path.Guido van Rossum1996-07-311-1/+1
* handle class exceptionsGuido van Rossum1995-02-271-1/+4
* New way of generating .pyc files, thanks to Sjoerd.Guido van Rossum1994-08-291-0/+67