summaryrefslogtreecommitdiffstats
path: root/Lib/compileall.py
Commit message (Expand)AuthorAgeFilesLines
* Merge: #24903: Remove misleading error message to fix regression.R David Murray2015-12-051-3/+0
|\
| * #24903: Remove misleading error message to fix regression.R David Murray2015-12-051-3/+0
* | Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor do...Berker Peksag2015-04-221-3/+1
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-3/+4
* | Issue #21338: Add silent mode for compileall.Berker Peksag2014-10-151-17/+28
* | Issue #16104: Allow compileall to do parallel bytecode compilation.Brett Cannon2014-09-121-23/+56
* | allow recursion depth to be specified (closes #19628)Benjamin Peterson2014-08-191-1/+11
|/
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-1/+0
* Merge: #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-161-1/+2
|\
| * #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-161-1/+2
* | Issue #17177: stop using imp for compileall.Brett Cannon2013-06-151-5/+6
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-2/+2
* | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-1/+1
* | Get rig of EnvironmentError (#16705)Andrew Svetlov2012-12-171-1/+1
|/
* #10454: a few edits to compileall help messagesÉric Araujo2011-09-011-7/+7
* Issue #11169: compileall module uses repr() to format filenames and paths toVictor Stinner2011-05-101-5/+5
* #11132: pass optimize parameter to recursive call in compileall.compile_dir()...Georg Brandl2011-02-071-1/+1
* Nits: use a real boolean, make one docstring more similar to the other onesÉric Araujo2010-12-231-2/+5
* #10454: clarify the compileall docs and help messages.R. David Murray2010-12-171-15/+22
* #10719: restore messages generated on invalid compileall argsR. David Murray2010-12-161-5/+5
* More comprehensive compileall cli tests, and fixes.R. David Murray2010-12-141-14/+20
* Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-041-8/+17
* Fix typos and style in compileall.Éric Araujo2010-11-201-18/+12
* #10453: compileall now uses argparse instead of getopt, so -h works.R. David Murray2010-11-201-77/+55
* Create __pycache__ dir when the pyc path is explicitly givenBenjamin Peterson2010-05-081-6/+0
* Bug 8563 - compileall.compile_file() creates empty __pycache__ directories inBarry Warsaw2010-04-291-5/+6
* Bug 8527 - multiple compileall calls produce cascading __pycache__ directories.Barry Warsaw2010-04-261-0/+2
* PEP 3147Barry Warsaw2010-04-171-26/+48
* Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,...Benjamin Peterson2010-03-211-2/+0
* Issue #6716/2: Backslash-replace error output in compilall.Martin v. Löwis2010-03-161-1/+4
* Merged revisions 78983,78985 via svnmerge fromMatthias Klose2010-03-161-50/+102
* Merged revisions 71750 via svnmerge fromMark Dickinson2009-04-191-1/+1
* Merged revisions 69481 via svnmerge fromBrett Cannon2009-02-101-7/+15
* Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge...Christian Heimes2008-03-041-1/+1
* Improve error handling; don't die from unicode errors or syntax errors.Guido van Rossum2007-07-151-3/+9
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-19/+19
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* 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