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-- 2.6 KB
abstract.c -rw-r--r-- 29.9 KB
bufferobject.c -rw-r--r-- 12.9 KB
classobject.c -rw-r--r-- 38.7 KB
cobject.c -rw-r--r-- 4.9 KB
complexobject.c -rw-r--r-- 13.7 KB
dictobject.c -rw-r--r-- 24.0 KB
fileobject.c -rw-r--r-- 24.3 KB
floatobject.c -rw-r--r-- 18.0 KB
frameobject.c -rw-r--r-- 10.0 KB
funcobject.c -rw-r--r-- 6.3 KB
intobject.c -rw-r--r-- 19.4 KB
listobject.c -rw-r--r-- 37.4 KB
longobject.c -rw-r--r-- 38.7 KB
methodobject.c -rw-r--r-- 6.5 KB
moduleobject.c -rw-r--r-- 6.2 KB
object.c -rw-r--r-- 19.8 KB
rangeobject.c -rw-r--r-- 5.5 KB
sliceobject.c -rw-r--r-- 3.7 KB
stringobject.c -rw-r--r-- 61.6 KB
tupleobject.c -rw-r--r-- 11.3 KB
typeobject.c -rw-r--r-- 2.8 KB
unicodectype.c -rw-r--r-- 218.4 KB
unicodeobject.c -rw-r--r-- 105.1 KB
xxobject.c -rw-r--r-- 3.9 KB

back to top