summaryrefslogtreecommitdiffstats
path: root/PCbuild/_freeze_module.vcxproj
Commit message (Expand)AuthorAgeFilesLines
* GH-104584: Plugin optimizer API (GH-105100)Mark Shannon2023-06-021-0/+1
* GH-101520: Move tracemalloc functionality into core, leaving interface in Mod...Mark Shannon2023-05-171-0/+1
* gh-103763: Implement PEP 695 (#103764)Jelle Zijlstra2023-05-161-0/+1
* GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...Mark Shannon2023-04-121-0/+2
* gh-87092: move assembler related code from compile.c to assemble.c (#103277)Irit Katriel2023-04-111-1/+2
* gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)Irit Katriel2023-03-311-0/+1
* GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)Mark Shannon2023-01-051-0/+1
* gh-81057: Move time Globals to _PyRuntimeState (gh-100122)Eric Snow2022-12-081-0/+1
* gh-96143: Move the perf trampoline files to the Python directory (#98675)Pablo Galindo Salgado2022-10-251-1/+1
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-171-1/+1
* gh-94781: Fix Windows projects not cleaning intermediate and output files for...Charlie Zhao2022-09-071-0/+4
* gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)Pablo Galindo Salgado2022-08-301-0/+1
* GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH...Mark Shannon2022-08-241-0/+1
* gh-95005: Replace PyAccu with PyUnicodeWriter (gh-95006)Aivars Kalvāns2022-07-271-1/+0
* 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