cpython/Doc/library
Gregory P. Smith 2839985c7e The unittest.TestCase.assertEqual() now displays the differences in lists,
tuples, dicts and sets on failure.

Many new handy type and comparison specific assert* methods have been added
that fail with error messages actually useful for debugging.  Contributed in
by Google and completed with help from mfoord and GvR at PyCon 2009 sprints.

Discussion lives in http://bugs.python.org/issue2578.
2009-03-31 16:54:10 +00:00
..
2to3.rst #5486: typos. 2009-03-13 19:03:58 +00:00
__builtin__.rst
__future__.rst fix various doc typos #3320 2008-07-12 20:16:19 +00:00
__main__.rst
_winreg.rst #1386675: specify WindowsError as the exception, because it has a winerror attribute that EnvironmentError doesnt have. 2009-03-31 16:31:11 +00:00
abc.rst #5581: fget argument of abstractproperty is optional as well. 2009-03-31 15:50:16 +00:00
aepack.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
aetools.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
aetypes.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
aifc.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
al.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
allos.rst Backported io module docs 2008-04-13 02:01:27 +00:00
anydbm.rst Add renaming notices to 2.6 dbm module docs. 2008-05-26 10:22:15 +00:00
archiving.rst
array.rst Fix capitalization. 2008-03-29 11:46:18 +00:00
ast.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
asynchat.rst Fix for documentation bug. Fixes issue 3904. 2008-09-19 02:07:22 +00:00
asyncore.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
atexit.rst correct email address 2007-12-08 15:26:16 +00:00
audioop.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
autogil.rst better grammar 2008-09-28 01:51:36 +00:00
base64.rst #1661108: note that urlsafe encoded string can contain "=". 2009-02-13 10:56:50 +00:00
basehttpserver.rst #3730: mention "server" attribute explicitly. 2008-08-30 09:49:36 +00:00
bastion.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
bdb.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
binascii.rst Update doc wording as suggested in issue4903. 2009-02-01 00:16:01 +00:00
binhex.rst Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. 2008-09-13 17:41:16 +00:00
bisect.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
bsddb.rst Minor bsddb documentation glitch 2009-03-05 19:37:37 +00:00
bz2.rst gzip and bz2 are context managers 2009-03-09 20:38:56 +00:00
calendar.rst #2869: remove parameter from signature. 2008-05-16 09:47:29 +00:00
carbon.rst Fix for issue 896199 (some Carbon modules aren't present in the documentation) 2009-03-30 16:01:51 +00:00
cd.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
cgi.rst At least separate imports from other statements. 2009-02-20 08:22:21 +00:00
cgihttpserver.rst Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. 2008-09-13 17:41:16 +00:00
cgitb.rst At least separate imports from other statements. 2009-02-20 08:22:21 +00:00
chunk.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
cmath.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
cmd.rst #3010: clarification about stdin/use_rawinput. 2008-05-31 14:40:09 +00:00
code.rst
codecs.rst Use the correct names of the stateless codec functions (Fixes issue 4178). 2008-10-23 13:11:39 +00:00
codeop.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
collections.rst Add MutableSet example. 2009-03-20 18:25:49 +00:00
colorpicker.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
colorsys.rst Add another link to colorsys docs. 2008-05-09 06:26:54 +00:00
commands.rst Grammar fixes 2008-06-20 23:14:32 +00:00
compileall.rst document compileall command flags 2008-09-17 21:54:56 +00:00
compiler.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
configparser.rst Backport 70111: Let configparser use ordered dicts by default. 2009-03-03 05:00:37 +00:00
constants.rst #652749: document the constants added to the builtins by site.py. 2008-01-20 13:08:37 +00:00
contextlib.rst #5491: clarify nested() semantics. 2009-03-15 21:44:43 +00:00
cookie.rst #1638033: add support for httponly on Cookie.Morsel 2008-09-06 19:28:11 +00:00
cookielib.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
copy.rst Revert copy_reg -> copyreg rename. 2008-05-20 07:49:57 +00:00
copy_reg.rst Revert copy_reg -> copyreg rename. 2008-05-20 07:49:57 +00:00
crypt.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
crypto.rst
csv.rst clarify the type of data returned 2009-03-25 00:52:11 +00:00
ctypes.rst #4820: use correct module for ctypes.util. 2009-02-05 11:35:28 +00:00
curses.ascii.rst
curses.panel.rst
curses.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
custominterp.rst
datatypes.rst Revert the renaming of repr to reprlib. 2008-05-23 05:03:59 +00:00
datetime.rst Minor spelling mistake in datetime docs. 2009-01-29 00:54:32 +00:00
dbhash.rst Deprecate bsddb for removal in Python 3.0. 2008-09-05 18:33:51 +00:00
dbm.rst Add renaming notices to 2.6 dbm module docs. 2008-05-26 10:22:15 +00:00
debug.rst New documentation page for the bdb module. 2007-09-12 18:03:51 +00:00
decimal.rst Update the decimal FAQ for the from_float() classmethod and improve the recipe for remove_exponent() to make it cut and pasteable. 2009-03-10 08:16:05 +00:00
development.rst add some documentation for 2to3 2008-07-24 02:45:37 +00:00
difflib.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
dircache.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
dis.rst Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with 2009-02-28 19:03:21 +00:00
distutils.rst
dl.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
doctest.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
docxmlrpcserver.rst Add renaming notices to xmlrpc modules. 2008-05-26 10:47:43 +00:00
dumbdbm.rst Add renaming notices to 2.6 dbm module docs. 2008-05-26 10:22:15 +00:00
dummy_thread.rst Add renaming notices to thread and dummy_thread. 2008-05-25 12:34:57 +00:00
dummy_threading.rst
easydialogs.rst #3005: add explaining sentence to easydialogs docs. 2008-05-31 14:45:55 +00:00
email-examples.rst Add email example how to send a multipart message. 2008-02-02 10:49:58 +00:00
email.charset.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
email.encoders.rst
email.errors.rst
email.generator.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
email.header.rst A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), 2009-03-30 22:42:17 +00:00
email.iterators.rst
email.message.rst Remove extra words 2008-07-26 13:09:06 +00:00
email.mime.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
email.parser.rst #4268: Use correct module for two toplevel functions. 2008-11-06 10:17:58 +00:00
email.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
email.util.rst
errno.rst
exceptions.rst #5486: typos. 2009-03-13 19:03:58 +00:00
fcntl.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
filecmp.rst #5363: fix cmpfiles() docs. Another instance where a prose description is twice as long as the code. 2009-02-27 16:39:26 +00:00
fileformats.rst #1555501: document plistlib and move it to the general library. 2008-01-21 16:34:07 +00:00
fileinput.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
filesys.rst
fl.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
fm.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
fnmatch.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
formatter.rst Fix stray backticks. 2007-08-19 18:43:50 +00:00
fpectl.rst
fpformat.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
fractions.rst Fix uses of the default role. 2009-01-03 20:47:01 +00:00
framework.rst Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. 2008-09-13 17:41:16 +00:00
frameworks.rst
ftplib.rst Test commit. 2009-01-04 08:26:10 +00:00
functions.rst #5199: make warning about vars() assignment more visible. 2009-03-30 22:09:34 +00:00
functools.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
future_builtins.rst Add future_builtins.ascii(). 2008-06-11 18:55:38 +00:00
gc.rst Issue #4688: Add a heuristic so that tuples and dicts containing only 2009-03-23 18:41:45 +00:00
gdbm.rst Add renaming notices to 2.6 dbm module docs. 2008-05-26 10:22:15 +00:00
gensuitemodule.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
getopt.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
getpass.rst syntax fixup 2008-04-23 01:06:42 +00:00
gettext.rst Remove tabs from the documentation. 2009-01-03 21:04:55 +00:00
gl.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
glob.rst Add :term:s for iterator. 2007-10-21 12:10:28 +00:00
grp.rst
gzip.rst gzip and bz2 are context managers 2009-03-09 20:38:56 +00:00
hashlib.rst correct email address 2009-01-11 17:53:33 +00:00
heapq.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
hmac.rst
hotshot.rst Typo fixes 2008-06-13 19:38:18 +00:00
htmllib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
htmlparser.rst Standardize renaming notes. 2008-05-20 07:21:58 +00:00
httplib.rst Clarify the docs for the 'strict' argument to httplib.HTTPConnection. 2008-11-15 22:33:25 +00:00
i18n.rst
ic.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
idle.rst #5276: document IDLESTARTUP and .Idle.py. 2009-03-15 21:51:48 +00:00
imageop.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
imaplib.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
imgfile.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
imghdr.rst
imp.rst Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. 2008-09-13 17:41:16 +00:00
importlib.rst Backport importlib in the form of providing importlib.import_module(). This has 2009-01-26 01:16:50 +00:00
imputil.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
index.rst Add section numbering to some of the larger subdocuments. 2009-03-28 19:57:36 +00:00
inspect.rst Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() 2008-06-07 15:59:10 +00:00
internet.rst
intro.rst
io.rst Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
ipc.rst Patch 10124 by Bill Janssen, docs for the new ssl code. 2007-08-27 19:11:11 +00:00
itertools.rst typo fix 2009-03-30 23:08:24 +00:00
jpeg.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
json.rst Typo fixes 2009-03-30 22:29:15 +00:00
keyword.rst
language.rst add some documentation for symtable 2008-08-16 21:04:16 +00:00
linecache.rst
locale.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
logging.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
mac.rst Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. 2008-09-13 17:41:16 +00:00
macos.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
macosa.rst fix various doc typos #3320 2008-07-12 20:16:19 +00:00
macostools.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
macpath.rst Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. 2008-09-13 17:41:16 +00:00
mailbox.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
mailcap.rst
markup.rst revert creation of the html.entities and html.parser modules 2008-05-20 06:08:38 +00:00
marshal.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
math.rst Add links to helpful external resources. 2009-02-19 06:55:03 +00:00
md5.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
mhlib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
mimetools.rst deprecated mimetools 2008-06-12 14:23:49 +00:00
mimetypes.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
mimewriter.rst
mimify.rst
miniaeframe.rst
misc.rst
mm.rst
mmap.rst Binary flag is needed on windows. 2009-02-28 15:24:00 +00:00
modulefinder.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
modules.rst Backport importlib in the form of providing importlib.import_module(). This has 2009-01-26 01:16:50 +00:00
msilib.rst #3216: fix Execute's parameter description. 2008-07-01 20:18:10 +00:00
msvcrt.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
multifile.rst correct email address 2007-12-08 15:26:16 +00:00
multiprocessing.rst Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels 2009-01-25 03:36:13 +00:00
mutex.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
netdata.rst Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob 2008-05-05 20:21:38 +00:00
netrc.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
new.rst Point to types module in new module deprecation notice. 2009-01-01 12:43:33 +00:00
nis.rst
nntplib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
numbers.rst #4811: fix markup glitches (mostly remains of the conversion), 2009-01-02 20:25:14 +00:00
numeric.rst Restore fractions.rst to the document tree. 2008-02-12 00:15:32 +00:00
objects.rst Remove orphaned footnote reference. 2007-12-16 15:47:46 +00:00
operator.rst Doc fixes. Remove overbroad, redundant warnings. Fixup example code. 2009-02-04 11:14:18 +00:00
optparse.rst #4827: fix callback example. 2009-02-05 11:33:21 +00:00
os.path.rst Fix for issue 13095 2009-03-30 20:02:08 +00:00
os.rst give os.symlink and os.link() better parameter names #5564 2009-03-28 19:16:10 +00:00
ossaudiodev.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
othergui.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
parser.rst #4811: fix markup glitches (mostly remains of the conversion), 2009-01-02 20:25:14 +00:00
pdb.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
persistence.rst Revert copy_reg -> copyreg rename. 2008-05-20 07:49:57 +00:00
pickle.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
pickletools.rst Complete an open todo on pickletools -- add a pickle optimizer. 2008-02-10 20:35:16 +00:00
pipes.rst
pkgutil.rst Wording changes 2008-04-21 02:08:13 +00:00
platform.rst Clarify the deprecation of platform.dist(). 2009-02-17 12:48:19 +00:00
plistlib.rst Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. 2008-09-13 17:41:16 +00:00
popen2.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
poplib.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
posix.rst Move OSError docs to exceptions doc, remove obsolete descriptions 2008-01-12 10:53:29 +00:00
posixfile.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pprint.rst Fixed issue #2888. Now the behaviour of pprint when working with nested 2008-06-21 17:43:56 +00:00
profile.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
pty.rst Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
pwd.rst
py_compile.rst Correct two versionchanged directives, to improve the 'changes' output 2008-06-21 00:17:22 +00:00
pyclbr.rst Correct documentation to match implementation: "Class" instead of 2008-04-28 02:59:45 +00:00
pydoc.rst #4671: document that pydoc imports modules. 2008-12-27 19:11:15 +00:00
pyexpat.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
python.rst Backport docs for abc module to 2.6. 2008-06-07 17:11:00 +00:00
queue.rst Fix markup. 2009-03-10 00:06:05 +00:00
quopri.rst
random.rst #4979: correct result range for some random functions. 2009-01-18 13:24:10 +00:00
re.rst #5519: remove reference to Kodos, which seems dead. 2009-03-31 15:43:20 +00:00
readline.rst correct email address 2007-12-08 15:26:16 +00:00
repr.rst Fix uses of the default role. 2009-01-03 20:47:01 +00:00
resource.rst
restricted.rst
rexec.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
rfc822.rst add py3k warnings to rfc822 2008-06-12 22:33:06 +00:00
rlcompleter.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
robotparser.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
runpy.rst Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda) 2009-02-08 01:26:34 +00:00
sched.rst Remove tabs from the documentation. 2009-01-03 21:04:55 +00:00
scrolledtext.rst Add notes that tkinter modules will be renamed. 2008-05-20 07:20:12 +00:00
select.rst #4167: fix markup glitches. 2008-11-04 20:49:35 +00:00
sets.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
sgi.rst
sgmllib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
sha.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
shelve.rst
shlex.rst ConfigParser renaming reversal part 3: move module into place and adapt imports. 2008-05-25 07:25:25 +00:00
shutil.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
signal.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
simplehttpserver.rst Add renaming notices to 3.0 http package members. 2008-05-26 15:01:48 +00:00
simplexmlrpcserver.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
site.rst #3510: future-proof text 2008-09-27 22:54:08 +00:00
smtpd.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
smtplib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
sndhdr.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
socket.rst Clarify socket timeout behavior vs system network stack behavior on connect 2009-02-18 05:46:11 +00:00
socketserver.rst #5297: fix example. 2009-02-18 00:22:55 +00:00
someos.rst Put threading in front of thread 2008-06-19 20:33:31 +00:00
spwd.rst
sqlite3.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
ssl.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
stat.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
statvfs.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
stdtypes.rst Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test 2009-03-29 14:37:51 +00:00
string.rst give os.symlink and os.link() better parameter names #5564 2009-03-28 19:16:10 +00:00
stringio.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
stringprep.rst
strings.rst
struct.rst Fixed a typo. 2009-03-04 21:18:17 +00:00
subprocess.rst Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
sun.rst
sunau.rst
sunaudio.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
symbol.rst
symtable.rst add example 2009-03-05 00:17:57 +00:00
sys.rst #5529: backport new docs of import semantics written by Brett to 2.x. 2009-03-31 16:11:45 +00:00
syslog.rst
tabnanny.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
tarfile.rst Issue #3039: Fix TarFileCompat.writestr() which always raised an 2008-08-02 11:26:39 +00:00
telnetlib.rst Fixed the semantic of timeout for socket.create_connection and 2008-05-29 16:39:26 +00:00
tempfile.rst Fix uses of the default role. 2009-01-03 20:47:01 +00:00
termios.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
test.rst Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) 2008-09-11 12:11:06 +00:00
textwrap.rst #2659: add ``break_on_hyphens`` to TextWrapper. 2008-05-11 10:42:28 +00:00
thread.rst Typo: "ThreadError" is the name in the C source. 2008-10-10 08:40:44 +00:00
threading.rst #5458: add a note when we started to raise RuntimeErrors. 2009-03-09 14:25:07 +00:00
time.rst #5365: add quick look conversion table for different time representations. 2009-02-27 16:59:03 +00:00
timeit.rst Add more entries to the glossary. 2007-12-02 14:58:50 +00:00
tix.rst fix various doc typos #3320 2008-07-12 20:16:19 +00:00
tk.rst Added the ttk module. See issue #2983: Ttk support for Tkinter. 2009-01-28 13:09:03 +00:00
tkinter.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
token.rst
tokenize.rst Argh, I read it wrong. Reverted 64036 and added a clarifying remark. 2008-06-08 08:59:38 +00:00
trace.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
traceback.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
ttk.rst Many edits 2009-03-30 22:31:11 +00:00
tty.rst
turtle.rst #5486: typos. 2009-03-13 19:03:58 +00:00
types.rst fix warning 2008-08-23 21:40:15 +00:00
undoc.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
unicodedata.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
unittest.rst The unittest.TestCase.assertEqual() now displays the differences in lists, 2009-03-31 16:54:10 +00:00
unix.rst
urllib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
urllib2.rst #4894: document "newurl" parameter to redirect_request(). 2009-02-13 10:40:14 +00:00
urlparse.rst #4811: fix markup glitches (mostly remains of the conversion), 2009-01-02 20:25:14 +00:00
user.rst Fix up markup in the deprecation notice. 2008-05-11 01:06:54 +00:00
userdict.rst Note that UserList and UserString were moved to 'collections' in 3.0. 2008-05-29 21:28:55 +00:00
uu.rst
uuid.rst
warnings.rst Require implementations for warnings.showwarning() support the 'line' argument. 2009-03-11 04:51:06 +00:00
wave.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
weakref.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
webbrowser.rst there's actually three methods here #5600 2009-03-30 02:49:32 +00:00
whichdb.rst Add renaming notices to 2.6 dbm module docs. 2008-05-26 10:22:15 +00:00
windows.rst Add "Using Python on Windows" document, by Robert Lehmann. 2007-12-01 23:12:45 +00:00
winsound.rst #4754: improve winsound documentation. 2008-12-27 18:49:19 +00:00
wsgiref.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
xdrlib.rst
xml.dom.minidom.rst #2615: small consistency update by Jeroen Ruigrok van der Werven. 2008-04-12 18:36:09 +00:00
xml.dom.pulldom.rst
xml.dom.rst #5478: fix copy-paste oversight in function signature. 2009-03-15 21:47:42 +00:00
xml.etree.elementtree.rst Fix punctuation. 2009-02-20 08:45:47 +00:00
xml.etree.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xml.sax.handler.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xml.sax.reader.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xml.sax.rst
xml.sax.utils.rst #1411695: clarify behavior of xml.sax.utils.[un]escape. 2008-01-19 20:40:24 +00:00
xmllib.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
xmlrpclib.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
zipfile.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
zipimport.rst Issue #4512 closeout: Make ZipImport.get_filename() a public method 2009-02-08 03:17:00 +00:00
zlib.rst wording for for issue4903. 2009-02-01 00:24:21 +00:00