KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /proc/22697/root/usr/lib64/python2.4/distutils/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/22697/root/usr/lib64/python2.4/distutils/util.pyc
m
=5Dc@s	dZdZdkZdkZdkZdkZdklZdkl	Z	dk
lZdkl
Z
dZdZd	Zd
adZdZd
dZdaaadZdZdd
d
dZdZd
d
dddd
ddZdZdS(sudistutils.util

Miscellaneous utility functions -- anything that doesn't fit into
one of the other *util.py modules.
s1$Id: util.py 36560 2004-07-18 06:16:08Z tim_one $N(sDistutilsPlatformError(snewer(sspawn(slogcCstidjpttdotiSnti\}}}}}ti|}ti
|dd}ti
|dd}|d djod	||fSn|d d
joA|ddjo,d
}dt|dd|df}qn|d djod	||fSnw|d djod|||fSnQ|d djo?d}tid}|i|}|o|i}qnd|||fS(sReturn a string that identifies the current platform.  This is used
    mainly to distinguish platform-specific build directories and
    platform-specific built distributions.  Typically includes the OS name
    and version and the architecture (as supplied by 'os.uname()'),
    although the exact information included depends on the OS; eg. for IRIX
    the architecture isn't particularly important (IRIX only runs on SGI
    hardware), but for Linux the kernel version isn't particularly
    important.

    Examples of returned values:
       linux-i586
       linux-alpha (?)
       solaris-2.6-sun4u
       irix-5.3
       irix64-6.2

    For non-POSIX platforms, currently just returns 'sys.platform'.
    tposixtunamet/tt t_itlinuxs%s-%stsunosit5tsolariss%d.%siiitirixtaixs%s-%s.%sitcygwins[\d.]+s%s-%s-%sN(tostnamethasattrtsystplatformRtosnamethosttreleasetversiontmachinetstringtlowertreplacetinttretcompiletrel_retmatchtmtgroup(RRRRRRR((t&/usr/lib64/python2.4/distutils/util.pytget_platforms0!*cCstidjo|Sn|p|Sn|ddjotd|n|ddjotd|nti|d}xd|jo|idqW|ptiSnt	ti
i|S(sReturn 'pathname' as a name that will work on the native filesystem,
    i.e. split it on '/' and put it back together again using the current
    directory separator.  Needed because filenames in the setup script are
    always supplied in Unix style, and have to be converted to the local
    convention before we can actually use them in the filesystem.  Raises
    ValueError on non-Unix-ish systems if 'pathname' either starts or
    ends with a slash.
    Rispath '%s' cannot be absoluteispath '%s' cannot end with '/'t.N(R
tseptpathnamet
ValueErrorRtsplittpathstremovetcurdirtapplytpathtjoin(R%R(((R!tconvert_pathKs 
cCstidjoEtii|ptii||Sqtii||dSnDtidjoNtii|\}}|ddjo|d}ntii||SntidjoQtii|\}}|dti	jo|d}ntii||Sntidjodtii|ptii||Sqt
i|dd}d|d}tii||Snt
d	tid
S(s	Return 'pathname' with 'new_root' prepended.  If 'pathname' is
    relative, this is equivalent to "os.path.join(new_root,pathname)".
    Otherwise, it requires making 'pathname' relative and then joining the
    two, which is tricky on DOS/Windows and Mac OS.
    Ritntis\tos2tmact:s!nothing known about platform '%s'N(R
RR,tisabsR%R-tnew_roott
splitdrivetdriveR$RR'telementstDistutilsPlatformError(R4R%R7R6R,((R!tchange_rootgs,icCstodSntidjoAtiido-dk}|itidtid<ntiidpttid<ndadS(sLEnsure that 'os.environ' has all the environment variables we
    guarantee that users can use in config files, command-line options,
    etc.  Currently this includes:
      HOME - user's home directory (Unix only)
      PLAT - description of the current platform, including hardware
             and OS (see 'get_platform()')
    NRtHOMEitPLATi(	t_environ_checkedR
Rtenvironthas_keytpwdtgetpwuidtgetuidR"(R?((R!t
check_environs$	$cCsSt|d}ytid||SWn"tj
o}td|nXdS(sPerform shell/Perl-style variable substitution on 'string'.  Every
    occurrence of '$' followed by a name is considered a variable, and
    variable is substituted by the value found in the 'local_vars'
    dictionary, or in 'os.environ' if it's not in 'local_vars'.
    'os.environ' is first checked/augmented to guarantee that it contains
    certain values: see 'check_environ()'.  Raise ValueError for any
    variables not found in either 'local_vars' or 'os.environ'.
    cCs@|id}|i|ot||Snti|SdS(Ni(RR tvar_namet
local_varsR>tstrR
R=(RRDRC((R!t_substss\$([a-zA-Z_][a-zA-Z_0-9]*)sinvalid variable '$%s'N(	RBRDRFRtsubtstKeyErrortvarR&(RHRDRJRF((R!t
subst_varssserror: cCsut|doMt|do=|io|d|i|if}qq|d|i}n|t|d}|S(sGenerate a useful error message from an EnvironmentError (IOError or
    OSError) exception object.  Handles Python 1.5.1 and 1.5.2 styles, and
    does what it can to deal with exception objects that don't have a
    filename (which happens when the error is due to a two-file operation,
    such as 'rename()' or 'link()'.  Returns the error message as a string
    prefixed with 'prefix'.
    tfilenametstrerrors%s: %ss%siN(RtexcRLtprefixRMterrorRE(RNRORP((R!tgrok_environment_errors 
cCs8tidtiatidatidadS(Ns
[^\\\'\"%s ]*s'(?:[^'\\]|\\.)*'s"(?:[^"\\]|\\.)*"(RRRt
whitespacet
_wordchars_ret
_squote_ret
_dquote_re(((R!t_init_regexscCstd	jotnti|}g}d}x|oti||}|i
}|t|jo|i|| Pn||ti
jo.|i|| ti||}d}n||djo$|| ||d}|d}n||djoti||}n9||djoti||}ntd|||d	jotd||n|i\}}|| ||d|d!||}|i
d}|t|jo|i|Pq6q6W|S(
sSplit a string up according to Unix shell-like rules for quotes and
    backslashes.  In short: words are delimited by spaces, as long as those
    spaces are not escaped by a backslash, or inside a quoted string.
    Single and double quotes are equivalent, and the quote characters can
    be backslash-escaped.  The backslash is stripped from any two-character
    escape sequence, leaving only the escaped character.  The quote
    characters are stripped from any quoted string.  Returns a list of
    words.
    is\it't"s!this can't happen (bad char '%c')s"bad string (mismatched %s quotes?)iN(RStNoneRVRtstripRHtwordstposRRtendtlentappendRRtlstripRTRUtRuntimeErrorR&tspantbeg(RHR]RcRR\R[((R!tsplit_quotedsD	


%

cCss|djo=d|i|f}|ddjo|dd!d}qJnti||pt||ndS(sPerform some action that affects the outside world (eg.  by
    writing to the filesystem).  Such actions are special because they
    are disabled by the 'dry_run' flag.  This method takes care of all
    that bureaucracy for you; all you have to do is supply the
    function to call and an argument tuple for it (to embody the
    "external action" being performed), and an optional message to
    print.
    s%s%ris,)it)N(	tmsgRYtfunct__name__targstlogtinfotdry_runR+(RgRiRftverboseRl((R!texecutes

cCsMti|}|djodSn&|djodSntd|fdS(sConvert a string representation of truth to true (1) or false (0).

    True values are 'y', 'yes', 't', 'true', 'on', and '1'; false values
    are 'n', 'no', 'f', 'false', 'off', and '0'.  Raises ValueError if
    'val' is anything else.
    tytyesttttruetont1itntnotftfalsetofft0isinvalid truth value %rN(RoRpRqRrRsRt(RuRvRwRxRyRz(RRtvalR&(R{((R!t	strtobool-s

icCs|djoto
|dj}n|py#dkl}|d\}}Wn3tj
o'dkl	}
d|
d}}nXt
id||p|dj	ot
i|d}nt|d}|id|ititt|dd	|id
|||||f|inti|g}|djo|iddn"|d
jo|iddnt |d|t!t
i"|fd|d|n7dk#l$}x&|D]}	|	ddjoqn|	todpd}|	}
|oB|	t(| |jot)d|	|fn|
t(|}
n|ot
i*i||
}
nt
i*i+|}|o`|pt-|	|o2t
id|	||p||	||
qqt
i.d|	|qqWdS(sByte-compile a collection of Python source files to either .pyc
    or .pyo files in the same directory.  'py_files' is a list of files
    to compile; any files that don't end in ".py" are silently skipped.
    'optimize' must be one of the following:
      0 - don't optimize (generate .pyc)
      1 - normal optimization (like "python -O")
      2 - extra optimization (like "python -OO")
    If 'force' is true, all files are recompiled regardless of
    timestamps.

    The source filename encoded in each bytecode file defaults to the
    filenames listed in 'py_files'; you can modify these with 'prefix' and
    'basedir'.  'prefix' is a string that will be stripped off of each
    source filename, and 'base_dir' is a directory name that will be
    prepended (after 'prefix' is stripped).  You can supply either or both
    (or neither) of 'prefix' and 'base_dir', as you wish.

    If 'dry_run' is true, doesn't actually do anything that would
    affect the filesystem.

    Byte-compilation is either done directly in this interpreter process
    with the standard py_compile module, or indirectly by writing a
    temporary script and executing it.  Normally, you should let
    'byte_compile()' figure out to use direct compilation or not (see
    the source for details).  The 'direct' flag is used by the script
    generated in indirect mode; unless you know what you're doing, leave
    it set to None.
    i(smkstemps.py(smktemps$writing byte-compilation script '%s'tws2from distutils.util import byte_compile
files = [
s,
s]
s
byte_compile(files, optimize=%r, force=%r,
             prefix=%r, base_dir=%r,
             verbose=%r, dry_run=0,
             direct=1)
is-Ois-OORlsremoving %s(scompileitctos1invalid prefix: filename %r doesn't start with %rsbyte-compiling %s to %ss%skipping byte-compilation of %s to %sN(/tdirectRYt	__debug__toptimizettempfiletmkstempt	script_fdtscript_nametImportErrortmktempRjRkRlR
tfdopentscripttopentwriteRR-tmaptreprtpy_filestforceROtbase_dirRmtcloseRt
executabletcmdtinserttspawnRnR)t
py_compileRtfiletcfiletdfileR^R&R,tbasenamet
cfile_basetnewertdebug(RRRRORRmRlRRRRRRRRRRRR((R!tbyte_compile=s` 




& 


	cCsBti|d}tti|}ti|ddd}|S(sReturn a version of the string escaped for inclusion in an
    RFC-822 header, by ensuring there are 8 spaces space after each newline.
    s
iRN(RR'theadertlinesRRZR-(RR((R!t
rfc822_escapes
(t__doc__t__revision__RR
RRtdistutils.errorsR8tdistutils.dep_utilRtdistutils.spawnRt	distutilsRjR"R.R9R<RBRKRQRYRSRTRURVRdRnR|RR(RR8RBRRVRdRRKRRjRRR.RRRQR"R|RnR9R
((R!t?s($



	<		&				?	

Anon7 - 2021