COMMITS
/ Tools/freeze/test/freeze.py October 6, 2023
V
gh-103053: Fix test_tools.test_freeze on FreeBSD (#110451)
Victor Stinner committed
October 1, 2023
V
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner committed
September 27, 2023
V
gh-109615: Fix support test_copy_python_src_ignore() (#109958)
Victor Stinner committed
V
gh-109615: Fix test_tools.test_freeze SRCDIR (#109935)
Victor Stinner committed
July 11, 2023
I
gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original source directory (#103213)
Ijtaba Hussain committed
February 23, 2023
E
gh-102151: Correctly fetch CONFIG_ARGS in Tools/freeze/test/freeze.py (#102152)
Erlend E. Aasland committed
February 12, 2023
G
gh-89792: Limit test_tools freeze test build parallelism based on the number of cores (#101841)
Gregory P. Smith committed
G
gh-89792: Prevent test_tools from copying 1000M of "source" in freeze test (#101837)
Gregory P. Smith committed
May 6, 2022
V
gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)
Victor Stinner committed
November 30, 2021
I
Fix EncodingWarning in Tools/freeze/test/freeze.py (GH-29742)
Inada Naoki committed
November 23, 2021
November 11, 2021
G
bpo-45696: Deep-freeze selected modules (GH-29118)
Guido van Rossum committed
October 28, 2021
E
bpo-45629: Add a test for the "freeze" tool. (gh-29222)
Eric Snow committed