Staging
v0.8.1
https://github.com/python/cpython
Revision 32ce329ce4c8ac8a958a624f060274bd50a8f5b9 authored by Greg Ward on 31 March 2000, 03:02:22 UTC, committed by Greg Ward on 31 March 2000, 03:02:22 UTC
Changes to 'copy_file()':
  * added support for making hard links and symlinks
  * noted that it silently clobbers existing files when copying, but
    blows up if destination exists when linking -- hmmm...
  * error message tweak
Added 'base_name' parameter to 'make_tarball()' and 'make_zipfile()'.
Added 'make_archive()' -- wrapper around 'make_tarball()' or
  'make_zipfile()' to take care of the archive "root directory".
1 parent 318a9d7
History
Tip revision: 32ce329ce4c8ac8a958a624f060274bd50a8f5b9 authored by Greg Ward on 31 March 2000, 03:02:22 UTC
Added 'create_tree()'.
Tip revision: 32ce329
File Mode Size
Makefile.in -rw-r--r-- 3.2 KB
atof.c -rw-r--r-- 2.3 KB
bltinmodule.c -rw-r--r-- 61.8 KB
ceval.c -rw-r--r-- 65.6 KB
codecs.c -rw-r--r-- 8.8 KB
compile.c -rw-r--r-- 75.0 KB
dup2.c -rw-r--r-- 691 bytes
dynload_aix.c -rw-r--r-- 6.8 KB
dynload_beos.c -rw-r--r-- 7.6 KB
dynload_dl.c -rw-r--r-- 2.0 KB
dynload_hpux.c -rw-r--r-- 2.7 KB
dynload_mac.c -rw-r--r-- 4.7 KB
dynload_next.c -rw-r--r-- 5.8 KB
dynload_os2.c -rw-r--r-- 2.4 KB
dynload_shlib.c -rw-r--r-- 3.4 KB
dynload_stub.c -rw-r--r-- 1.7 KB
dynload_win.c -rw-r--r-- 4.4 KB
errors.c -rw-r--r-- 10.7 KB
fmod.c -rw-r--r-- 1.9 KB
frozen.c -rw-r--r-- 2.4 KB
frozenmain.c -rw-r--r-- 2.9 KB
getargs.c -rw-r--r-- 27.5 KB
getcompiler.c -rw-r--r-- 1.8 KB
getcopyright.c -rw-r--r-- 1.6 KB
getcwd.c -rw-r--r-- 2.8 KB
getmtime.c -rw-r--r-- 1.8 KB
getopt.c -rw-r--r-- 2.4 KB
getplatform.c -rw-r--r-- 1.6 KB
getversion.c -rw-r--r-- 1.7 KB
graminit.c -rw-r--r-- 24.3 KB
hypot.c -rw-r--r-- 309 bytes
import.c -rw-r--r-- 56.0 KB
importdl.c -rw-r--r-- 3.5 KB
importdl.h -rw-r--r-- 2.4 KB
marshal.c -rw-r--r-- 16.4 KB
memmove.c -rw-r--r-- 1.9 KB
modsupport.c -rw-r--r-- 10.4 KB
mystrtoul.c -rw-r--r-- 4.6 KB
pyfpe.c -rw-r--r-- 629 bytes
pystate.c -rw-r--r-- 6.2 KB
pythonmain.c -rw-r--r-- 5.8 KB
pythonrun.c -rw-r--r-- 25.9 KB
sigcheck.c -rw-r--r-- 2.0 KB
strdup.c -rw-r--r-- 262 bytes
strerror.c -rw-r--r-- 1.9 KB
strtod.c -rw-r--r-- 5.1 KB
structmember.c -rw-r--r-- 6.5 KB
sysmodule.c -rw-r--r-- 18.3 KB
thread.c -rw-r--r-- 3.9 KB
thread_beos.h -rw-r--r-- 9.1 KB
thread_cthread.h -rw-r--r-- 5.3 KB
thread_foobar.h -rw-r--r-- 4.2 KB
thread_lwp.h -rw-r--r-- 5.5 KB
thread_nt.h -rw-r--r-- 7.3 KB
thread_os2.h -rw-r--r-- 5.6 KB
thread_pthread.h -rw-r--r-- 11.8 KB
thread_sgi.h -rw-r--r-- 13.6 KB
thread_solaris.h -rw-r--r-- 6.1 KB
thread_wince.h -rw-r--r-- 5.5 KB
traceback.c -rw-r--r-- 7.1 KB

back to top