index
:
cpython
3.10
3.11
3.12
3.13
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_py_compile.py
Commit message (
Expand
)
Author
Age
*
Fix test_py_compile with -O mode (GH-115345)
Serhiy Storchaka
2024-02-19
*
gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265)
Nikita Sobolev
2023-09-12
*
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...
Jack Hindmarch
2022-10-19
*
gh-94315: Check for DAC override capability (GH-94316)
Christian Heimes
2022-06-27
*
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes
2022-06-06
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
*
bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965)
pxinwr
2021-05-08
*
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
Hai Shi
2020-08-07
*
bpo-38731: Add --quiet option to py_compile CLI (GH-17134)
Gregory Schevchenko
2020-07-25
*
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
Hai Shi
2020-07-06
*
bpo-40275: Use new test.support helper submodules in tests (GH-21314)
Hai Shi
2020-07-06
*
bpo-39041: Add GitHub Actions support (GH-17594)
Steve Dower
2019-12-16
*
bpo-22640: Add silent mode to py_compile.compile() (GH-12976)
Joannah Nanjekye
2019-05-28
*
bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...
Elvis Pranskevichus
2018-10-10
*
bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200)
Bernhard M. Wiedemann
2018-01-24
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
*
Use support.change_cwd() in tests.
Serhiy Storchaka
2015-09-06
|
\
|
*
Use support.change_cwd() in tests.
Serhiy Storchaka
2015-09-06
*
|
Issue #23822: Fix test_py_compile to not fail under -O.
Brett Cannon
2015-04-13
*
|
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
|
/
*
Fix the test to use an os.sep agnostic test. Hopefully this will fix the
Barry Warsaw
2014-12-02
*
Make this change a little more robust for up-merging.
Barry Warsaw
2014-12-01
*
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
Barry Warsaw
2014-12-01
*
Remove unused imports.
Berker Peksag
2014-09-01
*
Issue #19447: Suppress output of py_compile.compile().
Berker Peksag
2014-09-01
*
Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding ...
Berker Peksag
2014-08-22
*
Issue #19447: Add a test case to py_compile.compile() to make sure
Berker Peksag
2014-08-22
*
Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.
Christian Heimes
2013-10-25
*
Issue #17177: Stop using imp with py_compile
Brett Cannon
2013-06-15
*
make test more robust under Windows
Brett Cannon
2013-06-14
*
Issue #17222: Raise FileExistsError when py_compile.compile would
Brett Cannon
2013-06-14
*
Issue #17244: Windows doesn't let you set permissions on directories.
Brett Cannon
2013-04-24
*
add a newline
Brett Cannon
2013-04-14
*
Issue #17244: Don't mask exceptions raised during the creation of
Brett Cannon
2013-04-14
*
Issue #12618: py_compile cannot create files in current directory
Meador Inge
2011-11-28
*
Issue #12618: fix py_compile unit tests to handle different drives on Windows
Meador Inge
2011-11-26
*
Issue #12618: create unit tests for the py_compile module
Meador Inge
2011-11-25