cpython/Lib
Skip Montanaro 81e4b1c5c8 fix typo in extending __all__ for riscos platform - closes bug 406296 2001-03-06 15:26:07 +00:00
..
compiler
curses
distutils When not copying a file because the output is up to date, make the message 2001-03-02 07:28:03 +00:00
encodings
idlelib
lib-old
lib-tk
plat-aix3 Replace all the platform-specific TERMIOS modules with a portable version 2001-02-27 21:35:40 +00:00
plat-aix4 Replace all the platform-specific TERMIOS modules with a portable version 2001-02-27 21:35:40 +00:00
plat-beos5 Replace all the platform-specific TERMIOS modules with a portable version 2001-02-27 21:35:40 +00:00
plat-freebsd2 Replace all the platform-specific TERMIOS modules with a portable version 2001-02-27 21:35:40 +00:00
plat-freebsd3 Replace all the platform-specific TERMIOS modules with a portable version 2001-02-27 21:35:40 +00:00
plat-freebsd4 Replace all the platform-specific TERMIOS modules with a portable version 2001-02-27 21:35:40 +00:00
plat-freebsd5 Replace all the platform-specific TERMIOS modules with a portable version 2001-02-27 21:35:40 +00:00
plat-generic
plat-irix5 Replace all the platform-specific TERMIOS modules with a portable version 2001-02-27 21:35:40 +00:00
plat-irix6 Replace all the platform-specific TERMIOS modules with a portable version 2001-02-27 21:35:40 +00:00
plat-linux1 Replace all the platform-specific TERMIOS modules with a portable version 2001-02-27 21:35:40 +00:00
plat-linux2 Replace all the platform-specific TERMIOS modules with a portable version 2001-02-27 21:35:40 +00:00
plat-netbsd1 Replace all the platform-specific TERMIOS modules with a portable version 2001-02-27 21:35:40 +00:00
plat-next3
plat-riscos RISCOS files by dschwertberger 2001-03-02 05:58:11 +00:00
plat-sunos4
plat-sunos5 Replace all the platform-specific TERMIOS modules with a portable version 2001-02-27 21:35:40 +00:00
site-packages
test Clean up junk files left behind by imp.load_source(). 2001-03-04 00:30:25 +00:00
xml Patch #103885: Add dynamic registration and lookup of DOM implementations. 2001-02-22 14:05:50 +00:00
BaseHTTPServer.py
Bastion.py
CGIHTTPServer.py
ConfigParser.py Make sure ConfigParser uses .optionxform() consistently; this affects 2001-02-26 21:55:34 +00:00
Cookie.py Patch #103473 from dougfort: Some sites (amazon.com for one) drop 2001-02-20 22:11:24 +00:00
MimeWriter.py
Queue.py removed __all__ from several modules 2001-02-18 03:30:53 +00:00
SimpleHTTPServer.py
SocketServer.py
StringIO.py
TERMIOS.py No need to call filterwarnings() to suppress further warnings from this 2001-02-27 21:51:47 +00:00
UserDict.py removed __all__ from several modules 2001-02-18 03:30:53 +00:00
UserList.py removed __all__ from several modules 2001-02-18 03:30:53 +00:00
UserString.py
__future__.py Typo repair. 2001-03-02 03:11:53 +00:00
aifc.py
anydbm.py removed __all__ from several modules 2001-02-18 03:30:53 +00:00
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py
bdb.py
binhex.py
bisect.py removed __all__ from several modules 2001-02-18 03:30:53 +00:00
builtin.py
calendar.py
cgi.py added missing element to __all__ 2001-02-28 01:03:48 +00:00
chunk.py removed __all__ from several modules 2001-02-18 03:30:53 +00:00
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py
copy.py
copy_reg.py
dbhash.py
difflib.py Improve accuracy. In the .tex file, note the new "% BUG:" comments: an 2001-02-20 11:24:35 +00:00
dircache.py Patch by Itamar S.T. (SF#305470): add reset() method. 2001-03-02 13:35:37 +00:00
dis.py
doctest.py Miranda newlines: if anything at all was written to stdout, supply a 2001-02-14 06:35:35 +00:00
dospath.py
dumbdbm.py RISCOS changes by dschwertberger. 2001-03-02 06:43:49 +00:00
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py Move some constant initialization from FTP.__init__() and FTP.connect() 2001-02-28 21:46:37 +00:00
getopt.py
getpass.py Get the needed constants from termios, not TERMIOS. 2001-02-27 21:23:31 +00:00
gettext.py
glob.py
gopherlib.py
gzip.py The code to write timestamps couldn't handle negative times (and time 2001-02-21 10:39:35 +00:00
htmlentitydefs.py removed __all__ from several modules 2001-02-18 03:30:53 +00:00
htmllib.py
httplib.py
ihooks.py
imaplib.py Fix previous checkin, hopelessly broken as it was; reported by Detlef Lannert. 2001-02-22 13:24:27 +00:00
imghdr.py
imputil.py This change makes imputil more closely emulate the standard import 2001-02-12 09:17:06 +00:00
inspect.py Make getsourcefile() succeed even if the filename doesn't end in '.py' -- 2001-03-02 05:50:34 +00:00
keyword.py
knee.py
linecache.py
locale.py
macpath.py
macstat.py
macurl2path.py
mailbox.py
mailcap.py
mhlib.py String method cleanup. 2001-02-10 00:22:33 +00:00
mimetools.py Do not hide a failure to create a temporary file; if it fails the work 2001-02-23 20:04:54 +00:00
mimetypes.py
mimify.py String method cleanup. 2001-02-10 00:22:33 +00:00
multifile.py
mutex.py removed __all__ from several modules 2001-02-18 03:30:53 +00:00
netrc.py Define & use NetrcParseError instead of improperly overloading SyntaxError. 2001-03-06 06:33:08 +00:00
nntplib.py
ntpath.py
nturl2path.py removed __all__ from several modules 2001-02-18 03:30:53 +00:00
os.py fix typo in extending __all__ for riscos platform - closes bug 406296 2001-03-06 15:26:07 +00:00
pdb.doc
pdb.py
persist.py
pickle.py add module-level constants to __all__ 2001-02-18 03:10:09 +00:00
pipes.py
popen2.py
poplib.py __all__ for several more modules 2001-02-12 02:00:42 +00:00
posixfile.py removed __all__ from several modules 2001-02-18 03:30:53 +00:00
posixpath.py __all__ for several more modules 2001-02-12 02:00:42 +00:00
pprint.py __all__ for several more modules 2001-02-12 02:00:42 +00:00
pre.py bunch more __all__ lists 2001-02-15 22:15:14 +00:00
profile.doc
profile.py __all__ for several more modules 2001-02-12 02:00:42 +00:00
pstats.py __all__ for several more modules 2001-02-12 02:00:42 +00:00
pty.py __all__ for several more modules 2001-02-12 02:00:42 +00:00
py_compile.py __all__ for several more modules 2001-02-12 02:00:42 +00:00
pyclbr.py __all__ for several more modules 2001-02-12 02:00:42 +00:00
pydoc.py Use '127.0.0.1' only on Mac; for other, sane platforms, use 'localhost'. 2001-03-02 05:58:17 +00:00
quopri.py __all__ for several more modules 2001-02-12 02:00:42 +00:00
random.py Whitespace normalization. 2001-02-15 23:56:39 +00:00
re.py bunch more __all__ lists 2001-02-15 22:15:14 +00:00
reconvert.py bunch more __all__ lists 2001-02-15 22:15:14 +00:00
regex_syntax.py removed __all__ from several modules 2001-02-18 03:30:53 +00:00
regsub.py bunch more __all__ lists 2001-02-15 22:15:14 +00:00
repr.py bunch more __all__ lists 2001-02-15 22:15:14 +00:00
rexec.py bunch more __all__ lists 2001-02-15 22:15:14 +00:00
rfc822.py bunch more __all__ lists 2001-02-15 22:15:14 +00:00
rlcompleter.py bunch more __all__ lists 2001-02-15 22:15:14 +00:00
robotparser.py Whitespace normalization. 2001-02-15 23:56:39 +00:00
sched.py bunch more __all__ lists 2001-02-15 22:15:14 +00:00
sgmllib.py SF Patch # 103839 byt dougfort: Allow ';' in attributes 2001-02-19 18:39:09 +00:00
shelve.py bunch more __all__ lists 2001-02-15 22:15:14 +00:00
shlex.py bunch more __all__ lists 2001-02-15 22:15:14 +00:00
shutil.py bunch more __all__ lists 2001-02-15 22:15:14 +00:00
site.py RISCOS changes by dschwertberger. 2001-03-02 06:43:49 +00:00
smtpd.py Use != instead of <>. Sorry, Barry. 2001-03-02 06:42:34 +00:00
smtplib.py bunch more __all__ lists 2001-02-15 22:15:14 +00:00
sndhdr.py bunch more __all__ lists 2001-02-15 22:15:14 +00:00
socket.py RISCOS changes by dschwertberger. 2001-03-02 06:43:49 +00:00
sre.py - restored 1.5.2 compatibility (sorry, eric) 2001-02-18 12:05:16 +00:00
sre_compile.py - restored 1.5.2 compatibility (sorry, eric) 2001-02-18 12:05:16 +00:00
sre_constants.py - restored 1.5.2 compatibility (sorry, eric) 2001-02-18 12:05:16 +00:00
sre_parse.py detect attempts to repeat anchors (fixes bug #130748) 2001-02-18 21:04:48 +00:00
stat.py removed __all__ from several modules 2001-02-18 03:30:53 +00:00
statcache.py bunch more __all__ lists 2001-02-15 22:15:14 +00:00
statvfs.py removed __all__ from several modules 2001-02-18 03:30:53 +00:00
string.py removed __all__ from several modules 2001-02-18 03:30:53 +00:00
stringold.py
sunau.py
sunaudio.py
symbol.py
tabnanny.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 2001-03-01 04:27:19 +00:00
telnetlib.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 2001-03-01 04:27:19 +00:00
tempfile.py Search /tmp before /var/tmp and /usr/tmp -- this seems preferred. 2001-03-02 05:51:16 +00:00
threading.py
toaiff.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 2001-03-01 04:27:19 +00:00
token.py String method cleanup. 2001-02-10 00:22:33 +00:00
tokenize.py Better __credits__. 2001-03-01 17:11:17 +00:00
traceback.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 2001-03-01 04:27:19 +00:00
tty.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 2001-03-01 04:27:19 +00:00
types.py
tzparse.py
urllib.py Grr, splittag was also missing from __all__. 2001-03-05 13:45:38 +00:00
urllib2.py Checking in patch 404826 -- urllib2 enhancements and documentations. 2001-03-01 08:40:42 +00:00
urlparse.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 2001-03-01 04:27:19 +00:00
user.py
uu.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 2001-03-01 04:27:19 +00:00
warnings.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 2001-03-01 04:27:19 +00:00
wave.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 2001-03-01 04:27:19 +00:00
weakref.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 2001-03-01 04:27:19 +00:00
webbrowser.py Clarify synopsis line a bit. 2001-03-02 02:01:40 +00:00
whichdb.py RISCOS changes by dschwertberger. 2001-03-02 06:43:49 +00:00
whrandom.py
xdrlib.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 2001-03-01 04:27:19 +00:00
xmllib.py
zipfile.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 2001-03-01 04:27:19 +00:00