summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_py_compile.py
Commit message (Expand)AuthorAgeFilesLines
* gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265)Nikita Sobolev2023-09-121-4/+12
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...Jack Hindmarch2022-10-191-2/+3
* gh-94315: Check for DAC override capability (GH-94316)Christian Heimes2022-06-271-2/+1
* gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)Christian Heimes2022-06-061-0/+1
* bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)Christian Heimes2022-01-251-0/+1
* bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965)pxinwr2021-05-081-1/+1
* bpo-40275: Use new test.support helper submodules in tests (GH-21764)Hai Shi2020-08-071-1/+1
* bpo-38731: Add --quiet option to py_compile CLI (GH-17134)Gregory Schevchenko2020-07-251-1/+70
* bpo-40275: Use new test.support helper submodules in tests (GH-21317)Hai Shi2020-07-061-1/+1
* bpo-40275: Use new test.support helper submodules in tests (GH-21314)Hai Shi2020-07-061-2/+3
* bpo-39041: Add GitHub Actions support (GH-17594)Steve Dower2019-12-161-1/+1
* bpo-22640: Add silent mode to py_compile.compile() (GH-12976)Joannah Nanjekye2019-05-281-0/+9
* bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...Elvis Pranskevichus2018-10-101-6/+60
* bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200)Bernhard M. Wiedemann2018-01-241-0/+12
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-0/+18
* Use support.change_cwd() in tests.Serhiy Storchaka2015-09-061-5/+3
|\
| * Use support.change_cwd() in tests.Serhiy Storchaka2015-09-061-5/+3
* | Issue #23822: Fix test_py_compile to not fail under -O.Brett Cannon2015-04-131-0/+1
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-0/+4
|/
* Fix the test to use an os.sep agnostic test. Hopefully this will fix theBarry Warsaw2014-12-021-2/+6
* Make this change a little more robust for up-merging.Barry Warsaw2014-12-011-1/+2
* - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile isBarry Warsaw2014-12-011-0/+16
* Remove unused imports.Berker Peksag2014-09-011-2/+2
* Issue #19447: Suppress output of py_compile.compile().Berker Peksag2014-09-011-1/+2
* Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding ...Berker Peksag2014-08-221-1/+2
* Issue #19447: Add a test case to py_compile.compile() to make sureBerker Peksag2014-08-221-0/+4
* Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.Christian Heimes2013-10-251-0/+3
* Issue #17177: Stop using imp with py_compileBrett Cannon2013-06-151-2/+2
* make test more robust under WindowsBrett Cannon2013-06-151-1/+1
* Issue #17222: Raise FileExistsError when py_compile.compile wouldBrett Cannon2013-06-141-0/+20
* Issue #17244: Windows doesn't let you set permissions on directories.Brett Cannon2013-04-241-0/+2
* add a newlineBrett Cannon2013-04-141-1/+1
* Issue #17244: Don't mask exceptions raised during the creation ofBrett Cannon2013-04-141-3/+14
* Issue #12618: py_compile cannot create files in current directoryMeador Inge2011-11-281-0/+9
* Issue #12618: fix py_compile unit tests to handle different drives on WindowsMeador Inge2011-11-261-0/+10
* Issue #12618: create unit tests for the py_compile moduleMeador Inge2011-11-261-0/+42