Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853) | Kumar Aditya | 2022-01-27 | 1 | -0/+7 |
* | bpo-46303: Move fileutils.h private functions to internal C API (GH-30484) | Victor Stinner | 2022-01-11 | 1 | -0/+1 |
* | bpo-45949: Pure Python freeze module for cross builds (GH-29899) | Christian Heimes | 2021-12-13 | 1 | -0/+2 |
* | bpo-45395: Make custom frozen modules additions instead of replacements. (gh-... | Eric Snow | 2021-10-28 | 1 | -2/+8 |
* | bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914) | Victor Stinner | 2021-10-13 | 1 | -0/+1 |
* | bpo-45020: Identify which frozen modules are actually aliases. (gh-28655) | Eric Snow | 2021-10-05 | 1 | -0/+6 |
* | bpo-45188: Windows now regenerates frozen modules at the start of build inste... | Steve Dower | 2021-09-15 | 1 | -5/+0 |
* | bpo-45019: Add a tool to generate list of modules to include for frozen modul... | Eric Snow | 2021-08-30 | 1 | -0/+226 |