COMMITS
/ Lib/test/test_compileall.py February 10, 2026
December 15, 2025
H
gh-141081: Revert "Add a `.gitignore` file to `__pycache__` folders (#141162)" (#142758)
Hugo van Kemenade committed
S
gh-141081: Add a `.gitignore` file to `__pycache__` folders (#141162)
Stan Ulbrych committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
January 21, 2025
H
gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (#127877)
Hugo van Kemenade committed
June 18, 2024
V
gh-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner committed
May 16, 2024
S
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka committed
May 5, 2024
N
gh-117389: Fix `test_compileall.EncodingTest` (#117390)
Nikita Sobolev committed
February 29, 2024
M
gh-71052: Add test exclusions to support running the test suite on Android (#115918)
Malcolm Smith committed
January 15, 2024
K
gh-114075: Capture `test_compileall` stdout output (#114076)
Kirill Podoprigora committed
October 23, 2023
H
gh-105931: Fix surprising compileall stripdir behaviour (GH-108671)
hetmankp committed
September 12, 2023
V
gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (#109298)
Victor Stinner committed
September 2, 2023
S
gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)
Serhiy Storchaka committed
December 23, 2022
F
bpo-40447: accept all path-like objects in compileall.compile_file (#19883)
Filipe Laíns committed
June 2, 2022
C
gh-90473: Skip and document more failing tests on WASI (GH-93436)
Christian Heimes committed
April 1, 2022
J
bpo-47089: Avoid test_compileall failures on Windows (GH-32037)
Jeremy Kloth committed
March 8, 2022
C
bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)
Christian Heimes committed
January 20, 2022
C
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
Christian Heimes committed
January 18, 2022
N
bpo-46425: Fix direct invocation of multiple test modules (GH-30666)
Nikita Sobolev committed
September 15, 2021
V
bpo-45205: Make test_compileall quiet (GH-28356)
Victor Stinner committed
August 24, 2021
A
bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708)
Ammar Askar committed
July 30, 2021
S
bpo-44666: Use default encoding as fallback for compile_file (GH-27236)
Stefan Hoelzl committed
April 2, 2021
I
bpo-43651: Fix test_compileall with PEP 597 (GH-25128)
Inada Naoki committed
February 8, 2021
A
bpo-40692: Run more test_concurrent_futures tests (GH-20239)
Asheesh Laroia committed
July 6, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21314)
Hai Shi committed
June 25, 2020
S
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035)
Serhiy Storchaka committed
May 14, 2020
L
bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901)
Lumír 'Frenzy' Balhar committed
April 30, 2020
V
bpo-40443: Remove unused imports in tests (GH-19804)
Victor Stinner committed
February 29, 2020
G
bpo-39769: Fix compileall ddir for subpkgs. (GH-18676)
Gregory P. Smith committed
October 15, 2019
V
bpo-38470: Fix test_compileall.test_compile_dir_maxlevels() (GH-16789)
Victor Stinner committed
September 26, 2019
P
compileall tests: Use shorter name for long_path test (GH-16419)
Petr Viktorin committed
P
bpo-38112: compileall: Skip long path path on Windows if the path can't be created (GH-16414)
Petr Viktorin committed
L
bpo-38112: Compileall improvements (GH-16012)
Lumír 'Frenzy' Balhar committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
May 15, 2019
A
bpo-36786: Run compileall in parallel during "make install" (GH-13078)
Antoine Pitrou committed
February 25, 2019
A
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile committed
November 23, 2018
D
bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)
Dustin Spicuzza committed
October 10, 2018
E
bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607)
Elvis Pranskevichus committed
December 9, 2017
B
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson committed
September 30, 2016
B
Issue #28226: Fix test_compileall on Windows
Berker Peksag committed
B
Issue #28226: compileall now supports pathlib
Berker Peksag committed
September 28, 2016
B
Issue #27322: Set sys.path to a temp dir in test_compile_path
Berker Peksag committed
September 12, 2016
C
Issue #27322: back out the commit. needs to be addressed after beta1.
Christian Heimes committed
C
Issue #27322: skip test_compile_path when sys.path is not writeable.
Christian Heimes committed
January 18, 2016
V
subprocess._optim_args_from_interpreter_flags()
Victor Stinner committed
V
Fix test_compilepath() of test_compileall
Victor Stinner 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
October 9, 2015
B
Issue #25099: Skip relevant tests in test_compileall when an entry on
Brett Cannon committed