summaryrefslogtreecommitdiffstats
path: root/Tools/freeze/test/freeze.py
Commit message (Expand)AuthorAgeFilesLines
* gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)Victor Stinner2022-05-061-1/+2
* Fix EncodingWarning in Tools/freeze/test/freeze.py (GH-29742)Inada Naoki2021-11-301-2/+2
* bpo-45783: Preserve file moves and deletions in the tests for the freeze tool...Eric Snow2021-11-231-31/+11
* bpo-45696: Deep-freeze selected modules (GH-29118)Guido van Rossum2021-11-111-7/+17
* bpo-45629: Add a test for the "freeze" tool. (gh-29222)Eric Snow2021-10-281-0/+194