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.2 KB
acceler.c -rw-r--r-- 4.7 KB
assert.h -rw-r--r-- 1.9 KB
bitset.c -rw-r--r-- 2.4 KB
firstsets.c -rw-r--r-- 3.6 KB
grammar.c -rw-r--r-- 5.9 KB
grammar1.c -rw-r--r-- 2.5 KB
intrcheck.c -rw-r--r-- 4.7 KB
listnode.c -rw-r--r-- 2.5 KB
metagrammar.c -rw-r--r-- 3.6 KB
myreadline.c -rw-r--r-- 4.0 KB
node.c -rw-r--r-- 2.7 KB
parser.c -rw-r--r-- 9.6 KB
parser.h -rw-r--r-- 2.4 KB
parsetok.c -rw-r--r-- 4.8 KB
pgen.c -rw-r--r-- 16.1 KB
pgen.h -rw-r--r-- 1.7 KB
pgenmain.c -rw-r--r-- 5.1 KB
printgrammar.c -rw-r--r-- 4.0 KB
tokenizer.c -rw-r--r-- 17.7 KB
tokenizer.h -rw-r--r-- 3.3 KB

back to top