[Python-checkins] r66850 - in sandbox/trunk/py2.5.3: demo-only.txt doc-only.txt test-only.txt

andrew.kuchling python-checkins at python.org
Wed Oct 8 14:21:19 CEST 2008


Author: andrew.kuchling
Date: Wed Oct  8 14:21:18 2008
New Revision: 66850

Log:
Add files listing commits that only touch the Doc/, Demo/, or Lib/test/ directories

Added:
   sandbox/trunk/py2.5.3/demo-only.txt
   sandbox/trunk/py2.5.3/doc-only.txt
   sandbox/trunk/py2.5.3/test-only.txt

Added: sandbox/trunk/py2.5.3/demo-only.txt
==============================================================================
--- (empty file)
+++ sandbox/trunk/py2.5.3/demo-only.txt	Wed Oct  8 14:21:18 2008
@@ -0,0 +1,103 @@
+Commits that only affect the Demo/ directory -- lower-priority for
+2.5.3 than commits that fix bugs in library or interpreter code.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61020&view=rev r61020] | georg.brandl | 2008-02-23 17:14:02 -0500 (Sat, 23 Feb 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Demo/tkinter/guido/ShellWindow.py
+
+Use os.closerange().
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65798&view=rev r65798] | benjamin.peterson | 2008-08-17 21:27:05 -0400 (Sun, 17 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Demo/embed/Makefile
+
+correct version
+
+-----------------------------------
+[http://svn.python.org/view?rev=65861&view=rev r65861] | benjamin.peterson | 2008-08-19 13:59:23 -0400 (Tue, 19 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Demo/parser/unparse.py
+
+get unparse to at least unparse its self
+
+-----------------------------------
+[http://svn.python.org/view?rev=66424&view=rev r66424] | andrew.kuchling | 2008-09-12 21:22:08 -0400 (Fri, 12 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Demo/curses/life.py
+   M /python/trunk/Demo/curses/ncurses.py
+
+#687648 from Robert Schuppenies: use classic division.  (RM Barry gave permission to update the demos.)
+
+-----------------------------------
+[http://svn.python.org/view?rev=66425&view=rev r66425] | andrew.kuchling | 2008-09-12 21:27:33 -0400 (Fri, 12 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Demo/threads/Generator.py
+
+#687648 from Robert Schuppenies: use classic division.  From me: don't use string exception; flush stdout after printing
+
+-----------------------------------
+[http://svn.python.org/view?rev=66426&view=rev r66426] | andrew.kuchling | 2008-09-12 21:34:41 -0400 (Fri, 12 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Demo/classes/Dates.py
+
+#687648 from Robert Schuppenies: use classic division.  From me: don't use string exception; add __main__ section
+
+-----------------------------------
+[http://svn.python.org/view?rev=66427&view=rev r66427] | andrew.kuchling | 2008-09-12 21:42:55 -0400 (Fri, 12 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Demo/md5test/md5driver.py
+
+#687648 from Robert Schuppenies: use classic division.  From me: remove two stray semicolons
+
+-----------------------------------
+[http://svn.python.org/view?rev=66428&view=rev r66428] | andrew.kuchling | 2008-09-12 21:43:28 -0400 (Fri, 12 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Demo/pdist/cmptree.py
+   M /python/trunk/Demo/rpc/xdr.py
+   M /python/trunk/Demo/scripts/fact.py
+   M /python/trunk/Demo/scripts/ftpstats.py
+   M /python/trunk/Demo/scripts/lpwatch.py
+   M /python/trunk/Demo/scripts/markov.py
+   M /python/trunk/Demo/scripts/pi.py
+   M /python/trunk/Demo/scripts/unbirthday.py
+   M /python/trunk/Demo/sockets/ftp.py
+   M /python/trunk/Demo/tkinter/guido/hanoi.py
+   M /python/trunk/Demo/tkinter/guido/solitaire.py
+   M /python/trunk/Demo/tkinter/guido/sortvisu.py
+
+#687648 from Robert Schuppenies: use classic division.
+
+-----------------------------------
+[http://svn.python.org/view?rev=66429&view=rev r66429] | andrew.kuchling | 2008-09-12 21:47:02 -0400 (Fri, 12 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Demo/scripts/newslist.py
+
+Remove semicolon
+
+-----------------------------------
+[http://svn.python.org/view?rev=66430&view=rev r66430] | andrew.kuchling | 2008-09-12 21:48:36 -0400 (Fri, 12 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Demo/classes/bitvec.py
+
+Subclass exception
+
+-----------------------------------
+[http://svn.python.org/view?rev=66431&view=rev r66431] | andrew.kuchling | 2008-09-12 21:56:56 -0400 (Fri, 12 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Demo/rpc/nfsclient.py
+
+Fix SyntaxError
+
+-----------------------------------
+[http://svn.python.org/view?rev=66432&view=rev r66432] | andrew.kuchling | 2008-09-12 21:57:25 -0400 (Fri, 12 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Demo/classes/bitvec.py
+   M /python/trunk/Demo/rpc/rpc.py
+   M /python/trunk/Demo/scripts/fact.py
+   M /python/trunk/Demo/threads/Coroutine.py
+
+Update uses of string exceptions
+

Added: sandbox/trunk/py2.5.3/doc-only.txt
==============================================================================
--- (empty file)
+++ sandbox/trunk/py2.5.3/doc-only.txt	Wed Oct  8 14:21:18 2008
@@ -0,0 +1,3412 @@
+Commits that only affect the Doc/ directory -- lower-priority for
+2.5.3 than commits that fix bugs in library or interpreter code.
+Commits here would require converting changes from reST to LaTeX.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61004&view=rev r61004] | georg.brandl | 2008-02-23 13:47:04 -0500 (Sat, 23 Feb 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/Makefile
+   M /python/trunk/Doc/README.txt
+   M /python/trunk/Doc/conf.py
+
+Documentation coverage builder, part 1.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61017&view=rev r61017] | georg.brandl | 2008-02-23 16:59:11 -0500 (Sat, 23 Feb 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/xml.dom.rst
+
+#2101: fix removeAttribute docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61018&view=rev r61018] | georg.brandl | 2008-02-23 17:05:38 -0500 (Sat, 23 Feb 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/modulefinder.rst
+
+Add examples to modulefinder docs. Written for GHOP by Josip Dzolonga.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61024&view=rev r61024] | facundo.batista | 2008-02-23 17:54:12 -0500 (Sat, 23 Feb 2008) | 3 lines
+Changed paths:
+   A /python/trunk/Lib/test/test_mutex.py
+
+
+Added simple test case. Thanks Benjamin Peterson.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61025&view=rev r61025] | georg.brandl | 2008-02-23 17:55:18 -0500 (Sat, 23 Feb 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/msilib.rst
+
+#1825: correctly document msilib.add_data.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61029&view=rev r61029] | georg.brandl | 2008-02-23 18:25:26 -0500 (Sat, 23 Feb 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/thread.rst
+   M /python/trunk/Doc/library/threading.rst
+
+Document import ./. threading issues. #1720705.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61032&view=rev r61032] | georg.brandl | 2008-02-23 18:43:01 -0500 (Sat, 23 Feb 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/using/cmdline.rst
+
+Specify what kind of warning -3 emits.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61039&view=rev r61039] | andrew.kuchling | 2008-02-23 21:39:15 -0500 (Sat, 23 Feb 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/howto/regex.rst
+
+Remove stray word
+
+-----------------------------------
+[http://svn.python.org/view?rev=61071&view=rev r61071] | georg.brandl | 2008-02-25 15:20:45 -0500 (Mon, 25 Feb 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/thread.rst
+   M /python/trunk/Doc/library/threading.rst
+
+Revert [http://svn.python.org/view?rev=61029&view=rev r61029].
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61076&view=rev r61076] | raymond.hettinger | 2008-02-25 21:46:54 -0500 (Mon, 25 Feb 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/itertools.rst
+
+Docs for itertools.combinations().  Implementation in forthcoming checkin.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61080&view=rev r61080] | georg.brandl | 2008-02-26 01:40:10 -0500 (Tue, 26 Feb 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/itertools.rst
+
+Banish tab.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61087&view=rev r61087] | georg.brandl | 2008-02-26 14:13:45 -0500 (Tue, 26 Feb 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/interpreter.rst
+   M /python/trunk/Doc/using/unix.rst
+   M /python/trunk/Doc/using/windows.rst
+
+#2194: fix some typos.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61091&view=rev r61091] | raymond.hettinger | 2008-02-26 20:44:34 -0500 (Tue, 26 Feb 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/itertools.rst
+
+Simply the sample code for combinations().
+
+-----------------------------------
+[http://svn.python.org/view?rev=61101&view=rev r61101] | raymond.hettinger | 2008-02-28 04:23:48 -0500 (Thu, 28 Feb 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/itertools.rst
+
+Add repeat keyword argument to itertools.product().
+
+-----------------------------------
+[http://svn.python.org/view?rev=61107&view=rev r61107] | raymond.hettinger | 2008-02-28 14:41:24 -0500 (Thu, 28 Feb 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/itertools.rst
+
+Document impending updates to itertools.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61135&view=rev r61135] | georg.brandl | 2008-02-29 13:21:29 -0500 (Fri, 29 Feb 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/make.bat
+
+#2208: allow for non-standard HHC location.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61165&view=rev r61165] | georg.brandl | 2008-03-02 01:28:16 -0500 (Sun, 02 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/interpreter.rst
+
+It's 2.6 now.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61166&view=rev r61166] | georg.brandl | 2008-03-02 01:32:32 -0500 (Sun, 02 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/copyright.rst
+   M /python/trunk/Doc/license.rst
+
+Update year.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61168&view=rev r61168] | georg.brandl | 2008-03-02 01:45:40 -0500 (Sun, 02 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/conf.py
+
+New default basename for HTML help files.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61170&view=rev r61170] | raymond.hettinger | 2008-03-02 05:59:31 -0500 (Sun, 02 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/itertools.rst
+
+Finish-up docs for combinations() and permutations() in itertools.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61171&view=rev r61171] | raymond.hettinger | 2008-03-02 06:17:51 -0500 (Sun, 02 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/itertools.rst
+
+Tighten example code.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61176&view=rev r61176] | georg.brandl | 2008-03-02 08:41:39 -0500 (Sun, 02 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/logging.rst
+
+Make clear that the constants are strings.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61177&view=rev r61177] | georg.brandl | 2008-03-02 09:15:04 -0500 (Sun, 02 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/logging.rst
+
+Fix factual error.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61203&view=rev r61203] | christian.heimes | 2008-03-03 07:40:17 -0500 (Mon, 03 Mar 2008) | 3 lines
+Changed paths:
+   M /python/trunk
+
+Initialized merge tracking via "svnmerge" with revisions "1-60195" from 
+svn+ssh://pythondev@svn.python.org/python/branches/trunk-math
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61209&view=rev r61209] | georg.brandl | 2008-03-03 15:37:55 -0500 (Mon, 03 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/inspect.rst
+
+There are now sixteen isfoo functions.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61212&view=rev r61212] | georg.brandl | 2008-03-03 16:31:50 -0500 (Mon, 03 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/reference/expressions.rst
+
+Expand a bit on genexp scopes.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61219&view=rev r61219] | andrew.kuchling | 2008-03-03 20:47:38 -0500 (Mon, 03 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/itertools.rst
+
+Fix sentence fragment
+
+-----------------------------------
+[http://svn.python.org/view?rev=61221&view=rev r61221] | andrew.kuchling | 2008-03-03 20:49:37 -0500 (Mon, 03 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/inspect.rst
+
+Add versionadded tags
+
+-----------------------------------
+[http://svn.python.org/view?rev=61226&view=rev r61226] | georg.brandl | 2008-03-04 02:33:30 -0500 (Tue, 04 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/c-api/arg.rst
+
+#2230: document that PyArg_* leaves addresses alone on error.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61255&view=rev r61255] | georg.brandl | 2008-03-05 14:31:44 -0500 (Wed, 05 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/using/cmdline.rst
+
+#2239: PYTHONPATH delimiter is os.pathsep.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61261&view=rev r61261] | raymond.hettinger | 2008-03-05 20:15:52 -0500 (Wed, 05 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/itertools.rst
+
+Add examples.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61269&view=rev r61269] | georg.brandl | 2008-03-06 02:19:15 -0500 (Thu, 06 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/re.rst
+
+Expand on re.split behavior with captured expressions.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61270&view=rev r61270] | georg.brandl | 2008-03-06 02:22:09 -0500 (Thu, 06 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/classes.rst
+
+Little clarification of assignments.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61271&view=rev r61271] | georg.brandl | 2008-03-06 02:31:34 -0500 (Thu, 06 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/classes.rst
+
+Add isinstance/issubclass to tutorial.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61298&view=rev r61298] | andrew.kuchling | 2008-03-07 16:09:23 -0500 (Fri, 07 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/email.message.rst
+
+Grammar fix
+
+-----------------------------------
+[http://svn.python.org/view?rev=61303&view=rev r61303] | georg.brandl | 2008-03-08 04:54:06 -0500 (Sat, 08 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/reference/simple_stmts.rst
+
+#2253: fix continue vs. finally docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61305&view=rev r61305] | georg.brandl | 2008-03-08 05:05:24 -0500 (Sat, 08 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/c-api/intro.rst
+
+#1533486: fix types in refcount intro.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61329&view=rev r61329] | georg.brandl | 2008-03-09 11:11:39 -0400 (Sun, 09 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/unittest.rst
+
+#2249: document assertTrue and assertFalse.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61351&view=rev r61351] | raymond.hettinger | 2008-03-11 17:37:46 -0400 (Tue, 11 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/operator.rst
+
+Improve docs for itemgetter().  Show that it works with slices.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61363&view=rev r61363] | georg.brandl | 2008-03-13 03:15:56 -0400 (Thu, 13 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/mailbox.rst
+
+#2265: fix example.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61364&view=rev r61364] | georg.brandl | 2008-03-13 03:17:14 -0400 (Thu, 13 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/xml.dom.rst
+
+#2270: fix typo.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61365&view=rev r61365] | georg.brandl | 2008-03-13 03:21:41 -0400 (Thu, 13 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/threading.rst
+
+#1720705: add docs about import/threading interaction, wording by Nick.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61366&view=rev r61366] | andrew.kuchling | 2008-03-13 07:07:35 -0400 (Thu, 13 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/reference/compound_stmts.rst
+
+Add class decorators
+
+-----------------------------------
+[http://svn.python.org/view?rev=61392&view=rev r61392] | georg.brandl | 2008-03-14 19:10:34 -0400 (Fri, 14 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/urllib.rst
+
+Remove obsolete paragraph. #2288.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61396&view=rev r61396] | skip.montanaro | 2008-03-14 22:32:49 -0400 (Fri, 14 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/os.rst
+
+note that fork and forkpty raise OSError on failure
+
+-----------------------------------
+[http://svn.python.org/view?rev=61413&view=rev r61413] | raymond.hettinger | 2008-03-16 01:20:42 -0400 (Sun, 16 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/numbers.rst
+
+Update docs to reflect removal of Exact/Inexact
+
+-----------------------------------
+[http://svn.python.org/view?rev=61414&view=rev r61414] | georg.brandl | 2008-03-16 04:00:19 -0400 (Sun, 16 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/extending/newtypes.rst
+
+#2299: typos in newtypes.rst.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61431&view=rev r61431] | vinay.sajip | 2008-03-16 17:35:58 -0400 (Sun, 16 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/logging.rst
+
+Clarified documentation on use of shutdown().
+
+-----------------------------------
+[http://svn.python.org/view?rev=61433&view=rev r61433] | mark.summerfield | 2008-03-17 04:28:15 -0400 (Mon, 17 Mar 2008) | 5 lines
+Changed paths:
+   M /python/trunk/Doc/library/pyexpat.rst
+   M /python/trunk/Doc/library/xml.dom.minidom.rst
+   M /python/trunk/Doc/library/xml.etree.elementtree.rst
+
+Added a footnote to each pointing out that for XML output if an encoding
+string is given it should conform to the appropriate XML standards---for
+example, "UTF-8" is okay, but "UTF8" is not.
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61453&view=rev r61453] | steven.bethard | 2008-03-17 15:33:11 -0400 (Mon, 17 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/stdtypes.rst
+
+Document unicode.isnumeric() and unicode.isdecimal() (issue2326)
+
+-----------------------------------
+[http://svn.python.org/view?rev=61563&view=rev r61563] | brett.cannon | 2008-03-18 17:12:42 -0400 (Tue, 18 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk
+
+Ignore BIG5HKSCS-2004.TXT which is downloaded as part of a test.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61615&view=rev r61615] | georg.brandl | 2008-03-19 03:56:40 -0400 (Wed, 19 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/xml.dom.minidom.rst
+
+Remove footnote from versionchanged as it upsets LaTeX.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61616&view=rev r61616] | georg.brandl | 2008-03-19 03:57:57 -0400 (Wed, 19 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/xml.dom.minidom.rst
+
+Another one.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61663&view=rev r61663] | sean.reifschneider | 2008-03-19 23:20:48 -0400 (Wed, 19 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/urllib2.rst
+
+Issue 2188: Documentation hint about disabling proxy detection.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61676&view=rev r61676] | marc-andre.lemburg | 2008-03-20 13:55:31 -0400 (Thu, 20 Mar 2008) | 5 lines
+Changed paths:
+   M /python/trunk/Doc/library/platform.rst
+
+Add documentation for updated Windows support in win32_ver().
+
+Add documentation for linux_distribution() API.
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61678&view=rev r61678] | marc-andre.lemburg | 2008-03-20 14:58:14 -0400 (Thu, 20 Mar 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Doc/library/platform.rst
+
+Clarfiy the availability of the extended support for win32_ver() in Py2.6.
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61696&view=rev r61696] | georg.brandl | 2008-03-21 10:32:33 -0400 (Fri, 21 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/datastructures.rst
+
+Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs don't link to them.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61707&view=rev r61707] | georg.brandl | 2008-03-21 15:14:38 -0400 (Fri, 21 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/__future__.rst
+
+Fix a code block in __future__ docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61708&view=rev r61708] | georg.brandl | 2008-03-21 15:20:21 -0400 (Fri, 21 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/inspect.rst
+   M /python/trunk/Doc/reference/datamodel.rst
+
+Add docs for __func__ and __self__ on methods.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61709&view=rev r61709] | georg.brandl | 2008-03-21 15:37:57 -0400 (Fri, 21 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/functions.rst
+   A /python/trunk/Doc/library/future_builtins.rst
+   M /python/trunk/Doc/library/python.rst
+
+Add docs for print_function and future_builtins. Fixes #2442.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61718&view=rev r61718] | georg.brandl | 2008-03-21 16:55:20 -0400 (Fri, 21 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/c-api/import.rst
+
+#2160: document PyImport_GetImporter.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61719&view=rev r61719] | georg.brandl | 2008-03-21 16:55:51 -0400 (Fri, 21 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/ACKS.txt
+
+Update doc ACKS.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61721&view=rev r61721] | georg.brandl | 2008-03-21 17:05:03 -0400 (Fri, 21 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/sys.rst
+
+Add missing versionadded tag.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61733&view=rev r61733] | georg.brandl | 2008-03-22 06:07:29 -0400 (Sat, 22 Mar 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Doc/library/weakref.rst
+
+#1918: document that weak references *to* an object are
+cleared before the object's __del__ is called, to ensure that the weak
+reference callback (if any) finds the object healthy.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61735&view=rev r61735] | georg.brandl | 2008-03-22 06:58:38 -0400 (Sat, 22 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/Makefile
+
+Allow giving source names on the cmdline.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61743&view=rev r61743] | georg.brandl | 2008-03-22 08:59:37 -0400 (Sat, 22 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/pprint.rst
+
+Make more doctests in pprint docs testable.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61744&view=rev r61744] | georg.brandl | 2008-03-22 09:07:06 -0400 (Sat, 22 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/howto/functional.rst
+   M /python/trunk/Doc/library/decimal.rst
+   M /python/trunk/Doc/library/re.rst
+
+No need to specify explicit "doctest_block" anymore.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61753&view=rev r61753] | georg.brandl | 2008-03-22 16:08:43 -0400 (Sat, 22 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/select.rst
+
+Fix-up syntax problems.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61761&view=rev r61761] | georg.brandl | 2008-03-22 17:06:20 -0400 (Sat, 22 Mar 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Doc/library/collections.rst
+
+Make collections' doctests executable.
+
+(The <BLANKLINE>s will be stripped from presentation output.)
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61765&view=rev r61765] | georg.brandl | 2008-03-22 17:21:57 -0400 (Sat, 22 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/datetime.rst
+
+Test doctests in datetime docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61766&view=rev r61766] | georg.brandl | 2008-03-22 17:26:44 -0400 (Sat, 22 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/operator.rst
+
+Test doctests in operator docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61767&view=rev r61767] | georg.brandl | 2008-03-22 17:38:33 -0400 (Sat, 22 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/functions.rst
+
+Enable doctests in functions.rst.  Already found two errors :)
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61769&view=rev r61769] | georg.brandl | 2008-03-22 18:04:10 -0400 (Sat, 22 Mar 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Doc/library/base64.rst
+   M /python/trunk/Doc/library/bisect.rst
+   M /python/trunk/Doc/library/cookie.rst
+   M /python/trunk/Doc/library/difflib.rst
+   M /python/trunk/Doc/library/fnmatch.rst
+   M /python/trunk/Doc/library/fractions.rst
+   M /python/trunk/Doc/library/functools.rst
+   M /python/trunk/Doc/library/getopt.rst
+   M /python/trunk/Doc/library/hashlib.rst
+   M /python/trunk/Doc/library/heapq.rst
+   M /python/trunk/Doc/library/itertools.rst
+   M /python/trunk/Doc/library/md5.rst
+   M /python/trunk/Doc/library/sched.rst
+   M /python/trunk/Doc/library/sets.rst
+   M /python/trunk/Doc/library/stdtypes.rst
+   M /python/trunk/Doc/library/string.rst
+   M /python/trunk/Doc/library/time.rst
+   M /python/trunk/Doc/library/unicodedata.rst
+   M /python/trunk/Doc/library/urlparse.rst
+   M /python/trunk/Doc/library/weakref.rst
+
+Enable doctest running for several other documents.
+We have now over 640 doctests that are run with "make doctest".
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61788&view=rev r61788] | georg.brandl | 2008-03-23 04:05:30 -0400 (Sun, 23 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/operator.rst
+
+Make the doctests presentation-friendlier.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61834&view=rev r61834] | raymond.hettinger | 2008-03-24 02:07:49 -0400 (Mon, 24 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/random.rst
+
+Tighten documentation for Random.triangular.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61842&view=rev r61842] | georg.brandl | 2008-03-24 05:34:34 -0400 (Mon, 24 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/audioop.rst
+
+#1700821: add a note to audioop docs about signedness of sample formats.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61871&view=rev r61871] | georg.brandl | 2008-03-25 03:20:15 -0400 (Tue, 25 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/functions.rst
+
+#868845: document <...> reprs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61882&view=rev r61882] | georg.brandl | 2008-03-25 04:39:10 -0400 (Tue, 25 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/optparse.rst
+
+#2476: document that %default feature is new in 2.4.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61929&view=rev r61929] | georg.brandl | 2008-03-26 05:32:46 -0400 (Wed, 26 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/configparser.rst
+
+Add an example for an RFC 822 continuation.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61935&view=rev r61935] | christian.heimes | 2008-03-26 08:32:49 -0400 (Wed, 26 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk
+
+Prepare integration of bytearray backport branch
+
+-----------------------------------
+[http://svn.python.org/view?rev=61937&view=rev r61937] | christian.heimes | 2008-03-26 08:50:32 -0400 (Wed, 26 Mar 2008) | 3 lines
+Changed paths:
+   M /python/trunk
+
+Removed merge tracking for "svnmerge" for 
+svn+ssh://pythondev@svn.python.org/python/branches/libffi3-branch
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61938&view=rev r61938] | christian.heimes | 2008-03-26 08:50:43 -0400 (Wed, 26 Mar 2008) | 3 lines
+Changed paths:
+   M /python/trunk
+
+Removed merge tracking for "svnmerge" for 
+svn+ssh://pythondev@svn.python.org/python/branches/trunk-bytearray
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61952&view=rev r61952] | mark.dickinson | 2008-03-26 17:41:36 -0400 (Wed, 26 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/c-api/structures.rst
+
+Typo: "objects reference count" -> "object's reference count"
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61957&view=rev r61957] | christian.heimes | 2008-03-26 18:55:31 -0400 (Wed, 26 Mar 2008) | 1 line
+Changed paths:
+   A /python/trunk/Lib/test/test_future4.py
+
+I forgot to svn add the future test
+
+-----------------------------------
+[http://svn.python.org/view?rev=61999&view=rev r61999] | georg.brandl | 2008-03-28 04:06:56 -0400 (Fri, 28 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/gzip.rst
+
+#2406: add examples to gzip docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62005&view=rev r62005] | georg.brandl | 2008-03-28 08:22:12 -0400 (Fri, 28 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/c-api/mapping.rst
+   M /python/trunk/Doc/library/rfc822.rst
+   M /python/trunk/Doc/tutorial/datastructures.rst
+
+Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62006&view=rev r62006] | georg.brandl | 2008-03-28 08:24:51 -0400 (Fri, 28 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/reference/expressions.rst
+
+Don't use the confusing term "set membership".
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62007&view=rev r62007] | georg.brandl | 2008-03-28 08:58:26 -0400 (Fri, 28 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/collections.rst
+
+#2502: add example how to do enum types with named tuples.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62012&view=rev r62012] | gregory.p.smith | 2008-03-28 16:11:49 -0400 (Fri, 28 Mar 2008) | 2 lines
+Changed paths:
+   A /python/trunk/Lib/sqlite3/dump.py
+   A /python/trunk/Lib/sqlite3/test/dump.py
+
+These svn adds were forgotten in [http://svn.python.org/view?rev=62000&view=rev r62000]
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62026&view=rev r62026] | gerhard.haering | 2008-03-28 21:27:37 -0400 (Fri, 28 Mar 2008) | 3 lines
+Changed paths:
+   A /python/trunk/Doc/includes/sqlite3/ctx_manager.py
+   M /python/trunk/Doc/library/sqlite3.rst
+
+Brought documentation for sqlite3 module up-to-date. Fixed Issue1625205 which
+complained about commit, rollback and close not being documented.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62035&view=rev r62035] | raymond.hettinger | 2008-03-29 06:42:07 -0400 (Sat, 29 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/array.rst
+
+Be explicit about what efficient means.
+
+-----------------------------------
+[http://svn.python.org/view?rev=62036&view=rev r62036] | georg.brandl | 2008-03-29 07:46:18 -0400 (Sat, 29 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/array.rst
+
+Fix capitalization.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62044&view=rev r62044] | gerhard.haering | 2008-03-29 15:11:52 -0400 (Sat, 29 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/sqlite3.rst
+
+Documented the lastrowid attribute.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62084&view=rev r62084] | benjamin.peterson | 2008-03-31 17:57:13 -0400 (Mon, 31 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/warnings.rst
+
+PyErr_Warn is decrepated. Use PyErr_WarnEx
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62112&view=rev r62112] | vinay.sajip | 2008-04-02 17:17:25 -0400 (Wed, 02 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/logging.rst
+
+Added updates with respect to recent changes to TimedRotatingFileHandler.
+
+-----------------------------------
+[http://svn.python.org/view?rev=62158&view=rev r62158] | andrew.kuchling | 2008-04-04 22:42:20 -0400 (Fri, 04 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/signal.rst
+
+Minor edits
+
+-----------------------------------
+[http://svn.python.org/view?rev=62169&view=rev r62169] | martin.v.loewis | 2008-04-05 11:50:58 -0400 (Sat, 05 Apr 2008) | 1 line
+Changed paths:
+   A /python/trunk/Tools/msi/merge.py
+
+Add script to merge msvcr90.
+
+-----------------------------------
+[http://svn.python.org/view?rev=62173&view=rev r62173] | georg.brandl | 2008-04-05 13:45:58 -0400 (Sat, 05 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/pickle.rst
+
+Mention that the tuple returned by __reduce__ is pickled as normal.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62198&view=rev r62198] | mark.hammond | 2008-04-06 21:59:40 -0400 (Sun, 06 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/distutils/builtdist.rst
+
+correct heading underline for new "Cross-compiling on Windows" section
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62205&view=rev r62205] | mark.summerfield | 2008-04-07 03:39:23 -0400 (Mon, 07 Apr 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Doc/library/index.rst
+
+changed "2500 components" to "several thousand" since the number keeps
+growning:-)
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62214&view=rev r62214] | georg.brandl | 2008-04-07 14:51:59 -0400 (Mon, 07 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/includes/tzinfo-examples.py
+
+#2525: update timezone info examples in the docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62220&view=rev r62220] | andrew.kuchling | 2008-04-07 19:57:21 -0400 (Mon, 07 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/select.rst
+
+Typo fix
+
+-----------------------------------
+[http://svn.python.org/view?rev=62277&view=rev r62277] | andrew.kuchling | 2008-04-10 17:27:10 -0400 (Thu, 10 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/reference/simple_stmts.rst
+
+Remove forward-looking statement
+
+-----------------------------------
+[http://svn.python.org/view?rev=62278&view=rev r62278] | andrew.kuchling | 2008-04-10 17:28:51 -0400 (Thu, 10 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/reference/expressions.rst
+
+Add punctuation
+
+-----------------------------------
+[http://svn.python.org/view?rev=62294&view=rev r62294] | georg.brandl | 2008-04-12 14:11:18 -0400 (Sat, 12 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/conf.py
+
+Use absolute path in sys.path.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62295&view=rev r62295] | georg.brandl | 2008-04-12 14:36:09 -0400 (Sat, 12 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/xml.dom.minidom.rst
+
+#2615: small consistency update by Jeroen Ruigrok van der Werven.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62297&view=rev r62297] | georg.brandl | 2008-04-12 15:05:37 -0400 (Sat, 12 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/appetite.rst
+
+Don't offend snake lovers.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62330&view=rev r62330] | benjamin.peterson | 2008-04-13 16:40:03 -0400 (Sun, 13 Apr 2008) | 2 lines
+Changed paths:
+   A /python/trunk/.bzrignore
+
+Added an ignore file for Bazaar #2510
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62351&view=rev r62351] | nick.coghlan | 2008-04-15 06:28:14 -0400 (Tue, 15 Apr 2008) | 1 line
+Changed paths:
+   A /python/trunk/Lib/test/test_pkgutil.py
+
+Add test file missing from rev 62350
+
+-----------------------------------
+[http://svn.python.org/view?rev=62352&view=rev r62352] | benjamin.peterson | 2008-04-15 07:58:46 -0400 (Tue, 15 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/ACKS.txt
+
+Add myself to Doc/ACKS.txt
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62353&view=rev r62353] | andrew.kuchling | 2008-04-15 09:10:07 -0400 (Tue, 15 Apr 2008) | 6 lines
+Changed paths:
+   M /python/trunk/Doc/reference/compound_stmts.rst
+   M /python/trunk/Doc/tutorial/controlflow.rst
+
+Add *,**,@ to index, as suggested by 
+http://farmdev.com/thoughts/24/what-does-the-def-star-variable-or-def-asterisk-parameter-syntax-do-in-python-/
+
+The right entry type to use isn't clear; operator seems wrong, because *,**,@
+aren't being used in expressions here.  I put them as 'statement'; 'syntax'
+might be better.
+
+-----------------------------------
+[http://svn.python.org/view?rev=62354&view=rev r62354] | andrew.kuchling | 2008-04-15 09:10:41 -0400 (Tue, 15 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/tutorial/controlflow.rst
+
+Typo fix
+
+-----------------------------------
+[http://svn.python.org/view?rev=62358&view=rev r62358] | jeroen.ruigrok | 2008-04-16 08:47:01 -0400 (Wed, 16 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/mmap.rst
+
+Reformat to 80 columns prior to adding documentation.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62359&view=rev r62359] | jeroen.ruigrok | 2008-04-16 08:57:43 -0400 (Wed, 16 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/mmap.rst
+
+Add details about the return value for mmap.flush().
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62364&view=rev r62364] | raymond.hettinger | 2008-04-17 06:48:31 -0400 (Thu, 17 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/decimal.rst
+   M /python/trunk/Doc/library/itertools.rst
+
+Issue 2648: Add leading zero to money format recipe in the docs.
+
+-----------------------------------
+[http://svn.python.org/view?rev=62365&view=rev r62365] | jeroen.ruigrok | 2008-04-17 08:39:45 -0400 (Thu, 17 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/mmap.rst
+
+Be consistent in the use of read-only.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62370&view=rev r62370] | andrew.kuchling | 2008-04-17 16:44:06 -0400 (Thu, 17 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/itertools.rst
+
+Typo fixes
+
+-----------------------------------
+[http://svn.python.org/view?rev=62372&view=rev r62372] | andrew.kuchling | 2008-04-17 22:40:47 -0400 (Thu, 17 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/ssl.rst
+
+Use correct parameter name
+
+-----------------------------------
+[http://svn.python.org/view?rev=62373&view=rev r62373] | andrew.kuchling | 2008-04-18 12:53:09 -0400 (Fri, 18 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/howto/doanddont.rst
+
+#2654: fix typo
+
+-----------------------------------
+[http://svn.python.org/view?rev=62374&view=rev r62374] | andrew.kuchling | 2008-04-18 14:28:23 -0400 (Fri, 18 Apr 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Doc/library/profile.rst
+
+Remove personal note from Jim Roskind; it no longer applies, and the
+e-mail address is for a previous employer.  
+
+Can we move the big long copyright statement into a sidebar or something?
+
+-----------------------------------
+[http://svn.python.org/view?rev=62375&view=rev r62375] | andrew.kuchling | 2008-04-18 14:39:55 -0400 (Fri, 18 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/profile.rst
+
+Rewrite introductory section, and remove old section.  (It was already commented-out, but why keep it?)
+
+-----------------------------------
+[http://svn.python.org/view?rev=62387&view=rev r62387] | georg.brandl | 2008-04-19 04:23:59 -0400 (Sat, 19 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/subprocess.rst
+
+Fix-up docs for revision 62386.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62389&view=rev r62389] | georg.brandl | 2008-04-19 12:57:43 -0400 (Sat, 19 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/shutil.rst
+
+#2369: clarify that copyfile() doesn't take a target directory.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62390&view=rev r62390] | georg.brandl | 2008-04-19 12:58:28 -0400 (Sat, 19 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/os.rst
+
+#2634: clarify meaning of env parameter to spawn/exec*e.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62391&view=rev r62391] | georg.brandl | 2008-04-19 12:58:49 -0400 (Sat, 19 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/subprocess.rst
+
+#2633: clarify meaning of env parameter.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62392&view=rev r62392] | georg.brandl | 2008-04-19 12:59:16 -0400 (Sat, 19 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/dis.rst
+
+#2631: clarify IMPORT_NAME semantics.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62401&view=rev r62401] | benjamin.peterson | 2008-04-19 15:47:34 -0400 (Sat, 19 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/io.rst
+
+Complete documentation for errors argument of io's open and TextIOWrapper
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62409&view=rev r62409] | mark.dickinson | 2008-04-19 17:35:35 -0400 (Sat, 19 Apr 2008) | 5 lines
+Changed paths:
+   M /python/trunk/Doc/library/math.rst
+
+Correct documentation for math.pow;
+0**nan is nan, not 0.  (But nan**0 and 1**nan are 1.)
+
+Also fix minor typo: 'quite NaN' -> 'quiet NaN'
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62410&view=rev r62410] | mark.dickinson | 2008-04-19 17:49:22 -0400 (Sat, 19 Apr 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Doc/library/math.rst
+
+Move asinh documentation to the proper place.
+Remove meaningless 'in radians' from inverse
+hyperbolic functions.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62428&view=rev r62428] | andrew.kuchling | 2008-04-20 22:08:13 -0400 (Sun, 20 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/pkgutil.rst
+
+Wording changes
+
+-----------------------------------
+[http://svn.python.org/view?rev=62431&view=rev r62431] | benjamin.peterson | 2008-04-21 07:57:40 -0400 (Mon, 21 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/io.rst
+
+Moved Mark SummerField's io doc changes back to the trunk. (He will edit here in the future.)
+
+-----------------------------------
+[http://svn.python.org/view?rev=62436&view=rev r62436] | david.goodger | 2008-04-21 10:43:33 -0400 (Mon, 21 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/about.rst
+
+capitalization
+
+-----------------------------------
+[http://svn.python.org/view?rev=62444&view=rev r62444] | jeroen.ruigrok | 2008-04-21 16:15:39 -0400 (Mon, 21 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/sys.rst
+
+Windows x64 also falls under VER_PLATFORM_WIN32_NT.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62452&view=rev r62452] | benjamin.peterson | 2008-04-21 22:16:03 -0400 (Mon, 21 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/io.rst
+
+Various io doc updates
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62465&view=rev r62465] | skip.montanaro | 2008-04-22 18:45:09 -0400 (Tue, 22 Apr 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Doc/library/xmlrpclib.rst
+
+Factor in documentation changes from issue 1753732.
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62466&view=rev r62466] | gregory.p.smith | 2008-04-22 21:06:42 -0400 (Tue, 22 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/getpass.rst
+
+syntax fixup
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62469&view=rev r62469] | benjamin.peterson | 2008-04-23 16:38:06 -0400 (Wed, 23 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/optparse.rst
+
+#2673 Fix example typo in optparse docs
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62490&view=rev r62490] | benjamin.peterson | 2008-04-24 21:29:10 -0400 (Thu, 24 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/asynchat.rst
+   M /python/trunk/Doc/library/asyncore.rst
+   M /python/trunk/Doc/library/basehttpserver.rst
+   M /python/trunk/Doc/library/bdb.rst
+   M /python/trunk/Doc/library/bz2.rst
+   M /python/trunk/Doc/library/calendar.rst
+   M /python/trunk/Doc/library/cgihttpserver.rst
+   M /python/trunk/Doc/library/chunk.rst
+   M /python/trunk/Doc/library/codecs.rst
+   M /python/trunk/Doc/library/collections.rst
+   M /python/trunk/Doc/library/compiler.rst
+   M /python/trunk/Doc/library/csv.rst
+   M /python/trunk/Doc/library/ctypes.rst
+   M /python/trunk/Doc/library/curses.rst
+   M /python/trunk/Doc/library/decimal.rst
+   M /python/trunk/Doc/library/difflib.rst
+   M /python/trunk/Doc/library/doctest.rst
+   M /python/trunk/Doc/library/email.charset.rst
+   M /python/trunk/Doc/library/email.generator.rst
+   M /python/trunk/Doc/library/email.header.rst
+   M /python/trunk/Doc/library/email.message.rst
+   M /python/trunk/Doc/library/email.parser.rst
+   M /python/trunk/Doc/library/filecmp.rst
+   M /python/trunk/Doc/library/fractions.rst
+   M /python/trunk/Doc/library/ftplib.rst
+   M /python/trunk/Doc/library/gettext.rst
+   M /python/trunk/Doc/library/logging.rst
+   M /python/trunk/Doc/library/mailbox.rst
+   M /python/trunk/Doc/library/mmap.rst
+   M /python/trunk/Doc/library/modulefinder.rst
+   M /python/trunk/Doc/library/msilib.rst
+   M /python/trunk/Doc/library/numbers.rst
+   M /python/trunk/Doc/library/pickle.rst
+   M /python/trunk/Doc/library/robotparser.rst
+   M /python/trunk/Doc/library/simplehttpserver.rst
+   M /python/trunk/Doc/library/smtpd.rst
+   M /python/trunk/Doc/library/string.rst
+   M /python/trunk/Doc/library/struct.rst
+   M /python/trunk/Doc/library/textwrap.rst
+   M /python/trunk/Doc/library/xml.etree.elementtree.rst
+   M /python/trunk/Doc/library/xmllib.rst
+   M /python/trunk/Doc/library/zipimport.rst
+
+reformat some documentation of classes so methods and attributes are under the class directive
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62497&view=rev r62497] | armin.rigo | 2008-04-25 05:35:18 -0400 (Fri, 25 Apr 2008) | 2 lines
+Changed paths:
+   A /python/trunk/Lib/test/crashers/mutation_inside_cyclegc.py
+
+A new crasher.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62511&view=rev r62511] | georg.brandl | 2008-04-26 14:25:43 -0400 (Sat, 26 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/functions.rst
+
+#2668: nit in apply() docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62513&view=rev r62513] | georg.brandl | 2008-04-26 14:31:07 -0400 (Sat, 26 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/c-api/long.rst
+
+#2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62521&view=rev r62521] | georg.brandl | 2008-04-27 05:39:59 -0400 (Sun, 27 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/reference/expressions.rst
+
+#2677: add note that not all functions may accept keyword args.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62535&view=rev r62535] | benjamin.peterson | 2008-04-27 14:14:39 -0400 (Sun, 27 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/c-api/number.rst
+
+#2700 Document PyNumber_ToBase
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62545&view=rev r62545] | skip.montanaro | 2008-04-27 16:53:57 -0400 (Sun, 27 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/simplehttpserver.rst
+
+minor wording changes, rewrap a few lines
+
+-----------------------------------
+[http://svn.python.org/view?rev=62551&view=rev r62551] | skip.montanaro | 2008-04-27 18:52:02 -0400 (Sun, 27 Apr 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Doc/library/tempfile.rst
+
+Wrap some long paragraphs and include the default values for optional
+function parameters.
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62554&view=rev r62554] | skip.montanaro | 2008-04-27 22:59:45 -0400 (Sun, 27 Apr 2008) | 6 lines
+Changed paths:
+   M /python/trunk/Doc/library/pyclbr.rst
+
+Correct documentation to match implementation: "Class" instead of
+"class_descriptor", "Function" instead of "function_descriptor".  Note
+default path value for readmodule*.  Wrap some long paragraphs.  Don't
+mention 'inpackage' which isn't part of the public API.
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62556&view=rev r62556] | skip.montanaro | 2008-04-27 23:25:37 -0400 (Sun, 27 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/robotparser.rst
+
+Wrap some long lines.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62593&view=rev r62593] | nick.coghlan | 2008-04-30 10:23:36 -0400 (Wed, 30 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/using/cmdline.rst
+
+Update command line usage documentation to reflect 2.6 changes (also includes some minor cleanups). Addresses TODO list issue 2258
+
+-----------------------------------
+[http://svn.python.org/view?rev=62602&view=rev r62602] | georg.brandl | 2008-04-30 16:02:37 -0400 (Wed, 30 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/c-api/typeobj.rst
+
+#2727: clarify tp_iternext docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62616&view=rev r62616] | georg.brandl | 2008-05-01 14:24:32 -0400 (Thu, 01 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/carbon.rst
+
+Fix synopsis.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62671&view=rev r62671] | georg.brandl | 2008-05-03 16:16:47 -0400 (Sat, 03 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/conf.py
+
+Insert correct OpenSearch base URL.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62696&view=rev r62696] | georg.brandl | 2008-05-04 05:15:04 -0400 (Sun, 04 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/socket.rst
+
+#2752: wrong meaning of '' for socket host.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62703&view=rev r62703] | georg.brandl | 2008-05-04 11:45:05 -0400 (Sun, 04 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/unittest.rst
+
+#2757: Remove spare newline.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62711&view=rev r62711] | benjamin.peterson | 2008-05-04 15:10:02 -0400 (Sun, 04 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/bugs.rst
+
+Fix typo in bugs.rst
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62736&view=rev r62736] | georg.brandl | 2008-05-05 16:53:39 -0400 (Mon, 05 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/json.rst
+
+Fix JSON module docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62740&view=rev r62740] | georg.brandl | 2008-05-05 17:06:48 -0400 (Mon, 05 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/socket.rst
+
+#2752: fix second example too.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62774&view=rev r62774] | georg.brandl | 2008-05-06 13:11:42 -0400 (Tue, 06 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/stdtypes.rst
+
+#2773: fix description of 'g' and 'G' formatting spec.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62775&view=rev r62775] | georg.brandl | 2008-05-06 13:20:54 -0400 (Tue, 06 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/stdtypes.rst
+
+> != (!<).
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62800&view=rev r62800] | brett.cannon | 2008-05-06 19:44:04 -0400 (Tue, 06 May 2008) | 2 lines
+Changed paths:
+   A /python/trunk/Misc/TextMate
+   A /python/trunk/Misc/TextMate/Python-Dev.tmbundle
+   A /python/trunk/Misc/TextMate/Python-Dev.tmbundle/Commands
+   A /python/trunk/Misc/TextMate/Python-Dev.tmbundle/Commands/2 to 3 - Module Deletion.tmCommand
+   A /python/trunk/Misc/TextMate/Python-Dev.tmbundle/Commands/Build Docs.tmCommand
+   A /python/trunk/Misc/TextMate/Python-Dev.tmbundle/Commands/Build.tmCommand
+   A /python/trunk/Misc/TextMate/Python-Dev.tmbundle/Commands/Go to Issue.tmCommand
+   A /python/trunk/Misc/TextMate/Python-Dev.tmbundle/Commands/Open Docs.tmCommand
+   A /python/trunk/Misc/TextMate/Python-Dev.tmbundle/Commands/Open PEP.tmCommand
+   A /python/trunk/Misc/TextMate/Python-Dev.tmbundle/info.plist
+
+Create a TextMate directory in Misc to house a Python-Dev bundle.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62853&view=rev r62853] | raymond.hettinger | 2008-05-08 03:23:30 -0400 (Thu, 08 May 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/collections.rst
+
+Fix-up the enumerate type example and move it to the end.
+
+-----------------------------------
+[http://svn.python.org/view?rev=62873&view=rev r62873] | raymond.hettinger | 2008-05-08 13:18:13 -0400 (Thu, 08 May 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/stdtypes.rst
+
+Issue 2778.  Document the temporary frozenset swap in __contains__(), remove(), and discard().
+
+-----------------------------------
+[http://svn.python.org/view?rev=62893&view=rev r62893] | brett.cannon | 2008-05-08 16:20:54 -0400 (Thu, 08 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/test.rst
+
+Document the 'record' argument for test.test_support.catch_warning().
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62914&view=rev r62914] | skip.montanaro | 2008-05-08 20:45:00 -0400 (Thu, 08 May 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Doc/library/tempfile.rst
+
+Add an example about using NamedTemporaryFile() to replace mktemp().  I'm
+unclear whether the verbatim text should have been indented or by how much.
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62915&view=rev r62915] | benjamin.peterson | 2008-05-08 20:50:40 -0400 (Thu, 08 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/tempfile.rst
+
+reindent example
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62927&view=rev r62927] | georg.brandl | 2008-05-09 02:09:25 -0400 (Fri, 09 May 2008) | 2 lines
+Changed paths:
+   A /python/trunk/.hgignore
+
+#2788: add .hgignore file.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62928&view=rev r62928] | georg.brandl | 2008-05-09 02:10:43 -0400 (Fri, 09 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/_winreg.rst
+
+#2781: fix function name.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62929&view=rev r62929] | georg.brandl | 2008-05-09 02:18:27 -0400 (Fri, 09 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/logging.rst
+
+Add a sentence to basicConfig() that is in the docstring.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62930&view=rev r62930] | georg.brandl | 2008-05-09 02:26:54 -0400 (Fri, 09 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/colorsys.rst
+
+Add another link to colorsys docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62931&view=rev r62931] | georg.brandl | 2008-05-09 02:36:07 -0400 (Fri, 09 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/re.rst
+
+Add Kodos as a re reference.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62932&view=rev r62932] | georg.brandl | 2008-05-09 02:39:58 -0400 (Fri, 09 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/modules.rst
+
+Add a note about using reload().
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62957&view=rev r62957] | benjamin.peterson | 2008-05-09 17:30:26 -0400 (Fri, 09 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/stdtypes.rst
+
+In stdtypes.rst, move methods under class directives where applicable
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62967&view=rev r62967] | brett.cannon | 2008-05-09 22:25:00 -0400 (Fri, 09 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/new.rst
+   M /python/trunk/Doc/library/user.rst
+
+Fix some errors in the deprecation warnings for new and user.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62993&view=rev r62993] | skip.montanaro | 2008-05-10 10:48:49 -0400 (Sat, 10 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/bsddb.rst
+
+Note the PyPI-edness of bsddb185 for people who might still need it.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62995&view=rev r62995] | andrew.kuchling | 2008-05-10 13:37:05 -0400 (Sat, 10 May 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/warnings.rst
+
+Document the 'line' argument
+
+-----------------------------------
+[http://svn.python.org/view?rev=62996&view=rev r62996] | andrew.kuchling | 2008-05-10 13:48:45 -0400 (Sat, 10 May 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/imp.rst
+
+#1625509: describe behaviour of import lock
+
+-----------------------------------
+[http://svn.python.org/view?rev=63014&view=rev r63014] | andrew.kuchling | 2008-05-10 18:12:38 -0400 (Sat, 10 May 2008) | 1 line
+Changed paths:
+   A /python/trunk/Lib/distutils/config.py
+
+#1858: add distutils.config module
+
+-----------------------------------
+[http://svn.python.org/view?rev=63028&view=rev r63028] | skip.montanaro | 2008-05-10 22:59:30 -0400 (Sat, 10 May 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Doc/library/tempfile.rst
+
+Copied two versions of the example from the interactive session.  Delete
+one.
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63037&view=rev r63037] | georg.brandl | 2008-05-11 03:02:17 -0400 (Sun, 11 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/modules.rst
+
+reload() takes the module itself.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63039&view=rev r63039] | georg.brandl | 2008-05-11 03:06:05 -0400 (Sun, 11 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/socket.rst
+
+#2742: ``''`` is not converted to NULL in getaddrinfo.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63043&view=rev r63043] | georg.brandl | 2008-05-11 04:47:53 -0400 (Sun, 11 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/functions.rst
+
+#2812: document property.getter/setter/deleter.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63049&view=rev r63049] | georg.brandl | 2008-05-11 05:06:30 -0400 (Sun, 11 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/stdtypes.rst
+
+#1153769: document PEP 237 changes to string formatting.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63051&view=rev r63051] | georg.brandl | 2008-05-11 06:13:59 -0400 (Sun, 11 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/socket.rst
+
+Fix typo.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63052&view=rev r63052] | georg.brandl | 2008-05-11 06:33:27 -0400 (Sun, 11 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/tk.rst
+
+#2709: clarification.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63055&view=rev r63055] | georg.brandl | 2008-05-11 06:55:59 -0400 (Sun, 11 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/exceptions.rst
+   M /python/trunk/Doc/library/stdtypes.rst
+   M /python/trunk/Doc/reference/datamodel.rst
+   M /python/trunk/Doc/reference/expressions.rst
+
+#2147: PEP 237 changes to overflow behavior.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63057&view=rev r63057] | georg.brandl | 2008-05-11 06:59:39 -0400 (Sun, 11 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/socketserver.rst
+
+#2741: clarification of value range for address_family.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63058&view=rev r63058] | georg.brandl | 2008-05-11 07:09:35 -0400 (Sun, 11 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/ftplib.rst
+   M /python/trunk/Doc/library/httplib.rst
+   M /python/trunk/Doc/library/smtplib.rst
+   M /python/trunk/Doc/library/telnetlib.rst
+   M /python/trunk/Doc/library/urllib2.rst
+
+#2452: timeout is used for all blocking operations.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63066&view=rev r63066] | georg.brandl | 2008-05-11 10:56:04 -0400 (Sun, 11 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/othergui.rst
+   M /python/trunk/Doc/library/tk.rst
+
+#2709 followup: better description of Tk's pros and cons.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63095&view=rev r63095] | georg.brandl | 2008-05-11 17:16:37 -0400 (Sun, 11 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/os.rst
+
+Clarify os.strerror()s exception behavior.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63098&view=rev r63098] | georg.brandl | 2008-05-11 17:37:53 -0400 (Sun, 11 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/cgi.rst
+
+Formally deprecate old classes in the cgi module.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63100&view=rev r63100] | georg.brandl | 2008-05-11 17:54:09 -0400 (Sun, 11 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/mailbox.rst
+
+Add a deprecation notice to mailbox' old classes' doc.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63104&view=rev r63104] | alexandre.vassalotti | 2008-05-11 19:04:27 -0400 (Sun, 11 May 2008) | 2 lines
+Changed paths:
+   D /python/trunk/Lib/Queue.py
+   A /python/trunk/Lib/lib-old/Queue.py (from /python/trunk/Lib/Queue.py:63101)
+
+Moved the Queue module stub in lib-old.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63134&view=rev r63134] | alexandre.vassalotti | 2008-05-11 22:18:15 -0400 (Sun, 11 May 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Doc/library/socketserver.rst
+   A /python/trunk/Doc/library/socketserver_old.rst
+
+Added stub entry in the documentation mentioning SocketServer
+was renamed.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63153&view=rev r63153] | georg.brandl | 2008-05-12 06:03:16 -0400 (Mon, 12 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/queue.rst
+   M /python/trunk/Doc/library/socketserver.rst
+   D /python/trunk/Doc/library/socketserver_old.rst
+   M /python/trunk/Doc/library/threading.rst
+   M /python/trunk/Doc/reference/simple_stmts.rst
+   M /python/trunk/Doc/tutorial/stdlib2.rst
+
+Fix-up docs for socketserver and queue renaming.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63154&view=rev r63154] | georg.brandl | 2008-05-12 06:05:39 -0400 (Mon, 12 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/copy.rst
+   D /python/trunk/Doc/library/copy_reg.rst
+   A /python/trunk/Doc/library/copyreg.rst (from /python/trunk/Doc/library/copy_reg.rst:63151)
+   M /python/trunk/Doc/library/persistence.rst
+   M /python/trunk/Doc/library/pickle.rst
+
+Fix-up docs for the copyreg module renaming.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63170&view=rev r63170] | georg.brandl | 2008-05-12 12:53:42 -0400 (Mon, 12 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/functions.rst
+
+Fix parameter name for enumerate().
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63175&view=rev r63175] | georg.brandl | 2008-05-12 13:14:51 -0400 (Mon, 12 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/reference/executionmodel.rst
+
+#1760: try-except-finally is one statement since PEP 341.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63178&view=rev r63178] | georg.brandl | 2008-05-12 13:47:53 -0400 (Mon, 12 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/c-api/marshal.rst
+
+Marshal is at version 2.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63179&view=rev r63179] | georg.brandl | 2008-05-12 13:48:56 -0400 (Mon, 12 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/c-api/marshal.rst
+
+Mention version in which the new marshal version was introduced.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63180&view=rev r63180] | georg.brandl | 2008-05-12 13:52:13 -0400 (Mon, 12 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/winsound.rst
+
+Win 95/98 is no longer supported.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63240&view=rev r63240] | alexandre.vassalotti | 2008-05-14 17:52:37 -0400 (Wed, 14 May 2008) | 5 lines
+Changed paths:
+   D /python/trunk/Lib/copy_reg.py
+   A /python/trunk/Lib/lib-old/copy_reg.py (from /python/trunk/Lib/copy_reg.py:63239)
+
+Moved copy_reg stub module to lib-old/.
+
+Stub modules will be easier to track (and remove) if they are all kept
+in lib-old/, instead of sprinkling them throughout the library.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63247&view=rev r63247] | georg.brandl | 2008-05-14 18:30:31 -0400 (Wed, 14 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/configparser.rst
+   M /python/trunk/Doc/library/logging.rst
+   M /python/trunk/Doc/library/shlex.rst
+
+Update configparser docs for lowercasing rename.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63249&view=rev r63249] | alexandre.vassalotti | 2008-05-14 18:51:10 -0400 (Wed, 14 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/configparser.rst
+
+Added documentation stub for ConfigParser.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63308&view=rev r63308] | brett.cannon | 2008-05-15 00:34:17 -0400 (Thu, 15 May 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/al.rst
+   M /python/trunk/Doc/library/cd.rst
+   M /python/trunk/Doc/library/fl.rst
+   M /python/trunk/Doc/library/fm.rst
+   M /python/trunk/Doc/library/gl.rst
+   M /python/trunk/Doc/library/imgfile.rst
+   M /python/trunk/Doc/library/jpeg.rst
+
+Update docs for deprecation of IRIX modules.
+
+-----------------------------------
+[http://svn.python.org/view?rev=63358&view=rev r63358] | alexandre.vassalotti | 2008-05-16 03:00:58 -0400 (Fri, 16 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/reprlib.rst
+
+Updated reprlib's documentation to mention the renaming.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63361&view=rev r63361] | alexandre.vassalotti | 2008-05-16 03:14:08 -0400 (Fri, 16 May 2008) | 2 lines
+Changed paths:
+   D /python/trunk/Lib/test/test_repr.py
+   A /python/trunk/Lib/test/test_reprlib.py (from /python/trunk/Lib/test/test_repr.py:63357)
+
+Rename the test file of reprlib.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63365&view=rev r63365] | georg.brandl | 2008-05-16 05:47:29 -0400 (Fri, 16 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/calendar.rst
+
+#2869: remove parameter from signature.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63369&view=rev r63369] | georg.brandl | 2008-05-16 09:18:50 -0400 (Fri, 16 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/shutil.rst
+
+#2845: fix copy2's docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63373&view=rev r63373] | georg.brandl | 2008-05-16 09:41:26 -0400 (Fri, 16 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/os.rst
+
+Document O_ASYNC addition.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63374&view=rev r63374] | georg.brandl | 2008-05-16 10:24:45 -0400 (Fri, 16 May 2008) | 2 lines
+Changed paths:
+   D /python/trunk/Lib/lib-tk/Dialog.py
+   D /python/trunk/Lib/lib-tk/FileDialog.py
+   D /python/trunk/Lib/lib-tk/FixTk.py
+   D /python/trunk/Lib/lib-tk/ScrolledText.py
+   D /python/trunk/Lib/lib-tk/SimpleDialog.py
+   D /python/trunk/Lib/lib-tk/Tix.py
+   D /python/trunk/Lib/lib-tk/Tkconstants.py
+   D /python/trunk/Lib/lib-tk/Tkdnd.py
+   D /python/trunk/Lib/lib-tk/Tkinter.py
+   D /python/trunk/Lib/lib-tk/tkColorChooser.py
+   D /python/trunk/Lib/lib-tk/tkCommonDialog.py
+   D /python/trunk/Lib/lib-tk/tkFont.py
+   D /python/trunk/Lib/lib-tk/tkMessageBox.py
+   D /python/trunk/Lib/lib-tk/turtle.py
+   A /python/trunk/Lib/tkinter
+   A /python/trunk/Lib/tkinter/__init__.py (from /python/trunk/Lib/lib-tk/Tkinter.py:63367)
+   A /python/trunk/Lib/tkinter/_fix.py (from /python/trunk/Lib/lib-tk/FixTk.py:63367)
+   A /python/trunk/Lib/tkinter/colorchooser.py (from /python/trunk/Lib/lib-tk/tkColorChooser.py:63367)
+   A /python/trunk/Lib/tkinter/commondialog.py (from /python/trunk/Lib/lib-tk/tkCommonDialog.py:63367)
+   A /python/trunk/Lib/tkinter/constants.py (from /python/trunk/Lib/lib-tk/Tkconstants.py:63367)
+   A /python/trunk/Lib/tkinter/dialog.py (from /python/trunk/Lib/lib-tk/Dialog.py:63367)
+   A /python/trunk/Lib/tkinter/dnd.py (from /python/trunk/Lib/lib-tk/Tkdnd.py:63367)
+   A /python/trunk/Lib/tkinter/filedialog.py (from /python/trunk/Lib/lib-tk/FileDialog.py:63367)
+   A /python/trunk/Lib/tkinter/font.py (from /python/trunk/Lib/lib-tk/tkFont.py:63367)
+   A /python/trunk/Lib/tkinter/messagebox.py (from /python/trunk/Lib/lib-tk/tkMessageBox.py:63367)
+   A /python/trunk/Lib/tkinter/scrolledtext.py (from /python/trunk/Lib/lib-tk/ScrolledText.py:63367)
+   A /python/trunk/Lib/tkinter/simpledialog.py (from /python/trunk/Lib/lib-tk/SimpleDialog.py:63367)
+   A /python/trunk/Lib/tkinter/tix.py (from /python/trunk/Lib/lib-tk/Tix.py:63367)
+   A /python/trunk/Lib/tkinter/turtle.py (from /python/trunk/Lib/lib-tk/turtle.py:63367)
+
+Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63380&view=rev r63380] | georg.brandl | 2008-05-16 13:33:13 -0400 (Fri, 16 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/datatypes.rst
+   M /python/trunk/Doc/library/reprlib.rst
+
+Fix reprlib docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63381&view=rev r63381] | georg.brandl | 2008-05-16 13:37:53 -0400 (Fri, 16 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/idle.rst
+   M /python/trunk/Doc/library/othergui.rst
+   D /python/trunk/Doc/library/scrolledtext.rst
+   D /python/trunk/Doc/library/tix.rst
+   M /python/trunk/Doc/library/tk.rst
+   M /python/trunk/Doc/library/tkinter.rst
+   A /python/trunk/Doc/library/tkinter.scrolledtext.rst (from /python/trunk/Doc/library/scrolledtext.rst:63373)
+   A /python/trunk/Doc/library/tkinter.tix.rst (from /python/trunk/Doc/library/tix.rst:63373)
+   A /python/trunk/Doc/library/tkinter.turtle.rst (from /python/trunk/Doc/library/turtle.rst:63373)
+   D /python/trunk/Doc/library/turtle.rst
+
+Doc changes for the big Tkinter rename.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63411&view=rev r63411] | lars.gustaebel | 2008-05-17 12:50:22 -0400 (Sat, 17 May 2008) | 8 lines
+Changed paths:
+   M /python/trunk/Doc/library/tarfile.rst
+
+Replace signatures with optional arguments in square brackets with
+keyword arguments and the actual default values.
+Fix references that point nowhere or to the wrong place.
+Add description of the ENCODING module-level variable.
+Fix the URL pointing to the GNU tar manual.
+Remove two obsolete examples.
+Add an example on how to use a generator with TarFile.extractall().
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63434&view=rev r63434] | fred.drake | 2008-05-17 17:23:02 -0400 (Sat, 17 May 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Doc/library/htmllib.rst
+   M /python/trunk/Doc/library/htmlparser.rst
+
+document the renames for modules moved to the html package
+(http://bugs.python.org/issue2882)
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63445&view=rev r63445] | georg.brandl | 2008-05-18 04:52:59 -0400 (Sun, 18 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/socketserver.rst
+
+GHOP #180 by Michael Schneider: add examples to the socketserver documentation.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63450&view=rev r63450] | georg.brandl | 2008-05-18 07:52:36 -0400 (Sun, 18 May 2008) | 2 lines
+Changed paths:
+   A /python/trunk/Lib/distutils/tests/test_build_ext.py
+
+GHOP #257: test distutils' build_ext command, written by Josip Dzolonga.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63485&view=rev r63485] | georg.brandl | 2008-05-20 02:49:28 -0400 (Tue, 20 May 2008) | 2 lines
+Changed paths:
+   D /python/trunk/Lib/lib-tk/FileDialog.py
+   D /python/trunk/Lib/lib-tk/FixTk.py
+   D /python/trunk/Lib/lib-tk/ScrolledText.py
+   D /python/trunk/Lib/lib-tk/SimpleDialog.py
+   D /python/trunk/Lib/lib-tk/Tix.py
+   D /python/trunk/Lib/lib-tk/Tkconstants.py
+   D /python/trunk/Lib/lib-tk/Tkdnd.py
+   D /python/trunk/Lib/lib-tk/Tkinter.py
+   D /python/trunk/Lib/lib-tk/tkColorChooser.py
+   D /python/trunk/Lib/lib-tk/tkCommonDialog.py
+   D /python/trunk/Lib/lib-tk/tkFileDialog.py
+   D /python/trunk/Lib/lib-tk/tkFont.py
+   D /python/trunk/Lib/lib-tk/tkMessageBox.py
+   D /python/trunk/Lib/lib-tk/tkSimpleDialog.py
+   D /python/trunk/Lib/lib-tk/turtle.py
+
+Tkinter renaming reversal: Delete all stubs from lib-tk.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63486&view=rev r63486] | georg.brandl | 2008-05-20 02:58:21 -0400 (Tue, 20 May 2008) | 2 lines
+Changed paths:
+   A /python/trunk/Lib/lib-tk/Dialog.py (from /python/trunk/Lib/tkinter/dialog.py:63480)
+   A /python/trunk/Lib/lib-tk/FileDialog.py
+   A /python/trunk/Lib/lib-tk/FixTk.py (from /python/trunk/Lib/tkinter/_fix.py:63480)
+   A /python/trunk/Lib/lib-tk/ScrolledText.py (from /python/trunk/Lib/tkinter/scrolledtext.py:63480)
+   A /python/trunk/Lib/lib-tk/SimpleDialog.py
+   A /python/trunk/Lib/lib-tk/Tix.py (from /python/trunk/Lib/tkinter/tix.py:63480)
+   A /python/trunk/Lib/lib-tk/Tkconstants.py (from /python/trunk/Lib/tkinter/constants.py:63480)
+   A /python/trunk/Lib/lib-tk/Tkdnd.py (from /python/trunk/Lib/tkinter/dnd.py:63480)
+   A /python/trunk/Lib/lib-tk/Tkinter.py (from /python/trunk/Lib/tkinter/__init__.py:63480)
+   A /python/trunk/Lib/lib-tk/tkColorChooser.py (from /python/trunk/Lib/tkinter/colorchooser.py:63480)
+   A /python/trunk/Lib/lib-tk/tkCommonDialog.py (from /python/trunk/Lib/tkinter/commondialog.py:63480)
+   A /python/trunk/Lib/lib-tk/tkFileDialog.py
+   A /python/trunk/Lib/lib-tk/tkFont.py (from /python/trunk/Lib/tkinter/font.py:63480)
+   A /python/trunk/Lib/lib-tk/tkMessageBox.py (from /python/trunk/Lib/tkinter/messagebox.py:63480)
+   A /python/trunk/Lib/lib-tk/tkSimpleDialog.py
+   A /python/trunk/Lib/lib-tk/turtle.py (from /python/trunk/Lib/tkinter/turtle.py:63480)
+
+Tkinter renaming reversal: move modules back in their place.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63488&view=rev r63488] | georg.brandl | 2008-05-20 03:20:12 -0400 (Tue, 20 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/glossary.rst
+   M /python/trunk/Doc/library/future_builtins.rst
+   M /python/trunk/Doc/library/scrolledtext.rst
+   M /python/trunk/Doc/library/tix.rst
+   M /python/trunk/Doc/library/tkinter.rst
+
+Add notes that tkinter modules will be renamed.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63489&view=rev r63489] | georg.brandl | 2008-05-20 03:21:58 -0400 (Tue, 20 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/htmllib.rst
+   M /python/trunk/Doc/library/htmlparser.rst
+
+Standardize renaming notes.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63490&view=rev r63490] | georg.brandl | 2008-05-20 03:23:25 -0400 (Tue, 20 May 2008) | 2 lines
+Changed paths:
+   D /python/trunk/Lib/tkinter
+
+Remove rest of the tkinter package.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63541&view=rev r63541] | raymond.hettinger | 2008-05-22 20:49:27 -0400 (Thu, 22 May 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/math.rst
+
+Docs for Issue 2819.
+
+-----------------------------------
+[http://svn.python.org/view?rev=63549&view=rev r63549] | brett.cannon | 2008-05-23 01:05:20 -0400 (Fri, 23 May 2008) | 1 line
+Changed paths:
+   D /python/trunk/Lib/lib-old/repr.py
+
+Remove the old repr stub.
+
+-----------------------------------
+[http://svn.python.org/view?rev=63564&view=rev r63564] | raymond.hettinger | 2008-05-23 13:21:44 -0400 (Fri, 23 May 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/struct.rst
+
+Issue 2909: show how to name unpacked fields.
+
+-----------------------------------
+[http://svn.python.org/view?rev=63567&view=rev r63567] | raymond.hettinger | 2008-05-23 13:34:34 -0400 (Fri, 23 May 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/collections.rst
+
+Fix typo
+
+-----------------------------------
+[http://svn.python.org/view?rev=63586&view=rev r63586] | georg.brandl | 2008-05-24 14:08:33 -0400 (Sat, 24 May 2008) | 2 lines
+Changed paths:
+   D /python/trunk/Lib/lib-old/SocketServer.py
+
+socketserver renaming reversal part 1: remove stub module.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63587&view=rev r63587] | georg.brandl | 2008-05-24 14:11:29 -0400 (Sat, 24 May 2008) | 5 lines
+Changed paths:
+   A /python/trunk/Lib/lib-old/SocketServer.py (from /python/trunk/Lib/socketserver.py:63585)
+   D /python/trunk/Lib/socketserver.py
+
+socketserver renaming reversal part 2: move rename module.
+
+I'm doing this case-only rename in a two-step process via a different directory
+to hopefully avoid problems with case-insensitive filesystems.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63597&view=rev r63597] | gregory.p.smith | 2008-05-24 17:21:23 -0400 (Sat, 24 May 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Doc/library/bsddb.rst
+
+Correct the url to the external bsddb.db docs (likely to be integrated
+soon anyways?)
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63599&view=rev r63599] | georg.brandl | 2008-05-25 03:08:35 -0400 (Sun, 25 May 2008) | 2 lines
+Changed paths:
+   D /python/trunk/Lib/lib-old/Queue.py
+
+Queue renaming reversal part 1: remove stub module.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63600&view=rev r63600] | georg.brandl | 2008-05-25 03:10:03 -0400 (Sun, 25 May 2008) | 2 lines
+Changed paths:
+   A /python/trunk/Lib/lib-old/Queue.py (from /python/trunk/Lib/queue.py:63585)
+   D /python/trunk/Lib/queue.py
+
+Queue renaming reversal part 2: move module.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63605&view=rev r63605] | georg.brandl | 2008-05-25 03:21:41 -0400 (Sun, 25 May 2008) | 2 lines
+Changed paths:
+   D /python/trunk/Lib/lib-old/ConfigParser.py
+
+ConfigParser renaming reversal part 1: remove stub module.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63606&view=rev r63606] | georg.brandl | 2008-05-25 03:21:58 -0400 (Sun, 25 May 2008) | 2 lines
+Changed paths:
+   D /python/trunk/Lib/configparser.py
+   A /python/trunk/Lib/lib-old/ConfigParser.py (from /python/trunk/Lib/configparser.py:63602)
+
+ConfigParser renaming reversal part 2: move module.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63611&view=rev r63611] | georg.brandl | 2008-05-25 03:46:33 -0400 (Sun, 25 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/_winreg.rst
+
+Hint about _winreg renaming in the docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63630&view=rev r63630] | georg.brandl | 2008-05-25 08:34:57 -0400 (Sun, 25 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/dummy_thread.rst
+   M /python/trunk/Doc/library/thread.rst
+
+Add renaming notices to thread and dummy_thread.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63649&view=rev r63649] | benjamin.peterson | 2008-05-25 16:05:52 -0400 (Sun, 25 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/string.rst
+
+rename the section about new formatting 'new-string-formatting'
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63655&view=rev r63655] | benjamin.peterson | 2008-05-25 20:54:22 -0400 (Sun, 25 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/controlflow.rst
+   M /python/trunk/Doc/tutorial/datastructures.rst
+   M /python/trunk/Doc/tutorial/errors.rst
+   M /python/trunk/Doc/tutorial/floatingpoint.rst
+   M /python/trunk/Doc/tutorial/inputoutput.rst
+   M /python/trunk/Doc/tutorial/introduction.rst
+   M /python/trunk/Doc/tutorial/stdlib2.rst
+
+update the tutorial to use str.format
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63660&view=rev r63660] | georg.brandl | 2008-05-26 06:22:15 -0400 (Mon, 26 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/anydbm.rst
+   M /python/trunk/Doc/library/dbhash.rst
+   M /python/trunk/Doc/library/dbm.rst
+   M /python/trunk/Doc/library/dumbdbm.rst
+   M /python/trunk/Doc/library/gdbm.rst
+   M /python/trunk/Doc/library/whichdb.rst
+
+Add renaming notices to 2.6 dbm module docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63665&view=rev r63665] | georg.brandl | 2008-05-26 06:47:43 -0400 (Mon, 26 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/docxmlrpcserver.rst
+   M /python/trunk/Doc/library/simplexmlrpcserver.rst
+   M /python/trunk/Doc/library/xmlrpclib.rst
+
+Add renaming notices to xmlrpc modules.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63686&view=rev r63686] | benjamin.peterson | 2008-05-26 10:02:09 -0400 (Mon, 26 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/c-api/string.rst
+
+note that PyString and has been aliased to PyBytes
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63688&view=rev r63688] | benjamin.peterson | 2008-05-26 10:29:09 -0400 (Mon, 26 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/c-api/string.rst
+
+fix a minor typo
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63696&view=rev r63696] | benjamin.peterson | 2008-05-26 11:54:26 -0400 (Mon, 26 May 2008) | 2 lines
+Changed paths:
+   A /python/trunk/Doc/c-api/bytearray.rst
+   M /python/trunk/Doc/c-api/concrete.rst
+
+add PyByteArray docs
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63726&view=rev r63726] | benjamin.peterson | 2008-05-26 16:43:24 -0400 (Mon, 26 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/codecs.rst
+
+fix minor grammar typo
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63754&view=rev r63754] | benjamin.peterson | 2008-05-27 21:12:35 -0400 (Tue, 27 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/controlflow.rst
+
+update tutorial function with more appropiate one from Eric Smith
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63758&view=rev r63758] | benjamin.peterson | 2008-05-28 07:51:41 -0400 (Wed, 28 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/controlflow.rst
+
+fix spelling
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63775&view=rev r63775] | georg.brandl | 2008-05-29 03:18:17 -0400 (Thu, 29 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/c-api/bytearray.rst
+
+Two fixes in bytearray docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63781&view=rev r63781] | georg.brandl | 2008-05-29 03:38:37 -0400 (Thu, 29 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/cookie.rst
+
+#2988: add note about catching CookieError when parsing untrusted cookie data.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63818&view=rev r63818] | georg.brandl | 2008-05-30 15:12:13 -0400 (Fri, 30 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/os.rst
+
+getloadavg() is not available on Windows.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63819&view=rev r63819] | georg.brandl | 2008-05-30 15:17:29 -0400 (Fri, 30 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/interpreter.rst
+
+Better quote with single quotes.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63823&view=rev r63823] | benjamin.peterson | 2008-05-30 16:44:39 -0400 (Fri, 30 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/c-api/bytearray.rst
+
+fix grammar
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63830&view=rev r63830] | georg.brandl | 2008-05-31 10:40:09 -0400 (Sat, 31 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/cmd.rst
+
+#3010: clarification about stdin/use_rawinput.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63831&view=rev r63831] | georg.brandl | 2008-05-31 10:45:55 -0400 (Sat, 31 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/easydialogs.rst
+
+#3005: add explaining sentence to easydialogs docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63858&view=rev r63858] | georg.brandl | 2008-06-01 12:41:31 -0400 (Sun, 01 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/Makefile
+   M /python/trunk/Doc/README.txt
+
+Add plain text make target.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63932&view=rev r63932] | georg.brandl | 2008-06-04 07:17:26 -0400 (Wed, 04 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/turtle.rst
+
+Complete revision of new turtle module's docs.
+
+
+-----------------------------------
+
+On Windows, the same scheme is implemented for the error value which
+is managed by the GetLastError() and SetLastError() windows api calls.
+
+The ctypes functions are 'ctypes.set_last_error(value)' and
+'ctypes.get_last_error()', the CDLL and WinDLL optional parameter is
+named 'use_last_error', defaults to False.
+
+
+-----------------------------------
+
+On Windows, TlsSetValue and TlsGetValue calls are used to provide
+thread local storage for the variables; ctypes compiled with __GNUC__
+uses __thread variables.
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63970&view=rev r63970] | andrew.kuchling | 2008-06-05 19:33:54 -0400 (Thu, 05 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/logging.rst
+
+Document 'utc' parameter
+
+-----------------------------------
+[http://svn.python.org/view?rev=63982&view=rev r63982] | georg.brandl | 2008-06-06 06:43:43 -0400 (Fri, 06 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/reference/simple_stmts.rst
+
+Fix brackets.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64022&view=rev r64022] | georg.brandl | 2008-06-07 14:17:37 -0400 (Sat, 07 Jun 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Doc/library/parser.rst
+
+Document the "st" API, to avoid confusion with the "new" AST.
+Add a note about using the new AST module.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64028&view=rev r64028] | benjamin.peterson | 2008-06-07 16:44:48 -0400 (Sat, 07 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/_ast.rst
+
+capitalization nit
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64036&view=rev r64036] | georg.brandl | 2008-06-08 04:54:40 -0400 (Sun, 08 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/tokenize.rst
+
+#3028: tokenize passes the physical line.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64037&view=rev r64037] | georg.brandl | 2008-06-08 04:59:38 -0400 (Sun, 08 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/tokenize.rst
+
+Argh, I read it wrong. Reverted 64036 and added a clarifying remark.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64089&view=rev r64089] | armin.ronacher | 2008-06-10 16:37:02 -0400 (Tue, 10 Jun 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Doc/library/ast.rst
+
+Fix a formatting error in the ast documentation.
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64090&view=rev r64090] | armin.ronacher | 2008-06-10 16:52:19 -0400 (Tue, 10 Jun 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Doc/library/ast.rst
+
+Documented the new AST constructor.
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64100&view=rev r64100] | raymond.hettinger | 2008-06-10 20:28:51 -0400 (Tue, 10 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/numbers.rst
+
+Update numbers doc for the Integral simplification.
+
+-----------------------------------
+[http://svn.python.org/view?rev=64129&view=rev r64129] | georg.brandl | 2008-06-11 13:53:38 -0400 (Wed, 11 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/threading.rst
+
+Fix typos.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64130&view=rev r64130] | georg.brandl | 2008-06-11 13:57:44 -0400 (Wed, 11 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/using/cmdline.rst
+
+Clarify what ":errorhandler" refers to.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64135&view=rev r64135] | thomas.heller | 2008-06-11 14:10:43 -0400 (Wed, 11 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/ctypes.rst
+
+More doc fixes.
+
+-----------------------------------
+[http://svn.python.org/view?rev=64139&view=rev r64139] | thomas.heller | 2008-06-11 14:40:51 -0400 (Wed, 11 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/ctypes.rst
+
+Smaller doc fixes.
+
+-----------------------------------
+[http://svn.python.org/view?rev=64143&view=rev r64143] | thomas.heller | 2008-06-11 15:10:22 -0400 (Wed, 11 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/ctypes.rst
+
+Add versionadded marker to ctypes.c_longdouble.
+
+-----------------------------------
+[http://svn.python.org/view?rev=64229&view=rev r64229] | georg.brandl | 2008-06-13 09:26:54 -0400 (Fri, 13 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/optparse.rst
+
+Clarification.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64253&view=rev r64253] | andrew.kuchling | 2008-06-13 15:38:18 -0400 (Fri, 13 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/hotshot.rst
+
+Typo fixes
+
+-----------------------------------
+[http://svn.python.org/view?rev=64328&view=rev r64328] | georg.brandl | 2008-06-17 05:01:35 -0400 (Tue, 17 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/conf.py
+
+Split the HTML index.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64370&view=rev r64370] | mark.dickinson | 2008-06-18 05:20:17 -0400 (Wed, 18 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/math.rst
+
+Typo fix
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64371&view=rev r64371] | georg.brandl | 2008-06-18 05:28:22 -0400 (Wed, 18 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/math.rst
+
+Add versionadded tags to new math functions.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64392&view=rev r64392] | benjamin.peterson | 2008-06-18 18:59:32 -0400 (Wed, 18 Jun 2008) | 2 lines
+Changed paths:
+   D /python/trunk/Lib/test/test_socket_ssl.py
+
+Fix test_socket_ssl the easy way and remove it per #1489
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64409&view=rev r64409] | andrew.kuchling | 2008-06-19 16:33:31 -0400 (Thu, 19 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/someos.rst
+
+Put threading in front of thread
+
+-----------------------------------
+[http://svn.python.org/view?rev=64431&view=rev r64431] | benjamin.peterson | 2008-06-20 16:33:33 -0400 (Fri, 20 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/os.path.rst
+
+rephrase
+
+-----------------------------------
+[http://svn.python.org/view?rev=64434&view=rev r64434] | andrew.kuchling | 2008-06-20 19:13:58 -0400 (Fri, 20 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/cgi.rst
+
+Remove request for e-mail; it's unlikely these classes will be saved
+
+-----------------------------------
+[http://svn.python.org/view?rev=64435&view=rev r64435] | andrew.kuchling | 2008-06-20 19:14:32 -0400 (Fri, 20 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/commands.rst
+   M /python/trunk/Doc/library/stdtypes.rst
+
+Grammar fixes
+
+-----------------------------------
+[http://svn.python.org/view?rev=64437&view=rev r64437] | andrew.kuchling | 2008-06-20 20:17:22 -0400 (Fri, 20 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/py_compile.rst
+   M /python/trunk/Doc/library/zlib.rst
+
+Correct two versionchanged directives, to improve the 'changes' output
+
+-----------------------------------
+[http://svn.python.org/view?rev=64443&view=rev r64443] | georg.brandl | 2008-06-21 10:26:19 -0400 (Sat, 21 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/ast.rst
+
+Documentation fix.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64445&view=rev r64445] | facundo.batista | 2008-06-21 13:30:06 -0400 (Sat, 21 Jun 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Doc/library/decimal.rst
+
+
+Reviewed and updated the documentation. Fixes #3017.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64448&view=rev r64448] | facundo.batista | 2008-06-21 15:48:19 -0400 (Sat, 21 Jun 2008) | 5 lines
+Changed paths:
+   M /python/trunk/Doc/library/os.rst
+   M /python/trunk/Doc/library/popen2.rst
+
+
+In the deprecated functions I added an alert to review
+specially a section of the subprocess documentation
+that helps with the replacing of those functionss.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64450&view=rev r64450] | georg.brandl | 2008-06-22 05:05:29 -0400 (Sun, 22 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/os.rst
+   M /python/trunk/Doc/library/popen2.rst
+   M /python/trunk/Doc/library/subprocess.rst
+
+Turn section references into proper cross-references.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64461&view=rev r64461] | georg.brandl | 2008-06-22 14:11:52 -0400 (Sun, 22 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/subprocess.rst
+
+#3085: Fix syntax error.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64466&view=rev r64466] | georg.brandl | 2008-06-22 15:07:59 -0400 (Sun, 22 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/cmath.rst
+
+Write out "phi" consistently.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64535&view=rev r64535] | georg.brandl | 2008-06-26 14:55:37 -0400 (Thu, 26 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/socketserver.rst
+
+Add a version tag for shutdown().
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64544&view=rev r64544] | georg.brandl | 2008-06-26 17:12:55 -0400 (Thu, 26 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/Makefile
+
+Use newer versions of externals.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64545&view=rev r64545] | benjamin.peterson | 2008-06-26 17:23:30 -0400 (Thu, 26 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/Makefile
+
+add a htmlview directive
+
+-----------------------------------
+[http://svn.python.org/view?rev=64554&view=rev r64554] | trent.nelson | 2008-06-26 22:24:49 -0400 (Thu, 26 Jun 2008) | 3 lines
+Changed paths:
+   M /python/trunk
+
+Initialized merge tracking via "svnmerge" with revisions "1-64347" from 
+svn+ssh://pythondev@svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64561&view=rev r64561] | mark.dickinson | 2008-06-27 12:49:27 -0400 (Fri, 27 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/fractions.rst
+
+Issue #3197: rework documentation for fractions module.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64565&view=rev r64565] | raymond.hettinger | 2008-06-27 17:34:24 -0400 (Fri, 27 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/collections.rst
+
+Fix whitespace in example code.
+
+-----------------------------------
+[http://svn.python.org/view?rev=64583&view=rev r64583] | benjamin.peterson | 2008-06-28 19:06:49 -0400 (Sat, 28 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/reference/compound_stmts.rst
+
+rewrap
+
+-----------------------------------
+[http://svn.python.org/view?rev=64590&view=rev r64590] | benjamin.peterson | 2008-06-29 09:43:07 -0400 (Sun, 29 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/reference/compound_stmts.rst
+
+reinstate the ending backtick. thanks Nick :)
+
+-----------------------------------
+[http://svn.python.org/view?rev=64625&view=rev r64625] | georg.brandl | 2008-07-01 15:59:00 -0400 (Tue, 01 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/subprocess.rst
+
+Add a link to PEP 324.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64630&view=rev r64630] | georg.brandl | 2008-07-01 16:18:10 -0400 (Tue, 01 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/msilib.rst
+
+#3216: fix Execute's parameter description.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64635&view=rev r64635] | georg.brandl | 2008-07-01 16:45:09 -0400 (Tue, 01 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/stdtypes.rst
+
+#1523853: add note about fread().
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64638&view=rev r64638] | georg.brandl | 2008-07-01 16:50:02 -0400 (Tue, 01 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/reference/expressions.rst
+
+#1410739: add a footnote about "is" and "unusual" behavior.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64687&view=rev r64687] | andrew.kuchling | 2008-07-03 08:50:03 -0400 (Thu, 03 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/stdtypes.rst
+
+Tweak wording
+
+-----------------------------------
+[http://svn.python.org/view?rev=64689&view=rev r64689] | benjamin.peterson | 2008-07-03 08:57:35 -0400 (Thu, 03 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/glossary.rst
+
+lowercase glossary term
+
+-----------------------------------
+[http://svn.python.org/view?rev=64702&view=rev r64702] | georg.brandl | 2008-07-04 13:22:53 -0400 (Fri, 04 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/pickle.rst
+
+Give the pickle special methods a signature.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64760&view=rev r64760] | andrew.kuchling | 2008-07-06 13:43:16 -0400 (Sun, 06 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/shutil.rst
+
+Wording fix
+
+-----------------------------------
+[http://svn.python.org/view?rev=64788&view=rev r64788] | georg.brandl | 2008-07-08 03:05:23 -0400 (Tue, 08 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/collections.rst
+
+Add missing ABCs to list.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64871&view=rev r64871] | raymond.hettinger | 2008-07-11 08:00:21 -0400 (Fri, 11 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/c-api/sequence.rst
+
+Add cautionary note on the use of PySequence_Fast_ITEMS.
+
+-----------------------------------
+[http://svn.python.org/view?rev=64900&view=rev r64900] | alexandre.vassalotti | 2008-07-12 18:06:53 -0400 (Sat, 12 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/thread.rst
+
+Fixed typo.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64926&view=rev r64926] | martin.v.loewis | 2008-07-13 16:31:49 -0400 (Sun, 13 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/turtle.rst
+
+Add turtle into the module index.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64928&view=rev r64928] | andrew.kuchling | 2008-07-13 17:43:25 -0400 (Sun, 13 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/ctypes.rst
+
+Re-word
+
+-----------------------------------
+[http://svn.python.org/view?rev=64982&view=rev r64982] | georg.brandl | 2008-07-15 19:59:15 -0400 (Tue, 15 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/stdtypes.rst
+
+Move label to correct heading.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65048&view=rev r65048] | georg.brandl | 2008-07-16 19:35:54 -0400 (Wed, 16 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/inputoutput.rst
+
+#3388: add a paragraph about using "with" for file objects.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65094&view=rev r65094] | vinay.sajip | 2008-07-18 05:00:35 -0400 (Fri, 18 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/logging.rst
+
+Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch.
+
+-----------------------------------
+[http://svn.python.org/view?rev=65099&view=rev r65099] | georg.brandl | 2008-07-18 07:15:06 -0400 (Fri, 18 Jul 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Doc/library/string.rst
+
+Document the different meaning of precision for {:f} and {:g}.
+Also document how inf and nan are formatted. #3404.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65102&view=rev r65102] | benjamin.peterson | 2008-07-18 10:14:41 -0400 (Fri, 18 Jul 2008) | 1 line
+Changed paths:
+   A /python/trunk/Lib/test/test_fileio.py
+
+backport test_fileio
+
+-----------------------------------
+[http://svn.python.org/view?rev=65136&view=rev r65136] | georg.brandl | 2008-07-19 09:09:42 -0400 (Sat, 19 Jul 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Doc/reference/datamodel.rst
+
+#3323: mention that if inheriting from a class without __slots__,
+the subclass will have a __dict__ available too.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65139&view=rev r65139] | georg.brandl | 2008-07-19 09:48:44 -0400 (Sat, 19 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/re.rst
+
+Add ordering info for findall and finditer.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65155&view=rev r65155] | georg.brandl | 2008-07-20 07:50:29 -0400 (Sun, 20 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/glossary.rst
+   M /python/trunk/Doc/reference/compound_stmts.rst
+
+#926501: add info where to put the docstring.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65172&view=rev r65172] | georg.brandl | 2008-07-21 14:26:21 -0400 (Mon, 21 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/classes.rst
+
+nonlocal is not in 2.6.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65205&view=rev r65205] | georg.brandl | 2008-07-23 12:00:44 -0400 (Wed, 23 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/itertools.rst
+
+Use correct indentation.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65211&view=rev r65211] | benjamin.peterson | 2008-07-23 22:27:46 -0400 (Wed, 23 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/development.rst
+
+fix spacing
+
+-----------------------------------
+[http://svn.python.org/view?rev=65226&view=rev r65226] | benjamin.peterson | 2008-07-25 13:02:11 -0400 (Fri, 25 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/itertools.rst
+
+document default value for fillvalue
+
+-----------------------------------
+[http://svn.python.org/view?rev=65246&view=rev r65246] | andrew.kuchling | 2008-07-26 09:08:19 -0400 (Sat, 26 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/stdtypes.rst
+
+This sentence continues to bug me; rewrite it for the second time
+
+-----------------------------------
+[http://svn.python.org/view?rev=65247&view=rev r65247] | andrew.kuchling | 2008-07-26 09:09:06 -0400 (Sat, 26 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/email.message.rst
+
+Remove extra words
+
+-----------------------------------
+[http://svn.python.org/view?rev=65253&view=rev r65253] | georg.brandl | 2008-07-26 18:13:29 -0400 (Sat, 26 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/inputoutput.rst
+
+Shorten some overlong lines.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65259&view=rev r65259] | benjamin.peterson | 2008-07-27 11:22:14 -0400 (Sun, 27 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/subprocess.rst
+
+clarify Popen argument
+
+-----------------------------------
+[http://svn.python.org/view?rev=65263&view=rev r65263] | andrew.kuchling | 2008-07-28 13:04:48 -0400 (Mon, 28 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/popen2.rst
+
+Clarify wording
+
+-----------------------------------
+[http://svn.python.org/view?rev=65293&view=rev r65293] | benjamin.peterson | 2008-07-29 15:28:49 -0400 (Tue, 29 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/stdtypes.rst
+
+the from __future__ import  with_statement isn't needed in 2.6
+
+-----------------------------------
+[http://svn.python.org/view?rev=65315&view=rev r65315] | mark.dickinson | 2008-07-30 16:23:15 -0400 (Wed, 30 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/math.rst
+
+Add note about problems with math.fsum on x86 hardware.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65366&view=rev r65366] | mark.dickinson | 2008-08-01 05:13:07 -0400 (Fri, 01 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/math.rst
+
+Tone down math.fsum warning.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65378&view=rev r65378] | georg.brandl | 2008-08-01 16:04:43 -0400 (Fri, 01 Aug 2008) | 4 lines
+Changed paths:
+   A /python/trunk/Doc/reference/grammar.rst
+   M /python/trunk/Doc/reference/index.rst
+
+Add the grammar to the reference manual, since the new docs don't
+have the feature of putting all the small EBNF snippets together
+into one big file.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65379&view=rev r65379] | georg.brandl | 2008-08-01 16:13:29 -0400 (Fri, 01 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/reference/simple_stmts.rst
+
+This should really be a comment.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65382&view=rev r65382] | benjamin.peterson | 2008-08-01 22:57:17 -0400 (Fri, 01 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/tutorial/controlflow.rst
+
+fix indentation that caused logic bug
+
+-----------------------------------
+[http://svn.python.org/view?rev=65383&view=rev r65383] | benjamin.peterson | 2008-08-01 23:05:11 -0400 (Fri, 01 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/tutorial/controlflow.rst
+
+revert last revision; code was right
+
+-----------------------------------
+[http://svn.python.org/view?rev=65430&view=rev r65430] | georg.brandl | 2008-08-03 05:21:18 -0400 (Sun, 03 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/site.rst
+
+#3495: use current version.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65469&view=rev r65469] | gregory.p.smith | 2008-08-03 21:03:50 -0400 (Sun, 03 Aug 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Doc/library/subprocess.rst
+
+issue1606: Add warnings to the subprocess documentation about common pitfalls
+of using pipes that cause deadlocks.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65477&view=rev r65477] | georg.brandl | 2008-08-04 03:23:29 -0400 (Mon, 04 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/tempfile.rst
+
+Template is always "tmp".
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65480&view=rev r65480] | georg.brandl | 2008-08-04 03:31:50 -0400 (Mon, 04 Aug 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Doc/library/select.rst
+
+Clarify the meaning of the select() parameters and sync
+names with docstring.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65487&view=rev r65487] | nick.coghlan | 2008-08-04 08:40:59 -0400 (Mon, 04 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/reference/datamodel.rst
+
+Issue 643841: better documentation of the special method lookup process, especially for new-style classes. Also removes the warnings about not being authoritative for new-style classes - the language reference actually covers those fairly well now (albeit in a fashion that isn't always particularly easy to follow).
+
+-----------------------------------
+[http://svn.python.org/view?rev=65502&view=rev r65502] | gregory.p.smith | 2008-08-04 14:34:07 -0400 (Mon, 04 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/subprocess.rst
+
+more cleanup ups of the recently added warnings in the subprocess docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65558&view=rev r65558] | georg.brandl | 2008-08-06 13:20:41 -0400 (Wed, 06 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/reference/lexical_analysis.rst
+
+Fix longstringitem definition. #3505.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65591&view=rev r65591] | georg.brandl | 2008-08-08 02:42:20 -0400 (Fri, 08 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/reference/expressions.rst
+
+#3519: callee is an expression too.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65601&view=rev r65601] | georg.brandl | 2008-08-08 11:34:34 -0400 (Fri, 08 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/inputoutput.rst
+
+Remove mention of backquotes in the tutorial.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65639&view=rev r65639] | georg.brandl | 2008-08-11 06:27:31 -0400 (Mon, 11 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/mailbox.rst
+
+#3540: fix exception name.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65658&view=rev r65658] | bill.janssen | 2008-08-12 13:09:57 -0400 (Tue, 12 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/ssl.rst
+
+update ssl documentation
+
+-----------------------------------
+[http://svn.python.org/view?rev=65693&view=rev r65693] | georg.brandl | 2008-08-15 14:35:09 -0400 (Fri, 15 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/reference/expressions.rst
+
+#3558: Attribute reference binds more tightly than subscription and call.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65702&view=rev r65702] | gregory.p.smith | 2008-08-15 19:14:00 -0400 (Fri, 15 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/os.rst
+
+document that waitpid raises OSError
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65707&view=rev r65707] | benjamin.peterson | 2008-08-15 23:13:07 -0400 (Fri, 15 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/os.rst
+
+note how os.utime should be used for emulating touch
+
+-----------------------------------
+[http://svn.python.org/view?rev=65715&view=rev r65715] | benjamin.peterson | 2008-08-16 17:04:16 -0400 (Sat, 16 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/language.rst
+   A /python/trunk/Doc/library/symtable.rst
+
+add some documentation for symtable
+
+-----------------------------------
+[http://svn.python.org/view?rev=65726&view=rev r65726] | georg.brandl | 2008-08-16 18:37:05 -0400 (Sat, 16 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/symtable.rst
+
+Review symtable docs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65737&view=rev r65737] | benjamin.peterson | 2008-08-16 21:17:15 -0400 (Sat, 16 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/symtable.rst
+
+a few improvements
+
+-----------------------------------
+[http://svn.python.org/view?rev=65812&view=rev r65812] | nick.coghlan | 2008-08-18 09:32:19 -0400 (Mon, 18 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/c-api/object.rst
+
+Fix typo
+
+-----------------------------------
+[http://svn.python.org/view?rev=65995&view=rev r65995] | georg.brandl | 2008-08-23 11:15:31 -0400 (Sat, 23 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/types.rst
+
+Small updates to types member docs, backport from [http://svn.python.org/view?rev=65994&view=rev r65994].
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66004&view=rev r66004] | benjamin.peterson | 2008-08-23 17:40:15 -0400 (Sat, 23 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/types.rst
+
+fix warning
+
+-----------------------------------
+[http://svn.python.org/view?rev=66017&view=rev r66017] | benjamin.peterson | 2008-08-24 17:55:03 -0400 (Sun, 24 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/bugs.rst
+
+remove note about unimplemented feature
+
+-----------------------------------
+[http://svn.python.org/view?rev=66053&view=rev r66053] | georg.brandl | 2008-08-28 05:40:18 -0400 (Thu, 28 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/extending/windows.rst
+
+#3711: .dll isn't a valid Python extension anymore.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66060&view=rev r66060] | armin.rigo | 2008-08-29 17:21:52 -0400 (Fri, 29 Aug 2008) | 3 lines
+Changed paths:
+   A /python/trunk/Lib/test/crashers/iter.py
+
+A collection of crashers, all variants of the idea
+of issue #3720.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66062&view=rev r66062] | georg.brandl | 2008-08-30 05:49:36 -0400 (Sat, 30 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/basehttpserver.rst
+
+#3730: mention "server" attribute explicitly.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66063&view=rev r66063] | georg.brandl | 2008-08-30 05:52:44 -0400 (Sat, 30 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/reference/datamodel.rst
+
+#3716: fix typo.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66065&view=rev r66065] | georg.brandl | 2008-08-30 06:03:09 -0400 (Sat, 30 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/functions.rst
+
+#3569: eval() also accepts "exec"able code objects.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66067&view=rev r66067] | georg.brandl | 2008-08-30 09:17:39 -0400 (Sat, 30 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/functions.rst
+
+super() actually returns a super object.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66072&view=rev r66072] | andrew.kuchling | 2008-08-30 11:21:23 -0400 (Sat, 30 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/ctypes.rst
+
+Tidy up some sentences
+
+-----------------------------------
+[http://svn.python.org/view?rev=66085&view=rev r66085] | nick.coghlan | 2008-08-31 09:10:50 -0400 (Sun, 31 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/reference/datamodel.rst
+
+Issue 2235: document the ability to block inheritance of __hash__ in the language reference
+
+-----------------------------------
+[http://svn.python.org/view?rev=66098&view=rev r66098] | georg.brandl | 2008-09-01 10:15:55 -0400 (Mon, 01 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/codecs.rst
+
+#3749: fix c'n'p errors.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66110&view=rev r66110] | vinay.sajip | 2008-09-01 11:08:07 -0400 (Mon, 01 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/logging.rst
+
+Added section about configuring logging in a library. Thanks to Thomas Heller for the idea.
+
+-----------------------------------
+[http://svn.python.org/view?rev=66118&view=rev r66118] | vinay.sajip | 2008-09-01 13:44:14 -0400 (Mon, 01 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/logging.rst
+
+Bug #3738: Documentation is now more accurate in describing handler close methods.
+
+-----------------------------------
+[http://svn.python.org/view?rev=66136&view=rev r66136] | andrew.kuchling | 2008-09-01 21:39:18 -0400 (Mon, 01 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/warnings.rst
+
+typo fix
+
+-----------------------------------
+[http://svn.python.org/view?rev=66229&view=rev r66229] | brett.cannon | 2008-09-04 23:52:59 -0400 (Thu, 04 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/warnings.rst
+
+Make it more obvious that warnings.catch_warnings() and its arguments should be considered keyword-only.
+
+-----------------------------------
+[http://svn.python.org/view?rev=66250&view=rev r66250] | andrew.kuchling | 2008-09-06 09:04:02 -0400 (Sat, 06 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/optparse.rst
+
+#3040: include 'dest' argument in example; trim some trailing whitespace
+
+-----------------------------------
+[http://svn.python.org/view?rev=66268&view=rev r66268] | andrew.kuchling | 2008-09-06 16:28:01 -0400 (Sat, 06 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/sqlite3.rst
+
+#3669 from Robert Lehmann: simplify use of iterator in example
+
+-----------------------------------
+[http://svn.python.org/view?rev=66272&view=rev r66272] | andrew.kuchling | 2008-09-06 17:26:02 -0400 (Sat, 06 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/smtplib.rst
+
+#1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp attributes
+
+-----------------------------------
+[http://svn.python.org/view?rev=66294&view=rev r66294] | georg.brandl | 2008-09-07 13:00:17 -0400 (Sun, 07 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/howto/index.rst
+   A /python/trunk/Doc/howto/webservers.rst
+
+Add a new howto about Python and the web, by Marek Kubica.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66306&view=rev r66306] | mark.summerfield | 2008-09-08 10:45:37 -0400 (Mon, 08 Sep 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Doc/library/getopt.rst
+   M /python/trunk/Doc/library/optparse.rst
+
+Added xrefs to each other.
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66350&view=rev r66350] | georg.brandl | 2008-09-09 16:28:31 -0400 (Tue, 09 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/using/mac.rst
+
+#3472: update Mac-bundled Python version info.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66358&view=rev r66358] | benjamin.peterson | 2008-09-09 19:16:48 -0400 (Tue, 09 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/Makefile
+
+use the latest pygments version
+
+-----------------------------------
+[http://svn.python.org/view?rev=66394&view=rev r66394] | benjamin.peterson | 2008-09-11 18:04:02 -0400 (Thu, 11 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/string.rst
+
+fix typo
+
+-----------------------------------
+[http://svn.python.org/view?rev=66433&view=rev r66433] | andrew.kuchling | 2008-09-12 22:08:30 -0400 (Fri, 12 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/reference/index.rst
+
+Use title case
+
+-----------------------------------
+[http://svn.python.org/view?rev=66434&view=rev r66434] | andrew.kuchling | 2008-09-12 22:09:15 -0400 (Fri, 12 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/index.rst
+
+Remove extra 'the'; the following title includes it
+
+-----------------------------------
+[http://svn.python.org/view?rev=66435&view=rev r66435] | andrew.kuchling | 2008-09-12 22:11:51 -0400 (Fri, 12 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/stdtypes.rst
+
+#3288: Document as_integer_ratio
+
+-----------------------------------
+[http://svn.python.org/view?rev=66436&view=rev r66436] | andrew.kuchling | 2008-09-12 22:14:15 -0400 (Fri, 12 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/tutorial/index.rst
+
+Use title case
+
+-----------------------------------
+[http://svn.python.org/view?rev=66447&view=rev r66447] | georg.brandl | 2008-09-13 13:18:11 -0400 (Sat, 13 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/classes.rst
+   M /python/trunk/Doc/tutorial/controlflow.rst
+   M /python/trunk/Doc/tutorial/datastructures.rst
+   M /python/trunk/Doc/tutorial/introduction.rst
+
+Incorporate some suggestions by Tait Stevens.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66450&view=rev r66450] | benjamin.peterson | 2008-09-13 13:31:08 -0400 (Sat, 13 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/tutorial/datastructures.rst
+
+remove duplicate target
+
+-----------------------------------
+[http://svn.python.org/view?rev=66459&view=rev r66459] | benjamin.peterson | 2008-09-14 12:02:22 -0400 (Sun, 14 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/functions.rst
+
+clarify that radix for int is not 'guessed'
+
+-----------------------------------
+[http://svn.python.org/view?rev=66465&view=rev r66465] | skip.montanaro | 2008-09-14 22:03:05 -0400 (Sun, 14 Sep 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Doc/glossary.rst
+
+Review usage.  Fix a mistake in the new-style class definition.  Add a
+couple new definitions (CPython and virtual machine).
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66466&view=rev r66466] | skip.montanaro | 2008-09-14 22:19:53 -0400 (Sun, 14 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/glossary.rst
+
+Pick up a few more definitions from the glossary on the wiki.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66483&view=rev r66483] | georg.brandl | 2008-09-16 06:17:45 -0400 (Tue, 16 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/tutorial/errors.rst
+
+Fix typo.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66487&view=rev r66487] | skip.montanaro | 2008-09-17 07:50:36 -0400 (Wed, 17 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/collections.rst
+
+usage
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66491&view=rev r66491] | benjamin.peterson | 2008-09-17 17:54:56 -0400 (Wed, 17 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/compileall.rst
+
+document compileall command flags
+
+-----------------------------------
+[http://svn.python.org/view?rev=66510&view=rev r66510] | josiah.carlson | 2008-09-18 22:07:22 -0400 (Thu, 18 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/asynchat.rst
+
+Fix for documentation bug.  Fixes issue 3904.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66512&view=rev r66512] | raymond.hettinger | 2008-09-19 04:07:48 -0400 (Fri, 19 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/functions.rst
+
+Improve docs for super().
+
+-----------------------------------
+[http://svn.python.org/view?rev=66524&view=rev r66524] | georg.brandl | 2008-09-21 03:15:59 -0400 (Sun, 21 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/unittest.rst
+
+#3912: document default for *places* arg.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66526&view=rev r66526] | georg.brandl | 2008-09-21 03:18:28 -0400 (Sun, 21 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/reference/simple_stmts.rst
+
+#3914: add //= to the augmented assign operators.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66532&view=rev r66532] | georg.brandl | 2008-09-21 03:36:22 -0400 (Sun, 21 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/Makefile
+   M /python/trunk/Doc/README.txt
+
+Update readme and Makefile (web builder doesn't exist).
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66535&view=rev r66535] | georg.brandl | 2008-09-21 04:03:21 -0400 (Sun, 21 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/random.rst
+
+#3918: note that uniform() args can be swapped.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66538&view=rev r66538] | georg.brandl | 2008-09-21 06:03:39 -0400 (Sun, 21 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/Makefile
+
+Add "dist" target.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66561&view=rev r66561] | benjamin.peterson | 2008-09-22 18:13:29 -0400 (Mon, 22 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/platform.rst
+
+clean up docs for platform's linux_distribution and dist functions
+
+-----------------------------------
+[http://svn.python.org/view?rev=66564&view=rev r66564] | benjamin.peterson | 2008-09-23 09:32:46 -0400 (Tue, 23 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/reference/expressions.rst
+
+mention how to override boolean evaluation
+
+-----------------------------------
+[http://svn.python.org/view?rev=66580&view=rev r66580] | georg.brandl | 2008-09-24 05:47:55 -0400 (Wed, 24 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/library/json.rst
+
+Indentation normalization.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66610&view=rev r66610] | andrew.kuchling | 2008-09-24 13:27:55 -0400 (Wed, 24 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/socket.rst
+
+Improve wording
+
+-----------------------------------
+[http://svn.python.org/view?rev=66625&view=rev r66625] | benjamin.peterson | 2008-09-25 22:58:36 -0400 (Thu, 25 Sep 2008) | 1 line
+Changed paths:
+   A /python/trunk/Doc/howto/cporting.rst
+   M /python/trunk/Doc/howto/index.rst
+
+add the beginnings of a C-API 2 -> 3 porting guide
+
+-----------------------------------
+[http://svn.python.org/view?rev=66628&view=rev r66628] | benjamin.peterson | 2008-09-26 16:52:06 -0400 (Fri, 26 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/howto/cporting.rst
+
+add an 'other options' section
+
+-----------------------------------
+[http://svn.python.org/view?rev=66629&view=rev r66629] | georg.brandl | 2008-09-26 17:15:21 -0400 (Fri, 26 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Doc/howto/cporting.rst
+
+typos.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66660&view=rev r66660] | andrew.kuchling | 2008-09-27 18:54:08 -0400 (Sat, 27 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/site.rst
+
+#3510: future-proof text
+
+-----------------------------------
+[http://svn.python.org/view?rev=66661&view=rev r66661] | benjamin.peterson | 2008-09-27 19:28:43 -0400 (Sat, 27 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/howto/cporting.rst
+
+clarify a few things
+
+-----------------------------------
+[http://svn.python.org/view?rev=66662&view=rev r66662] | andrew.kuchling | 2008-09-27 20:15:27 -0400 (Sat, 27 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/os.rst
+
+#1579477: mention necessity to flush output before exec'ing
+
+-----------------------------------
+[http://svn.python.org/view?rev=66663&view=rev r66663] | andrew.kuchling | 2008-09-27 21:08:47 -0400 (Sat, 27 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/optparse.rst
+
+#1415508: Document two functions
+
+-----------------------------------
+[http://svn.python.org/view?rev=66664&view=rev r66664] | benjamin.peterson | 2008-09-27 21:51:36 -0400 (Sat, 27 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Doc/library/autogil.rst
+
+better grammar
+

Added: sandbox/trunk/py2.5.3/test-only.txt
==============================================================================
--- (empty file)
+++ sandbox/trunk/py2.5.3/test-only.txt	Wed Oct  8 14:21:18 2008
@@ -0,0 +1,1821 @@
+Commits that only affect the Lib/test/ directory -- lower-priority for
+2.5.3 than commits that fix bugs in library or interpreter code.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61021&view=rev r61021] | georg.brandl | 2008-02-23 17:35:33 -0500 (Sat, 23 Feb 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_bisect.py
+   M /python/trunk/Lib/test/test_heapq.py
+
+In test_heapq and test_bisect, test both the Python and the C implementation.
+Originally written for GHOP by Josip Dzolonga, heavily patched by me.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61060&view=rev r61060] | brett.cannon | 2008-02-25 00:33:33 -0500 (Mon, 25 Feb 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_support.py
+
+Fix a minor typo in a docstring.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61063&view=rev r61063] | andrew.kuchling | 2008-02-25 11:29:19 -0500 (Mon, 25 Feb 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_curses.py
+
+Move .setupterm() output so that we don't try to call endwin() if it fails
+
+-----------------------------------
+[http://svn.python.org/view?rev=61077&view=rev r61077] | neal.norwitz | 2008-02-25 23:50:37 -0500 (Mon, 25 Feb 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_ftplib.py
+
+Don't use a hard coded port.  This test could hang/fail if the port is in use.
+Speed this test up by avoiding a sleep and using the event.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61081&view=rev r61081] | neal.norwitz | 2008-02-26 03:04:59 -0500 (Tue, 26 Feb 2008) | 7 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_smtplib.py
+
+Speed up this test by about 99%.  Remove sleeps and replace with events.
+(This may fail on some slow platforms, but we can fix those cases which
+should be relatively isolated and easier to find now.)
+Move two test cases that didn't require a server to be started
+to a separate TestCase.  These tests were taking 3 seconds which
+is what the timeout was set to.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61090&view=rev r61090] | raymond.hettinger | 2008-02-26 20:08:30 -0500 (Tue, 26 Feb 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_itertools.py
+
+Larger test range
+
+-----------------------------------
+[http://svn.python.org/view?rev=61099&view=rev r61099] | jeffrey.yasskin | 2008-02-28 00:53:18 -0500 (Thu, 28 Feb 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_socketserver.py
+
+Speed test_socketserver up from 28.739s to 0.226s, simplify the logic, and make
+sure all tests run even if some fail.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61113&view=rev r61113] | christian.heimes | 2008-02-28 16:00:45 -0500 (Thu, 28 Feb 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_signal.py
+
+Windows fix for signal test - skip it earlier
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61192&view=rev r61192] | brett.cannon | 2008-03-02 21:41:40 -0500 (Sun, 02 Mar 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_largefile.py
+
+Move test_largefile over to using 'with' statements for open files.
+
+Also rename the driver function to test_main() instead of main_test().
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61194&view=rev r61194] | brett.cannon | 2008-03-02 22:24:48 -0500 (Sun, 02 Mar 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_largefile.py
+
+Add a note in the main test class' docstring that the order of execution of the
+tests is important.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61195&view=rev r61195] | brett.cannon | 2008-03-02 22:26:43 -0500 (Sun, 02 Mar 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_pep247.py
+
+Add a note in the main test class' docstring that the order of execution of the
+tests is important.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61198&view=rev r61198] | brett.cannon | 2008-03-02 23:19:29 -0500 (Sun, 02 Mar 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_al.py
+   M /python/trunk/Lib/test/test_audioop.py
+   M /python/trunk/Lib/test/test_cd.py
+   M /python/trunk/Lib/test/test_cl.py
+   M /python/trunk/Lib/test/test_dbm.py
+   M /python/trunk/Lib/test/test_gl.py
+   M /python/trunk/Lib/test/test_imageop.py
+   M /python/trunk/Lib/test/test_imgfile.py
+   M /python/trunk/Lib/test/test_sunaudiodev.py
+
+Add test_main() functions to various tests where it was simple to do. Done so
+that regrtest can execute the test_main() directly instead of relying on import
+side-effects.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61207&view=rev r61207] | christian.heimes | 2008-03-03 15:30:29 -0500 (Mon, 03 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_inspect.py
+
+15 -> 16
+
+-----------------------------------
+[http://svn.python.org/view?rev=61210&view=rev r61210] | georg.brandl | 2008-03-03 15:39:00 -0500 (Mon, 03 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_inspect.py
+
+15 -> 16, the 2nd
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61242&view=rev r61242] | neal.norwitz | 2008-03-05 00:14:18 -0500 (Wed, 05 Mar 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_winsound.py
+
+Get this test to pass even when there is no sound card in the system.
+Patch from Trent Nelson.  (I can't test this.)
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61244&view=rev r61244] | neal.norwitz | 2008-03-05 00:38:06 -0500 (Wed, 05 Mar 2008) | 5 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_smtplib.py
+
+Make the timeout longer to give slow machines a chance to pass the test
+before timing out.  This doesn't change the duration of the test under
+normal circumstances.  This is targetted at fixing the spurious failures
+on the FreeBSD buildbot primarily.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61248&view=rev r61248] | jeffrey.yasskin | 2008-03-05 01:19:56 -0500 (Wed, 05 Mar 2008) | 5 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_socketserver.py
+
+Fix test_socketserver on Windows after [http://svn.python.org/view?rev=61099&view=rev r61099] added several signal.alarm()
+calls (which don't exist on non-Unix platforms).
+
+Thanks to Trent Nelson for the report and patch.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61285&view=rev r61285] | raymond.hettinger | 2008-03-06 15:52:01 -0500 (Thu, 06 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_itertools.py
+
+More tests.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61332&view=rev r61332] | neal.norwitz | 2008-03-09 15:03:42 -0400 (Sun, 09 Mar 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_ssl.py
+
+Introduce a lock to fix a race condition which caused an exception in the test.
+Some buildbots were consistently failing (e.g., amd64).
+Also remove a couple of semi-colons.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61382&view=rev r61382] | brett.cannon | 2008-03-14 10:03:10 -0400 (Fri, 14 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_gdbm.py
+
+Remove a bad test.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61495&view=rev r61495] | jeffrey.yasskin | 2008-03-18 00:56:06 -0400 (Tue, 18 Mar 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_thread.py
+
+Speed test_thread up from 51.328s to 0.081s by reducing its sleep times. We
+still sleep at all to make it likely that all threads are active at the same
+time.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61496&view=rev r61496] | jeffrey.yasskin | 2008-03-18 01:12:41 -0400 (Tue, 18 Mar 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_dict.py
+
+Speed up test_dict by about 10x by only checking selected dict literal sizes,
+instead of every integer from 0 to 400. Exhaustive testing wastes time without
+providing enough more assurance that the code is correct.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61498&view=rev r61498] | neal.norwitz | 2008-03-18 01:20:29 -0400 (Tue, 18 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_smtplib.py
+
+Try increasing the timeout to reduce the flakiness of this test.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61503&view=rev r61503] | brett.cannon | 2008-03-18 01:43:04 -0400 (Tue, 18 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_errno.py
+
+Improve the error message for a test that failed on the S-390 Debian buildbot.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61504&view=rev r61504] | jeffrey.yasskin | 2008-03-18 01:45:40 -0400 (Tue, 18 Mar 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/regrtest.py
+
+Add a -S/--slow flag to regrtest to have it print the 10 slowest tests with
+their times.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61507&view=rev r61507] | neal.norwitz | 2008-03-18 02:03:46 -0400 (Tue, 18 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_errno.py
+
+Add some info to the failure messages
+
+-----------------------------------
+[http://svn.python.org/view?rev=61515&view=rev r61515] | martin.v.loewis | 2008-03-18 08:20:15 -0400 (Tue, 18 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_errno.py
+
+norwitz-amd64 (gentoo) has EREMOTEIO.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61516&view=rev r61516] | martin.v.loewis | 2008-03-18 08:45:37 -0400 (Tue, 18 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_errno.py
+
+Add more Linux error codes.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61517&view=rev r61517] | martin.v.loewis | 2008-03-18 09:05:03 -0400 (Tue, 18 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_errno.py
+
+Add WSA errors.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61518&view=rev r61518] | martin.v.loewis | 2008-03-18 09:16:05 -0400 (Tue, 18 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_parser.py
+
+Note that the stderr output of the test is intentional.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61524&view=rev r61524] | brett.cannon | 2008-03-18 11:52:00 -0400 (Tue, 18 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_errno.py
+
+Fix test_errno to only check for error numbers that are defined by Standard C.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61525&view=rev r61525] | steven.bethard | 2008-03-18 12:00:19 -0400 (Tue, 18 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_shelve.py
+
+Use test_support.unlink instead of os.unlink in tearDown().  (Seems to fix an occasional failure in Windows Vista.)
+
+-----------------------------------
+[http://svn.python.org/view?rev=61532&view=rev r61532] | neal.norwitz | 2008-03-18 13:58:02 -0400 (Tue, 18 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/regrtest.py
+
+Get regrtest working when re-running tests
+
+-----------------------------------
+[http://svn.python.org/view?rev=61539&view=rev r61539] | steven.bethard | 2008-03-18 15:04:32 -0400 (Tue, 18 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_winsound.py
+
+_have_soundcard() is a bad check for winsound.Beep, since you can have a soundcard but have the beep driver disabled. This revision basically disables the beep tests by wrapping them in a try/except. The Right Way To Do It is to come up with a _have_enabled_beep_driver() and use that.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61556&view=rev r61556] | steven.bethard | 2008-03-18 15:59:14 -0400 (Tue, 18 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_atexit.py
+
+Fix test_atexit so that it still passes when -3 is supplied. (It was catching the warning messages on stdio from using the reload() function.)
+
+-----------------------------------
+[http://svn.python.org/view?rev=61605&view=rev r61605] | martin.v.loewis | 2008-03-19 02:00:28 -0400 (Wed, 19 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_import.py
+
+Import relimport using a relative import.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61622&view=rev r61622] | eric.smith | 2008-03-19 08:09:55 -0400 (Wed, 19 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_print.py
+
+Use test.test_support.captured_stdout instead of a custom contextmanager.
+Thanks Nick Coghlan.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61623&view=rev r61623] | eric.smith | 2008-03-19 08:15:10 -0400 (Wed, 19 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_int_literal.py
+
+Trivial typo.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61650&view=rev r61650] | trent.nelson | 2008-03-19 18:51:42 -0400 (Wed, 19 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_socketserver.py
+
+Bump the SIGALM delay from 3 seconds to 20 seconds, mainly in an effort to see if it fixes the alarm failures in this test experienced by some of the buildbots.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61658&view=rev r61658] | trent.nelson | 2008-03-19 20:58:44 -0400 (Wed, 19 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_socketserver.py
+
+Revert [http://svn.python.org/view?rev=61650&view=rev r61650]; the intent of this commit was to try and address alarm failures on some of the build slaves.  As Neal points out, it's called after test_main(), so it's not going to factor into the test when run via regrtest.py (and removes the original functionality that Jeffrey wanted that would kill the test if it took longer than 3 seconds to run when executing it directly during development).
+
+-----------------------------------
+[http://svn.python.org/view?rev=61665&view=rev r61665] | gregory.p.smith | 2008-03-20 01:41:53 -0400 (Thu, 20 Mar 2008) | 7 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_fcntl.py
+   M /python/trunk/Lib/test/test_ioctl.py
+
+Attempt to fix the Solaris Sparc 10 buildbot.  It was failing with an invalid
+argument error on ioctl.  This was caused by the added test_fcntl ioctl test
+that hard coded 0 as the fd to use.  Without a terminal, this fails on solaris.
+(it passed from the command line on sol 10, both 32 and 64 bit)
+
+Also, test_ioctl exists so I moved the test into there where it belongs.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61687&view=rev r61687] | jeffrey.yasskin | 2008-03-21 01:02:44 -0400 (Fri, 21 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_signal.py
+
+Speed up test_signal from ~24s to 4s by avoiding nearly all of the sleep calls.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61688&view=rev r61688] | jeffrey.yasskin | 2008-03-21 01:51:37 -0400 (Fri, 21 Mar 2008) | 5 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_signal.py
+
+Try to fix test_signal breakages on Linux due to [http://svn.python.org/view?rev=61687&view=rev r61687]. It appears that at
+least two of the linux build bots aren't leaving zombie processes around for
+os.waitpid to wait for, causing ECHILD errors. This would be a symptom of a bug
+somewhere, but probably not in signal itself.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61704&view=rev r61704] | jeffrey.yasskin | 2008-03-21 14:25:06 -0400 (Fri, 21 Mar 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_signal.py
+
+Try to fix test_signal on FreeBSD. I'm assuming that os.kill is failing to
+raise a signal, but switching to subprocess makes the code cleaner anyway.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61705&view=rev r61705] | jeffrey.yasskin | 2008-03-21 14:48:04 -0400 (Fri, 21 Mar 2008) | 7 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_threading.py
+
+Speed test_threading up from 14s to .5s, and avoid a deadlock on certain
+failures. The test for enumerate-after-join is now a little less rigorous, but
+the bug it references says the error happened in the first couple iterations,
+so 100 iterations should still be enough.
+
+cProfile was useful for identifying the slow tests here.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61731&view=rev r61731] | facundo.batista | 2008-03-21 22:45:37 -0400 (Fri, 21 Mar 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_decimal.py
+
+
+Small fix that complicated the test actually when that
+test failed.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61776&view=rev r61776] | neal.norwitz | 2008-03-22 23:43:33 -0400 (Sat, 22 Mar 2008) | 7 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_timeout.py
+
+Try to make this test a little more robust and not fail with:
+  timeout (10.0025) is more than 2 seconds more than expected (0.001)
+
+I'm assuming this problem is caused by DNS lookup.  This change
+does a DNS lookup of the hostname before trying to connect, so the time
+is not included.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61777&view=rev r61777] | neal.norwitz | 2008-03-23 00:08:30 -0400 (Sun, 23 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_xmlrpc.py
+
+Speed up the test by avoiding socket timeouts.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61778&view=rev r61778] | neal.norwitz | 2008-03-23 00:43:09 -0400 (Sun, 23 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_epoll.py
+
+Skip the epoll test if epoll() does not work
+
+-----------------------------------
+[http://svn.python.org/view?rev=61780&view=rev r61780] | neal.norwitz | 2008-03-23 01:47:20 -0400 (Sun, 23 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_socket_ssl.py
+
+Suppress failure (to avoid a flaky test) if we cannot connect to svn.python.org
+
+-----------------------------------
+[http://svn.python.org/view?rev=61782&view=rev r61782] | neal.norwitz | 2008-03-23 02:16:04 -0400 (Sun, 23 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_socketserver.py
+
+Try to prevent the alarm going off early in tearDown
+
+-----------------------------------
+[http://svn.python.org/view?rev=61863&view=rev r61863] | neal.norwitz | 2008-03-25 00:17:38 -0400 (Tue, 25 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_deque.py
+   M /python/trunk/Lib/test/test_uu.py
+
+Fix a bunch of UnboundLocalErrors when the tests fail.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61869&view=rev r61869] | neal.norwitz | 2008-03-25 02:35:10 -0400 (Tue, 25 Mar 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_set.py
+
+Don't try to close a non-open file.
+Don't let file removal cause the test to fail.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61870&view=rev r61870] | neal.norwitz | 2008-03-25 03:00:39 -0400 (Tue, 25 Mar 2008) | 7 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_signal.py
+
+Try to get this test to be more stable:
+ * disable gc during the test run because we are spawning objects and there
+   was an exception when calling Popen.__del__
+ * Always set an alarm handler so the process doesn't exit if the test fails
+   (should probably add assertions on the value of hndl_called in more places)
+ * Using a negative time causes Linux to treat it as zero, so disable that test.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61922&view=rev r61922] | neal.norwitz | 2008-03-26 00:55:51 -0400 (Wed, 26 Mar 2008) | 6 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_timeout.py
+
+Try to get this test to be less flaky.  It was failing sometimes because
+the connect would succeed before the timeout occurred.  Try using an
+address and port that hopefully doesn't exist to ensure we get no response.
+If this doesn't work, we can use a public address close to python.org
+and hopefully that address never gets taken.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61923&view=rev r61923] | jerry.seutter | 2008-03-26 01:03:03 -0400 (Wed, 26 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_imaplib.py
+
+Changed test so it no longer runs as a side effect of importing.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61925&view=rev r61925] | jerry.seutter | 2008-03-26 01:32:51 -0400 (Wed, 26 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_format.py
+
+Changed test so it no longer runs as a side effect of importing.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61926&view=rev r61926] | jerry.seutter | 2008-03-26 01:58:14 -0400 (Wed, 26 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_ntpath.py
+
+Changed test so it no longer runs as a side effect of importing.
+
+-----------------------------------
+[http://svn.python.org/view?rev=61978&view=rev r61978] | georg.brandl | 2008-03-27 09:34:59 -0400 (Thu, 27 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/outstanding_bugs.py
+
+The bug for which there was a test in outstanding_bugs.py was agreed not to be a bug.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61985&view=rev r61985] | neal.norwitz | 2008-03-28 00:41:34 -0400 (Fri, 28 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_telnetlib.py
+
+Allow use of other ports so the test can pass if 9091 is in use
+
+-----------------------------------
+[http://svn.python.org/view?rev=61986&view=rev r61986] | jeffrey.yasskin | 2008-03-28 00:53:10 -0400 (Fri, 28 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_socket.py
+
+Print more information the next time test_socket throws the wrong exception.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61993&view=rev r61993] | neal.norwitz | 2008-03-28 02:34:03 -0400 (Fri, 28 Mar 2008) | 11 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_xmlrpc.py
+
+Bug 1503: Get the test to pass on OSX.  This should make the test more
+reliable, but I'm not convinced it is the right solution.  We need
+to determine if this causes the test to hang on any platforms or do
+other bad things.
+
+Even if it gets the test to pass reliably, it might be that we want
+to fix this in socket.  The socket returned from accept() is different
+on different platforms (inheriting attributes or not) and we might
+want to ensure that the attributes (at least blocking) is the same
+across all platforms.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=61997&view=rev r61997] | neal.norwitz | 2008-03-28 03:36:31 -0400 (Fri, 28 Mar 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_sax.py
+
+Name the main method correctly so the test is run
+
+-----------------------------------
+[http://svn.python.org/view?rev=61998&view=rev r61998] | gregory.p.smith | 2008-03-28 04:00:44 -0400 (Fri, 28 Mar 2008) | 7 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_urllib2_localnet.py
+   M /python/trunk/Lib/test/test_urllib2net.py
+
+This patch moves some tests from test_urllib2_net to test_urllib2_localnet.
+The moved tests use a local server rather than going out to external servers.
+
+Accepts patch from issue2429.
+
+Contributed by Jerry Seutter & Michael Foord (fuzzyman) at PyCon 2008.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62029&view=rev r62029] | amaury.forgeotdarc | 2008-03-28 21:42:31 -0400 (Fri, 28 Mar 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_logging.py
+
+Correctly call the base class tearDown(); 
+otherwise running test_logging twice produce the errors we see on all buildbots
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62038&view=rev r62038] | amaury.forgeotdarc | 2008-03-29 09:14:52 -0400 (Sat, 29 Mar 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/regrtest.py
+
+Now that Lib/test/output is gone, tests should not print anything,
+except in verbose mode.
+Support code is much simpler.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62040&view=rev r62040] | amaury.forgeotdarc | 2008-03-29 09:47:05 -0400 (Sat, 29 Mar 2008) | 5 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_socket.py
+
+The buildbot "x86 W2k8 trunk" seems to hang in test_socket.
+http://www.python.org/dev/buildbot/trunk/x86%20W2k8%20trunk/builds/255/step-test/0
+
+Temporarily increase verbosity of this test.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62042&view=rev r62042] | amaury.forgeotdarc | 2008-03-29 10:53:05 -0400 (Sat, 29 Mar 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_socket.py
+
+Still investigating on the hanging test_socket.
+the test itself doesn't do anything on windows, focus on setUp and tearDown.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62048&view=rev r62048] | georg.brandl | 2008-03-30 02:53:55 -0400 (Sun, 30 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_ast.py
+
+Adapt test_ast to the new ExceptHandler type.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62050&view=rev r62050] | georg.brandl | 2008-03-30 03:09:22 -0400 (Sun, 30 Mar 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_ast.py
+
+Convert test_ast to unittest and add a test for [http://svn.python.org/view?rev=62049&view=rev r62049].
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62085&view=rev r62085] | neal.norwitz | 2008-04-01 01:40:43 -0400 (Tue, 01 Apr 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_mmap.py
+
+Be sure to close the file.  2 places were deleting the file, so it was probably
+fine, but the last change may be required for the test to pass on Windows.
+Should we always close the mmap too?
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62090&view=rev r62090] | brett.cannon | 2008-04-01 08:37:43 -0400 (Tue, 01 Apr 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_support.py
+
+Generalize test.test_support.test_stdout() with a base context manager so that
+it is easy to capture stderr if desired.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62096&view=rev r62096] | amaury.forgeotdarc | 2008-04-01 18:52:48 -0400 (Tue, 01 Apr 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_io.py
+
+Newly enabled test appears to leak:
+it registers the same codec on each iteration.
+Do it only once at load time.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62100&view=rev r62100] | amaury.forgeotdarc | 2008-04-01 20:55:04 -0400 (Tue, 01 Apr 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_collections.py
+
+A DocTestSuite cannot run multiple times: it clears its globals dictionary after the first run.
+
+Rebuild the DocTestSuite on each iteration.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62102&view=rev r62102] | jeffrey.yasskin | 2008-04-02 00:07:44 -0400 (Wed, 02 Apr 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_signal.py
+
+Try to make test_signal less flaky.  I still see some flakiness in
+test_itimer_prof.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62113&view=rev r62113] | amaury.forgeotdarc | 2008-04-02 17:18:46 -0400 (Wed, 02 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_socket.py
+
+Remove debug prints; the buildbot now passes the tests
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62141&view=rev r62141] | jeffrey.yasskin | 2008-04-04 00:51:19 -0400 (Fri, 04 Apr 2008) | 5 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_signal.py
+
+Doh! os.read() raises an OSError, not an IOError when it's interrupted.
+
+And fix some flakiness in test_itimer_prof, which could detect that the timer
+had reached 0 before the signal arrived announcing that fact.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62150&view=rev r62150] | jeffrey.yasskin | 2008-04-04 12:48:19 -0400 (Fri, 04 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_signal.py
+
+Oops again. EINTR is in errno, not signal.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62152&view=rev r62152] | trent.nelson | 2008-04-04 13:26:21 -0400 (Fri, 04 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_socket.py
+
+Issue 2550: extend test_socket.py to test SO_REUSEADDR semantics when bind() is called on identical (host, port) combinations in two separate sockets.  This should raise an EADDRINUSE socket.error in all cases, irrespective of whether or not SO_REUSEADDR is set on the sockets.  However, with Windows, when SO_REUSEADDR is set on the sockets, no error is thrown (an error is thrown when the option isn't set), which results in an extremely wedged python process whenever accept() is called on either of the bound sockets.  I'm committing this test now to observe if it's only Windows that has this behaviour (via the buildbots).  Note: this WILL break all Windows buildbots for now; once I've observed the results on other platforms, I'll revert, then start looking into a patch.
+
+-----------------------------------
+[http://svn.python.org/view?rev=62156&view=rev r62156] | trent.nelson | 2008-04-04 16:04:09 -0400 (Fri, 04 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_socket.py
+
+Revert [http://svn.python.org/view?rev=62152&view=rev r62152] (Issue #2550).  Being able to observe the results of all the buildbots was certainly useful.  All of the platforms that have some form of BSD lineage -- FreeBSD, OS X, Solaris and Tru64 -- all pass the test.  Windows and Linux, on the other hand, don't.  Windows I knew about, Linux was a surprise.  Knowing this, I believe a more appropriate fix will revolve around test_support.bind_socket() -- this method needs to return a port that nothing in the system has bound already.  The best way to do this may just be to rely on ephemeral ports, rather than having the user specify a desired port, then fall back to four random ports, then try 0.
+
+-----------------------------------
+[http://svn.python.org/view?rev=62194&view=rev r62194] | jeffrey.yasskin | 2008-04-06 19:04:28 -0400 (Sun, 06 Apr 2008) | 7 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_signal.py
+
+Add enough debugging information to diagnose failures where the
+HandlerBException is ignored, and fix one such problem, where it was thrown
+during the __del__ method of the previous Popen object.
+
+We may want to find a better way of printing verbose information so it's not
+spammy when the test passes.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62237&view=rev r62237] | trent.nelson | 2008-04-08 20:34:53 -0400 (Tue, 08 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_httplib.py
+   M /python/trunk/Lib/test/test_socket_ssl.py
+
+Fix typo with regards to self.PORT shadowing class variables with the same name.
+
+-----------------------------------
+[http://svn.python.org/view?rev=62239&view=rev r62239] | jerry.seutter | 2008-04-09 01:07:58 -0400 (Wed, 09 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_sundry.py
+
+Changed test so it no longer runs as a side effect of importing.
+
+-----------------------------------
+[http://svn.python.org/view?rev=62260&view=rev r62260] | gregory.p.smith | 2008-04-09 19:11:56 -0400 (Wed, 09 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_quopri.py
+
+better diagnostics
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62266&view=rev r62266] | neal.norwitz | 2008-04-10 01:46:39 -0400 (Thu, 10 Apr 2008) | 5 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_array.py
+   M /python/trunk/Lib/test/test_deque.py
+   M /python/trunk/Lib/test/test_gzip.py
+   M /python/trunk/Lib/test/test_uu.py
+
+Remove the test file before writing it in case there is no write permission.
+This might help fix some of the failures on Windows box(es).  It doesn't hurt
+either way and ensure the tests are a little more self contained (ie have
+less assumptions).
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62313&view=rev r62313] | brett.cannon | 2008-04-12 22:42:36 -0400 (Sat, 12 Apr 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_warnings.py
+
+Fix test_warnings by making the state of things more consistent for each test
+when it is run.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62314&view=rev r62314] | skip.montanaro | 2008-04-12 23:17:30 -0400 (Sat, 12 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_support.py
+
+spelling
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62323&view=rev r62323] | brett.cannon | 2008-04-13 13:09:43 -0400 (Sun, 13 Apr 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_warnings.py
+
+Add an explicit check for output in a test to try to diagnose a failure on
+Windows.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62324&view=rev r62324] | brett.cannon | 2008-04-13 13:41:31 -0400 (Sun, 13 Apr 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_warnings.py
+
+Fix spliting on colons on Windows machines with a file path by limiting the
+number of splits.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62381&view=rev r62381] | amaury.forgeotdarc | 2008-04-18 19:31:33 -0400 (Fri, 18 Apr 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/regrtest.py
+   M /python/trunk/Lib/test/test_frozen.py
+   M /python/trunk/Lib/test/test_pkg.py
+   M /python/trunk/Lib/test/test_pkgutil.py
+   M /python/trunk/Lib/test/test_profile.py
+   M /python/trunk/Lib/test/test_structmembers.py
+   M /python/trunk/Lib/test/test_warnings.py
+
+Some tests did not pass on repeated calls (regrtest -R::)
+Perform additional cleanup, mostly deleting from sys.modules, or clearing the warnings registry.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62412&view=rev r62412] | mark.dickinson | 2008-04-19 21:22:30 -0400 (Sat, 19 Apr 2008) | 5 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_math.py
+
+Report additional diagnostic information in
+test_math, to help track down debian-alpha
+buildbot failure.
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62421&view=rev r62421] | mark.dickinson | 2008-04-20 16:38:48 -0400 (Sun, 20 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_math.py
+
+Add test for tanh(-0.) == -0. on IEEE 754 systems
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62423&view=rev r62423] | amaury.forgeotdarc | 2008-04-20 17:02:21 -0400 (Sun, 20 Apr 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_pkgutil.py
+
+Correct an apparent refleak in test_pkgutil: zipimport._zip_directory_cache contains
+info for all processed zip files, even when they are no longer used.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62425&view=rev r62425] | andrew.kuchling | 2008-04-20 21:45:57 -0400 (Sun, 20 Apr 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_xmlrpc.py
+
+Comment typo
+
+-----------------------------------
+[http://svn.python.org/view?rev=62485&view=rev r62485] | amaury.forgeotdarc | 2008-04-24 16:10:26 -0400 (Thu, 24 Apr 2008) | 5 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_trace.py
+
+Disable gc when running test_trace, or we may record the __del__ of collected objects.
+
+See http://mail.python.org/pipermail/python-checkins/2008-April/068633.html
+the extra events perfectly match several calls to socket._fileobject.__del__()
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62487&view=rev r62487] | amaury.forgeotdarc | 2008-04-24 16:41:50 -0400 (Thu, 24 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_pydoc.py
+
+Use absolute import for test package
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62507&view=rev r62507] | benjamin.peterson | 2008-04-25 17:43:56 -0400 (Fri, 25 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_import.py
+
+Allow test_import to work when it is invoked directly
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62569&view=rev r62569] | amaury.forgeotdarc | 2008-04-28 17:07:06 -0400 (Mon, 28 Apr 2008) | 5 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_sundry.py
+
+test_sundry performs minimal tests (a simple import...) on modules that are not tested otherwise.
+
+Some of them now have tests and can be removed.
+Only 70 to go...
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62604&view=rev r62604] | benjamin.peterson | 2008-04-30 17:03:58 -0400 (Wed, 30 Apr 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_support.py
+
+make test_support's captured_output a bit more robust when exceptions happen
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62680&view=rev r62680] | benjamin.peterson | 2008-05-03 17:35:18 -0400 (Sat, 03 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_builtin.py
+   M /python/trunk/Lib/test/test_float.py
+   A /python/trunk/Lib/test/test_int.py
+   M /python/trunk/Lib/test/test_list.py
+   M /python/trunk/Lib/test/test_long.py
+   M /python/trunk/Lib/test/test_str.py
+   M /python/trunk/Lib/test/test_tuple.py
+
+Moved testing of builtin types out of test_builtin and into type specific modules
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62726&view=rev r62726] | martin.v.loewis | 2008-05-05 13:47:06 -0400 (Mon, 05 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_zipfile.py
+
+Fix Unicode filename test.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62728&view=rev r62728] | martin.v.loewis | 2008-05-05 13:54:01 -0400 (Mon, 05 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/regrtest.py
+
+Revert bogus checkin in [http://svn.python.org/view?rev=62724&view=rev r62724] to that file.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62792&view=rev r62792] | brett.cannon | 2008-05-06 19:22:02 -0400 (Tue, 06 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test___all__.py
+
+When testing a module's __all__, we really don't care if it is deprecated.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62799&view=rev r62799] | christian.heimes | 2008-05-06 19:42:58 -0400 (Tue, 06 May 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_subprocess.py
+
+Disabled some unit tests for the upcoming release. See #2777
+
+-----------------------------------
+[http://svn.python.org/view?rev=62975&view=rev r62975] | brett.cannon | 2008-05-09 22:54:52 -0400 (Fri, 09 May 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_support.py
+
+Suppress deprecations for packages as well when using
+test.test_support.import_module().
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=62976&view=rev r62976] | brett.cannon | 2008-05-09 22:57:03 -0400 (Fri, 09 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test___all__.py
+
+Also ignore package deprecations.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63040&view=rev r63040] | alexandre.vassalotti | 2008-05-11 03:08:12 -0400 (Sun, 11 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_support.py
+
+Fixed typo in a comment of test_support.CleanImport.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63189&view=rev r63189] | amaury.forgeotdarc | 2008-05-12 18:21:39 -0400 (Mon, 12 May 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_pyclbr.py
+
+Adapt test_pyclbr to the new version of urllib.py:
+The new mac-specific functions must be ignored.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63218&view=rev r63218] | gregory.p.smith | 2008-05-14 00:27:01 -0400 (Wed, 14 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_bsddb3.py
+
+Enable the updated Lib/bsddb/test suite to run.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63220&view=rev r63220] | neal.norwitz | 2008-05-14 02:47:56 -0400 (Wed, 14 May 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_site.py
+
+Fix "refleak" by restoring the tearDown method removed by accident (AFAICT)
+in [http://svn.python.org/view?rev=62788&view=rev r62788].
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63221&view=rev r63221] | georg.brandl | 2008-05-14 03:18:22 -0400 (Wed, 14 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_warnings.py
+
+Fix another "refleak" by clearing the filters after test.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63327&view=rev r63327] | alexandre.vassalotti | 2008-05-15 16:31:42 -0400 (Thu, 15 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_genexps.py
+
+Fixed typo in a doctest of test_genexps.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63339&view=rev r63339] | brett.cannon | 2008-05-15 20:37:42 -0400 (Thu, 15 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_os.py
+
+Remove the last usage of statvfs in the stdlib.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63348&view=rev r63348] | benjamin.peterson | 2008-05-15 22:24:49 -0400 (Thu, 15 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_platform.py
+
+make test_platform a bit more assertive (We'll see what the buildbots say.)
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63405&view=rev r63405] | gregory.p.smith | 2008-05-17 03:17:34 -0400 (Sat, 17 May 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_subprocess.py
+
+fix issue2381: test_subprocess fails if your sys.executable is on a
+path with a space in it.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63447&view=rev r63447] | georg.brandl | 2008-05-18 06:39:26 -0400 (Sun, 18 May 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_collections.py
+
+Take namedtuple item names only from ascii_letters (this blew up on OSX),
+and make sure there are no duplicate names.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63454&view=rev r63454] | georg.brandl | 2008-05-18 12:32:48 -0400 (Sun, 18 May 2008) | 2 lines
+Changed paths:
+   A /python/trunk/Lib/test/pydoc_mod.py
+   M /python/trunk/Lib/test/test_pydoc.py
+
+GHOP #121: improve test_pydoc, by Benjamin Peterson.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63459&view=rev r63459] | benjamin.peterson | 2008-05-18 16:48:07 -0400 (Sun, 18 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_pydoc.py
+
+bring test_pydoc up to my high standards (now that I have them)
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63463&view=rev r63463] | georg.brandl | 2008-05-18 17:10:19 -0400 (Sun, 18 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_pyclbr.py
+
+Fix test_pyclbr after another platform-dependent function was added to urllib.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63464&view=rev r63464] | benjamin.peterson | 2008-05-18 18:07:42 -0400 (Sun, 18 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_platform.py
+
+fix test_platform (os was not imported)
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63483&view=rev r63483] | georg.brandl | 2008-05-20 02:15:36 -0400 (Tue, 20 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_httpservers.py
+
+Activate two more test cases in test_httpservers.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63484&view=rev r63484] | georg.brandl | 2008-05-20 02:47:31 -0400 (Tue, 20 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_httpservers.py
+
+Argh, this is the *actual* test that works under Windows.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63495&view=rev r63495] | georg.brandl | 2008-05-20 03:58:42 -0400 (Tue, 20 May 2008) | 2 lines
+Changed paths:
+   D /python/trunk/Lib/html
+   M /python/trunk/Lib/test/test_htmlparser.py
+
+Remove html package and fix test_htmlparser.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63496&view=rev r63496] | georg.brandl | 2008-05-20 04:07:36 -0400 (Tue, 20 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_pydoc.py
+
+Improve diffing logic and output for test_pydoc.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63497&view=rev r63497] | georg.brandl | 2008-05-20 04:10:03 -0400 (Tue, 20 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_pydoc.py
+
+Use inspect.getabsfile() to get the documented module's filename.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63528&view=rev r63528] | benjamin.peterson | 2008-05-21 18:52:39 -0400 (Wed, 21 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_platform.py
+
+check for toolbox glue before testing platform.mac_ver intensly
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63530&view=rev r63530] | benjamin.peterson | 2008-05-21 20:57:02 -0400 (Wed, 21 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_opcodes.py
+
+use more specific asserts in test_opcode
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63540&view=rev r63540] | benjamin.peterson | 2008-05-22 19:09:26 -0400 (Thu, 22 May 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_pydoc.py
+
+fix test_pydoc so it works on make installed Python installations
+Also let it pass when invoked directly
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63543&view=rev r63543] | mark.dickinson | 2008-05-22 22:36:48 -0400 (Thu, 22 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_math.py
+
+Add tests for math.sum (Issue #2819)
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63544&view=rev r63544] | mark.dickinson | 2008-05-22 23:30:01 -0400 (Thu, 22 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_math.py
+
+Better error reporting in test_math.py
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63553&view=rev r63553] | mark.dickinson | 2008-05-23 08:07:36 -0400 (Fri, 23 May 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_math.py
+
+Skip math.sum tests on non IEEE 754 platforms, and on IEEE 754 platforms 
+that exhibit the problem described in issue #2937. 
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63576&view=rev r63576] | martin.v.loewis | 2008-05-24 05:36:45 -0400 (Sat, 24 May 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_ioctl.py
+
+Don't try to get the window size if it was never set before.
+Fixes the test failure on Solaris.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63698&view=rev r63698] | benjamin.peterson | 2008-05-26 12:22:27 -0400 (Mon, 26 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test___all__.py
+   M /python/trunk/Lib/test/test_support.py
+
+add __all__ to test_support
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63732&view=rev r63732] | benjamin.peterson | 2008-05-26 17:44:26 -0400 (Mon, 26 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/pydoc_mod.py
+
+remove duplication in test module
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63802&view=rev r63802] | mark.dickinson | 2008-05-29 22:46:53 -0400 (Thu, 29 May 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_math.py
+
+Fix typo in testSum
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63860&view=rev r63860] | georg.brandl | 2008-06-01 13:05:56 -0400 (Sun, 01 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_descrtut.py
+
+Fix test_descrtut.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63861&view=rev r63861] | robert.schuppenies | 2008-06-01 13:11:09 -0400 (Sun, 01 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_sys.py
+
+Fix test_sys.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=63910&view=rev r63910] | benjamin.peterson | 2008-06-02 21:30:37 -0400 (Mon, 02 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_mutex.py
+
+make test_mutex more elegant
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64012&view=rev r64012] | facundo.batista | 2008-06-07 09:36:36 -0400 (Sat, 07 Jun 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_urllib2net.py
+
+
+Finished bug #2451.  Fixed the retrying part to make it 
+more robust.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64095&view=rev r64095] | amaury.forgeotdarc | 2008-06-10 17:37:15 -0400 (Tue, 10 Jun 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_pydoc.py
+
+Correct test_pydoc for win32 platforms, to account for normalized URLs:
+C:\temp => file:///C|temp/
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64097&view=rev r64097] | benjamin.peterson | 2008-06-10 18:39:25 -0400 (Tue, 10 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_platform.py
+
+backport of 64096
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64102&view=rev r64102] | benjamin.peterson | 2008-06-10 21:31:28 -0400 (Tue, 10 Jun 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_struct.py
+
+convert test_struct to a unittest thanks to Giampaolo Rodola
+I had to disable one test because it was functioning incorrectly, see #1530559
+I also removed the debugging prints
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64120&view=rev r64120] | raymond.hettinger | 2008-06-11 09:14:50 -0400 (Wed, 11 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_heapq.py
+
+Add test for heapq using both __lt__ and __le__.
+
+-----------------------------------
+[http://svn.python.org/view?rev=64165&view=rev r64165] | armin.rigo | 2008-06-12 05:50:58 -0400 (Thu, 12 Jun 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/crashers/loosing_mro_ref.py
+
+Sounds obvious, but I didn't even realize that you can put non-string
+keys in type dictionaries without using this locals() hack.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64221&view=rev r64221] | neal.norwitz | 2008-06-13 02:03:25 -0400 (Fri, 13 Jun 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_heapq.py
+
+Fix typo in method name.  The LT class implemented less than.  The LE class
+should implement less than or equal to (as the code does).
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64280&view=rev r64280] | gregory.p.smith | 2008-06-14 13:34:09 -0400 (Sat, 14 Jun 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_struct.py
+
+silence the test when it is skipped on some platforms.  should fix a
+buildbot.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64301&view=rev r64301] | georg.brandl | 2008-06-15 15:54:36 -0400 (Sun, 15 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_grammar.py
+
+Forward-port new test from [http://svn.python.org/view?rev=64300&view=rev r64300].
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64326&view=rev r64326] | robert.schuppenies | 2008-06-17 04:42:15 -0400 (Tue, 17 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_sys.py
+
+Issue 3048: Fixed sys.sizeof test fails with wide unicode.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64386&view=rev r64386] | amaury.forgeotdarc | 2008-06-18 17:18:27 -0400 (Wed, 18 Jun 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_socket_ssl.py
+
+The ssl certificate at https://sf.net is not valid.
+Switch to https://sourceforge.net
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64408&view=rev r64408] | amaury.forgeotdarc | 2008-06-19 15:57:39 -0400 (Thu, 19 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/regrtest.py
+
+test_macos can be skipped on non-mac platforms.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64412&view=rev r64412] | amaury.forgeotdarc | 2008-06-19 17:17:12 -0400 (Thu, 19 Jun 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_site.py
+
+In test_site, correctly escape backslashes in path names.
+This allows the test to pass when the username begins with a lowercase 't'...
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64413&view=rev r64413] | benjamin.peterson | 2008-06-19 17:39:06 -0400 (Thu, 19 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/regrtest.py
+   M /python/trunk/Lib/test/test_macostools.py
+
+skip test_macostools when UCS4 is enabled
+
+-----------------------------------
+[http://svn.python.org/view?rev=64456&view=rev r64456] | facundo.batista | 2008-06-22 12:11:34 -0400 (Sun, 22 Jun 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_posix.py
+
+
+Trying to see if the @ in a path is causing the issue in the 
+shutil.rmtree() in the trunk.loewis-sun buildbot.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64462&view=rev r64462] | facundo.batista | 2008-06-22 14:23:55 -0400 (Sun, 22 Jun 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_posix.py
+
+
+Trying to see if the problem in Martin's buildot is at 
+directory creation time...
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64468&view=rev r64468] | facundo.batista | 2008-06-22 15:35:24 -0400 (Sun, 22 Jun 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_posix.py
+
+
+Just returning nothing instead of rising TestSkipped, because
+it makes the test fail in the trunk.loewis-sun buildbot.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64518&view=rev r64518] | robert.schuppenies | 2008-06-25 05:20:03 -0400 (Wed, 25 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_sys.py
+
+Issue 3147: Fixed SizeofTest failure for LLP64 systems.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64580&view=rev r64580] | bill.janssen | 2008-06-28 19:00:39 -0400 (Sat, 28 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_ssl.py
+
+make sure we close the active channels when eof is received on them
+
+-----------------------------------
+[http://svn.python.org/view?rev=64582&view=rev r64582] | benjamin.peterson | 2008-06-28 19:06:05 -0400 (Sat, 28 Jun 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_audioop.py
+
+convert test_audioop to unittest. Thanks to Giampaolo Rodola.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64585&view=rev r64585] | benjamin.peterson | 2008-06-28 19:35:31 -0400 (Sat, 28 Jun 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_audioop.py
+
+fix typo
+
+-----------------------------------
+[http://svn.python.org/view?rev=64673&view=rev r64673] | brett.cannon | 2008-07-02 17:40:11 -0400 (Wed, 02 Jul 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_cookielib.py
+
+FIx some Latin-1 characters to be UTF-8 as the file encoding specifies.
+
+Closes issue #3261. THankjs Leo Soto for the bug report.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64677&view=rev r64677] | brett.cannon | 2008-07-02 17:52:42 -0400 (Wed, 02 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_cookielib.py
+
+Revert [http://svn.python.org/view?rev=64673&view=rev r64673] and instead just change the file encoding.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64744&view=rev r64744] | georg.brandl | 2008-07-05 12:43:45 -0400 (Sat, 05 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/regrtest.py
+
+Keep below 80 chars.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64757&view=rev r64757] | benjamin.peterson | 2008-07-06 08:39:09 -0400 (Sun, 06 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_sys.py
+
+remove test_compact_freelists from test_sys
+
+-----------------------------------
+[http://svn.python.org/view?rev=64885&view=rev r64885] | josiah.carlson | 2008-07-11 19:26:59 -0400 (Fri, 11 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_asyncore.py
+
+Fixed test for asyncore.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64945&view=rev r64945] | robert.schuppenies | 2008-07-14 04:42:18 -0400 (Mon, 14 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_sys.py
+
+Fixed test failure on Win64 machines.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=64981&view=rev r64981] | mark.dickinson | 2008-07-15 17:55:23 -0400 (Tue, 15 Jul 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_float.py
+
+Fix float.from_hex tests.  It appears that Linux/ia64 doesn't like 
+computing 2.0**-1074 accurately.  Using ldexp(1.0, -1074) should be
+safer.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65046&view=rev r65046] | georg.brandl | 2008-07-16 19:18:51 -0400 (Wed, 16 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_bytes.py
+
+Byte items *can* be chars in 2.6.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65059&view=rev r65059] | benjamin.peterson | 2008-07-17 08:57:22 -0400 (Thu, 17 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_threading.py
+
+try to fix test_threading on the Windows bot
+
+-----------------------------------
+[http://svn.python.org/view?rev=65070&view=rev r65070] | bill.janssen | 2008-07-17 14:01:57 -0400 (Thu, 17 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_ssl.py
+
+catch socket.error errors in badCertTest
+
+-----------------------------------
+[http://svn.python.org/view?rev=65093&view=rev r65093] | vinay.sajip | 2008-07-18 05:00:00 -0400 (Fri, 18 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_logging.py
+
+Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch.
+
+-----------------------------------
+[http://svn.python.org/view?rev=65097&view=rev r65097] | georg.brandl | 2008-07-18 06:20:59 -0400 (Fri, 18 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_support.py
+
+Remove duplicate entry in __all__.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65098&view=rev r65098] | georg.brandl | 2008-07-18 06:29:30 -0400 (Fri, 18 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_robotparser.py
+
+Correct attribute name.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65127&view=rev r65127] | raymond.hettinger | 2008-07-18 20:42:03 -0400 (Fri, 18 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_random.py
+
+Improve accuracy of gamma test function
+
+-----------------------------------
+[http://svn.python.org/view?rev=65135&view=rev r65135] | georg.brandl | 2008-07-19 09:00:22 -0400 (Sat, 19 Jul 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/pystone.py
+
+#3319: don't raise ZeroDivisionError if number of rounds is so
+low that benchtime is zero.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65159&view=rev r65159] | neal.norwitz | 2008-07-20 16:39:36 -0400 (Sun, 20 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_audioop.py
+
+Fix misspeeld method name (negative)
+
+-----------------------------------
+[http://svn.python.org/view?rev=65178&view=rev r65178] | benjamin.peterson | 2008-07-21 18:05:34 -0400 (Mon, 21 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_scope.py
+
+don't use assert statement
+
+-----------------------------------
+[http://svn.python.org/view?rev=65192&view=rev r65192] | benjamin.peterson | 2008-07-22 19:44:37 -0400 (Tue, 22 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_support.py
+
+remove unneeded import
+
+-----------------------------------
+[http://svn.python.org/view?rev=65244&view=rev r65244] | antoine.pitrou | 2008-07-26 06:29:43 -0400 (Sat, 26 Jul 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_locale.py
+
+try to fix most buildbot failures on test_locale + add a debug output for the solaris buildbot
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65245&view=rev r65245] | antoine.pitrou | 2008-07-26 07:56:37 -0400 (Sat, 26 Jul 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_locale.py
+
+Fix more buildbot failures on test_locale.
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65248&view=rev r65248] | antoine.pitrou | 2008-07-26 09:49:13 -0400 (Sat, 26 Jul 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_locale.py
+
+disable some failing tests in test_locale due to a bug in locale.py.
+this should fix the failures on the solaris buildbot.
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65258&view=rev r65258] | mark.dickinson | 2008-07-27 03:15:29 -0400 (Sun, 27 Jul 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_math.py
+
+Remove math.sum tests related to overflow, special values, and behaviour
+near the extremes of the floating-point range.  (The behaviour of math.sum
+should be regarded as undefined in these cases.)
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65312&view=rev r65312] | benjamin.peterson | 2008-07-30 15:35:27 -0400 (Wed, 30 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/exception_hierarchy.txt
+
+add BufferError to the exception hieracrchy
+
+-----------------------------------
+[http://svn.python.org/view?rev=65318&view=rev r65318] | benjamin.peterson | 2008-07-30 19:49:28 -0400 (Wed, 30 Jul 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/exception_hierarchy.txt
+
+I mess up again; BufferError inherits StandardError
+
+-----------------------------------
+[http://svn.python.org/view?rev=65326&view=rev r65326] | mark.dickinson | 2008-07-31 10:48:32 -0400 (Thu, 31 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_math.py
+
+Rename testSum to testFsum and move it to proper place in test_math.py
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65340&view=rev r65340] | amaury.forgeotdarc | 2008-07-31 17:35:03 -0400 (Thu, 31 Jul 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_exceptions.py
+
+Remove a dummy test that was checked in by mistake
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65536&view=rev r65536] | andrew.kuchling | 2008-08-04 21:00:57 -0400 (Mon, 04 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_mailbox.py
+
+Bug 3228: take a test from Niels Gustaebel's patch, and based on his patch, check for having os.stat available
+
+-----------------------------------
+[http://svn.python.org/view?rev=65733&view=rev r65733] | antoine.pitrou | 2008-08-16 20:36:03 -0400 (Sat, 16 Aug 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_ossaudiodev.py
+
+Make test_ossaudiodev work.
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65768&view=rev r65768] | antoine.pitrou | 2008-08-17 10:43:41 -0400 (Sun, 17 Aug 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_os.py
+
+backport [http://svn.python.org/view?rev=65723&view=rev r65723]: strengthen test_os.test_closerange
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65773&view=rev r65773] | antoine.pitrou | 2008-08-17 13:01:49 -0400 (Sun, 17 Aug 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_unicode.py
+
+#3556: test_raiseMemError consumes an insane amount of memory
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65780&view=rev r65780] | antoine.pitrou | 2008-08-17 16:15:07 -0400 (Sun, 17 Aug 2008) | 3 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_os.py
+
+#3580: fix a failure in test_os
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=65829&view=rev r65829] | benjamin.peterson | 2008-08-18 14:39:57 -0400 (Mon, 18 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_ssl.py
+
+fix old API names in test_ssl
+
+-----------------------------------
+[http://svn.python.org/view?rev=65885&view=rev r65885] | benjamin.peterson | 2008-08-19 18:06:11 -0400 (Tue, 19 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_parser.py
+
+check that the parser module can handle the new keyword syntax
+
+-----------------------------------
+[http://svn.python.org/view?rev=65917&view=rev r65917] | hirokazu.yamamoto | 2008-08-20 12:15:28 -0400 (Wed, 20 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_os.py
+
+Reverted [http://svn.python.org/view?rev=65900&view=rev r65900]. See http://mail.python.org/pipermail/python-checkins/2008-August/073116.html
+
+-----------------------------------
+[http://svn.python.org/view?rev=65986&view=rev r65986] | mark.hammond | 2008-08-22 20:59:14 -0400 (Fri, 22 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_bytes.py
+   M /python/trunk/Lib/test/test_list.py
+   M /python/trunk/Lib/test/test_struct.py
+
+Fix bug 3625: test issues on 64bit windows. r=pitrou
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66014&view=rev r66014] | georg.brandl | 2008-08-24 14:11:07 -0400 (Sun, 24 Aug 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_re.py
+
+#3654: fix duplicate test method name. Review by Benjamin P.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66028&view=rev r66028] | neal.norwitz | 2008-08-24 23:52:40 -0400 (Sun, 24 Aug 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_smtplib.py
+
+Try to reduce the flakiness of this test
+
+-----------------------------------
+[http://svn.python.org/view?rev=66162&view=rev r66162] | hirokazu.yamamoto | 2008-09-02 16:36:44 -0400 (Tue, 02 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_asyncore.py
+
+Issue #3759: test_asyncore.py leaked handle.
+Reviewed by Amaury Forgeot d'Arc 
+
+-----------------------------------
+[http://svn.python.org/view?rev=66235&view=rev r66235] | antoine.pitrou | 2008-09-05 18:04:54 -0400 (Fri, 05 Sep 2008) | 6 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_unicode.py
+
+#3601: test_unicode.test_raiseMemError fails in UCS4
+
+Reviewed by Benjamin Peterson on IRC.
+
+
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66277&view=rev r66277] | benjamin.peterson | 2008-09-06 19:19:15 -0400 (Sat, 06 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_float.py
+
+fix missing module
+
+-----------------------------------
+[http://svn.python.org/view?rev=66316&view=rev r66316] | hirokazu.yamamoto | 2008-09-08 19:03:47 -0400 (Mon, 08 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_os.py
+
+Issue #3804: Added test for Issue #2222.
+Reviewed by Benjamin Peterson.
+
+-----------------------------------
+[http://svn.python.org/view?rev=66319&view=rev r66319] | hirokazu.yamamoto | 2008-09-08 19:38:42 -0400 (Mon, 08 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_imp.py
+
+Issue #3806: LockTests in test_imp should be skipped when thread is not available.
+Reviewed by Benjamin Peterson.
+
+-----------------------------------
+[http://svn.python.org/view?rev=66367&view=rev r66367] | martin.v.loewis | 2008-09-10 14:43:49 -0400 (Wed, 10 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_normalization.py
+
+Update to test Unicode 5.1.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66369&view=rev r66369] | martin.v.loewis | 2008-09-10 15:16:35 -0400 (Wed, 10 Sep 2008) | 4 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_normalization.py
+
+Read unidata_version from unicodedata module.
+Delete old NormalizationTest.txt if it doesn't match
+unidata_version.
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66539&view=rev r66539] | hirokazu.yamamoto | 2008-09-21 07:44:23 -0400 (Sun, 21 Sep 2008) | 2 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_tarfile.py
+
+Issue #3838: TarFile object assigned to self.tar should be closed explicitly.
+Reviewed by Lars Gust?\195?\164bel.
+
+-----------------------------------
+[http://svn.python.org/view?rev=66569&view=rev r66569] | benjamin.peterson | 2008-09-23 16:43:09 -0400 (Tue, 23 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_atexit.py
+
+backport the atexit test for [http://svn.python.org/view?rev=66563&view=rev r66563]
+
+-----------------------------------
+[http://svn.python.org/view?rev=66634&view=rev r66634] | benjamin.peterson | 2008-09-26 22:49:54 -0400 (Fri, 26 Sep 2008) | 7 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_ftplib.py
+
+give ftplib a real test suite
+
+A asyncore based mock ftp server is used to test the protocol.
+This is all thanks to Giampaolo Rodola #3939
+
+(Barry gave me permission to do this before final on IRC.)
+
+
+-----------------------------------
+[http://svn.python.org/view?rev=66673&view=rev r66673] | benjamin.peterson | 2008-09-28 16:57:21 -0400 (Sun, 28 Sep 2008) | 1 line
+Changed paths:
+   M /python/trunk/Lib/test/test_ftplib.py
+
+merge in the fix for test_ftplib on some bots [reviewed by Georg]
+
+-----------------------------------
+[http://svn.python.org/view?rev=66708&view=rev r66708] | andrew.macintyre | 2008-09-30 23:25:25 -0400 (Tue, 30 Sep 2008) | 9 lines
+Changed paths:
+   M /python/trunk/Lib/test/test_array.py
+
+fix for issue 3862: test_array fails FreeBSD 7 amd64
+
+FreeBSD 7's underlying malloc() is behaves differently to earlier versions
+and seriously overcommits available memory on amd64.  This may affect
+other 64bit platforms in some circumstances, so the scale of the 
+problematic test is wound back.
+
+Patch by Mark Dickinson, reviewed by Martin von Loewis.
+
+


More information about the Python-checkins mailing list