aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Programs/_freeze_module.c
Commit message (Expand)AuthorAge
* gh-125063: marshal: Add version 5, improve documentation (GH-126829)Petr Viktorin2024-11-15
* gh-123919: Fix null handling in `_freeze_module.c` (#123920)sobolevn2024-09-11
* Remove more remnants of deepfreeze (#118159)Guido van Rossum2024-04-22
* GH-108716: Turn off deep-freezing of code objects. (GH-108722)Mark Shannon2023-09-08
* gh-108765: Python.h no longer includes <unistd.h> (#108783)Victor Stinner2023-09-02
* gh-103326: Remove `Python/importlib.h` (GH-103331)Nikita Sobolev2023-04-12
* GH-98522: Add version number to code objects. (GH-98525)Mark Shannon2022-12-09
* gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)SQLPATCH2022-11-24
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-17
* Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)Kumar Aditya2022-02-26
* bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)Kumar Aditya2022-02-24
* bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)Kumar Aditya2022-01-27
* bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)Victor Stinner2022-01-11
* bpo-45949: Pure Python freeze module for cross builds (GH-29899)Christian Heimes2021-12-13
* bpo-45395: Make custom frozen modules additions instead of replacements. (gh-...Eric Snow2021-10-28
* bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)Victor Stinner2021-10-13
* bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)Eric Snow2021-10-05
* bpo-45188: Windows now regenerates frozen modules at the start of build inste...Steve Dower2021-09-15
* bpo-45019: Add a tool to generate list of modules to include for frozen modul...Eric Snow2021-08-30