| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) | Dustin Spicuzza | 2018-11-23 | 1 | -4/+4 |
|
|
* | bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH... | Elvis Pranskevichus | 2018-10-10 | 1 | -6/+44 |
|
|
* | closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) | Benjamin Peterson | 2017-12-09 | 1 | -4/+17 |
|
|
* | Issue #28226: Fix test_compileall on Windows | Berker Peksag | 2016-09-30 | 1 | -3/+3 |
|
|
* | Issue #28226: compileall now supports pathlib | Berker Peksag | 2016-09-30 | 1 | -0/+23 |
|
|
* | Issue #27322: Set sys.path to a temp dir in test_compile_path | Berker Peksag | 2016-09-28 | 1 | -13/+2 |
|
|
* | Issue #27322: back out the commit. needs to be addressed after beta1. | Christian Heimes | 2016-09-12 | 1 | -1/+0 |
|
|
* | Issue #27322: skip test_compile_path when sys.path is not writeable. | Christian Heimes | 2016-09-12 | 1 | -0/+1 |
|
|
* | subprocess._optim_args_from_interpreter_flags() | Victor Stinner | 2016-01-18 | 1 | -4/+3 |
|
|
* | Fix test_compilepath() of test_compileall | Victor Stinner | 2016-01-18 | 1 | -0/+12 |
|
|
* | Issue #25768: Make compileall functions return booleans and document | Brett Cannon | 2015-12-27 | 1 | -2/+24 |
|
|
* | Merge: #24903: Remove misleading error message to fix regression. | R David Murray | 2015-12-05 | 1 | -8/+0 |
|\ |
|
| * | #24903: Remove misleading error message to fix regression. | R David Murray | 2015-12-05 | 1 | -8/+0 |
|
|
| * | Issue #25099: Skip relevant tests in test_compileall when an entry on | Brett Cannon | 2015-10-09 | 1 | -4/+32 |
|
|
* | | Issue #25099: Skip relevant tests in test_compileall when an entry on | Brett Cannon | 2015-10-09 | 1 | -4/+32 |
|
|
* | | Issue #9517: Move script_helper to the support package. | Berker Peksag | 2015-05-06 | 1 | -1/+2 |
|
|
* | | Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor do... | Berker Peksag | 2015-04-22 | 1 | -4/+4 |
|
|
* | | Issue #23731: Implement PEP 488. | Brett Cannon | 2015-04-13 | 1 | -11/+10 |
|
|
* | | Issue #21338: Add silent mode for compileall. | Berker Peksag | 2014-10-15 | 1 | -0/+7 |
|
|
* | | Issue #16104: Allow compileall to do parallel bytecode compilation. | Brett Cannon | 2014-09-12 | 1 | -0/+57 |
|
|
* | | allow recursion depth to be specified (closes #19628) | Benjamin Peterson | 2014-08-19 | 1 | -0/+34 |
|/ |
|
* | Merge: #19532: make compileall with no file/dir args respect -f and -q. | R David Murray | 2013-12-16 | 1 | -2/+23 |
|\ |
|
| * | #19532: make compileall with no file/dir args respect -f and -q. | R David Murray | 2013-12-16 | 1 | -0/+23 |
|
|
| * | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -2/+1 |
|
|
* | | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -2/+1 |
|
|
* | | Close #18754: Run Python child processes in isolated more in the test suite. | Victor Stinner | 2013-10-12 | 1 | -1/+1 |
|
|
* | | Issue #17177: stop using imp for compileall. | Brett Cannon | 2013-06-15 | 1 | -27/+23 |
|/ |
|
* | fix test_compileall when run with -O[O] | Benjamin Peterson | 2012-09-25 | 1 | -4/+12 |
|
|
* | #11873: another try at fixing the regex, courtesy of Victor Stinner | R David Murray | 2011-07-01 | 1 | -1/+1 |
|
|
* | #11873: fix test regex so it covers windows os.sep as well. | R David Murray | 2011-07-01 | 1 | -1/+1 |
|
|
* | Issue #11169: compileall module uses repr() to format filenames and paths to | Victor Stinner | 2011-05-10 | 1 | -1/+1 |
|
|
* | #11873: Improve test regex so random directory names don't cause test to fail | R David Murray | 2011-05-05 | 1 | -1/+1 |
|
|
* | #11132: pass optimize parameter to recursive call in compileall.compile_dir()... | Georg Brandl | 2011-02-07 | 1 | -0/+10 |
|
|
* | Make test_compileall more robust by using -S to keep sys.path minimized. | R. David Murray | 2010-12-21 | 1 | -2/+2 |
|
|
* | Revert incorrect patch made at the wrong time. | R. David Murray | 2010-12-20 | 1 | -1/+1 |
|
|
* | Make test_compileall more robust by using -S to keep sys.path minimized. | R. David Murray | 2010-12-20 | 1 | -1/+1 |
|
|
* | #10719: restore messages generated on invalid compileall args | R. David Murray | 2010-12-16 | 1 | -8/+17 |
|
|
* | More comprehensive compileall cli tests, and fixes. | R. David Murray | 2010-12-14 | 1 | -75/+156 |
|
|
* | Add an "optimize" parameter to compile() to control the optimization level, a... | Georg Brandl | 2010-12-04 | 1 | -0/+9 |
|
|
* | #10453 follow-up: Fix test_quiet on Windows, thanks to Stephan Krah. | Éric Araujo | 2010-11-26 | 1 | -6/+8 |
|
|
* | Fix one compileall test (#10453). Patch by Michele Orrù. | Éric Araujo | 2010-11-22 | 1 | -1/+1 |
|
|
* | Try to get more useful output from failing buildbot | Éric Araujo | 2010-11-21 | 1 | -1/+1 |
|
|
* | #10453: compileall now uses argparse instead of getopt, so -h works. | R. David Murray | 2010-11-20 | 1 | -1/+53 |
|
|
* | #9964: fix running test_compileall under -O and -OO. | Georg Brandl | 2010-10-14 | 1 | -20/+23 |
|
|
* | Bug 8563 - compileall.compile_file() creates empty __pycache__ directories in | Barry Warsaw | 2010-04-29 | 1 | -0/+13 |
|
|
* | Bug 8527 - multiple compileall calls produce cascading __pycache__ directories. | Barry Warsaw | 2010-04-26 | 1 | -0/+18 |
|
|
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -10/+69 |
|
|
* | Issue #6716/2: Backslash-replace error output in compilall. | Martin v. Löwis | 2010-03-16 | 1 | -1/+25 |
|
|
* | Merged revisions 78983,78985 via svnmerge from | Matthias Klose | 2010-03-16 | 1 | -0/+19 |
|
|
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -2/+0 |
|
|