index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_freeze_importlib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #18093: Factor out the programs that embed the runtime
Nick Coghlan
2014-07-25
1
-144/+0
*
Now all error paths of _freeze_importlib use 'goto error' and the error label...
Christian Heimes
2013-07-21
1
-19/+18
|
\
|
*
Now all error paths of _freeze_importlib use 'goto error' and the error label...
Christian Heimes
2013-07-21
1
-19/+18
*
|
Fix reference and memory leaks in _freeze_importlib
Christian Heimes
2013-07-21
1
-0/+3
|
\
\
|
|
/
|
*
Fix reference and memory leaks in _freeze_importlib
Christian Heimes
2013-07-21
1
-0/+3
*
|
make some freezing related stuff const
Benjamin Peterson
2013-03-13
1
-3/+3
|
/
*
Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only.
Martin v. Löwis
2012-07-28
1
-2/+9
*
Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Wind...
Martin v. Löwis
2012-07-28
1
-4/+7
*
Issue #15181: importlib bytecode is unsigned and shouldn't have negative numb...
Antoine Pitrou
2012-06-25
1
-3/+4
*
Issue #14928: Fix importlib bootstrap issues by using a custom executable (Mo...
Antoine Pitrou
2012-06-19
1
-0/+131