cpython/Doc/library
Georg Brandl c5605dffdb Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

................
  r73941 | georg.brandl | 2009-07-11 12:39:00 +0200 (Sa, 11 Jul 2009) | 9 lines

  Merged revisions 73940 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r73940 | georg.brandl | 2009-07-11 12:37:38 +0200 (Sa, 11 Jul 2009) | 1 line

    #6430: add note about size of "u" type.
  ........
................
  r73942 | georg.brandl | 2009-07-11 12:39:23 +0200 (Sa, 11 Jul 2009) | 1 line

  #6430: remove mention of "w" array typecode.
................
  r73943 | georg.brandl | 2009-07-11 12:43:08 +0200 (Sa, 11 Jul 2009) | 1 line

  #6421: The self argument of module-level PyCFunctions is now a reference to the module object.
................
  r74076 | georg.brandl | 2009-07-18 11:07:48 +0200 (Sa, 18 Jul 2009) | 1 line

  #6502: add missing comma in docstring.
................
  r74094 | georg.brandl | 2009-07-19 09:25:56 +0200 (So, 19 Jul 2009) | 10 lines

  Recorded merge of revisions 74089 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74089 | senthil.kumaran | 2009-07-19 04:43:43 +0200 (So, 19 Jul 2009) | 3 lines

    Fix for issue5102, timeout value propages between redirects, proxy, digest and
    auth handlers. Fixed tests to reflect the same.
  ........
................
  r74186 | georg.brandl | 2009-07-23 11:19:09 +0200 (Do, 23 Jul 2009) | 9 lines

  Recorded merge of revisions 74185 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74185 | georg.brandl | 2009-07-23 11:17:09 +0200 (Do, 23 Jul 2009) | 1 line

    Fix the "pylocals" gdb command.
  ........
................
  r74211 | georg.brandl | 2009-07-26 16:48:09 +0200 (So, 26 Jul 2009) | 9 lines

  Recorded merge of revisions 74210 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74210 | georg.brandl | 2009-07-26 16:44:23 +0200 (So, 26 Jul 2009) | 1 line

    Move member descriptions inside the classes.
  ........
................
  r74212 | georg.brandl | 2009-07-26 16:54:51 +0200 (So, 26 Jul 2009) | 9 lines

  Merged revisions 74209 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74209 | georg.brandl | 2009-07-26 16:37:28 +0200 (So, 26 Jul 2009) | 1 line

    builtin -> built-in.
  ........
................
  r74213 | georg.brandl | 2009-07-26 17:02:41 +0200 (So, 26 Jul 2009) | 9 lines

  Merged revisions 74207 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74207 | georg.brandl | 2009-07-26 16:19:57 +0200 (So, 26 Jul 2009) | 1 line

    #6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
  ........
................
  r74214 | georg.brandl | 2009-07-26 17:03:49 +0200 (So, 26 Jul 2009) | 9 lines

  Merged revisions 74205 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74205 | georg.brandl | 2009-07-26 15:36:39 +0200 (So, 26 Jul 2009) | 1 line

    #6576: fix cross-refs in re docs.
  ........
................
  r74247 | georg.brandl | 2009-07-29 09:27:08 +0200 (Mi, 29 Jul 2009) | 9 lines

  Merged revisions 74239 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74239 | georg.brandl | 2009-07-28 18:55:32 +0000 (Di, 28 Jul 2009) | 1 line

    Clarify quote_plus() usage.
  ........
................
  r74254 | georg.brandl | 2009-07-29 18:14:16 +0200 (Mi, 29 Jul 2009) | 1 line

  #6586: fix return/argument type doc for os.read() and os.write().
