cpython/Doc/library
Benjamin Peterson 7fe73a17c5 Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70837 | gregory.p.smith | 2009-03-31 11:54:10 -0500 (Tue, 31 Mar 2009) | 9 lines

  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.
........
  r70864 | gregory.p.smith | 2009-03-31 14:03:28 -0500 (Tue, 31 Mar 2009) | 10 lines

  Rename the actual method definitions to the official assertFoo names.

  Adds unittests to make sure the old fail* names continue to work now
  and adds a comment that they are pending deprecation.

  Also adds a test to confirm that the plural Equals method variants
  continue to exist even though we're unlikely to deprecate those.

  http://bugs.python.org/issue2578
........
  r70878 | gregory.p.smith | 2009-03-31 14:59:14 -0500 (Tue, 31 Mar 2009) | 3 lines

  Issue an actual PendingDeprecationWarning for the TestCase.fail* methods.
  Document the deprecation.
........
  r71004 | benjamin.peterson | 2009-04-01 18:15:49 -0500 (Wed, 01 Apr 2009) | 1 line

  remove double underscores
........
  r71032 | michael.foord | 2009-04-01 22:20:38 -0500 (Wed, 01 Apr 2009) | 13 lines

  Better exception messages for unittest assert methods.

  - unittest.assertNotEqual() now uses the inequality operator (!=) instead
    of the equality operator.

  - Default assertTrue and assertFalse messages are now useful.

  - TestCase has a longMessage attribute. This defaults to False, but if set to True
    useful error messages are shown in addition to explicit messages passed to assert methods.

  Issue #5663
........
  r71043 | michael.foord | 2009-04-02 00:51:54 -0500 (Thu, 02 Apr 2009) | 7 lines

  Store the functions in the _type_equality_funcs as wrapped objects that are deep copyable.

  This allows for the deep copying of TestCase instances.

  Issue 5660
