cpython/Lib
2003-02-13 15:44:41 +00:00
..
bsddb Fix compatibility for earlier versions of Python (than 2.3), which 2003-02-08 03:18:58 +00:00
compiler
curses
distutils Pick up Makefile variable BASECFLAGS too. This is needed since OPT was 2003-02-10 14:02:33 +00:00
email
encodings Patch #670715: Universal Unicode Codec for POSIX iconv. 2003-01-26 11:30:36 +00:00
hotshot
idlelib M PyShell.py 2003-01-31 05:06:43 +00:00
lib-old
lib-tk SF patch 672098: Three __contains__ implementations 2003-01-30 00:56:33 +00:00
logging amk pointed out that syslog may use UDP or TCP sockets. 2003-01-26 16:15:24 +00:00
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 - Use distutils to find site-python (suggested by Thomas Heller, thanks!) 2003-02-12 16:37:00 +00:00
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos SF patch 672098: Three __contains__ implementations 2003-01-30 00:56:33 +00:00
plat-sunos4
plat-sunos5
plat-unixware7
site-packages
test Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle. 2003-02-13 15:44:41 +00:00
xml SF patch 672098: Three __contains__ implementations 2003-01-30 00:56:33 +00:00
__future__.py
__phello__.foo.py
_strptime.py Whitespace normalization. 2003-01-29 03:49:43 +00:00
aifc.py
anydbm.py
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py
BaseHTTPServer.py [Bug #676292] BaseHTTPServer incorrectly parses protocol; fix by Andrew Dalke 2003-02-03 19:11:18 +00:00
Bastion.py
bdb.py
binhex.py
bisect.py
calendar.py
cgi.py
CGIHTTPServer.py
cgitb.py
chunk.py
cmd.py Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out 2003-02-06 01:45:11 +00:00
code.py
codecs.py Fix typos. 2003-02-02 23:08:27 +00:00
codeop.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
Cookie.py
copy.py Somehow, copy() of a classic class object was handled 2003-02-07 17:53:23 +00:00
copy_reg.py Get rid of the "bozo" __getstate__ that was inserted when __slots__ 2003-02-10 21:31:27 +00:00
dbhash.py
difflib.py
dircache.py
dis.py
doctest.py
dumbdbm.py
dummy_thread.py Whitespace normalization. 2003-01-29 03:49:43 +00:00
dummy_threading.py
FCNTL.py
filecmp.py Add DeprecationWarning when use_statcache argument is supplied 2003-02-06 19:38:45 +00:00
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
getopt.py A few naughty external scripts do 'raise getopt.error, "blah"', and 2003-02-06 19:52:56 +00:00
getpass.py
gettext.py
glob.py
gopherlib.py
gzip.py [Patch #654421 from Matthew Mueller] 2003-02-05 21:35:07 +00:00
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
HTMLParser.py
httplib.py
ihooks.py
imaplib.py
imghdr.py
imputil.py
inspect.py
keyword.py
linecache.py
locale.py
macpath.py Whitespace normalization. 2003-01-29 03:49:43 +00:00
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
mhlib.py
mimetools.py
mimetypes.py
MimeWriter.py
mimify.py
modulefinder.py removed bizarre construct, no idea why it was there... 2003-02-01 10:29:45 +00:00
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py
nturl2path.py
optparse.py
os.py Whitespace normalization. 2003-01-29 03:49:43 +00:00
os2emxpath.py
pdb.doc
pdb.py I believe this fixes 2003-01-31 17:48:29 +00:00
pickle.py Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle. 2003-02-13 15:44:41 +00:00
pickletools.py dis(): Added an optional memo argument, so that multiple pickles in a 2003-02-05 19:55:53 +00:00
pipes.py
pkgutil.py
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
pre.py
profile.doc
profile.py
pstats.py
pty.py Whitespace normalization. 2003-01-29 03:49:43 +00:00
py_compile.py Whitespace normalization. 2003-01-29 03:49:43 +00:00
pyclbr.py
pydoc.py Fix SF bug #642168, help() fails for some builtin topics 2003-02-07 20:49:40 +00:00
Queue.py
quopri.py
random.py
re.py Give people who run "pydoc re" a clue. 2003-01-31 00:35:58 +00:00
reconvert.py
regex_syntax.py
regsub.py
repr.py [680789] Debug with long array takes forever 2003-02-05 18:29:34 +00:00
rexec.py
rfc822.py
rlcompleter.py
robotparser.py
sched.py
sets.py C Code: 2003-02-09 06:40:58 +00:00
sgmllib.py
shelve.py
shlex.py
shutil.py rmtree(): Make implementation agree with documentation (both latex and 2003-01-24 17:36:15 +00:00
SimpleHTTPServer.py
SimpleXMLRPCServer.py Whitespace normalization. 2003-01-29 03:49:43 +00:00
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py
SocketServer.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
stat.py
statcache.py
statvfs.py
string.py
StringIO.py Make StringIO its own iterator, similar to real files. 2003-01-31 16:04:15 +00:00
stringold.py
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py Whitespace normalization. 2003-01-29 03:49:43 +00:00
telnetlib.py
tempfile.py
TERMIOS.py
textwrap.py Add __all__ (suggested by Raymond Hettinger). 2003-02-03 14:46:57 +00:00
this.py
threading.py
toaiff.py
token.py
tokenize.py
traceback.py
tty.py
types.py [ 683376 ] Adding NotImplementedType to types.py 2003-02-10 19:38:33 +00:00
tzparse.py
unittest.py
urllib.py
urllib2.py
urlparse.py
user.py
UserDict.py typo in comment 2003-01-31 03:30:09 +00:00
UserList.py
UserString.py
uu.py
warnings.py
wave.py
weakref.py
webbrowser.py
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py