cpython/Lib
Raymond Hettinger 9edae346dd Fix typo in the comments. 2003-09-24 03:57:36 +00:00
..
bsddb Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new 2003-09-21 00:08:14 +00:00
compiler Fix SF bug [ 788011 ] compiler.compileFile fails on csv.py 2003-08-28 02:09:26 +00:00
curses Modernize code a bit: use isinstance instead of type(); return True/False 2003-09-02 11:52:06 +00:00
distutils Patch from John Anderson to enable VC 7.1 support. 2003-07-17 14:41:07 +00:00
email test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. 2003-09-03 04:10:52 +00:00
encodings Fix typo in the comments. 2003-09-24 03:57:36 +00:00
hotshot
idlelib Let IDLE use the HTMLHelp docs on Windows, if found. 2003-09-23 20:53:10 +00:00
lib-old
lib-tk Patch #805976: Add DOTBOX and UNDERLINE. 2003-09-20 10:52:56 +00:00
logging
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-darwin
plat-freebsd2
plat-freebsd3
plat-freebsd4
plat-freebsd5
plat-generic
plat-irix5
plat-irix6
plat-linux1
plat-linux2
plat-mac Backport from r23c1-branch: 2003-07-21 20:47:11 +00:00
plat-netbsd1
plat-next3
plat-os2emx Extend the pwd & grp emulations to support accessing the pwd/grp 2003-07-10 12:52:54 +00:00
plat-riscos
plat-sunos4
plat-sunos5
plat-unixware7
site-packages
test Add more identity tests. 2003-09-24 03:56:07 +00:00
xml
BaseHTTPServer.py SF patch #747364: BaseHTTPServer doesn't need StringIO intermediary 2003-08-09 05:01:41 +00:00
Bastion.py
CGIHTTPServer.py SF bug #770601: CGIHTTPServer and environment variables (bug + solution) 2003-07-14 06:56:32 +00:00
ConfigParser.py SF patch #790443: add SafeConfigParser to __all__ 2003-09-01 23:30:44 +00:00
Cookie.py
DocXMLRPCServer.py
FCNTL.py
HTMLParser.py
MimeWriter.py
Queue.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py
SocketServer.py
StringIO.py
TERMIOS.py
UserDict.py
UserList.py
UserString.py Remove a typo. (Or is this some markup I don't understand? ;-) 2003-08-27 10:48:12 +00:00
__future__.py
__phello__.foo.py
_strptime.py Make sure parentheses are escaped when used in the format string. 2003-08-29 02:28:54 +00:00
aifc.py
anydbm.py
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py
bdb.py
binhex.py
bisect.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py Fix typo in docstring: The switch is '-x', not '-s'. 2003-08-27 20:19:35 +00:00
copy.py
copy_reg.py
csv.py **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. 2003-09-06 19:52:12 +00:00
dbhash.py
difflib.py Fix faulty doctests. There is no results attribute. 2003-07-16 04:32:32 +00:00
dircache.py Patch #707167: Pass dircache exceptions to the caller. Fixes #682813. 2003-09-20 15:52:21 +00:00
dis.py
doctest.py SF patch #806246: use basestring where possible 2003-09-17 05:50:59 +00:00
dumbdbm.py Give dumbdbm a sync() method which Shelve can call. Should solve some 2003-07-14 12:15:15 +00:00
dummy_thread.py
dummy_threading.py
filecmp.py SF bug #453515: filecmp.dircmp case sensitivity bug 2003-09-02 05:42:02 +00:00
fileinput.py
fnmatch.py SF patch #765238: fix fnmatch.__all__ 2003-07-13 16:06:26 +00:00
formatter.py
fpformat.py
ftplib.py
getopt.py
getpass.py
gettext.py
glob.py
gopherlib.py Avoid list as a variable name. 2003-09-22 12:43:16 +00:00
gzip.py
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632. 2003-09-12 16:38:00 +00:00
httplib.py
ihooks.py
imaplib.py
imghdr.py
imputil.py
inspect.py
keyword.py
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
mhlib.py
mimetools.py
mimetypes.py
mimify.py
modulefinder.py up the b/w compatibility requirement to 2.2 2003-07-18 15:31:40 +00:00
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py
nturl2path.py
opcode.py
optparse.py
os.py
os2emxpath.py
pdb.doc
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py SF patch #806246: use basestring where possible 2003-09-17 05:50:59 +00:00
platform.py Bug fix for #780461: 'sysu' gestalt selector is meaningless on MacOSX, 2003-08-11 11:08:49 +00:00
popen2.py Use Boolean values for the capturestderr flag. 2003-07-07 21:36:19 +00:00
poplib.py
posixfile.py
posixpath.py back out the darwin supports_unicode_filenames patch; it causes deep problems with the tests 2003-07-17 15:11:49 +00:00
pprint.py
pre.py
profile.doc
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py display link to module docs when it looks like the object module is a core 2003-09-10 16:47:51 +00:00
quopri.py
random.py SF bug #801342: Bug (documentation or real, your choice) in random.sample. 2003-09-06 04:25:54 +00:00
re.py
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py
rlcompleter.py
robotparser.py
sched.py
sets.py Set the warnings stacklevel to two. 2003-09-08 19:16:36 +00:00
sgmllib.py Patch #793559: Reset __starttext_tag. Fixes #709491. Backported to 2.3. 2003-09-20 10:58:38 +00:00
shelve.py
shlex.py
shutil.py
site.py Repair operator error. 2003-07-18 17:45:33 +00:00
smtpd.py
smtplib.py
sndhdr.py
socket.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
stat.py
statcache.py
statvfs.py
string.py
stringold.py
stringprep.py
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py Windows fix: When PYTHONCASEOK is set, or for any other reason imports 2003-07-22 02:50:01 +00:00
textwrap.py SF bug 797650: Infinite loop in textwrap.py 2003-08-30 14:43:55 +00:00
this.py
threading.py
timeit.py Patch #808362: Fix typos. 2003-09-20 11:09:28 +00:00
toaiff.py
token.py
tokenize.py
trace.py Make the prefix 7 spaces long, so the lines are properly aligned. 2003-07-15 10:34:02 +00:00
traceback.py
tty.py
types.py
tzparse.py
unittest.py Topical change: use 'startswith()' to identify test methods with a 2003-09-23 08:41:53 +00:00
urllib.py [Bug #776542] open_https() generates a bad Authorization header because it calls .putheader() wrongly. Reported by Steffen Ries. 2003-08-29 18:12:23 +00:00
urllib2.py Patch 549151, rev4: redirect posts for 301 also. Will backport to 2.2. 2003-07-12 07:33:32 +00:00
urlparse.py
user.py
uu.py
warnings.py Change warnings to avoid importing re module during startup. 2003-07-11 15:37:59 +00:00
wave.py
weakref.py
webbrowser.py
whichdb.py patch #766650 - whichdb not identifying dbm DBs when dbm linked with gdbm 2003-07-11 12:16:48 +00:00
whrandom.py
xdrlib.py
xmllib.py
xmlrpclib.py Patch #764470: Fix marshalling of faults. Will backport to 2.2. 2003-07-12 07:53:04 +00:00
zipfile.py