summaryrefslogtreecommitdiffstats
path: root/PCbuild/_freeze_module.vcxproj
Commit message (Expand)AuthorAgeFilesLines
* bpo-46429: Merge all deepfrozen files into one (GH-30572)Kumar Aditya2022-01-201-59/+30
* bpo-46123: Disable optimizations for _freeze_module.exe on MSVC for faster bu...neonene2021-12-191-0/+3
* bpo-46088: Automatically detect or install bootstrap Python runtime when buil...Steve Dower2021-12-181-1/+4
* bpo-45654: No need to freeze types (GH-30028)Christian Heimes2021-12-101-7/+0
* bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014)neonene2021-12-101-1/+3
* bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)Kumar Aditya2021-12-091-0/+28
* bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)Christian Heimes2021-12-031-1/+1
* bpo-45582: Port getpath[p].c to Python (GH-29041)Steve Dower2021-12-031-1/+21
* bpo-45850: Implement deep-freeze on Windows (#29648)Guido van Rossum2021-11-221-3/+55
* Refactor parser compilation units into specific components (GH-29676)Pablo Galindo Salgado2021-11-211-0/+2
* bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)Steve Dower2021-11-051-1/+1
* bpo-45020: Add more test cases for frozen modules. (gh-28664)Eric Snow2021-10-011-0/+25
* bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)Eric Snow2021-09-241-4/+4
* bpo-45020: Freeze os, site, and codecs. (gh-28398)Eric Snow2021-09-171-0/+15
* bpo-45020: Drop the frozen .h files from the repo. (gh-28392)Eric Snow2021-09-161-0/+40
* bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380)Eric Snow2021-09-161-40/+0
* bpo-45020: Drop the frozen .h files from the repo. (gh-28375)Eric Snow2021-09-161-0/+40
* bpo-45019: Clean up the frozen __hello__ module. (gh-28374)Eric Snow2021-09-151-4/+4
* bpo-45188: Windows now regenerates frozen modules at the start of build inste...Steve Dower2021-09-151-23/+134
* bpo-45019: Add a tool to generate list of modules to include for frozen modul...Eric Snow2021-08-301-0/+164