cpython/Lib
Fred Drake 2e6d25c5bb Use 4-space indents. 2000-10-23 17:00:30 +00:00
..
compiler Now supports entire Python 2.0 language and still supports Python 2000-10-13 21:58:13 +00:00
curses
distutils Bump version to 1.0.1. 2000-10-15 19:20:20 +00:00
dos-8x3 the usual (part II) 2000-10-16 17:42:40 +00:00
encodings
idlelib Fixes for Python 1.6 compatibility - socket bind and connect get a 2000-09-24 06:29:50 +00:00
lib-old
lib-tk [ Bug #110677 ] PRIVATE: various minor Tkinter things (PR#388) 2000-10-06 00:38:51 +00:00
plat-aix3
plat-aix4
plat-beos5 Donn Cave <donn@oz.net>: 2000-10-07 12:25:17 +00:00
plat-freebsd2
plat-freebsd3
plat-freebsd4 tg@freebsd.org 2000-08-31 02:42:11 +00:00
plat-freebsd5 tg@freebsd.org 2000-08-31 02:42:11 +00:00
plat-generic Use python$EXE instead of python, for Darwin. (Patch by Tony 2000-10-09 19:34:12 +00:00
plat-irix5 Convert some old-style string exceptions to class exceptions. 2000-08-18 14:59:33 +00:00
plat-irix6 Convert some old-style string exceptions to class exceptions. 2000-08-18 14:59:33 +00:00
plat-linux1
plat-linux2
plat-netbsd1
plat-next3
plat-sunos4
plat-sunos5
site-packages
test Use 4-space indents. 2000-10-23 17:00:30 +00:00
xml Fixed a bug that caused namespace names to be reported as lists rather 2000-10-19 07:36:29 +00:00
BaseHTTPServer.py updated occurences of fqdn algorithm (closes patch #101197) 2000-08-16 20:30:21 +00:00
Bastion.py
CGIHTTPServer.py An honest attempt to make this work on Unix, Windows, and even 2000-09-19 04:01:01 +00:00
ConfigParser.py Allow spaces in section names. 2000-09-27 22:43:54 +00:00
Cookie.py Whitespace cleanup; now passes the regression test (the last checkin made 2000-08-24 14:40:35 +00:00
Makefile
MimeWriter.py
Queue.py
SimpleHTTPServer.py For this server to work on Windows, directories should use "/" as the 2000-09-04 15:55:31 +00:00
SocketServer.py In class StreamRequestHandler, make the default buffering for rfile 2000-09-01 03:25:14 +00:00
StringIO.py [ Bug #116636 ] Bug in StringIO.write() 2000-10-12 16:45:37 +00:00
UserDict.py
UserList.py __getslice__(): Make this use the constructor form that gets a sequence 2000-10-06 19:26:01 +00:00
UserString.py simple typo that makes regression test test_userstring fail 2000-08-24 21:47:34 +00:00
aifc.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
anydbm.py
asynchat.py Match Sam Rushing's current version of asyncore.py and asynchat.py 2000-09-08 20:30:39 +00:00
asyncore.py Untabify. When compiling in -tt mode, an inconsistent Tab use error 2000-09-11 04:00:46 +00:00
atexit.py
audiodev.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
base64.py a couple of nits from Patch #100933 2000-07-25 14:34:38 +00:00
bdb.py
binhex.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
bisect.py
builtin.py
calendar.py Fixed leapdays(). From Patch #101841, by Denis S. Otkidach. 2000-10-09 12:42:04 +00:00
cgi.py Undo Ping's change. 2000-10-03 13:51:09 +00:00
chunk.py
cmd.py
code.py
codecs.py Remove redundent information from a docstring. 2000-10-02 22:11:47 +00:00
codeop.py
colorsys.py
commands.py
compileall.py
copy.py Added Unicode objects to the copy mechanism. Since these are immutable, 2000-09-07 11:00:03 +00:00
copy_reg.py In the module docstring, clarify that this is used to register pickle 2000-10-11 22:16:45 +00:00
dbhash.py
dircache.py
dis.py Add missing opcodes. Thanx to jeremy for reminding me ;) 2000-08-24 22:44:53 +00:00
dospath.py Avoid import of string module; it is only needed for expandvars(). 2000-09-28 16:25:20 +00:00
dumbdbm.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py Added support for RFC 959's REST command (restart), closing SF patch 2000-09-01 06:09:23 +00:00
getopt.py
getpass.py
gettext.py find(): Application of (slightly modified) SF patch #101928 by Ulf 2000-10-16 15:47:50 +00:00
glob.py
gopherlib.py
gzip.py
htmlentitydefs.py
htmllib.py
httplib.py If the status line is invalid, assume it is a pre-1.0 response. The 2000-10-12 19:58:36 +00:00
ihooks.py
imaplib.py
imghdr.py
imputil.py
keyword.py
knee.py
linecache.py
locale.py
macpath.py Avoid import of string module; it is only needed for expandvars(). 2000-09-28 16:25:20 +00:00
macstat.py
macurl2path.py
mailbox.py Maildir.__init__(): Make sure self.boxes is set. 2000-10-23 13:37:01 +00:00
mailcap.py
mhlib.py
mimetools.py Return after writing 7bit or 8bit encodings. Closes bug 115712 2000-09-30 16:52:45 +00:00
mimetypes.py
mimify.py
multifile.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
mutex.py
netrc.py
nntplib.py
ntpath.py Avoid import of string module; it is only needed for expandvars(). 2000-09-28 16:25:20 +00:00
nturl2path.py
os.py popen4(): Added for Unix. 2000-09-28 19:10:56 +00:00
pdb.doc
pdb.py
persist.py
pickle.py Fix Bug #114293: 2000-09-15 15:14:51 +00:00
pipes.py
popen2.py test_popen2 broke on Windows shortly after 2.0b2 was released. Fixed it. 2000-10-03 23:07:13 +00:00
poplib.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
posixfile.py Do not try to fix bugs while sleeping. 2000-09-09 06:29:35 +00:00
posixpath.py Minor style nits. 2000-09-28 16:22:52 +00:00
pprint.py
pre.py Correct docstring about return value when group didn't participate in match 2000-09-04 03:19:48 +00:00
profile.doc
profile.py
pstats.py
pty.py
py_compile.py Support \r in source files. Closes bug #101425. 2000-09-15 06:57:26 +00:00
pyclbr.py
quopri.py Fix Bug #115907: encode '=' as '=3D' and not '==' 2000-10-05 17:24:33 +00:00
random.py Repair senseless random.seed docstring (reported on c.l.py). 2000-09-16 04:02:48 +00:00
re.py
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py Add support for "import re" -- it uses pre, but user code does not need 2000-10-05 20:42:44 +00:00
rfc822.py AddrlistClass.getdomainliteral(): rfc822 requires that the domain 2000-09-25 15:08:27 +00:00
rlcompleter.py
robotparser.py
sched.py
sgmllib.py
shelve.py
shlex.py
shutil.py
site.py Fix a few problems with the _Printer class and the license variable. 2000-10-03 17:11:37 +00:00
smtplib.py Applied patch #101350, closing it. 2000-09-01 06:40:07 +00:00
sndhdr.py
socket.py Mention in the module's doc string that other functions of the socket API 2000-09-30 11:34:30 +00:00
sre.py - fixed yet another gcc -pedantic warning 2000-09-21 17:03:25 +00:00
sre_compile.py Fixed too ambitious "nothing to repeat" check. Closes bug #114033. 2000-10-07 17:38:23 +00:00
sre_constants.py Fixed too ambitious "nothing to repeat" check. Closes bug #114033. 2000-10-07 17:38:23 +00:00
sre_parse.py Fixed too ambitious "nothing to repeat" check. Closes bug #114033. 2000-10-07 17:38:23 +00:00
stat.py
statcache.py
statvfs.py
string.py Fix serious typo! 2000-09-18 19:38:11 +00:00
stringold.py
sunau.py Fix a couple of typos in docstrings. 2000-10-06 20:28:46 +00:00
sunaudio.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
symbol.py Update for augmented assignment. 2000-08-24 21:08:39 +00:00
tabnanny.py
telnetlib.py
tempfile.py Patch by tg@FreeBSD.org to try /var/tmp first. 2000-08-29 14:55:03 +00:00
threading.py Revise to use atexit instead of monkeying with sys.exitfunc directly. 2000-08-18 15:50:54 +00:00
toaiff.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
token.py Update for augmented assignment. 2000-08-24 21:08:39 +00:00
tokenize.py Possible fix for Skip's bug 116136 (sre recursion limit hit in tokenize.py). 2000-10-07 05:09:39 +00:00
traceback.py Patch by Toby Dickenson: don't die when an error occurs during string 2000-08-22 02:04:46 +00:00
tty.py
types.py
tzparse.py
urllib.py Provide a clearer error message when urlopen fails because of an 2000-10-02 23:04:02 +00:00
urllib2.py two fixes for redirects: 2000-10-12 18:54:18 +00:00
urlparse.py
user.py
uu.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
wave.py When the classes in wave.py opened files themselves, their .close() methods 2000-10-09 23:43:55 +00:00
webbrowser.py Do not set Konquerer to be the default browser if $KDEDIR is set -- some 2000-10-02 03:40:51 +00:00
whichdb.py
whrandom.py
xdrlib.py Mass check-in after untabifying all files that need it. 1998-03-26 21:13:24 +00:00
xmllib.py New method getnamespace. 2000-08-31 10:27:00 +00:00
zipfile.py Delay import of py_compile until needed, since is is only used by the 2000-10-02 21:14:52 +00:00