cpython/Doc/library
R. David Murray b2416e54b1 Merged revisions 80004 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80004 | r.david.murray | 2010-04-12 12:35:19 -0400 (Mon, 12 Apr 2010) | 13 lines

  Issue #7585: use tab between components in unified and context diff headers.

  Instead of spaces between the filename and date (or whatever the string
  is that follows the filename, if any) use tabs.  This is what the unix
  'diff' command does, for example, and difflib was intended to follow
  the 'standard' way of doing diffs.  This improves compatibility with
  patch tools.  The docs and examples are also changed to recommended that
  the date format used be the ISO 8601 format, which is what modern diff
  tools emit by default.

  Patch by Anatoly Techtonik.
........
2010-04-12 16:58:02 +00:00
..
2to3.rst Merged revisions 79138-79139 via svnmerge from 2010-03-21 23:17:57 +00:00
__future__.rst Do not document the most important (at least for Guido) future import. 2009-09-15 19:55:15 +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 Merged revisions 75969 via svnmerge from 2009-10-30 22:23:02 +00:00
abc.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
aifc.rst Merged revisions 74207 via svnmerge from 2009-07-26 15:02:41 +00:00
allos.rst Merged revisions 78576 via svnmerge from 2010-03-02 09:22:57 +00:00
archiving.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
argparse.rst Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from 2010-03-21 22:36:19 +00:00
array.rst Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from 2009-07-17 10:42:05 +00:00
ast.rst Merged revisions 74209 via svnmerge from 2009-07-26 14:54:51 +00:00
asynchat.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
asyncore.rst Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from 2010-03-21 22:03:03 +00:00
atexit.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
audioop.rst Merged revisions 74207 via svnmerge from 2009-07-26 15:02:41 +00:00
base64.rst #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. 2009-06-04 09:11:51 +00:00
bdb.rst updated/removed a few versionadded/versionchanged 2010-01-27 22:44:03 +00:00
binascii.rst Assorted doc fixes by Florent. 2010-01-05 10:22:04 +00:00
binhex.rst Update signature style of optional arguments, part two. 2009-04-05 22:20:44 +00:00
bisect.rst Move comment to correct line. 2009-06-11 22:06:06 +00:00
builtins.rst Merged revisions 79316 via svnmerge from 2010-03-23 00:32:49 +00:00
bz2.rst Merged revisions 78887 via svnmerge from 2010-03-13 00:26:04 +00:00
calendar.rst Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from 2009-11-25 18:34:42 +00:00
cgi.rst Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from 2009-09-11 22:24:02 +00:00
cgitb.rst Update signature style of optional arguments, part two. 2009-04-05 22:20:44 +00:00
chunk.rst Update signature style of optional arguments, part two. 2009-04-05 22:20:44 +00:00
cmath.rst Merged revisions 77230 via svnmerge from 2010-01-02 14:33:10 +00:00
cmd.rst Update signature style of optional arguments, part two. 2009-04-05 22:20:44 +00:00
code.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
codecs.rst Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from 2010-03-14 10:56:14 +00:00
codeop.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
collections.rst Merged revisions 79733,79735 via svnmerge from 2010-04-04 06:53:44 +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 Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
configparser.rst Merged revisions 78232 via svnmerge from 2010-02-19 06:08:41 +00:00
constants.rst Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from 2009-09-11 22:24:02 +00:00
contextlib.rst Removed contextlib.nested() 2009-07-01 01:32:12 +00:00
copy.rst Merged revisions 74737 via svnmerge from 2009-09-09 16:51:05 +00:00
copyreg.rst remove references to cPickle 2009-12-13 21:04:16 +00:00
crypt.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
crypto.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
csv.rst Fix version added for csv writeheader. 2010-02-23 23:00:34 +00:00
ctypes.rst Merged revisions 78544 via svnmerge from 2010-03-01 04:59:27 +00:00
curses.ascii.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
curses.panel.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
curses.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
custominterp.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
datatypes.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
datetime.rst Merged revisions 79184-79185 via svnmerge from 2010-03-21 10:03:36 +00:00
dbm.rst Merged revisions 74207 via svnmerge from 2009-07-26 15:02:41 +00:00
debug.rst remove hotshot profiler from Py3k 2007-10-11 18:01:43 +00:00
decimal.rst Merged revisions 79768 via svnmerge from 2010-04-04 23:27:45 +00:00
development.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
difflib.rst Merged revisions 80004 via svnmerge from 2010-04-12 16:58:02 +00:00
dis.rst #7432: remove unnecessary from __future__ import division 2010-01-05 08:37:27 +00:00
distutils.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
doctest.rst Need to use list(range()) to get a list. 2010-03-21 09:25:54 +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 Adding an example of reproducing the rfc822.Message() parsing. 2010-03-19 23:23:05 +00:00
email.charset.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.encoders.rst Merged revisions 71572 via svnmerge from 2009-04-27 16:46:17 +00:00
email.errors.rst Merged revisions 71572 via svnmerge from 2009-04-27 16:46:17 +00:00
email.generator.rst Merged revisions 77412 via svnmerge from 2010-01-10 19:18:27 +00:00
email.header.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.iterators.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.message.rst Merged revisions 78656 via svnmerge from 2010-03-04 17:38:18 +00:00
email.mime.rst Merged revisions 77412 via svnmerge from 2010-01-10 19:18:27 +00:00
email.parser.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.util.rst Merged revisions 77943,77959-77960 via svnmerge from 2010-02-04 16:41:57 +00:00
errno.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
exceptions.rst Recorded merge of revisions 78024 via svnmerge from 2010-02-06 18:46:57 +00:00
fcntl.rst Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from 2009-06-08 13:41:29 +00:00
filecmp.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
fileformats.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
fileinput.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
filesys.rst Issue #7631: Fix undefined references to the "built-in file object", which 2010-01-04 18:50:53 +00:00
fnmatch.rst Merged revisions 75039 via svnmerge from 2009-09-23 21:42:25 +00:00
formatter.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
fpectl.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
fractions.rst Merged revisions 79629 via svnmerge from 2010-04-03 11:18:52 +00:00
frameworks.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
ftplib.rst Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from 2010-02-03 02:35:45 +00:00
functions.rst Forward port total_ordering() and cmp_to_key(). 2010-04-05 18:56:31 +00:00
functools.rst Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from 2010-04-11 16:12:57 +00:00
gc.rst Recorded merge of revisions 78024 via svnmerge from 2010-02-06 18:46:57 +00:00
getopt.rst Merged revisions 78576 via svnmerge from 2010-03-02 09:22:57 +00:00
getpass.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
gettext.rst Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from 2009-07-29 19:54:39 +00:00
glob.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
grp.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
gzip.rst Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from 2010-03-21 23:13:07 +00:00
hashlib.rst Merged revisions 78528 via svnmerge from 2010-03-01 02:05:26 +00:00
heapq.rst Merged revisions 74209 via svnmerge from 2009-07-26 14:54:51 +00:00
hmac.rst Merged revisions 76904 via svnmerge from 2009-12-19 23:26:38 +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 Updated the last example as requested in #6350 2009-06-27 22:58:15 +00:00
http.client.rst Merged revisions 78859-78860 via svnmerge from 2010-03-12 10:06:40 +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 More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
http.server.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
i18n.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
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 Convert all "i" docs to new style optional args. 2009-06-01 17:35:27 +00:00
imghdr.rst Convert all "i" docs to new style optional args. 2009-06-01 17:35:27 +00:00
imp.rst Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from 2009-07-17 10:42:05 +00:00
importlib.rst Fix the wrong numbering of a PEP. 2010-01-13 19:21:00 +00:00
index.rst Merged revisions 79168-79169 via svnmerge from 2010-03-21 09:04:24 +00:00
inspect.rst Merged revisions 79500 via svnmerge from 2010-03-30 18:42:32 +00:00
internet.rst Remove the ipaddr module per discussion on python-dev. 2009-06-04 18:32:39 +00:00
intro.rst Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from 2009-07-17 09:18:18 +00:00
io.rst lower case 2010-02-19 01:05:32 +00:00
ipc.rst Convert all "i" docs to new style optional args. 2009-06-01 17:35:27 +00:00
itertools.rst Fixup new itertools recipes. 2010-04-10 07:09:53 +00:00
json.rst fixed more examples that were using u"", print without () and unicode/str instead of str/bytes 2009-09-13 07:54:02 +00:00
keyword.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
language.rst Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from 2010-02-03 02:59:43 +00:00
linecache.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
locale.rst Merged revisions 74207 via svnmerge from 2009-07-26 15:02:41 +00:00
logging.rst Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge from 2010-04-11 16:25:06 +00:00
macpath.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
mailbox.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
mailcap.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
markup.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
marshal.rst Merged revisions 74633 via svnmerge from 2009-09-03 12:34:10 +00:00
math.rst Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from 2010-04-11 16:12:57 +00:00
mimetypes.rst Merged revisions 76306 via svnmerge from 2009-11-15 14:25:16 +00:00
misc.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
mm.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
mmap.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
modulefinder.rst more list()s on dictviews 2009-09-13 04:48:45 +00:00
modules.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
msilib.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
msvcrt.rst Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from 2009-12-31 03:11:23 +00:00
multiprocessing.rst Fix indentation. 2010-04-08 06:33:16 +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
nntplib.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
numbers.rst Merged revisions 74209 via svnmerge from 2009-07-26 14:54:51 +00:00
numeric.rst Move UserList to collections. 2008-02-12 20:03:09 +00:00
operator.rst updated/removed a few versionadded/versionchanged 2010-01-27 22:44:03 +00:00
optparse.rst Merged revisions 79329 via svnmerge from 2010-03-23 11:00:53 +00:00
os.path.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
os.rst Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from 2010-04-11 16:12:57 +00:00
ossaudiodev.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
othergui.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
parser.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pdb.rst Merged revisions 79168-79169 via svnmerge from 2010-03-21 09:04:24 +00:00
persistence.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pickle.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pickletools.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pipes.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pkgutil.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
platform.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
plistlib.rst updated the doc to match the module docstring, fixed a couple of errors in the doc markup and in the module 2009-09-16 00:49:03 +00:00
poplib.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
posix.rst Merged revisions 59921-59932 via svnmerge from 2008-01-12 19:39:10 +00:00
pprint.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
profile.rst Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from 2010-02-03 02:35:45 +00:00
pty.rst Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from 2009-11-13 02:25:08 +00:00
pwd.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
py_compile.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pyclbr.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pydoc.rst #7057: fix several errors. 2010-03-14 09:51:37 +00:00
pyexpat.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
python.rst Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from 2010-02-03 02:59:43 +00:00
queue.rst Merged revisions 78463 via svnmerge from 2010-02-26 13:35:56 +00:00
quopri.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
random.rst Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from 2010-03-21 22:03:03 +00:00
re.rst Add MatchObject.groups which got messed up during a merge. 2010-04-08 13:55:29 +00:00
readline.rst Merged revisions 77298 via svnmerge from 2010-01-04 09:29:10 +00:00
reprlib.rst Assorted doc fixes by Florent. 2010-01-05 10:22:04 +00:00
resource.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
rlcompleter.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
runpy.rst Merged revisions 77298 via svnmerge from 2010-01-04 09:29:10 +00:00
sched.rst Merged revisions 72932 via svnmerge from 2009-05-26 07:51:03 +00:00
select.rst Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from 2009-12-31 03:11:23 +00:00
shelve.rst Merged revisions 78141-78142 via svnmerge from 2010-02-11 02:42:19 +00:00
shlex.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
shutil.rst Update versionadded/changed. 2010-03-21 07:16:43 +00:00
signal.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
site.rst Merged revisions 78859-78860 via svnmerge from 2010-03-12 10:06:40 +00:00
smtpd.rst Merged revisions 62490 via svnmerge from 2008-04-25 01:59:09 +00:00
smtplib.rst Merged revisions 76904 via svnmerge from 2009-12-19 23:26:38 +00:00
sndhdr.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
socket.rst Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from 2010-04-11 16:12:57 +00:00
socketserver.rst Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from 2009-11-25 18:34:42 +00:00
someos.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
spwd.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
sqlite3.rst Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from 2010-03-21 22:36:19 +00:00
ssl.rst Fix docs for r79813. 2010-04-05 21:44:48 +00:00
stat.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
stdtypes.rst Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from 2010-04-11 16:12:57 +00:00
string.rst Merged revisions 78444 via svnmerge from 2010-02-25 14:58:13 +00:00
stringprep.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
strings.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
struct.rst Merged revisions 79674 via svnmerge from 2010-04-03 15:54:36 +00:00
subprocess.rst Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from 2010-03-21 22:03:03 +00:00
sunau.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
symbol.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
symtable.rst Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from 2009-06-28 17:22:03 +00:00
sys.rst Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from 2010-03-21 22:03:03 +00:00
sysconfig.rst Update versionadded/changed. 2010-03-21 07:16:43 +00:00
syslog.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
tabnanny.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
tarfile.rst Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from 2010-04-11 16:12:57 +00:00
telnetlib.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
tempfile.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
termios.rst Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from 2009-10-04 14:49:41 +00:00
test.rst Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from 2010-04-11 16:12:57 +00:00
textwrap.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
threading.rst Update versionadded/changed. 2010-03-21 07:16:43 +00:00
time.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
timeit.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
tk.rst Merged revisions 69050 via svnmerge from 2009-01-28 14:41:10 +00:00
tkinter.rst #7057: fix several errors. 2010-03-14 09:51:37 +00:00
tkinter.scrolledtext.rst Tkinter, step 3: doc updates. 2008-05-17 18:44:45 +00:00
tkinter.tix.rst #7057: fix several errors. 2010-03-14 09:51:37 +00:00
tkinter.ttk.rst #7057: fix several errors. 2010-03-14 09:51:37 +00:00
token.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
tokenize.rst show a common usage of detect_encoding 2010-03-18 22:43:41 +00:00
trace.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
traceback.rst Merged revisions 78895 via svnmerge from 2010-03-13 01:28:34 +00:00
tty.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
turtle.rst #7057: fix several errors. 2010-03-14 09:51:37 +00:00
types.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
undoc.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
unicodedata.rst Merged revisions 79320 via svnmerge from 2010-03-23 00:39:22 +00:00
unittest.rst typo 2010-04-12 14:50:57 +00:00
unix.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
urllib.error.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
urllib.parse.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
urllib.request.rst Merged revisions 78457 via svnmerge from 2010-02-26 00:53:23 +00:00
urllib.robotparser.rst Review the doc changes for the urllib package creation. 2008-06-23 11:23:31 +00:00
uu.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
uuid.rst #7380: Fix some str/bytearray/bytes issues in uuid docs and implementation. 2009-12-19 18:23:28 +00:00
warnings.rst Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from 2010-04-11 16:12:57 +00:00
wave.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
weakref.rst Merged revisions 79060 via svnmerge from 2010-03-18 22:46:40 +00:00
webbrowser.rst Merged revisions 77022 via svnmerge from 2009-12-24 03:23:23 +00:00
windows.rst #2879: rename _winreg to winreg. 2008-05-25 07:45:51 +00:00
winreg.rst Merged revisions 78162 via svnmerge from 2010-02-12 00:28:42 +00:00
winsound.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
wsgiref.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xdrlib.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xml.dom.minidom.rst Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from 2010-03-21 22:03:03 +00:00
xml.dom.pulldom.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xml.dom.rst Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from 2009-11-25 18:34:42 +00:00
xml.etree.elementtree.rst Update versionadded/changed. 2010-03-21 07:16:43 +00:00
xml.sax.handler.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xml.sax.reader.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xml.sax.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xml.sax.utils.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xmlrpc.client.rst Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from 2010-02-03 02:35:45 +00:00
xmlrpc.server.rst #7814: fix wrong example function usage. 2010-01-30 17:54:04 +00:00
zipfile.rst #8288: fix next -> __next__. 2010-04-02 20:12:42 +00:00
zipimport.rst Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via svnmerge from 2010-01-09 18:53:06 +00:00
zlib.rst Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from 2010-03-21 22:36:19 +00:00