0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib
1999-12-13 21:38:57 +00:00
..
distutils Use 'search', not 'match', on filename pattern regexes. 1999-12-13 21:38:57 +00:00
dos-8x3
lib-old
lib-stdwin
lib-tk Fix PR#107: wm_colormapwindows() did the wrong thing when presented 1999-10-20 12:29:56 +00:00
plat-aix3
plat-aix4
plat-beos
plat-freebsd2
plat-freebsd3
plat-generic
plat-irix5
plat-irix6
plat-linux1
plat-linux2
plat-netbsd1
plat-next3
plat-sunos4
plat-sunos5
plat-win
test Test output. 1999-10-19 19:09:00 +00:00
aifc.py
anydbm.py
asynchat.py Put Sam Rushing's original RCS ID string back, without dollars around it. 1999-09-14 20:17:50 +00:00
asyncore.py Put Sam Rushing's original RCS ID string back, without dollars around it. 1999-09-14 20:16:00 +00:00
audiodev.py
base64.py
BaseHTTPServer.py Fix by Moshe Zadka (cleaned up and documented by GvR) to break out the 1999-10-26 13:01:36 +00:00
Bastion.py
bdb.py canonic(): This used to be equivalent to str() but that caused too 1999-09-09 23:24:33 +00:00
binhex.py
bisect.py
builtin.py
calendar.py
cgi.py
CGIHTTPServer.py os.fork raises AttributeError, not NameError, if fork() isn't 1999-10-18 13:43:44 +00:00
chunk.py
cmd.py
cmp.py
cmpcache.py
code.py
codeop.py
colorsys.py
commands.py
compileall.py
ConfigParser.py fixed a typo in a docstring, and slightly expanded the module 1999-10-12 16:12:48 +00:00
copy_reg.py
copy.py
dbhash.py
dircache.py
dircmp.py
dis.py
dospath.py
dumbdbm.py
exceptions.py
filecmp.py New module by Moshe Zadka (submitted on Sept. 25). This unifies the 1999-10-26 14:02:01 +00:00
fileinput.py Fix for PR#111: when using the inplace option, give the new file the 1999-10-18 21:41:43 +00:00
fnmatch.py
formatter.py
fpformat.py Fix for PR#74 -- use int() instead of eval() to extract the exponent. 1999-09-10 14:34:48 +00:00
ftplib.py
getopt.py
getpass.py print a warning if the password will be echoed. 1999-10-18 22:25:22 +00:00
glob.py
gopherlib.py
gzip.py Fixed 'return EOFError' that should be 'raise EOFError', caught by 1999-09-06 16:34:51 +00:00
htmlentitydefs.py
htmllib.py
httplib.py OpenSSL support. This is based on patches for a version of SSLeay by 1999-12-07 21:37:17 +00:00
ihooks.py
imaplib.py
imghdr.py
imputil.py look for builtins before stuff on the path. 1999-11-24 02:38:37 +00:00
keyword.py
knee.py
linecache.py
locale.py
macpath.py
macstat.py
macurl2path.py
mailbox.py
mailcap.py
Makefile
mhlib.py
mimetools.py
mimetypes.py
MimeWriter.py
mimify.py
multifile.py
mutex.py
netrc.py
newimp.py
nntplib.py
ntpath.py In abspath(), always use normpath(), even when win32api is available 1999-11-30 15:00:00 +00:00
nturl2path.py
os.py Oops. spawnl() and spawnle() should be implemented on Windows too. 1999-11-02 20:44:07 +00:00
pdb.doc
pdb.py Sjoerd Mullender writes: 1999-11-03 13:10:07 +00:00
persist.py
pickle.py Jeremy writes: 1999-10-10 21:14:25 +00:00
pipes.py
popen2.py
poplib.py
posixfile.py According to Craig H Rowland, openbsd2 is yet another BSD variant that 1999-12-06 14:51:05 +00:00
posixpath.py Correct typo in walk.__doc__ reported by Francois Pinard. 1999-11-02 13:29:08 +00:00
pprint.py Fix indent error in __format(): del context[objid] at the end should 1999-09-02 15:09:44 +00:00
profile.doc
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
Queue.py Make the maxsize constructor argument default to 0 (an unlimited queue size). 1999-09-09 14:54:28 +00:00
quopri.py
random.py
re.py Correct typo in module doc string doscovered by Jonathan Giddy. 1999-11-15 14:19:15 +00:00
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py Fix PR#3, submitted by Skip Montanaro: if no space appears after the 1999-10-06 15:19:19 +00:00
rlcompleter.py Oops. Remove some garbage from the doc string that was accidentally 1999-11-09 16:36:45 +00:00
robotparser.py
sched.py
sgmllib.py
shelve.py
shlex.py
shutil.py
SimpleHTTPServer.py Moshe Zadka writes: When deploying SimpleHTTPServer, I noticed a 1999-11-16 19:04:32 +00:00
site.py
smtplib.py A bunch of docstring fixes. 1999-11-28 17:11:06 +00:00
sndhdr.py
SocketServer.py update to use threading module instead of thread. 1999-10-12 16:20:13 +00:00
stat.py
statcache.py
statvfs.py
string.py split() docstring: Made signature and description for the first 1999-11-04 19:19:48 +00:00
StringIO.py
stringold.py Mainlining the string_methods branch. See branch revision log 1999-10-12 19:54:53 +00:00
sunau.py
sunaudio.py
symbol.py
tabnanny.py
telnetlib.py
tempfile.py
threading.py Duncan Grisby noted a typo in _DummyThread. 1999-09-29 15:26:52 +00:00
toaiff.py
token.py
tokenize.py
traceback.py
tty.py
types.py
tzparse.py
urllib.py OpenSSL support. This is based on patches for a version of SSLeay by 1999-12-07 21:37:17 +00:00
urlopen.py
urlparse.py
user.py
UserDict.py
UserList.py
uu.py
wave.py
whichdb.py
whrandom.py
xdrlib.py
xmllib.py Sjoerd Mullender writes: 1999-08-26 15:52:33 +00:00