summaryrefslogtreecommitdiff
path: root/Lib/py_compile.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23811: Add missing newline to the PyCompileError error message.Berker Peksag2015-04-141-1/+1
* #7842: backport fix for py_compile.compile syntax error message handling.R David Murray2013-02-191-1/+1
* fix typo in r79533, introduced by the fix for issue #8233Matthias Klose2010-04-201-1/+1
* - Issue #8233: When run as a script, py_compile.py optionally takes a singleBarry Warsaw2010-03-311-8/+24
* these lines can now be dispensed withBenjamin Peterson2010-03-181-2/+0
* clean up files correctlyBenjamin Peterson2010-03-151-15/+13
* remove mac 9 codeBenjamin Peterson2010-03-151-10/+0
* #2225: return nonzero status code from py_compile if not all files could be c...Georg Brandl2008-03-061-2/+6
* Patch #1171150: add a newline to py_compile error outputGeorg Brandl2005-06-101-1/+1
* Getting rid of macfs.Jack Jansen2003-02-271-2/+2
* Whitespace normalization.Tim Peters2003-01-291-9/+9
* Patch #661719: Expose compilation errors as exceptions on request.Martin v. Löwis2003-01-151-17/+75
* Added a main() function and support to run this module as a script.Fred Drake2002-08-211-1/+19
* Refactor: Remove some code that was obsoleted when this module wasFred Drake2002-08-211-11/+17
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-2/+2
* Replace boolean test with is None.Raymond Hettinger2002-06-011-1/+1
* Mass checkin of universal newline support.Jack Jansen2002-04-141-1/+1
* __all__ for several more modulesSkip Montanaro2001-02-121-0/+2
* String method conversion.Eric S. Raymond2001-02-091-2/+2
* Support \r in source files. Closes bug #101425.Martin v. Löwis2000-09-151-0/+5
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-1/+1
* Fix two bugs in the fstat() line, reported by Fredruk Lundh.Guido van Rossum1998-10-071-1/+1
* Fix suggested by Sjoerd (long ago!) to get a better error message whenGuido van Rossum1998-09-291-1/+9
* On the mac, shouldn't change the creator+type of the *source* file!Guido van Rossum1998-08-111-1/+0
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-9/+9
* Typo (coestring -> codestring) discovered by Mark Hammond.Guido van Rossum1998-03-021-1/+1
* Added docstrings.Guido van Rossum1998-01-191-32/+63
* Use fstat if we can; write MAGIC into file last.Guido van Rossum1997-11-221-2/+8
* 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