cpython/Lib
Tim Peters d6d010b874 Teach the UNPACK_SEQUENCE opcode how to tease an iterable object into
giving up the goods.
NEEDS DOC CHANGES
2001-06-21 02:49:55 +00:00
..
compiler SF bug 430991: wrong co_lnotab 2001-06-09 09:26:21 +00:00
curses
distutils - _filename_to_abs() didn't cater for .. components in the pathname. Fixed. 2001-06-19 21:23:11 +00:00
encodings This patch by Martin v. Loewis changes the UTF-16 codec to only 2001-06-19 20:07:51 +00:00
idlelib
lib-old
lib-tk
plat-aix3
plat-aix4
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-riscos
plat-sunos4
plat-sunos5
plat-unixware7
site-packages
test Teach the UNPACK_SEQUENCE opcode how to tease an iterable object into 2001-06-21 02:49:55 +00:00
xml Synchronize with 1.13 of PyXML: 2001-06-17 07:05:43 +00:00
BaseHTTPServer.py
Bastion.py
CGIHTTPServer.py
ConfigParser.py
Cookie.py
FCNTL.py
HTMLParser.py Merge my changes to the offending comment with Guido's changes. 2001-05-23 04:53:44 +00:00
MimeWriter.py
Queue.py
SimpleHTTPServer.py
SocketServer.py
StringIO.py
TERMIOS.py
UserDict.py Patch #413171: Implement get, setdefault, update in terms of 2001-06-18 01:09:41 +00:00
UserList.py Patch #424475: Speed-up tp_compare usage, by special-casing the common 2001-06-09 07:34:05 +00:00
UserString.py
__future__.py
aifc.py
anydbm.py
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py check in for patch #430846 2001-06-07 18:56:13 +00:00
bdb.py
binhex.py
bisect.py
builtin.py
calendar.py
cgi.py
chunk.py
cmd.py
code.py
codecs.py Whitespace normalization. 2001-05-29 06:06:54 +00:00
codeop.py
colorsys.py
commands.py
compileall.py
copy.py
copy_reg.py
dbhash.py Fix bug #422702: Make flag argument to open optional, and document it that way. 2001-06-05 05:33:19 +00:00
difflib.py
dircache.py
dis.py Merging the gen-branch into the main line, at Guido's direction. Yay! 2001-06-18 22:08:13 +00:00
doctest.py
dospath.py
dumbdbm.py
filecmp.py
fileinput.py
fnmatch.py Patch #409973: Speedup glob.glob, add fnmatch.filter. 2001-06-06 06:24:38 +00:00
formatter.py
fpformat.py
ftplib.py
getopt.py
getpass.py
gettext.py
glob.py Patch #409973: Speedup glob.glob, add fnmatch.filter. 2001-06-06 06:24:38 +00:00
gopherlib.py
gzip.py
htmlentitydefs.py
htmllib.py
httplib.py more public symbols for __all__ 2001-06-01 16:25:38 +00:00
ihooks.py
imaplib.py Somebody checked this in w/ an ambiguous tab/space mix (reported by 2001-06-18 23:56:36 +00:00
imghdr.py
imputil.py
inspect.py Merging the gen-branch into the main line, at Guido's direction. Yay! 2001-06-18 22:08:13 +00:00
keyword.py Updated keyword.py for "yield". 2001-06-19 00:26:25 +00:00
knee.py
linecache.py Patch from Gordon McMillan. 2001-05-29 04:27:01 +00:00
locale.py
macpath.py
macstat.py
macurl2path.py
mailbox.py
mailcap.py
mhlib.py
mimetools.py
mimetypes.py Add .pyo as an extension, fixes bug #416462. Also restore alphabetic order. 2001-06-05 05:17:00 +00:00
mimify.py
multifile.py
mutex.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
os.py
pdb.doc
pdb.py
persist.py
pickle.py
pipes.py
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
pre.py
profile.doc
profile.py An import MacOS was missing after the code-rearranging. Added. 2001-06-19 20:11:36 +00:00
pstats.py Patch #416220: Fix misplaced paren. 2001-06-07 05:49:05 +00:00
pty.py Whitespace normalization. 2001-05-29 06:06:54 +00:00
py_compile.py
pyclbr.py
pydoc.py
quopri.py encode(): Fixed the handling of soft line breaks for lines over 76 2001-06-19 22:48:10 +00:00
random.py
re.py
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py Fix SF bug #433904 (Alex Martelli) - all s_* methods return None only. 2001-06-18 12:33:36 +00:00
rfc822.py
rlcompleter.py
robotparser.py
sched.py
sgmllib.py
shelve.py
shlex.py
shutil.py
site.py Add new built-in 'help' which invokes pydoc.help (with a twist). 2001-06-12 16:48:52 +00:00
smtpd.py
smtplib.py
sndhdr.py
socket.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
stat.py
statcache.py
statvfs.py
string.py
stringold.py
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py Merging the gen-branch into the main line, at Guido's direction. Yay! 2001-06-18 22:08:13 +00:00
telnetlib.py
tempfile.py
threading.py
toaiff.py
token.py
tokenize.py Merging the gen-branch into the main line, at Guido's direction. Yay! 2001-06-18 22:08:13 +00:00
traceback.py SF bug 431772: traceback.print_exc() causes traceback 2001-06-10 18:58:26 +00:00
tty.py
types.py
tzparse.py
unittest.py
urllib.py
urllib2.py
urlparse.py
user.py
uu.py
warnings.py
wave.py
weakref.py
webbrowser.py
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
zipfile.py