index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_compileall.py
Commit message (
Expand
)
Author
Age
*
bpo-40447: accept all path-like objects in compileall.compile_file (#19883)
Filipe Laíns
2022-12-23
*
gh-90473: Skip and document more failing tests on WASI (GH-93436)
Christian Heimes
2022-06-03
*
bpo-47089: Avoid test_compileall failures on Windows (GH-32037)
Jeremy Kloth
2022-04-01
*
bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)
Christian Heimes
2022-03-08
*
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
Christian Heimes
2022-01-20
*
bpo-46425: Fix direct invocation of multiple test modules (GH-30666)
Nikita Sobolev
2022-01-18
*
bpo-45205: Make test_compileall quiet (GH-28356)
Victor Stinner
2021-09-15
*
bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-...
Ammar Askar
2021-08-24
*
bpo-44666: Use default encoding as fallback for compile_file (GH-27236)
Stefan Hoelzl
2021-07-30
*
bpo-43651: Fix test_compileall with PEP 597 (GH-25128)
Inada Naoki
2021-04-02
*
bpo-40692: Run more test_concurrent_futures tests (GH-20239)
Asheesh Laroia
2021-02-08
*
bpo-40275: Use new test.support helper submodules in tests (GH-21314)
Hai Shi
2020-07-06
*
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....
Serhiy Storchaka
2020-06-25
*
bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901)
Lumír 'Frenzy' Balhar
2020-05-14
*
bpo-40443: Remove unused imports in tests (GH-19804)
Victor Stinner
2020-04-30
*
bpo-39769: Fix compileall ddir for subpkgs. (GH-18676)
Gregory P. Smith
2020-02-28
*
bpo-38470: Fix test_compileall.test_compile_dir_maxlevels() (GH-16789)
Victor Stinner
2019-10-15
*
compileall tests: Use shorter name for long_path test (GH-16419)
Petr Viktorin
2019-09-26
*
bpo-38112: compileall: Skip long path path on Windows if the path can't be cr...
Petr Viktorin
2019-09-26
*
bpo-38112: Compileall improvements (GH-16012)
Lumír 'Frenzy' Balhar
2019-09-26
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
*
bpo-36786: Run compileall in parallel during "make install" (GH-13078)
Antoine Pitrou
2019-05-15
*
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile
2019-02-25
*
bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)
Dustin Spicuzza
2018-11-23
*
bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...
Elvis Pranskevichus
2018-10-10
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
*
Issue #28226: Fix test_compileall on Windows
Berker Peksag
2016-10-01
*
Issue #28226: compileall now supports pathlib
Berker Peksag
2016-10-01
*
Issue #27322: Set sys.path to a temp dir in test_compile_path
Berker Peksag
2016-09-28
*
Issue #27322: back out the commit. needs to be addressed after beta1.
Christian Heimes
2016-09-12
*
Issue #27322: skip test_compile_path when sys.path is not writeable.
Christian Heimes
2016-09-12
*
subprocess._optim_args_from_interpreter_flags()
Victor Stinner
2016-01-18
*
Fix test_compilepath() of test_compileall
Victor Stinner
2016-01-18
*
Issue #25768: Make compileall functions return booleans and document
Brett Cannon
2015-12-27
*
Merge: #24903: Remove misleading error message to fix regression.
R David Murray
2015-12-04
|
\
|
*
#24903: Remove misleading error message to fix regression.
R David Murray
2015-12-04
|
*
Issue #25099: Skip relevant tests in test_compileall when an entry on
Brett Cannon
2015-10-09
*
|
Issue #25099: Skip relevant tests in test_compileall when an entry on
Brett Cannon
2015-10-09
*
|
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
*
|
Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor do...
Berker Peksag
2015-04-22
*
|
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
*
|
Issue #21338: Add silent mode for compileall.
Berker Peksag
2014-10-15
*
|
Issue #16104: Allow compileall to do parallel bytecode compilation.
Brett Cannon
2014-09-12
*
|
allow recursion depth to be specified (closes #19628)
Benjamin Peterson
2014-08-19
|
/
*
Merge: #19532: make compileall with no file/dir args respect -f and -q.
R David Murray
2013-12-15
|
\
|
*
#19532: make compileall with no file/dir args respect -f and -q.
R David Murray
2013-12-15
|
*
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
*
|
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
*
|
Close #18754: Run Python child processes in isolated more in the test suite.
Victor Stinner
2013-10-12
*
|
Issue #17177: stop using imp for compileall.
Brett Cannon
2013-06-14
|
/
[next]