/usr/lib/python2.6/distutils
NameSizeModeActions
command/-0755rm
archive_util.py63190644editdlrm
archive_util.pyc54870644editdlrm
archive_util.pyo54870644editdlrm
bcppcompiler.py150910644editdlrm
bcppcompiler.pyc80870644editdlrm
bcppcompiler.pyo80870644editdlrm
ccompiler.py488630644editdlrm
ccompiler.pyc377140644editdlrm
ccompiler.pyo375210644editdlrm
cmd.py192530644editdlrm
cmd.pyc168560644editdlrm
cmd.pyo168560644editdlrm
config.py41640644editdlrm
config.pyc36800644editdlrm
config.pyo36800644editdlrm
core.py90810644editdlrm
core.pyc76900644editdlrm
core.pyo76900644editdlrm
cygwinccompiler.py172920644editdlrm
cygwinccompiler.pyc95070644editdlrm
cygwinccompiler.pyo95070644editdlrm
debug.py2650644editdlrm
debug.pyc2970644editdlrm
debug.pyo2970644editdlrm
dep_util.py36320644editdlrm
dep_util.pyc31920644editdlrm
dep_util.pyo31920644editdlrm
dir_util.py81220644editdlrm
dir_util.pyc68900644editdlrm
dir_util.pyo68900644editdlrm
dist.py480070644editdlrm
dist.pyc380360644editdlrm
dist.pyo380360644editdlrm
emxccompiler.py119120644editdlrm
emxccompiler.pyc75320644editdlrm
emxccompiler.pyo75320644editdlrm
errors.py37200644editdlrm
errors.pyc63180644editdlrm
errors.pyo63180644editdlrm
extension.py103250644editdlrm
extension.pyc74000644editdlrm
extension.pyo71750644editdlrm
fancy_getopt.py184270644editdlrm
fancy_getopt.pyc124520644editdlrm
fancy_getopt.pyo122580644editdlrm
filelist.py128720644editdlrm
filelist.pyc107810644editdlrm
filelist.pyo107810644editdlrm
file_util.py83160644editdlrm
file_util.pyc68610644editdlrm
file_util.pyo68610644editdlrm
log.py16060644editdlrm
log.pyc25470644editdlrm
log.pyo25470644editdlrm
msvc9compiler.py287010644editdlrm
msvc9compiler.pyc204490644editdlrm
msvc9compiler.pyo203770644editdlrm
msvccompiler.py237600644editdlrm
msvccompiler.pyc177430644editdlrm
msvccompiler.pyo177430644editdlrm
mwerkscompiler.py103390644editdlrm
mwerkscompiler.pyc76540644editdlrm
mwerkscompiler.pyo76540644editdlrm
README10140644editdlrm
spawn.py69910644editdlrm
spawn.pyc55840644editdlrm
spawn.pyo55840644editdlrm
sysconfig.py227650644editdlrm
sysconfig.pyc159260644editdlrm
sysconfig.pyo159260644editdlrm
text_file.py151450644editdlrm
text_file.pyc112250644editdlrm
text_file.pyo112250644editdlrm
unixccompiler.py144940644editdlrm
unixccompiler.pyc90730644editdlrm
unixccompiler.pyo90730644editdlrm
util.py219780644editdlrm
util.pyc164020644editdlrm
util.pyo164020644editdlrm
version.py114860644editdlrm
version.pyc72140644editdlrm
version.pyo72140644editdlrm
versionpredicate.py50950644editdlrm
versionpredicate.pyc55830644editdlrm
versionpredicate.pyo55830644editdlrm
__init__.py6700644editdlrm
__init__.pyc4370644editdlrm
__init__.pyo4370644editdlrm
Edit: /usr/lib/python2.6/distutils/archive_util.pyc (5487B)
Ńň Ťgc @sýdZdZddkZddklZddklZddklZddk l Z dd d d „Z d d d „Z he dgd fd6e dgdfd6e dgdfd6e dgdfd6e gdfd6Zd„Zddd d d„ZdS(sodistutils.archive_util Utility functions for creating archive files (tarballs, zip files, that sort of thing).s>$Id: archive_util.py 83648 2010-08-03 07:51:50Z ezio.melotti $i˙˙˙˙N(tDistutilsExecError(tspawn(tmkpath(tlogtgzipic Csňhdd6dd6dd6}hdgd6dgd6dgd6}|dj o ||iƒjo td ‚n|d }ttii|ƒd |ƒd d ||g}t|d |ƒ|o/t|g|||gd |ƒ|||S|SdS(sŢCreate a (possibly compressed) tar file from all the files under 'base_dir'. 'compress' must be "gzip" (the default), "compress", "bzip2", or None. Both "tar" and the compression utility named by 'compress' must be on the default program search path, so this is probably Unix-specific. The output tar file will be named 'base_dir' + ".tar", possibly plus the appropriate compression extension (".gz", ".bz2" or ".Z"). Return the output filename. s.gzRs.bz2tbzip2s.Ztcompresss-f9s-fs=bad value for 'compress': must be None, 'gzip', or 'compress's.tartdry_runttars-cfN(tNonetkeyst ValueErrorRtostpathtdirnameR( t base_nametbase_dirRtverboseRt compress_exttcompress_flagst archive_nametcmd((s,/usr/lib/python2.6/distutils/archive_util.pyt make_tarballs$         c Cs‘yddk}Wntj o d}nX|d}ttii|ƒd|ƒ|djo^|o d}nd}y td|||gd|ƒWqtj otd|‚qXnŃt i d ||ƒ|pś|i |d d |i ƒ}xŠti |ƒD]y\}} } xg| D]_} tiitii|| ƒƒ} tii| ƒo%|i| | ƒt i d | ƒqqWqW|iƒn|S( sqCreate a zip file from all the files under 'base_dir'. The output zip file will be named 'base_dir' + ".zip". Uses either the "zipfile" Python module (if available) or the InfoZIP "zip" utility (if installed and found on the default search path). If neither tool is available, raises DistutilsExecError. Returns the name of the output zip file. i˙˙˙˙Ns.zipRs-rs-rqtzipskunable to create zip file '%s': could neither import the 'zipfile' module nor find a standalone zip utilitys#creating '%s' and adding '%s' to ittwt compressions adding '%s'(tzipfilet ImportErrorR RR R RRRRtinfotZipFilet ZIP_DEFLATEDtwalktnormpathtjointisfiletwritetclose( RRRRRt zip_filenamet zipoptionstztdirpathtdirnamest filenamestnameR ((s,/usr/lib/python2.6/distutils/archive_util.pyt make_zipfile<s@        !Rsgzip'ed tar-filetgztarRsbzip2'ed tar-filetbztarscompressed tar filetztarsuncompressed tar fileRsZIP fileRcCs+x$|D]}|tjo|SqWdSdS(N(tARCHIVE_FORMATSR (tformatstformat((s,/usr/lib/python2.6/distutils/archive_util.pytcheck_archive_formats{s   c Cs<tiƒ}|dj o>tid|ƒtii|ƒ}|pti|ƒqWn|djo ti}nh|d6}yt |}Wn t j ot d|‚nX|d} x"|dD]\} } | || s$ +7