.. |
compiler
|
complete rewrite
|
2000-03-16 20:06:59 +00:00 |
distutils
|
Fixed my simplification to Thomas' patch: winreg and win32api export the same
|
2000-03-31 19:04:25 +00:00 |
dos-8x3
|
The usual
|
1999-04-08 20:27:54 +00:00 |
encodings
|
Marc-Andre Lemburg: use all lowercase names.
|
2000-03-31 17:23:18 +00:00 |
lib-old
|
Fixed a multi-arg append() call, discovered by Mark Favas.
|
2000-02-27 15:34:29 +00:00 |
lib-stdwin
|
Fixed conversion between seconds and milliseconds.
|
1996-12-12 23:42:20 +00:00 |
lib-tk
|
A version of FixTk.py that works with the way the installer now
|
2000-03-31 03:11:40 +00:00 |
plat-aix3
|
…
|
|
plat-aix4
|
New AIX specific subdirs
|
1996-08-08 18:24:58 +00:00 |
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
|
…
|
|
plat-irix6
|
Remove stuff with unsure copyright status
|
1999-03-12 19:31:51 +00:00 |
plat-linux1
|
more recent linux header files
|
1996-01-26 17:43:46 +00:00 |
plat-linux2
|
Forgot to add this file. CDROM device parameters.
|
1999-04-12 14:35:08 +00:00 |
plat-netbsd1
|
…
|
|
plat-next3
|
…
|
|
plat-sunos4
|
Merge alpha100 branch back to main trunk
|
1994-08-01 11:34:53 +00:00 |
plat-sunos5
|
…
|
|
plat-win
|
…
|
|
site-packages
|
…
|
|
test
|
UserString class from Peter Funk <pf@artcom-gmbh.de>.
|
2000-04-03 03:51:50 +00:00 |
BaseHTTPServer.py
|
Fix by Moshe Zadka (cleaned up and documented by GvR) to break out the
|
1999-10-26 13:01:36 +00:00 |
Bastion.py
|
Mass check-in after untabifying all files that need it.
|
1998-03-26 21:13:24 +00:00 |
CGIHTTPServer.py
|
…
|
|
ConfigParser.py
|
…
|
|
Makefile
|
…
|
|
MimeWriter.py
|
…
|
|
Queue.py
|
Mass patch by Ka-Ping Yee:
|
2000-02-02 15:10:15 +00:00 |
SimpleHTTPServer.py
|
…
|
|
SocketServer.py
|
…
|
|
StringIO.py
|
…
|
|
UserDict.py
|
…
|
|
UserList.py
|
…
|
|
UserString.py
|
…
|
|
aifc.py
|
…
|
|
anydbm.py
|
Oops, I had 'n' and 'c' mixed up in my mind. Get rid of the comment
|
1998-04-28 15:23:09 +00:00 |
asynchat.py
|
…
|
|
asyncore.py
|
…
|
|
audiodev.py
|
…
|
|
base64.py
|
…
|
|
bdb.py
|
…
|
|
binhex.py
|
…
|
|
bisect.py
|
…
|
|
builtin.py
|
added builtin b/w compat module.
|
1993-10-22 14:24:22 +00:00 |
calendar.py
|
…
|
|
cgi.py
|
Simple changes by Gerrit Holl - move author acknowledgements out of
|
2000-02-28 15:12:25 +00:00 |
chunk.py
|
Sjoerd Mullender writes:
|
1999-08-26 15:50:43 +00:00 |
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
|
…
|
|
codeop.py
|
…
|
|
colorsys.py
|
…
|
|
commands.py
|
…
|
|
compileall.py
|
…
|
|
copy.py
|
Actually, the previous batch's comment should have been different;
|
2000-02-04 15:39:30 +00:00 |
copy_reg.py
|
…
|
|
dbhash.py
|
Clarify why we define error. Suggested by Andrew Dalke.
|
1999-05-03 18:09:26 +00:00 |
dircache.py
|
…
|
|
dis.py
|
…
|
|
dospath.py
|
…
|
|
dumbdbm.py
|
Cast f.tell() result to int() in _addval(), so it works even on
|
1999-04-27 12:21:17 +00:00 |
exceptions.py
|
Marc-Andre Lemburg: Add UnicodeError, derived from ValueError.
|
2000-03-10 23:16:02 +00:00 |
filecmp.py
|
…
|
|
fileinput.py
|
…
|
|
fnmatch.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
formatter.py
|
…
|
|
fpformat.py
|
…
|
|
ftplib.py
|
Fredrik Lundh:
|
2000-03-28 21:45:46 +00:00 |
getopt.py
|
…
|
|
getpass.py
|
…
|
|
glob.py
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
gopherlib.py
|
…
|
|
gzip.py
|
…
|
|
htmlentitydefs.py
|
…
|
|
htmllib.py
|
…
|
|
httplib.py
|
…
|
|
ihooks.py
|
…
|
|
imaplib.py
|
…
|
|
imghdr.py
|
More trivial comment -> docstring transformations by Ka-Ping Yee,
|
2000-02-04 15:10:34 +00:00 |
imputil.py
|
…
|
|
keyword.py
|
…
|
|
knee.py
|
Mass check-in after untabifying all files that need it.
|
1998-03-26 21:13:24 +00:00 |
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
|
…
|
|
mhlib.py
|
…
|
|
mimetools.py
|
More trivial comment -> docstring transformations by Ka-Ping Yee,
|
2000-02-04 15:10:34 +00:00 |
mimetypes.py
|
Untabify to pass the -tt test.
|
2000-02-10 17:17:14 +00:00 |
mimify.py
|
Actually, the previous batch's comment should have been different;
|
2000-02-04 15:39:30 +00:00 |
multifile.py
|
More trivial comment -> docstring transformations by Ka-Ping Yee,
|
2000-02-04 15:10:34 +00:00 |
mutex.py
|
…
|
|
netrc.py
|
More trivial comment -> docstring transformations by Ka-Ping Yee,
|
2000-02-04 15:10:34 +00:00 |
newimp.py
|
…
|
|
nntplib.py
|
Fredrik Lundh:
|
2000-03-28 21:45:46 +00:00 |
ntpath.py
|
…
|
|
nturl2path.py
|
More trivial comment -> docstring transformations by Ka-Ping Yee,
|
2000-02-04 15:10:34 +00:00 |
os.py
|
Actually, the previous batch's comment should have been different;
|
2000-02-04 15:39:30 +00:00 |
pdb.doc
|
…
|
|
pdb.py
|
…
|
|
persist.py
|
…
|
|
pickle.py
|
…
|
|
pipes.py
|
…
|
|
popen2.py
|
…
|
|
poplib.py
|
Fredrik Lundh:
|
2000-03-28 21:45:46 +00:00 |
posixfile.py
|
…
|
|
posixpath.py
|
Remove some redundant logic from walk() -- there's no need to check
|
2000-02-29 13:31:16 +00:00 |
pprint.py
|
…
|
|
profile.doc
|
…
|
|
profile.py
|
More trivial comment -> docstring transformations by Ka-Ping Yee,
|
2000-02-04 15:10:34 +00:00 |
pstats.py
|
More trivial comment -> docstring transformations by Ka-Ping Yee,
|
2000-02-04 15:10:34 +00:00 |
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
|
Correct typo in module doc string doscovered by Jonathan Giddy.
|
1999-11-15 14:19:15 +00:00 |
reconvert.py
|
Mass check-in after untabifying all files that need it.
|
1998-03-26 21:13:24 +00:00 |
regex_syntax.py
|
The third and final doc-string sweep by Ka-Ping Yee.
|
2000-02-04 15:28:42 +00:00 |
regsub.py
|
…
|
|
repr.py
|
…
|
|
rexec.py
|
…
|
|
rfc822.py
|
…
|
|
rlcompleter.py
|
…
|
|
robotparser.py
|
…
|
|
sched.py
|
Actually, the previous batch's comment should have been different;
|
2000-02-04 15:39:30 +00:00 |
sgmllib.py
|
…
|
|
shelve.py
|
Untabify to pass the -tt test.
|
2000-02-10 17:17:14 +00:00 |
shlex.py
|
The third and final doc-string sweep by Ka-Ping Yee.
|
2000-02-04 15:28:42 +00:00 |
shutil.py
|
…
|
|
site.py
|
…
|
|
smtplib.py
|
…
|
|
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
|
…
|
|
stringold.py
|
…
|
|
sunau.py
|
…
|
|
sunaudio.py
|
…
|
|
symbol.py
|
The third and final doc-string sweep by Ka-Ping Yee.
|
2000-02-04 15:28:42 +00:00 |
tabnanny.py
|
…
|
|
telnetlib.py
|
…
|
|
tempfile.py
|
…
|
|
threading.py
|
…
|
|
toaiff.py
|
…
|
|
token.py
|
…
|
|
tokenize.py
|
…
|
|
traceback.py
|
…
|
|
tty.py
|
…
|
|
types.py
|
Marc-Andre Lemburg: add UnicodeType.
|
2000-03-10 23:18:11 +00:00 |
tzparse.py
|
The third and final doc-string sweep by Ka-Ping Yee.
|
2000-02-04 15:28:42 +00:00 |
urllib.py
|
The third and final doc-string sweep by Ka-Ping Yee.
|
2000-02-04 15:28:42 +00:00 |
urllib2.py
|
…
|
|
urlopen.py
|
…
|
|
urlparse.py
|
…
|
|
user.py
|
…
|
|
uu.py
|
…
|
|
wave.py
|
The third and final doc-string sweep by Ka-Ping Yee.
|
2000-02-04 15:28:42 +00:00 |
whichdb.py
|
…
|
|
whrandom.py
|
Simple changes by Gerrit Holl - move author acknowledgements out of
|
2000-02-28 15:12:25 +00:00 |
xdrlib.py
|
Mass check-in after untabifying all files that need it.
|
1998-03-26 21:13:24 +00:00 |
xmllib.py
|
…
|
|
zipfile.py
|
…
|
|