COMMITS
/ Lib/compileall.py November 5, 2016
M
Issue #28485: Merge single-threading fix from 3.5 into 3.6
Martin Panter committed
M
Issue #28485: Check for negative workers even without ProcessPoolExecutor
Martin Panter committed
September 30, 2016
B
Issue #28226: compileall now supports pathlib
Berker Peksag committed
December 27, 2015
B
Issue #25768: Make compileall functions return booleans and document
Brett Cannon committed
December 5, 2015
R
Merge: #24903: Remove misleading error message to fix regression.
R David Murray committed
R
#24903: Remove misleading error message to fix regression.
R David Murray committed
April 22, 2015
B
Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist.
Berker Peksag committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
October 15, 2014
B
Issue #21338: Add silent mode for compileall.
Berker Peksag committed
September 12, 2014
B
Issue #16104: Allow compileall to do parallel bytecode compilation.
Brett Cannon committed
August 19, 2014
B
allow recursion depth to be specified (closes #19628)
Benjamin Peterson committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
December 16, 2013
R
Merge: #19532: make compileall with no file/dir args respect -f and -q.
R David Murray committed
R
#19532: make compileall with no file/dir args respect -f and -q.
R David Murray committed
June 15, 2013
B
Issue #17177: stop using imp for compileall.
Brett Cannon committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 18, 2012
A
Issue #16706: get rid of os.error
Andrew Svetlov committed
December 17, 2012
A
Get rig of EnvironmentError (#16705)
Andrew Svetlov committed
September 1, 2011
É
#10454: a few edits to compileall help messages
Éric Araujo committed
May 10, 2011
V
Issue #11169: compileall module uses repr() to format filenames and paths to
Victor Stinner committed
February 7, 2011
December 23, 2010
É
Nits: use a real boolean, make one docstring more similar to the other ones
Éric Araujo committed
December 17, 2010
R
#10454: clarify the compileall docs and help messages.
R. David Murray committed
December 16, 2010
R
#10719: restore messages generated on invalid compileall args
R. David Murray committed
December 14, 2010
R
More comprehensive compileall cli tests, and fixes.
R. David Murray committed
December 4, 2010
November 20, 2010
É
Fix typos and style in compileall.
Éric Araujo committed
R
#10453: compileall now uses argparse instead of getopt, so -h works.
R. David Murray committed
May 8, 2010
B
Create __pycache__ dir when the pyc path is explicitly given
Benjamin Peterson committed
April 29, 2010
B
Bug 8563 - compileall.compile_file() creates empty __pycache__ directories in
Barry Warsaw committed
April 26, 2010
B
Bug 8527 - multiple compileall calls produce cascading __pycache__ directories.
Barry Warsaw committed
March 21, 2010
March 16, 2010
M
Issue #6716/2: Backslash-replace error output in compilall.
Martin v. Löwis committed
M
Merged revisions 78983,78985 via svnmerge from
Matthias Klose committed
April 19, 2009
M
Merged revisions 71750 via svnmerge from
Mark Dickinson committed
February 10, 2009
B
Merged revisions 69481 via svnmerge from
Brett Cannon committed
March 4, 2008
C
Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge from
Christian Heimes committed
July 15, 2007
G
Improve error handling; don't die from unicode errors or syntax errors.
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
December 20, 2004
R
Bugs item #1069409 C:\Python24\Lib\compileall.py returns False
Raymond Hettinger committed
June 20, 2004
M
Patch #975885: print file name in err msg in quiet mode
Martin v. Löwis committed
August 27, 2003
T
Fix typo in docstring: The switch is '-x', not '-s'.
Thomas Heller committed
January 16, 2003
M
Catch IOErrors.
Martin v. Löwis committed
January 15, 2003
M
Patch #661719: Expose compilation errors as exceptions on request.
Martin v. Löwis committed
June 1, 2002
R
Replaced obsolete stat module constants with equivalent attributes
Raymond Hettinger committed
R
Use is None rather than general boolean
Raymond Hettinger committed
March 18, 2002
M
Patch #495598: add an -q (quiet) option to pycompile.
Martin v. Löwis committed
April 18, 2001
J
Fix compileall.py so that it fails on SyntaxErrors
Jeremy Hylton committed