• Home
  • Raw
  • Download

Lines Matching +full:expand +full:- +full:brackets

39     # In cases where the frozenid is duplicated, the first one is re-used.
49 ('stdlib - startup, without site (python -S)', [
54 # (See https://github.com/python/cpython/pull/28398#pullrequestreview-756856469.)
58 ('stdlib - startup, with site', [
71 ('runpy - run module with -m', [
93 # platform-specific helpers
152 "frozenid" and "modname" must be valid module names (dot-separated
157 Angle brackets around a frozenid (e.g. '<encodings>") indicate
160 patterns to expand submodules:
162 <encodings.*> - also freeze all direct submodules
163 <encodings.**.*> - also freeze the full submodule tree
165 As with "frozenid", angle brackets around "modname" indicate
168 Also, if "modname" has brackets then "frozenid" should not,
180 modname = modname[1:-1]
352 modname = modname[1:-1]
358 modname = _modname[:-3]
402 yield modname[:-3], entry.path, False
497 # deepfreeze-generated function.
608 deepfreezerules.append('\t-o Python/deepfreeze/deepfreeze.c')
609 pyfiles[-1] = pyfiles[-1].rstrip(" \\")
610 frozenfiles[-1] = frozenfiles[-1].rstrip(" \\")
665 deepfreezerules.append('\t\t "-o" "$(PySourcePath)Python\\deepfreeze\\deepfreeze.c"\'/>' )
674 '<!-- BEGIN frozen modules -->',
675 '<!-- END frozen modules -->',
684 '<!-- BEGIN deepfreeze rule -->',
685 '<!-- END deepfreeze rule -->',
695 '<!-- BEGIN frozen modules -->',
696 '<!-- END frozen modules -->',
706 '<!-- BEGIN deepfreeze -->',
707 '<!-- END deepfreeze -->',
718 parser.add_argument("--frozen-modules", action="store_true",
724 # Expand the raw specs, preserving order.
727 # Regen build-related files.