cpython/Doc/includes
Georg Brandl 5c7f8fb7fd Merged revisions 67398,67423-67424,67432,67440-67441,67444-67445,67454,67457,67463 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67398 | benjamin.peterson | 2008-11-26 18:39:17 +0100 (Wed, 26 Nov 2008) | 1 line

  fix typo in sqlite3 docs
........
  r67423 | jesse.noller | 2008-11-28 19:59:35 +0100 (Fri, 28 Nov 2008) | 2 lines

  issue4238: bsd support for cpu_count
........
  r67424 | christian.heimes | 2008-11-28 20:33:33 +0100 (Fri, 28 Nov 2008) | 1 line

  Retain copyright of processing examples. This was requested by a Debian maintainer during packaging of the multiprocessing package for 2.4/2.5
........
  r67432 | benjamin.peterson | 2008-11-29 00:18:46 +0100 (Sat, 29 Nov 2008) | 1 line

  SVN format 9 is the same it seems
........
  r67440 | jeremy.hylton | 2008-11-29 00:42:59 +0100 (Sat, 29 Nov 2008) | 4 lines

  Move definition int sval into branch of ifdef where it is used.

  Otherwise, you get a warning about an undefined variable.
........
  r67441 | jeremy.hylton | 2008-11-29 01:09:16 +0100 (Sat, 29 Nov 2008) | 2 lines

  Reflow long lines.
........
  r67444 | amaury.forgeotdarc | 2008-11-29 03:03:32 +0100 (Sat, 29 Nov 2008) | 2 lines

  Fix a small typo in docstring
........
  r67445 | benjamin.peterson | 2008-11-30 04:07:33 +0100 (Sun, 30 Nov 2008) | 1 line

  StringIO.close() stops you from using the buffer, too
........
  r67454 | benjamin.peterson | 2008-11-30 15:43:23 +0100 (Sun, 30 Nov 2008) | 1 line

  note the version that works
........
  r67457 | christian.heimes | 2008-11-30 22:16:28 +0100 (Sun, 30 Nov 2008) | 1 line

  w# requires Py_ssize_t
........
  r67463 | skip.montanaro | 2008-12-01 02:55:22 +0100 (Mon, 01 Dec 2008) | 1 line

  typo in comment
........
2008-12-05 09:00:55 +00:00
..
sqlite3 Brought documentation for sqlite3 module up-to-date. Fixed Issue1625205 which 2008-03-29 01:27:37 +00:00
email-alternative.py Add email example how to send a multipart message. 2008-02-02 10:49:58 +00:00
email-dir.py Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email-mime.py Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email-simple.py Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email-unpack.py Fix email example. 2007-10-13 13:20:03 +00:00
minidom-example.py Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
mp_benchmarks.py Merged revisions 67398,67423-67424,67432,67440-67441,67444-67445,67454,67457,67463 via svnmerge from 2008-12-05 09:00:55 +00:00
mp_distributing.py Merged revisions 67398,67423-67424,67432,67440-67441,67444-67445,67454,67457,67463 via svnmerge from 2008-12-05 09:00:55 +00:00
mp_newtype.py Merged revisions 67398,67423-67424,67432,67440-67441,67444-67445,67454,67457,67463 via svnmerge from 2008-12-05 09:00:55 +00:00
mp_pool.py Merged revisions 67398,67423-67424,67432,67440-67441,67444-67445,67454,67457,67463 via svnmerge from 2008-12-05 09:00:55 +00:00
mp_synchronize.py Merged revisions 67398,67423-67424,67432,67440-67441,67444-67445,67454,67457,67463 via svnmerge from 2008-12-05 09:00:55 +00:00
mp_webserver.py Merged revisions 67398,67423-67424,67432,67440-67441,67444-67445,67454,67457,67463 via svnmerge from 2008-12-05 09:00:55 +00:00
mp_workers.py Merged revisions 67398,67423-67424,67432,67440-67441,67444-67445,67454,67457,67463 via svnmerge from 2008-12-05 09:00:55 +00:00
noddy.c Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
noddy2.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
noddy3.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
noddy4.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
run-func.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
setup.py Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
shoddy.c Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
test.py Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
typestruct.h Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tzinfo-examples.py #2525: update timezone info examples in the docs. 2008-04-07 18:51:59 +00:00