cpython/Lib
Greg Ward 68a0757e23 Removed global '--force' option -- just too vague a concept to be applicable
to all commands in the same way.  Several Command methods now either expect
'self.force' to be defined, or check if it is defined and assume it's
false if not.
2000-04-10 00:18:16 +00:00
..
compiler complete rewrite 2000-03-16 20:06:59 +00:00
distutils
dos-8x3
encodings Marc-Andre's third try at this bulk patch seems to work (except that 2000-04-05 20:11:21 +00:00
lib-old
lib-stdwin
lib-tk Work the Tcl version number in the path we search for. 2000-04-04 23:32:21 +00:00
plat-aix3
plat-aix4
plat-beos Checking in BeOS specific socket module. 1998-08-10 20:15:32 +00:00
plat-freebsd2
plat-freebsd3 New files from Thomas Gellekum 1998-05-06 15:14:36 +00:00
plat-generic
plat-irix5 Remove stuff with unsure copyright status 1999-03-12 19:31:51 +00:00
plat-irix6 Remove stuff with unsure copyright status 1999-03-12 19:31:51 +00:00
plat-linux1
plat-linux2 Forgot to add this file. CDROM device parameters. 1999-04-12 14:35:08 +00:00
plat-netbsd1 More generated files for netbsd 1.x, by Anders Andersen. 1997-12-03 18:44:57 +00:00
plat-next3
plat-sunos4 Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
plat-sunos5 Forgot to add this file. CDROM device parameters. 1999-04-12 14:35:08 +00:00
plat-win
site-packages Add a README file so that cvs update -P doesn't obliterate this 2000-03-31 20:03:56 +00:00
test
BaseHTTPServer.py
Bastion.py
CGIHTTPServer.py os.fork raises AttributeError, not NameError, if fork() isn't 1999-10-18 13:43:44 +00:00
ConfigParser.py
Makefile Remove .pyo files like .pyc files. 1997-10-20 23:16:58 +00:00
MimeWriter.py
Queue.py
SimpleHTTPServer.py Moshe Zadka writes: When deploying SimpleHTTPServer, I noticed a 1999-11-16 19:04:32 +00:00
SocketServer.py
StringIO.py Simple changes by Gerrit Holl - move author acknowledgements out of 2000-02-28 15:12:25 +00:00
UserDict.py Mass patch by Ka-Ping Yee: 2000-02-02 15:10:15 +00:00
UserList.py
UserString.py
aifc.py
anydbm.py
asynchat.py
asyncore.py
audiodev.py
base64.py
bdb.py
binhex.py
bisect.py
builtin.py
calendar.py
cgi.py
chunk.py
cmd.py Mass patch by Ka-Ping Yee: 2000-02-02 15:10:15 +00:00
code.py Simple changes by Gerrit Holl - move author acknowledgements out of 2000-02-28 15:12:25 +00:00
codecs.py Marc-Andre Lemburg: Error reporting in the codec registry and lookup 2000-03-31 17:25:23 +00:00
codeop.py
colorsys.py
commands.py Mass check-in after untabifying all files that need it. 1998-03-26 21:13:24 +00:00
compileall.py When run as a script, report failures in the exit code as well. 1999-03-29 20:25:40 +00:00
copy.py
copy_reg.py
dbhash.py
dircache.py
dis.py
dospath.py
dumbdbm.py
exceptions.py
filecmp.py Fredrik Lundh: 2000-03-28 21:42:38 +00:00
fileinput.py Fix for PR#111: when using the inplace option, give the new file the 1999-10-18 21:41:43 +00:00
fnmatch.py
formatter.py Actually, the previous batch's comment should have been different; 2000-02-04 15:39:30 +00:00
fpformat.py
ftplib.py
getopt.py Gerrit forgot to remove the "import string". 2000-02-25 16:34:11 +00:00
getpass.py Simple changes by Gerrit Holl - move author acknowledgements out of 2000-02-28 15:12:25 +00:00
glob.py
gopherlib.py
gzip.py Actually, the previous batch's comment should have been different; 2000-02-04 15:39:30 +00:00
htmlentitydefs.py
htmllib.py No need to import sys. (Andrew Dalke & kjpylint) 1999-05-03 18:13:51 +00:00
httplib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
ihooks.py
imaplib.py
imghdr.py
imputil.py
keyword.py
knee.py
linecache.py More trivial comment -> docstring transformations by Ka-Ping Yee, 2000-02-04 15:10:34 +00:00
locale.py Actually, the previous batch's comment should have been different; 2000-02-04 15:39:30 +00:00
macpath.py More trivial comment -> docstring transformations by Ka-Ping Yee, 2000-02-04 15:10:34 +00:00
macstat.py * Lib/linecache.py: don't crash on empty filename 1994-08-23 13:32:20 +00:00
macurl2path.py
mailbox.py
mailcap.py More trivial comment -> docstring transformations by Ka-Ping Yee, 2000-02-04 15:10:34 +00:00
mhlib.py
mimetools.py Skip Montanaro submits a simple patch that makes encode() and decode() 2000-04-04 20:53:07 +00:00
mimetypes.py
mimify.py
multifile.py
mutex.py
netrc.py
newimp.py
nntplib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
ntpath.py
nturl2path.py
os.py
pdb.doc
pdb.py
persist.py
pickle.py
pipes.py
popen2.py
poplib.py
posixfile.py More trivial comment -> docstring transformations by Ka-Ping Yee, 2000-02-04 15:10:34 +00:00
posixpath.py
pprint.py Don't call len() if the value is already cached! Caught by Gerrit 1999-12-22 21:52:32 +00:00
profile.doc Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
profile.py More trivial comment -> docstring transformations by Ka-Ping Yee, 2000-02-04 15:10:34 +00:00
pstats.py
pty.py
py_compile.py
pyclbr.py
quopri.py The third and final doc-string sweep by Ka-Ping Yee. 2000-02-04 15:28:42 +00:00
random.py
re.py
reconvert.py Mass check-in after untabifying all files that need it. 1998-03-26 21:13:24 +00:00
regex_syntax.py
regsub.py The third and final doc-string sweep by Ka-Ping Yee. 2000-02-04 15:28:42 +00:00
repr.py
rexec.py
rfc822.py
rlcompleter.py Oops. Remove some garbage from the doc string that was accidentally 1999-11-09 16:36:45 +00:00
robotparser.py Skip Montanaro: 2000-03-27 19:29:31 +00:00
sched.py
sgmllib.py
shelve.py
shlex.py
shutil.py
site.py
smtplib.py Fredrik Lundh: 2000-03-28 21:45:46 +00:00
sndhdr.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
stat.py
statcache.py
statvfs.py The third and final doc-string sweep by Ka-Ping Yee. 2000-02-04 15:28:42 +00:00
string.py Marc-Andre's third try at this bulk patch seems to work (except that 2000-04-05 20:11:21 +00:00
stringold.py
sunau.py
sunaudio.py The third and final doc-string sweep by Ka-Ping Yee. 2000-02-04 15:28:42 +00:00
symbol.py
tabnanny.py Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to the 2000-02-23 15:32:19 +00:00
telnetlib.py Added mt_interact() -- multithreaded version of interact(). 1998-12-23 23:04:17 +00:00
tempfile.py The third and final doc-string sweep by Ka-Ping Yee. 2000-02-04 15:28:42 +00:00
threading.py
toaiff.py
token.py
tokenize.py Differentiate between NEWLINE token (an official newline) and NL token 1998-04-03 16:05:38 +00:00
traceback.py
tty.py
types.py Marc-Andre Lemburg: add UnicodeType. 2000-03-10 23:18:11 +00:00
tzparse.py
urllib.py
urllib2.py Untabify to pass the -tt test. 2000-02-10 17:17:14 +00:00
urlopen.py
urlparse.py The third and final doc-string sweep by Ka-Ping Yee. 2000-02-04 15:28:42 +00:00
user.py
uu.py
wave.py
whichdb.py Untabify to pass the -tt test. 2000-02-10 17:17:14 +00:00
whrandom.py
xdrlib.py Mass check-in after untabifying all files that need it. 1998-03-26 21:13:24 +00:00
xmllib.py Actually, the previous batch's comment should have been different; 2000-02-04 15:39:30 +00:00
zipfile.py