39 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Victor Stinner 530712625b Issue #11169: compileall module uses repr() to format filenames and paths to 15 years ago
Georg Brandl 4543846517 #11132: pass optimize parameter to recursive call in compileall.compile_dir(). Reviewed by Eric A. 15 years ago
Éric Araujo 413d7b4f24 Nits: use a real boolean, make one docstring more similar to the other ones 15 years ago
R. David Murray 94f58c3a65 #10454: clarify the compileall docs and help messages. 15 years ago
R. David Murray 5317e9cd8d #10719: restore messages generated on invalid compileall args 15 years ago
R. David Murray 95333e3aa9 More comprehensive compileall cli tests, and fixes. 15 years ago
Georg Brandl 8334fd9285 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. 15 years ago
Éric Araujo 2e579f0a87 Fix typos and style in compileall. 15 years ago
R. David Murray 650f147298 #10453: compileall now uses argparse instead of getopt, so -h works. 15 years ago
Benjamin Peterson 25216baf32 Create __pycache__ dir when the pyc path is explicitly given 16 years ago
Barry Warsaw c8a99de751 Bug 8563 - compileall.compile_file() creates empty __pycache__ directories in 16 years ago
Barry Warsaw c04317fdc4 Bug 8527 - multiple compileall calls produce cascading __pycache__ directories. 16 years ago
Barry Warsaw 28a691b7fd PEP 3147 16 years ago
Benjamin Peterson 886af966d8 Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from 16 years ago
Martin v. Löwis e96ac3a33a Merged revisions 78991-78992,78994 via svnmerge from 16 years ago
Martin v. Löwis 4b00307425 Issue #6716/2: Backslash-replace error output in compilall. 16 years ago
Matthias Klose c33b902ebb Merged revisions 78983,78985 via svnmerge from 16 years ago
Mark Dickinson 769ba47bb2 Merged revisions 71750 via svnmerge from 17 years ago
Brett Cannon befb14fe27 Merged revisions 69481 via svnmerge from 17 years ago
Christian Heimes 7864476afa Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge from 18 years ago
Guido van Rossum b7d3e65b3b Improve error handling; don't die from unicode errors or syntax errors. 19 years ago
Guido van Rossum be19ed77dd Fix most trivially-findable print statements. 19 years ago
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter: 19 years ago
Raymond Hettinger 7b4b788eaa Bugs item #1069409 C:\Python24\Lib\compileall.py returns False 21 years ago
Martin v. Löwis 873a277eb4 Patch #975885: print file name in err msg in quiet mode 22 years ago
Thomas Heller 4651f53949 Fix typo in docstring: The switch is '-x', not '-s'. 23 years ago
Martin v. Löwis 6f2adc7cd0 Catch IOErrors. 23 years ago
Martin v. Löwis 0c6774d92b Patch #661719: Expose compilation errors as exceptions on request. 23 years ago
Raymond Hettinger 32200aeac6 Replaced obsolete stat module constants with equivalent attributes 24 years ago
Raymond Hettinger 8989ea6ce1 Use is None rather than general boolean 24 years ago
Martin v. Löwis 5c137c2251 Patch #495598: add an -q (quiet) option to pycompile. 24 years ago
Jeremy Hylton 12b6457e24 Fix compileall.py so that it fails on SyntaxErrors 25 years ago
Skip Montanaro e99d5ea25b added __all__ lists to a number of Python modules 25 years ago
Fred Drake 9065ea36de When run as a script, report failures in the exit code as well. 27 years ago
Guido van Rossum 0b56a3e9a7 A mod whose author I forget. (I must've mislaid the email. If it's 28 years ago
Guido van Rossum 45e2fbc2e7 Mass check-in after untabifying all files that need it. 28 years ago
Guido van Rossum c567b8176a Revamped, to match py_compile.py: 29 years ago
Guido van Rossum 68f56e45f6 Don't trip over empty string in sys.path. 30 years ago
Guido van Rossum c7acf2a106 handle class exceptions 31 years ago
Guido van Rossum 3bb5448767 New way of generating .pyc files, thanks to Sjoerd. 32 years ago