Staging
v0.8.1
https://github.com/python/cpython
Revision 1b64a7e4a54b41ab2ebfb942bb5bc2c04deb16f9 authored by Greg Ward on 31 March 2000, 03:05:18 UTC, committed by Greg Ward on 31 March 2000, 03:05:18 UTC
Simplified 'Command.get_peer_option()' a tad -- just call 'find_peer()'
  to get the peer command object.
Updated 'Command.copy_file()' to take a 'link' parameter, just like
  'util.copy_file()' does now.
Added 'Command.make_archive()' to wrap 'util.make_archive()'.
1 parent 32ce329
History
Tip revision: 1b64a7e4a54b41ab2ebfb942bb5bc2c04deb16f9 authored by Greg Ward on 31 March 2000, 03:05:18 UTC
Added 'get_name()' and 'get_full_name()' methods to Distribution.
Tip revision: 1b64a7e
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