cpython/Lib
Tim Peters 852eae1bc1 Access _struct attributes directly instead of mucking with getattr.
string_reverse():  Simplify.

assertRaises():  Raise TestFailed on failure.

test_unpack_from(), test_pack_into(), test_pack_into_fn():  never
use `assert` to test for an expected result (it doesn't test anything
when Python is run with -O).
2006-06-05 20:48:49 +00:00
..
bsddb * fix DBCursor.pget() bug with keyword argument names when no data= is 2006-06-05 18:48:21 +00:00
compiler
ctypes
curses
distutils
email
encodings Whitespace normalization. 2006-06-04 23:43:53 +00:00
hotshot
idlelib
lib-tk
logging
msilib
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-darwin
plat-freebsd2
plat-freebsd3
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-generic
plat-irix5
plat-irix6
plat-linux2
plat-mac Drop Mac wrappers for the WASTE library. 2006-06-04 14:24:59 +00:00
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos5
plat-unixware7
site-packages
sqlite3
test Access _struct attributes directly instead of mucking with getattr. 2006-06-05 20:48:49 +00:00
xmlcore
__future__.py
__phello__.foo.py
_LWPCookieJar.py
_MozillaCookieJar.py
_strptime.py
_threading_local.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
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
contextlib.py
Cookie.py
cookielib.py
copy.py
copy_reg.py
cProfile.py
csv.py
dbhash.py
decimal.py
difflib.py
dircache.py
dis.py
doctest.py Remove doctest.testmod's deprecated (in 2.4) isprivate 2006-06-05 01:43:03 +00:00
DocXMLRPCServer.py
dumbdbm.py
dummy_thread.py Revert revisions: 2006-06-04 23:52:47 +00:00
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
functools.py
getopt.py
getpass.py
gettext.py
glob.py
gopherlib.py
gzip.py
hashlib.py
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
HTMLParser.py
httplib.py
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
md5.py
mhlib.py
mimetools.py
mimetypes.py
MimeWriter.py
mimify.py
modulefinder.py
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py
nturl2path.py
opcode.py
optparse.py
os.py
os2emxpath.py
pdb.doc
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py pprint functions used to sort a dict (by key) if and only if 2006-06-02 23:22:51 +00:00
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
Queue.py
quopri.py
random.py
re.py
repr.py
rexec.py
rfc822.py
rlcompleter.py
robotparser.py
runpy.py
sched.py
sets.py
sgmllib.py
sha.py
shelve.py
shlex.py
shutil.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py Whitespace normalization. 2006-06-01 13:41:46 +00:00
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py Fixes in struct and socket from merge reviews. 2006-06-04 13:49:49 +00:00
SocketServer.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
stat.py
statvfs.py
string.py
StringIO.py
stringold.py
stringprep.py
struct.py Fixes in struct and socket from merge reviews. 2006-06-04 13:49:49 +00:00
subprocess.py Bug #1500293: fix memory leaks in _subprocess module. 2006-06-04 22:15:37 +00:00
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py Revert revisions: 2006-06-04 23:52:47 +00:00
timeit.py
toaiff.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
types.py
unittest.py
urllib.py
urllib2.py
urlparse.py
user.py
UserDict.py
UserList.py
UserString.py
uu.py
warnings.py
wave.py
weakref.py
webbrowser.py
whichdb.py
xdrlib.py
xml.py
xmllib.py
xmlrpclib.py
zipfile.py