................
  r74262 | alexandre.vassalotti | 2009-07-29 21:54:39 +0200 (Mi, 29 Jul 2009) | 57 lines

  Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74074 | georg.brandl | 2009-07-18 05:03:10 -0400 (Sat, 18 Jul 2009) | 1 line

    #6513: fix example code: warning categories are classes, not instances.
  ........
    r74077 | georg.brandl | 2009-07-18 05:43:40 -0400 (Sat, 18 Jul 2009) | 1 line

    #6489: fix an ambiguity in getiterator() documentation.
  ........
    r74111 | benjamin.peterson | 2009-07-20 09:30:10 -0400 (Mon, 20 Jul 2009) | 1 line

    remove docs for deprecated -p option
  ........
    r74188 | benjamin.peterson | 2009-07-23 10:25:31 -0400 (Thu, 23 Jul 2009) | 1 line

    use bools
  ........
    r74192 | georg.brandl | 2009-07-24 12:28:38 -0400 (Fri, 24 Jul 2009) | 1 line

    Fix arg types of et#.
  ........
    r74193 | georg.brandl | 2009-07-24 12:46:38 -0400 (Fri, 24 Jul 2009) | 1 line

    Dont put "void" in signature for nullary functions.
  ........
    r74200 | georg.brandl | 2009-07-25 09:02:15 -0400 (Sat, 25 Jul 2009) | 1 line

    #6571: add index entries for more operators.
  ........
    r74252 | georg.brandl | 2009-07-29 12:06:31 -0400 (Wed, 29 Jul 2009) | 1 line

    #6593: fix link targets.
  ........
    r74253 | georg.brandl | 2009-07-29 12:09:17 -0400 (Wed, 29 Jul 2009) | 1 line

    #6591: add reference to ioctl in fcntl module for platforms other than Windows.
  ........
    r74258 | georg.brandl | 2009-07-29 12:57:05 -0400 (Wed, 29 Jul 2009) | 1 line

    Add a link to readline, and mention IPython and bpython.
  ........
    r74259 | georg.brandl | 2009-07-29 13:07:21 -0400 (Wed, 29 Jul 2009) | 1 line

    Fix some markup and small factual glitches found by M. Markert.
  ........
    r74260 | georg.brandl | 2009-07-29 13:15:20 -0400 (Wed, 29 Jul 2009) | 1 line

    Fix a few markup glitches.
  ........
    r74261 | georg.brandl | 2009-07-29 13:50:25 -0400 (Wed, 29 Jul 2009) | 1 line

    Rewrite the section about classes a bit; mostly tidbits, and a larger update to the section about "private" variables to reflect the Pythonic consensus better.
  ........
................
  r74311 | georg.brandl | 2009-08-04 22:29:27 +0200 (Di, 04 Aug 2009) | 1 line

  Slightly improve buffer-related error message.
................
  r74334 | georg.brandl | 2009-08-06 19:51:03 +0200 (Do, 06 Aug 2009) | 1 line

  #6648: mention surrogateescape handler where all standard handlers are listed.
................
  r74368 | georg.brandl | 2009-08-13 09:56:35 +0200 (Do, 13 Aug 2009) | 21 lines

  Merged revisions 74328,74332-74333,74365 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74328 | georg.brandl | 2009-08-06 17:06:25 +0200 (Do, 06 Aug 2009) | 1 line

    Fix base keyword arg name for int() and long().
  ........
    r74332 | georg.brandl | 2009-08-06 19:23:21 +0200 (Do, 06 Aug 2009) | 1 line

    Fix punctuation and one copy-paste error.
  ........
    r74333 | georg.brandl | 2009-08-06 19:43:55 +0200 (Do, 06 Aug 2009) | 1 line

    #6658: fix two typos.
  ........
    r74365 | georg.brandl | 2009-08-13 09:48:05 +0200 (Do, 13 Aug 2009) | 1 line

    #6679: Remove mention that sub supports no flags.
  ........
