cpython/Lib
Greg Ward d8f7f81254 Bump version to 0.9.3. 2000-09-26 02:51:09 +00:00
..
compiler change 2-space indent to 4-space indent 2000-09-20 02:47:28 +00:00
curses Tweak curses.wrapper so it initializes colors if they are available. 2000-08-09 21:11:07 +00:00
distutils Bump version to 0.9.3. 2000-09-26 02:51:09 +00:00
dos-8x3 The usual. 2000-09-05 04:49:50 +00:00
encodings
idlelib Fixes for Python 1.6 compatibility - socket bind and connect get a 2000-09-24 06:29:50 +00:00
lib-old
lib-tk Removed some debugging prints: When running user configuration code 2000-09-15 04:41:22 +00:00
plat-aix3
plat-aix4
plat-freebsd2
plat-freebsd3
plat-freebsd4 tg@freebsd.org 2000-08-31 02:42:11 +00:00
plat-freebsd5 tg@freebsd.org 2000-08-31 02:42:11 +00:00
plat-generic
plat-irix5 Convert some old-style string exceptions to class exceptions. 2000-08-18 14:59:33 +00:00
plat-irix6 Convert some old-style string exceptions to class exceptions. 2000-08-18 14:59:33 +00:00
plat-linux1
plat-linux2
plat-netbsd1
plat-next3
plat-sunos4
plat-sunos5
site-packages
test HP-UX is another one of those platforms using an alternative lock 2000-09-26 00:31:18 +00:00
xml Include the version-detecting code to allow PyXML to override the "standard" 2000-09-25 17:30:17 +00:00
BaseHTTPServer.py updated occurences of fqdn algorithm (closes patch #101197) 2000-08-16 20:30:21 +00:00
Bastion.py
CGIHTTPServer.py An honest attempt to make this work on Unix, Windows, and even 2000-09-19 04:01:01 +00:00
ConfigParser.py When reading the file, option names were not passed through 2000-09-25 14:42:33 +00:00
Cookie.py Whitespace cleanup; now passes the regression test (the last checkin made 2000-08-24 14:40:35 +00:00
Makefile
MimeWriter.py
Queue.py
SimpleHTTPServer.py For this server to work on Windows, directories should use "/" as the 2000-09-04 15:55:31 +00:00
SocketServer.py In class StreamRequestHandler, make the default buffering for rfile 2000-09-01 03:25:14 +00:00
StringIO.py Support sizehint in StringIO.readlines, as documented. 2000-09-19 11:07:44 +00:00
UserDict.py Barry's patch to implement the new setdefault() method. 2000-08-08 16:12:54 +00:00
UserList.py SF patch 101391: implemented UserList.__contains__. 2000-09-19 20:29:03 +00:00
UserString.py simple typo that makes regression test test_userstring fail 2000-08-24 21:47:34 +00:00
aifc.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
anydbm.py
asynchat.py Match Sam Rushing's current version of asyncore.py and asynchat.py 2000-09-08 20:30:39 +00:00
asyncore.py Untabify. When compiling in -tt mode, an inconsistent Tab use error 2000-09-11 04:00:46 +00:00
atexit.py
audiodev.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
base64.py
bdb.py
binhex.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
bisect.py
builtin.py
calendar.py patches from David Goodger. Closes patch 101085. 2000-08-30 14:01:28 +00:00
cgi.py Patch #101121, by Ka-Ping Yee: cosmetic cleanup of cgi.py, using my 2000-09-19 04:11:46 +00:00
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py
copy.py Added Unicode objects to the copy mechanism. Since these are immutable, 2000-09-07 11:00:03 +00:00
copy_reg.py
dbhash.py
dircache.py
dis.py Add missing opcodes. Thanx to jeremy for reminding me ;) 2000-08-24 22:44:53 +00:00
dospath.py Treat trailing colon in os.path.join("a:", "b") same way for DOS as in 2000-09-19 23:46:56 +00:00
dumbdbm.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py Added support for RFC 959's REST command (restart), closing SF patch 2000-09-01 06:09:23 +00:00
getopt.py
getpass.py
gettext.py Repaired comment. 2000-09-01 02:20:20 +00:00
glob.py
gopherlib.py
gzip.py
htmlentitydefs.py
htmllib.py
httplib.py Indent _connection_class so that it becomes HTTPS._connection_class. 2000-09-21 22:09:47 +00:00
ihooks.py
imaplib.py
imghdr.py
imputil.py
keyword.py
knee.py
linecache.py
locale.py
macpath.py Restored commonprefix() semantics. 2000-08-23 09:13:40 +00:00
macstat.py
macurl2path.py
mailbox.py Maildir.__init__(): Use the correct filter for filenames, so that this 2000-09-22 18:41:50 +00:00
mailcap.py
mhlib.py
mimetools.py
mimetypes.py
mimify.py
multifile.py Convert some old-style string exceptions to class exceptions. 2000-08-17 05:06:49 +00:00
mutex.py
netrc.py
nntplib.py
ntpath.py Part of SF patch 101481: on Windows, os.path.join("a:", "b") should yield 2000-09-19 20:39:32 +00:00
nturl2path.py
os.py Only supply popen2, popen3 when fork exists. 2000-09-19 03:04:52 +00:00
pdb.doc
pdb.py
persist.py
pickle.py Fix Bug #114293: 2000-09-15 15:14:51 +00:00
pipes.py
popen2.py The "more" cmd varies across Windows flavors, sometimes adding stray 2000-09-01 20:38:55 +00:00
poplib.py
posixfile.py Do not try to fix bugs while sleeping. 2000-09-09 06:29:35 +00:00
posixpath.py revert semantics of commonprefix to work character-by-character 2000-08-22 13:01:53 +00:00
pprint.py
pre.py Correct docstring about return value when group didn't participate in match 2000-09-04 03:19:48 +00:00
profile.doc
profile.py remove all occurence of math.rint() from the sources 2000-08-10 04:23:30 +00:00
pstats.py
pty.py
py_compile.py Support \r in source files. Closes bug #101425. 2000-09-15 06:57:26 +00:00
pyclbr.py
quopri.py
random.py Repair senseless random.seed docstring (reported on c.l.py). 2000-09-16 04:02:48 +00:00
re.py My fix to the URL accidentally also switched back to the "pre" module. 2000-08-01 21:22:16 +00:00
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py AddrlistClass.getdomainliteral(): rfc822 requires that the domain 2000-09-25 15:08:27 +00:00
rlcompleter.py
robotparser.py
sched.py
sgmllib.py
shelve.py
shlex.py
shutil.py
site.py sys.setdefaultencoding() should only be called in case the standard 2000-09-18 11:06:00 +00:00
smtplib.py Applied patch #101350, closing it. 2000-09-01 06:40:07 +00:00
sndhdr.py
socket.py Support sizehint in _fileobject.readlines, as documented. 2000-09-19 11:25:58 +00:00
sre.py - fixed yet another gcc -pedantic warning 2000-09-21 17:03:25 +00:00
sre_compile.py -- reset marks if repeat_one tail doesn't match 2000-08-07 20:59:04 +00:00
sre_constants.py final 0.9.8 updates: 2000-08-01 22:47:49 +00:00
sre_parse.py - don't hang if group id is followed by whitespace (closes bug #114660) 2000-09-24 14:46:23 +00:00
stat.py
statcache.py
statvfs.py
string.py Fix serious typo! 2000-09-18 19:38:11 +00:00
stringold.py
sunau.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
sunaudio.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
symbol.py Update for augmented assignment. 2000-08-24 21:08:39 +00:00
tabnanny.py
telnetlib.py
tempfile.py Patch by tg@FreeBSD.org to try /var/tmp first. 2000-08-29 14:55:03 +00:00
threading.py Revise to use atexit instead of monkeying with sys.exitfunc directly. 2000-08-18 15:50:54 +00:00
toaiff.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
token.py Update for augmented assignment. 2000-08-24 21:08:39 +00:00
tokenize.py Update for augmented assignment, tested & approved by Guido. 2000-08-24 21:44:52 +00:00
traceback.py Patch by Toby Dickenson: don't die when an error occurs during string 2000-08-22 02:04:46 +00:00
tty.py
types.py
tzparse.py
urllib.py - Improved handling of win32 proxy settings (addresses bug #114256). 2000-09-24 18:51:25 +00:00
urllib2.py
urlparse.py
user.py
uu.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
wave.py Convert some old-style string exceptions to class exceptions. 2000-08-17 04:45:13 +00:00
webbrowser.py Implemented new os.startfile function, unique to Windows, exposing a 2000-09-22 10:05:54 +00:00
whichdb.py Add missing 'try:'. Patch by Rob W. W. Hooft, #101071 (closed.) 2000-08-04 08:46:59 +00:00
whrandom.py
xdrlib.py
xmllib.py New method getnamespace. 2000-08-31 10:27:00 +00:00
zipfile.py