0
0
mirror of https://github.com/python/cpython.git synced 2024-11-22 13:28:21 +01:00
cpython/Lib
Skip Montanaro d3c884d4ea modify testGetServByName so it tries a few different protocols. In this day
and age of rampant computer breakins I imagine there are plenty of systems
with telnet disabled.  Successful check of at least one getservbyname() call
is required for success
2002-08-02 02:19:46 +00:00
..
compiler
curses
distutils Recompiled the exe and updated bdist_wininst.py. 2002-07-29 12:11:18 +00:00
email Use full package paths in imports. 2002-07-23 20:35:58 +00:00
encodings Revert #571603 since it is ok to import codecs that are not subdirectories 2002-07-29 14:05:24 +00:00
hotshot
idlelib Reset the Python execution server environment to its initial value prior 2002-07-28 03:35:31 +00:00
lib-old
lib-tk
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-freebsd2
plat-freebsd3
plat-freebsd4
plat-freebsd5
plat-generic
plat-irix5
plat-irix6
plat-linux1
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos4
plat-sunos5
plat-unixware7
site-packages
test modify testGetServByName so it tries a few different protocols. In this day 2002-08-02 02:19:46 +00:00
xml
__future__.py
__phello__.foo.py
_strptime.py
aifc.py
anydbm.py
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py
binhex.py
bisect.py
calendar.py
cgi.py
CGIHTTPServer.py Fix for SF bug 570678 (can't flush read-only file on Mac OS X). 2002-08-01 21:12:35 +00:00
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
Cookie.py
copy_reg.py
copy.py
dbhash.py
difflib.py
dircache.py
dis.py
doctest.py
dospath.py
dumbdbm.py
FCNTL.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
getopt.py Use os.environ.get() in stead of os.getenv() (which is platform-dependent). 2002-07-26 11:34:49 +00:00
getpass.py
gettext.py
glob.py
gopherlib.py
gzip.py
hmac.py
htmlentitydefs.py
htmllib.py
HTMLParser.py
httplib.py typo 2002-07-25 16:10:38 +00:00
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
MimeWriter.py
mimify.py
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py
nturl2path.py
os2emxpath.py
os.py
pdb.doc
pdb.py
pickle.py
pipes.py
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
pre.py
profile.doc
profile.py
pstats.py
pty.py Patch #581705: Catch OSError, termios.error in spawn. 2.2 bugfix candidate. 2002-07-28 09:42:57 +00:00
py_compile.py
pyclbr.py
pydoc.py
Queue.py
quopri.py
random.py
re.py Add 'engine' back. IDLE used this, others might have copied it from 2002-07-28 19:04:07 +00:00
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py
rlcompleter.py
robotparser.py
sched.py
sgmllib.py
shelve.py
shlex.py
shutil.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py
site.py Add an XXX comment and a pointer to a full bug report. 2002-07-25 20:13:03 +00:00
smtpd.py
smtplib.py Patch #586999: Fix multiline string in sendmail example. 2002-07-28 16:52:01 +00:00
sndhdr.py
socket.py Restore a full arglist to the socket wrapper, so it supports keyword 2002-07-31 17:48:02 +00:00
SocketServer.py
sre_compile.py
sre_constants.py
sre_parse.py
sre.py
stat.py
statcache.py
statvfs.py
string.py
StringIO.py
stringold.py
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
telnetlib.py
tempfile.py
TERMIOS.py
textwrap.py
this.py
threading.py
toaiff.py
token.py
tokenize.py
traceback.py
tty.py
types.py
tzparse.py
unittest.py
urllib2.py
urllib.py
urlparse.py
user.py
UserDict.py
UserList.py
UserString.py Complete the absolute import patch for the test suite. All relative 2002-07-30 23:27:12 +00:00
uu.py
warnings.py
wave.py
weakref.py
webbrowser.py
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py