summaryrefslogtreecommitdiff
path: root/Modules/_freeze_importlib.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #18093: Factor out the programs that embed the runtimeNick Coghlan2014-07-251-144/+0
* Now all error paths of _freeze_importlib use 'goto error' and the error label...Christian Heimes2013-07-211-19/+18
|\
| * Now all error paths of _freeze_importlib use 'goto error' and the error label...Christian Heimes2013-07-211-19/+18
* | Fix reference and memory leaks in _freeze_importlibChristian Heimes2013-07-211-3/+3
|\ \ | |/ |/|
| * make some freezing related stuff constBenjamin Peterson2013-03-131-3/+3
* | Fix reference and memory leaks in _freeze_importlibChristian Heimes2013-07-211-0/+3
|/
* Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only.Martin v. L?wis2012-07-281-2/+9
* Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Wind...Martin v. L?wis2012-07-281-4/+7
* Issue #15181: importlib bytecode is unsigned and shouldn't have negative numb...Antoine Pitrou2012-06-251-3/+4
* Issue #14928: Fix importlib bootstrap issues by using a custom executable (Mo...Antoine Pitrou2012-06-191-0/+131