........
2009-04-04 16:35:46 +00:00
..
2to3.rst #5486: typos. 2009-03-13 19:04:40 +00:00
__future__.rst Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from 2008-07-16 12:55:28 +00:00
__main__.rst
_dummy_thread.rst Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 2008-05-25 13:05:15 +00:00
_thread.rst Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 2008-05-25 13:05:15 +00:00
abc.rst First batch of signature documentation changes; using default argument syntax where applicable. 2009-04-02 02:56:10 +00:00
aifc.rst First batch of signature documentation changes; using default argument syntax where applicable. 2009-04-02 02:56:10 +00:00
allos.rst #2530: io module documentation. 2008-04-09 18:40:51 +00:00
archiving.rst
array.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
ast.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
asynchat.rst First batch of signature documentation changes; using default argument syntax where applicable. 2009-04-02 02:56:10 +00:00
asyncore.rst Fixed documentation to be correct for Py3k. 2008-07-07 04:23:14 +00:00
atexit.rst First batch of signature documentation changes; using default argument syntax where applicable. 2009-04-02 02:56:10 +00:00
audioop.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
base64.rst First batch of signature documentation changes; using default argument syntax where applicable. 2009-04-02 02:56:10 +00:00
bdb.rst First batch of signature documentation changes; using default argument syntax where applicable. 2009-04-02 02:56:10 +00:00
binascii.rst First batch of signature documentation changes; using default argument syntax where applicable. 2009-04-02 02:56:10 +00:00
binhex.rst Merged revisions 66452 via svnmerge from 2008-09-13 17:46:05 +00:00
bisect.rst Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from 2008-03-23 21:54:12 +00:00
builtins.rst #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
bz2.rst fix versionchanged 2009-03-09 21:08:47 +00:00
calendar.rst Merged revisions 63361-63373,63375,63377-63380 via svnmerge from 2008-05-16 18:15:12 +00:00
cgi.rst #5486: typos. 2009-03-13 19:04:40 +00:00
cgitb.rst Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from 2009-02-26 03:38:59 +00:00
chunk.rst Merged revisions 62490 via svnmerge from 2008-04-25 01:59:09 +00:00
cmath.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
cmd.rst Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from 2008-06-10 16:37:50 +00:00
code.rst
codecs.rst Merged revisions 67005 via svnmerge from 2008-10-23 13:21:33 +00:00
codeop.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
collections.rst Update docs for namedtuple's renaming change. 2009-04-02 22:37:59 +00:00
colorsys.rst Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from 2008-05-15 22:09:29 +00:00
compileall.rst Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from 2008-09-17 22:25:09 +00:00
configparser.rst Fix markup. 2009-03-03 00:23:19 +00:00
constants.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
contextlib.rst Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from 2009-03-21 17:31:58 +00:00
copy.rst Rename copy_reg module to copyreg. 2008-05-11 08:55:36 +00:00
copyreg.rst Rename copy_reg module to copyreg. 2008-05-11 08:55:36 +00:00
crypt.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
crypto.rst
csv.rst Update documentation for csv module to reflect changes in code, 2009-04-04 01:38:38 +00:00
ctypes.rst Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from 2009-02-06 02:40:07 +00:00
curses.ascii.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
curses.panel.rst
curses.rst Merged revisions 62490 via svnmerge from 2008-04-25 01:59:09 +00:00
custominterp.rst
datatypes.rst Merged revisions 63361-63373,63375,63377-63380 via svnmerge from 2008-05-16 18:15:12 +00:00
datetime.rst Clarify that datetime strftime does not produce leap seconds and datetime 2009-04-02 04:50:03 +00:00
dbm.rst dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the 2008-11-25 19:19:17 +00:00
debug.rst remove hotshot profiler from Py3k 2007-10-11 18:01:43 +00:00
decimal.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
development.rst Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from 2008-07-31 16:23:04 +00:00
difflib.rst Remove many "versionchanged" items that didn't use the official markup, 2008-05-12 18:05:20 +00:00
dis.rst http://bugs.python.org/issue4715 2009-02-25 02:25:04 +00:00
distutils.rst
doctest.rst Remove deprecated Tester class from doctest module. 2008-05-12 17:38:56 +00:00
dummy_threading.rst Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 2008-05-25 13:05:15 +00:00
email-examples.rst Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from 2008-02-03 16:51:08 +00:00
email.charset.rst Merged revisions 62490 via svnmerge from 2008-04-25 01:59:09 +00:00
email.encoders.rst
email.errors.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
email.generator.rst Merged revisions 62490 via svnmerge from 2008-04-25 01:59:09 +00:00
email.header.rst "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does things much better, less changes are necessary. 2009-03-30 23:12:30 +00:00
email.iterators.rst Convert all print statements in the docs. 2007-09-04 07:15:32 +00:00
email.message.rst Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from 2008-07-31 16:23:04 +00:00
email.mime.rst Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from 2009-01-03 22:47:39 +00:00
email.parser.rst Merged revisions 67117-67119,67123-67124,67143 via svnmerge from 2008-11-07 09:39:56 +00:00
email.rst Remove last traces of mimetools. 2008-06-12 18:52:31 +00:00
email.util.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
errno.rst
exceptions.rst #5486: typos. 2009-03-13 19:04:40 +00:00
fcntl.rst Remove many "versionchanged" items that didn't use the official markup, 2008-05-12 18:05:20 +00:00
filecmp.rst Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,70171,70183,70188,70235,70244,70275,70281 via svnmerge from 2009-03-09 21:04:33 +00:00
fileformats.rst Documentation updates for urllib package. Modified the documentation for the 2008-06-23 04:41:59 +00:00
fileinput.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
filesys.rst Remove the statvfs module. 2008-05-16 00:42:57 +00:00
fnmatch.rst Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from 2008-03-23 21:54:12 +00:00
formatter.rst Remove the htmllib and sgmllib modules as per PEP 3108. 2008-06-01 21:25:55 +00:00
fpectl.rst
fractions.rst Merged revisions 68219 via svnmerge from 2009-01-03 21:17:04 +00:00
frameworks.rst
ftplib.rst Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge from 2009-01-09 03:03:23 +00:00
functions.rst Forward-port of #992207 fix: document that the parser only accepts \\n newlines. (And remove a leftover footnote.) 2009-03-31 16:57:13 +00:00
functools.rst Remove duplicated reduce() entry. 2008-04-19 22:18:33 +00:00
gc.rst Merged revisions 70546 via svnmerge from 2009-03-23 18:52:06 +00:00
getopt.rst Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,67579-67580,67591,67597,67608,67631 via svnmerge from 2008-12-07 15:06:20 +00:00
getpass.rst Remove many "versionchanged" items that didn't use the official markup, 2008-05-12 18:05:20 +00:00
gettext.rst Merged revisions 68221 via svnmerge from 2009-01-03 21:26:05 +00:00
glob.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
grp.rst
gzip.rst fix versionchanged 2009-03-09 21:08:47 +00:00
hashlib.rst Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from 2009-01-16 03:54:08 +00:00
heapq.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
hmac.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
html.entities.rst Remove the htmllib and sgmllib modules as per PEP 3108. 2008-06-01 21:25:55 +00:00
html.parser.rst Remove the htmllib and sgmllib modules as per PEP 3108. 2008-06-01 21:25:55 +00:00
http.client.rst fix markup 2009-04-02 00:24:00 +00:00
http.cookiejar.rst Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from 2009-01-03 22:47:39 +00:00
http.cookies.rst Remove 2.6 versionchanges, turn 2.7 ones into 3.1. 2009-01-04 00:28:14 +00:00
http.server.rst Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from 2008-09-02 00:31:15 +00:00
i18n.rst
idle.rst Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from 2009-03-21 17:31:58 +00:00
imaplib.rst Issue #1210: Fixed imaplib 2008-11-05 19:39:50 +00:00
imghdr.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
imp.rst Merged revisions 66452 via svnmerge from 2008-09-13 17:46:05 +00:00
importlib.rst Explain a little about the explanation. 2009-04-01 23:36:48 +00:00
index.rst Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from 2009-03-30 14:51:56 +00:00
inspect.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
internet.rst Documentation updates for urllib package. Modified the documentation for the 2008-06-23 04:41:59 +00:00
intro.rst
io.rst Merged revisions 70992,70995 via svnmerge from 2009-04-01 21:22:20 +00:00
ipc.rst Merge the trunk changes in. Breaks socket.ssl for now. 2007-08-28 21:37:11 +00:00
itertools.rst For some reason rst docs like an initial 3 space indent. 2009-03-23 22:42:28 +00:00
json.rst Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from 2009-01-03 22:47:39 +00:00
keyword.rst
language.rst Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from 2008-08-17 18:02:44 +00:00
linecache.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
locale.rst Issue #1717: documentation fixes related to the cmp removal. 2009-02-01 14:18:10 +00:00
logging.rst Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from 2009-01-16 03:54:08 +00:00
macpath.rst Merged revisions 66452 via svnmerge from 2008-09-13 17:46:05 +00:00
mailbox.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
mailcap.rst
markup.rst Remove the htmllib and sgmllib modules as per PEP 3108. 2008-06-01 21:25:55 +00:00
marshal.rst Remove many "versionchanged" items that didn't use the official markup, 2008-05-12 18:05:20 +00:00
math.rst Add links to helpful external resources. 2009-02-19 06:44:30 +00:00
mimetypes.rst Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from 2008-03-16 00:07:10 +00:00
misc.rst
mm.rst
mmap.rst Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,70171,70183,70188,70235,70244,70275,70281 via svnmerge from 2009-03-09 21:04:33 +00:00
modulefinder.rst Convert a lot of print statements to print functions in docstrings, 2008-05-13 04:55:24 +00:00
modules.rst Document the (very small) public API for importlib. As time goes on and some 2009-01-20 02:21:27 +00:00
msilib.rst Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from 2008-07-02 20:22:54 +00:00
msvcrt.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
multiprocessing.rst merge r68915 to py3k 2009-01-25 03:45:53 +00:00
netdata.rst remove the rfc822 module 2008-06-12 22:15:50 +00:00
netrc.rst Remove many "versionchanged" items that didn't use the official markup, 2008-05-12 18:05:20 +00:00
nis.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
nntplib.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
numbers.rst Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from 2009-01-03 22:47:39 +00:00
numeric.rst Move UserList to collections. 2008-02-12 20:03:09 +00:00
objects.rst Merged revisions 59512-59540 via svnmerge from 2007-12-17 20:04:13 +00:00
operator.rst Issue #1717: documentation fixes related to the cmp removal. 2009-02-01 14:18:10 +00:00
optparse.rst Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from 2009-02-06 02:40:07 +00:00
os.path.rst Merged revisions 70746 via svnmerge from 2009-03-30 20:05:35 +00:00
os.rst Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from 2009-03-30 14:51:56 +00:00
ossaudiodev.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
othergui.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
parser.rst Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from 2009-01-03 22:47:39 +00:00
pdb.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
persistence.rst clean up some more bsddb scraps 2008-09-03 22:59:38 +00:00
pickle.rst Undocument the existence of the memo attribute and its main use-case. 2009-04-03 06:58:20 +00:00
pickletools.rst Remove old reference to cPickle. 2009-04-03 06:07:29 +00:00
pipes.rst
pkgutil.rst Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from 2008-05-04 22:42:01 +00:00
platform.rst Devil merge! 2008-09-28 02:06:32 +00:00
plistlib.rst Merged revisions 66452 via svnmerge from 2008-09-13 17:46:05 +00:00
poplib.rst Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from 2008-06-10 17:40:04 +00:00
posix.rst Merged revisions 59921-59932 via svnmerge from 2008-01-12 19:39:10 +00:00
pprint.rst Merged revisions 64446,64490,64495,64526,64567 via svnmerge from 2008-07-16 03:00:45 +00:00
profile.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
pty.rst Merged revisions 69846 via svnmerge from 2009-02-21 20:59:32 +00:00
pwd.rst
py_compile.rst remove some old versionchanged and versionadded directives 2008-04-24 02:34:53 +00:00
pyclbr.rst Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from 2008-05-04 22:42:01 +00:00
pydoc.rst Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,68057,68061 via svnmerge from 2009-01-01 00:23:30 +00:00
pyexpat.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
python.rst Remove the user module. 2008-05-08 20:31:11 +00:00
queue.rst Fix markup. 2009-03-10 00:07:25 +00:00
quopri.rst
random.rst Fix typo. 2009-04-03 05:47:33 +00:00
re.rst Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from 2009-03-21 17:31:58 +00:00
readline.rst Merged revisions 59407-59422 via svnmerge from 2007-12-08 17:28:33 +00:00
reprlib.rst Fix a few more references to long integers in the docs. 2009-01-17 10:21:23 +00:00
resource.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
rlcompleter.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
runpy.rst Merged revisions 69419-69420 via svnmerge from 2009-02-08 01:58:26 +00:00
sched.rst Merged revisions 68221 via svnmerge from 2009-01-03 21:26:05 +00:00
select.rst Merged revisions 67089,67091,67101 via svnmerge from 2008-11-05 21:42:45 +00:00
shelve.rst Add helpful link. 2009-04-04 05:39:52 +00:00
shlex.rst remove warning about not accepting unicode 2008-11-23 01:55:23 +00:00
shutil.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
signal.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
site.rst Devil merge! 2008-09-28 02:06:32 +00:00
smtpd.rst Merged revisions 62490 via svnmerge from 2008-04-25 01:59:09 +00:00
smtplib.rst Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from 2009-01-03 22:47:39 +00:00
sndhdr.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
socket.rst merge socket module documentation update from trunk r69731. 2009-02-19 01:25:51 +00:00
socketserver.rst Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from 2009-02-19 04:22:03 +00:00
someos.rst Add dummy_threading to toctree. 2008-06-11 20:05:22 +00:00
spwd.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
sqlite3.rst Remove 2.6 versionchanges, turn 2.7 ones into 3.1. 2009-01-04 00:28:14 +00:00
ssl.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
stat.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
stdtypes.rst Merged revisions 70678 via svnmerge from 2009-03-29 15:19:47 +00:00
string.rst Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from 2009-03-30 14:51:56 +00:00
stringprep.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
strings.rst #3007: remove stringio docs and fix a few nits in io docs. 2008-05-30 06:27:09 +00:00
struct.rst Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct 2009-03-29 16:58:21 +00:00
subprocess.rst Merged revisions 69846 via svnmerge from 2009-02-21 20:59:32 +00:00
sunau.rst
symbol.rst
symtable.rst Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,70171,70183,70188,70235,70244,70275,70281 via svnmerge from 2009-03-09 21:04:33 +00:00
sys.rst Document import's semantics for the language reference. This includes filling 2009-03-21 03:11:16 +00:00
syslog.rst
tabnanny.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
tarfile.rst Remove the deprecated posix attribute. 2008-08-04 08:25:03 +00:00
telnetlib.rst use bytes throughout telnetlib docs 2008-10-15 22:28:54 +00:00
tempfile.rst Merged revisions 68219 via svnmerge from 2009-01-03 21:17:04 +00:00
termios.rst Remove all definitions of raw_input() that were still scattered throughout the docs 2007-12-02 22:48:17 +00:00
test.rst Remove 2.6 versionchanges, turn 2.7 ones into 3.1. 2009-01-04 00:28:14 +00:00
textwrap.rst murder some versionadded and versionchanged directives in their beds 2008-08-16 02:59:55 +00:00
threading.rst Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from 2009-02-06 02:40:07 +00:00
time.rst Make sure time.strptime only accepts strings (and document the fact like 2009-03-30 21:30:26 +00:00
timeit.rst Remove many "versionchanged" items that didn't use the official markup, 2008-05-12 18:05:20 +00:00
tk.rst Merged revisions 69050 via svnmerge from 2009-01-28 14:41:10 +00:00
tkinter.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
tkinter.scrolledtext.rst Tkinter, step 3: doc updates. 2008-05-17 18:44:45 +00:00
tkinter.tix.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
tkinter.ttk.rst #5486: typos. 2009-03-13 19:04:40 +00:00
token.rst
tokenize.rst #5486: typos. 2009-03-13 19:04:40 +00:00
trace.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
traceback.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
tty.rst
turtle.rst #5486: typos. 2009-03-13 19:04:40 +00:00
types.rst Remove outdated example from types module doc. Since the types left 2008-08-23 15:14:57 +00:00
undoc.rst Remove the sunaudio module. 2008-07-25 18:19:20 +00:00
unicodedata.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
unittest.rst Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from 2009-04-04 16:35:46 +00:00
unix.rst The commands module has been removed. The getoutput() and getstatusoutput() 2008-05-26 19:04:21 +00:00
urllib.error.rst Change email address. 2009-03-31 14:37:44 +00:00
urllib.parse.rst Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from 2009-01-03 22:47:39 +00:00
urllib.request.rst Document public attributes of urllib.request.Request. 2009-03-31 14:38:13 +00:00
urllib.robotparser.rst Review the doc changes for the urllib package creation. 2008-06-23 11:23:31 +00:00
uu.rst Fix old-style octal literals in the docs. 2008-05-26 17:55:52 +00:00
uuid.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
warnings.rst Remove 2.6 versionchanges, turn 2.7 ones into 3.1. 2009-01-04 00:28:14 +00:00
wave.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
weakref.rst Committing the patch in issue 2965, so that weakref dicts have a closer 2008-09-04 01:42:51 +00:00
webbrowser.rst Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from 2009-03-30 14:51:56 +00:00
windows.rst #2879: rename _winreg to winreg. 2008-05-25 07:45:51 +00:00
winreg.rst #2879: rename _winreg to winreg. 2008-05-25 07:45:51 +00:00
winsound.rst Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,68057,68061 via svnmerge from 2009-01-01 00:23:30 +00:00
wsgiref.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
xdrlib.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
xml.dom.minidom.rst Remove many "versionchanged" items that didn't use the official markup, 2008-05-12 18:05:20 +00:00
xml.dom.pulldom.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
xml.dom.rst Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from 2009-03-21 17:31:58 +00:00
xml.etree.elementtree.rst Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from 2009-02-26 03:38:59 +00:00
xml.etree.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
xml.sax.handler.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
xml.sax.reader.rst Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 2008-02-01 11:56:49 +00:00
xml.sax.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
xml.sax.utils.rst Merged revisions 60094-60123 via svnmerge from 2008-01-20 09:06:41 +00:00
xmlrpc.client.rst Fix a few remaining problems found by rstlint. 2009-01-03 21:31:47 +00:00
xmlrpc.server.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
zipfile.rst Remove 2.6 versionchanges, turn 2.7 ones into 3.1. 2009-01-04 00:28:14 +00:00
zipimport.rst Merged revisions 69425 via svnmerge from 2009-02-08 03:37:27 +00:00
zlib.rst documentation wording fix for issue4903 2009-02-01 00:30:50 +00:00