summaryrefslogtreecommitdiff
path: root/Lib/test/test_compileall.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36786: Run compileall in parallel during "make install" (GH-13078)Antoine Pitrou2019-05-151-1/+1
* Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)Anthony Sottile2019-02-251-1/+0
* bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)Dustin Spicuzza2018-11-231-4/+4
* bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...Elvis Pranskevichus2018-10-101-6/+44
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-4/+17
* Issue #28226: Fix test_compileall on WindowsBerker Peksag2016-10-011-3/+3
* Issue #28226: compileall now supports pathlibBerker Peksag2016-10-011-0/+23
* Issue #27322: Set sys.path to a temp dir in test_compile_pathBerker Peksag2016-09-281-13/+2
* Issue #27322: back out the commit. needs to be addressed after beta1.Christian Heimes2016-09-121-1/+0
* Issue #27322: skip test_compile_path when sys.path is not writeable.Christian Heimes2016-09-121-0/+1
* subprocess._optim_args_from_interpreter_flags()Victor Stinner2016-01-181-4/+3
* Fix test_compilepath() of test_compileallVictor Stinner2016-01-181-0/+12
* Issue #25768: Make compileall functions return booleans and documentBrett Cannon2015-12-271-2/+24
* Merge: #24903: Remove misleading error message to fix regression.R David Murray2015-12-041-8/+0
|\
| * #24903: Remove misleading error message to fix regression.R David Murray2015-12-041-8/+0
| * Issue #25099: Skip relevant tests in test_compileall when an entry onBrett Cannon2015-10-091-4/+32
* | Issue #25099: Skip relevant tests in test_compileall when an entry onBrett Cannon2015-10-091-4/+32
* | Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+2
* | Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor do...Berker Peksag2015-04-221-4/+4
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-11/+10
* | Issue #21338: Add silent mode for compileall.Berker Peksag2014-10-151-0/+7
* | Issue #16104: Allow compileall to do parallel bytecode compilation.Brett Cannon2014-09-121-0/+57
* | allow recursion depth to be specified (closes #19628)Benjamin Peterson2014-08-191-0/+34
|/
* Merge: #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-151-2/+23
|\
| * #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-151-0/+23
| * Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-2/+1
* | Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-2/+1
* | Close #18754: Run Python child processes in isolated more in the test suite.Victor Stinner2013-10-121-1/+1
* | Issue #17177: stop using imp for compileall.Brett Cannon2013-06-141-27/+23
|/
* fix test_compileall when run with -O[O]Benjamin Peterson2012-09-251-4/+12
* #11873: another try at fixing the regex, courtesy of Victor StinnerR David Murray2011-07-011-1/+1
* #11873: fix test regex so it covers windows os.sep as well.R David Murray2011-07-011-1/+1
* Issue #11169: compileall module uses repr() to format filenames and paths toVictor Stinner2011-05-111-1/+1
* #11873: Improve test regex so random directory names don't cause test to failR David Murray2011-05-051-1/+1
* #11132: pass optimize parameter to recursive call in compileall.compile_dir()...Georg Brandl2011-02-071-0/+10
* Make test_compileall more robust by using -S to keep sys.path minimized.R. David Murray2010-12-211-2/+2
* Revert incorrect patch made at the wrong time.R. David Murray2010-12-201-1/+1
* Make test_compileall more robust by using -S to keep sys.path minimized.R. David Murray2010-12-201-1/+1
* #10719: restore messages generated on invalid compileall argsR. David Murray2010-12-161-8/+17
* More comprehensive compileall cli tests, and fixes.R. David Murray2010-12-141-75/+156
* Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-041-0/+9
* #10453 follow-up: Fix test_quiet on Windows, thanks to Stephan Krah.Éric Araujo2010-11-261-6/+8
* Fix one compileall test (#10453). Patch by Michele Orrù.Éric Araujo2010-11-221-1/+1
* Try to get more useful output from failing buildbotÉric Araujo2010-11-211-1/+1
* #10453: compileall now uses argparse instead of getopt, so -h works.R. David Murray2010-11-201-1/+53
* #9964: fix running test_compileall under -O and -OO.Georg Brandl2010-10-141-20/+23
* Bug 8563 - compileall.compile_file() creates empty __pycache__ directories inBarry Warsaw2010-04-291-0/+13
* Bug 8527 - multiple compileall calls produce cascading __pycache__ directories.Barry Warsaw2010-04-261-0/+18
* PEP 3147Barry Warsaw2010-04-171-10/+69
* Issue #6716/2: Backslash-replace error output in compilall.Martin v. Löwis2010-03-161-1/+25