................
2009-08-13 08:26:44 +00:00
..
2to3.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
__future__.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
__main__.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
_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 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 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
allos.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +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
array.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
ast.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +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 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 First batch of signature documentation changes; using default argument syntax where applicable. 2009-04-02 02:56:10 +00:00
binascii.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +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 Update signature style of optional arguments, part two. 2009-04-05 22:20:44 +00:00
bz2.rst Update signature style of optional arguments, part two. 2009-04-05 22:20:44 +00:00
calendar.rst Update signature style of optional arguments, part two. 2009-04-05 22:20:44 +00:00
cgi.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 74232 via svnmerge from 2009-07-28 16:32:56 +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 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26: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 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
constants.rst Update signature style for optional arguments, part 3. 2009-04-10 09:03:43 +00:00
contextlib.rst Merged revisions 73465 via svnmerge from 2009-06-17 12:23:43 +00:00
copy.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
copyreg.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +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 Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
ctypes.rst Fix typo. 2009-06-08 19:11:54 +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 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 Update signature style for optional arguments, part 3. 2009-04-10 09:03:43 +00:00
dbm.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
debug.rst remove hotshot profiler from Py3k 2007-10-11 18:01:43 +00:00
decimal.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 Add another example to the seealso section. 2009-04-27 21:01:21 +00:00
dis.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +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 Update signature style for optional arguments, part 3. 2009-04-10 09:03:43 +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 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from 2009-06-01 22:42:33 +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 Use new optional argument style in email docs. 2009-05-17 11:28:33 +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 Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.mime.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +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 Use new optional argument style in email docs. 2009-05-17 11:28:33 +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 Merged revisions 74128 via svnmerge from 2009-07-21 14:29:59 +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 Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
fnmatch.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +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 74267 via svnmerge from 2009-07-30 10:03:32 +00:00
frameworks.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
ftplib.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
functions.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
functools.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
gc.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
getopt.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
getpass.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
gettext.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
hashlib.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
heapq.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
hmac.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +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 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from 2009-06-01 22:42:33 +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 Convert all "i" docs to new style optional args. 2009-06-01 17:35:27 +00:00
importlib.rst Fix some minor typos in the importlib docs. 2009-07-20 04:22:03 +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 Convert all "i" docs to new style optional args. 2009-06-01 17:35:27 +00:00
internet.rst Remove the ipaddr module per discussion on python-dev. 2009-06-04 18:32:39 +00:00
intro.rst Convert all "i" docs to new style optional args. 2009-06-01 17:35:27 +00:00
io.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
ipc.rst Convert all "i" docs to new style optional args. 2009-06-01 17:35:27 +00:00
itertools.rst Add usage note. 2009-06-17 01:40:52 +00:00
json.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
keyword.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
language.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +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 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
logging.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
macpath.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
mailbox.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +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 Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
math.rst Merged revisions 73636 via svnmerge from 2009-06-28 21:00:42 +00:00
mimetypes.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +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 Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13: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 Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
msvcrt.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
multiprocessing.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
os.path.rst Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames. 2009-05-06 08:04:54 +00:00
os.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
ossaudiodev.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 2.7 -> 3.1 versionchanges. 2009-05-05 09:29:50 +00:00
persistence.rst clean up some more bsddb scraps 2008-09-03 22:59:38 +00:00
pickle.rst Issue #6137: The pickle module now translates module names when loading 2009-06-04 20:32:06 +00:00
pickletools.rst Recorded merge of revisions 73286 via svnmerge from 2009-06-08 08:00:22 +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 Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from 2009-06-08 13:41:29 +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 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 Issue 6261: Clarify behavior of random.uniform(). 2009-06-11 23:12:14 +00:00
re.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
readline.rst Merged revisions 59407-59422 via svnmerge from 2007-12-08 17:28:33 +00:00
reprlib.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
resource.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
rlcompleter.rst Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from 2009-06-01 22:42:33 +00:00
runpy.rst Merged revisions 69419-69420 via svnmerge from 2009-02-08 01:58:26 +00:00
sched.rst Merged revisions 72932 via svnmerge from 2009-05-26 07:51:03 +00:00
select.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
shelve.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from 2009-06-01 22:42:33 +00:00
sndhdr.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
socket.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
socketserver.rst Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from 2009-04-05 19:13:16 +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 Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
ssl.rst Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from 2009-04-05 19:13:16 +00:00
stat.rst Merged revisions 74128 via svnmerge from 2009-07-21 14:29:59 +00:00
stdtypes.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
string.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from 2009-06-11 22:54:11 +00:00
sunau.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
symbol.rst
symtable.rst Merged revisions 73623-73624 via svnmerge from 2009-06-28 17:35:48 +00:00
sys.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
syslog.rst
tabnanny.rst Merged revisions 72009 via svnmerge from 2009-04-27 16:20:50 +00:00
tarfile.rst Merged revisions 71814-71817,71901-71903 via svnmerge from 2009-04-27 16:51:45 +00:00
telnetlib.rst use bytes throughout telnetlib docs 2008-10-15 22:28:54 +00:00
tempfile.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 2.7 -> 3.1 versionchanges. 2009-05-05 09:29:50 +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 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 Merged revisions 73623-73624 via svnmerge from 2009-06-28 17:35:48 +00:00
tk.rst Merged revisions 69050 via svnmerge from 2009-01-28 14:41:10 +00:00
tkinter.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 Merged revisions 73447-73448 via svnmerge from 2009-06-16 19:24:38 +00:00
token.rst
tokenize.rst Issue #5857: tokenize.tokenize() now returns named tuples. 2009-04-29 00:34:27 +00:00
trace.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
traceback.rst Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from 2009-05-08 20:42:26 +00:00
tty.rst
turtle.rst Merged revisions 73636 via svnmerge from 2009-06-28 21:00:42 +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 Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
unicodedata.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
unittest.rst Merged revisions 72905 via svnmerge from 2009-05-25 00:51:58 +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 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
urllib.request.rst Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from 2009-04-05 19:13:16 +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 Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
wave.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
weakref.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
webbrowser.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
windows.rst #2879: rename _winreg to winreg. 2008-05-25 07:45:51 +00:00
winreg.rst Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from 2009-05-25 21:13:36 +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 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +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 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 2009-08-13 08:26:44 +00:00
zlib.rst 2.7 -> 3.1 versionchanges. 2009-05-05 09:29:50 +00:00