1. 12 Dec, 2010 4 commits
    • Antoine Pitrou's avatar
      Merged revisions 87188-87190,87192-87194 via svnmerge from · 797df8f8
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87188 | antoine.pitrou | 2010-12-12 19:25:25 +0100 (dim., 12 déc. 2010) | 3 lines
      
        Make this a warning and fix indentation
      ........
        r87189 | antoine.pitrou | 2010-12-12 20:59:47 +0100 (dim., 12 déc. 2010) | 3 lines
      
        Better explain the buffer interface (hopefully)
      ........
        r87190 | antoine.pitrou | 2010-12-12 21:01:43 +0100 (dim., 12 déc. 2010) | 3 lines
      
        Add link to the buffer protocol description from the memory description.
      ........
        r87192 | antoine.pitrou | 2010-12-12 21:09:18 +0100 (dim., 12 déc. 2010) | 3 lines
      
        Remove redundant sentence, and fix markup
      ........
        r87193 | antoine.pitrou | 2010-12-12 21:13:31 +0100 (dim., 12 déc. 2010) | 3 lines
      
        Fix heading level
      ........
        r87194 | antoine.pitrou | 2010-12-12 21:17:29 +0100 (dim., 12 déc. 2010) | 3 lines
      
        Consistent ordering of availability statements
      ........
      797df8f8
    • R. David Murray's avatar
      Merged revisions 87191 via svnmerge from · cf985fd8
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87191 | r.david.murray | 2010-12-12 15:06:19 -0500 (Sun, 12 Dec 2010) | 6 lines
      
        #243654: only create a new MIME boundary if we don't already have one.
      
        The rearranged code should do exactly what the old code did, but
        the new code avoids a potentially costly re computation in the case
        where a boundary already exists.
      ........
      cf985fd8
    • Antoine Pitrou's avatar
      Merged revisions 87184-87186 via svnmerge from · 145ff6c3
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87184 | antoine.pitrou | 2010-12-12 19:09:53 +0100 (dim., 12 déc. 2010) | 3 lines
      
        SET_LINENO was removed in 2.3
      ........
        r87185 | antoine.pitrou | 2010-12-12 19:12:40 +0100 (dim., 12 déc. 2010) | 3 lines
      
        Remove reference to stuff which is already obsolete in 2.x.
      ........
        r87186 | antoine.pitrou | 2010-12-12 19:14:34 +0100 (dim., 12 déc. 2010) | 3 lines
      
        Obsolete aliases needn't be documented
      ........
      145ff6c3
    • Benjamin Peterson's avatar
      Merged revisions 87177 via svnmerge from · 2ae9725b
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87177 | benjamin.peterson | 2010-12-11 19:46:43 -0600 (Sat, 11 Dec 2010) | 1 line
      
        having three copies of the same test is surely a bit excessive
      ........
      2ae9725b
  2. 11 Dec, 2010 2 commits
    • R. David Murray's avatar
      Blocked revisions 83675,85087,85178 via svnmerge · 79f95fd7
      R. David Murray authored
      ........
        r83675 | r.david.murray | 2010-08-03 13:56:09 -0400 (Tue, 03 Aug 2010) | 12 lines
      
        #9444: use first of prefix_chars for help opt instead of raising error
      
        An argparse option parser created with a prefix_chars that did not
        include a '-' would happily add -h and --help options, and then throw
        an error when it tried to format the help because the - was an invalid
        prefix character.  This patch makes it use the first character of
        prefix_chars as the character for the help options if and only if '-'
        is not one of the valid prefix_chars.
      
        Fix by Theodore Turocy, unit tests by Catherine Devlin.
      ........
        r85087 | r.david.murray | 2010-09-28 21:22:20 -0400 (Tue, 28 Sep 2010) | 2 lines
      
        Have test_sqlite print version info when run in verbose mode.
      ........
        r85178 | r.david.murray | 2010-10-02 09:29:13 -0400 (Sat, 02 Oct 2010) | 2 lines
      
        Make the printing of sqlite version in verbose mode work with regrtest -w.
      ........
      79f95fd7
    • R. David Murray's avatar
      Merged revisions 85678 via svnmerge from · 4b1ae403
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85678 | r.david.murray | 2010-10-17 21:14:06 -0400 (Sun, 17 Oct 2010) | 5 lines
      
        #678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY.
      
        Patch by Sébastien Sablé.  This solves a test_mmap failure on AIX.
      ........
      4b1ae403
  3. 09 Dec, 2010 2 commits
  4. 07 Dec, 2010 1 commit
  5. 06 Dec, 2010 3 commits
  6. 04 Dec, 2010 7 commits
  7. 03 Dec, 2010 3 commits
    • Éric Araujo's avatar
      Blocked revisions 86985 via svnmerge · 66db63ef
      Éric Araujo authored
      ........
        r86985 | eric.araujo | 2010-12-03 20:19:17 +0100 (ven., 03 déc. 2010) | 5 lines
      
        Fix incorrect use of gettext in argparse (#10497).
      
        Steven, the maintainer of argparse, agreed to have this committed
        without tests for now, since the fix is obvious.  See the bug log.
      ........
      66db63ef
    • Antoine Pitrou's avatar
      Merged revisions 86981,86984 via svnmerge from · da66cde0
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r86981 | antoine.pitrou | 2010-12-03 19:41:39 +0100 (ven., 03 déc. 2010) | 5 lines
      
        Issue #10478: Reentrant calls inside buffered IO objects (for example by
        way of a signal handler) now raise a RuntimeError instead of freezing the
        current process.
      ........
        r86984 | antoine.pitrou | 2010-12-03 20:14:17 +0100 (ven., 03 déc. 2010) | 3 lines
      
        Add an "advanced topics" section to the io doc.
      ........
      da66cde0
    • R. David Murray's avatar
      Blocked revisions 86952-86953 via svnmerge · 7d4a4ef6
      R. David Murray authored
      ........
        r86952 | r.david.murray | 2010-12-02 23:06:39 -0500 (Thu, 02 Dec 2010) | 12 lines
      
        #1486713: Add a tolerant mode to HTMLParser.
      
        The motivation for adding this option is that the the functionality it
        provides used to be provided by sgmllib in Python2, and was used by,
        for example, BeautifulSoup.  Without this option, the Python3 version
        of BeautifulSoup and the many programs that use it are crippled.
      
        The original patch was by 'kxroberto'.  I modified it heavily but kept his
        heuristics and test.  I also added additional heuristics to fix #975556,
        #1046092, and part of #6191.  This patch should be completely backward
        compatible:  the behavior with the default strict=True is unchanged.
      ........
        r86953 | r.david.murray | 2010-12-02 23:26:18 -0500 (Thu, 02 Dec 2010) | 2 lines
      
        Add missing versionchanged, correct 'throw' wording to 'raise'.
      ........
      7d4a4ef6
  8. 02 Dec, 2010 3 commits
  9. 30 Nov, 2010 5 commits
  10. 29 Nov, 2010 3 commits
    • Senthil Kumaran's avatar
      Blocked revisions 86864 via svnmerge · eb8d62d3
      Senthil Kumaran authored
      ........
        r86864 | senthil.kumaran | 2010-11-29 20:42:29 +0800 (Mon, 29 Nov 2010) | 3 lines
      
        Remove the comment used while testing.
      ........
      eb8d62d3
    • Senthil Kumaran's avatar
      Merged revisions 86861 via svnmerge from · ae67bfd3
      Senthil Kumaran authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r86861 | senthil.kumaran | 2010-11-29 19:54:17 +0800 (Mon, 29 Nov 2010) | 5 lines
      
        Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number.
        Handle multiple breakpoints at same line. Update docs/test.
        Patch by Xavier de Gaye.
      ........
      ae67bfd3
    • Ezio Melotti's avatar
      Blocked revisions 86845,86855-86856 via svnmerge · ae6a8f8d
      Ezio Melotti authored
      ........
        r86845 | ezio.melotti | 2010-11-28 06:18:54 +0200 (Sun, 28 Nov 2010) | 1 line
      
        Add callable() to the built-in functions table.
      ........
        r86855 | raymond.hettinger | 2010-11-29 03:38:25 +0200 (Mon, 29 Nov 2010) | 1 line
      
        Do not add an obsolete unittest name to Py3.2.
      ........
        r86856 | ezio.melotti | 2010-11-29 04:02:10 +0200 (Mon, 29 Nov 2010) | 1 line
      
        Use assertCountEqual instead of assertItemsEqual
      ........
      ae6a8f8d
  11. 28 Nov, 2010 1 commit
  12. 27 Nov, 2010 5 commits
  13. 26 Nov, 2010 1 commit
    • Hirokazu Yamamoto's avatar
      Blocked revisions 86168,86211,86300 via svnmerge · 80e67598
      Hirokazu Yamamoto authored
      ........
        r86168 | hirokazu.yamamoto | 2010-11-05 00:21:59 +0900 (金, 05 11 2010) | 1 line
      
        Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildinfo.c)
      ........
        r86211 | hirokazu.yamamoto | 2010-11-06 02:24:13 +0900 (土, 06 11 2010) | 1 line
      
        Fixed socket_gethostname() on windows.
      ........
        r86300 | hirokazu.yamamoto | 2010-11-07 23:29:26 +0900 (日, 07 11 2010) | 1 line
      
        Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval.
      ........
      80e67598