1. 07 Dec, 2010 2 commits
  2. 06 Dec, 2010 3 commits
  3. 04 Dec, 2010 5 commits
  4. 03 Dec, 2010 4 commits
    • Antoine Pitrou's avatar
      Merged revisions 86981,86984 via svnmerge from · 4cb64ad8
      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.
      ........
      4cb64ad8
    • Éric Araujo's avatar
      Merged revisions 86985 via svnmerge from · fb3de6b4
      Éric Araujo authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        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.
      ........
      fb3de6b4
    • Phillip J. Eby's avatar
      5cf79f66
    • R. David Murray's avatar
      Blocked revisions 86952-86953 via svnmerge · 045fed05
      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'.
      ........
      045fed05
  5. 02 Dec, 2010 3 commits
  6. 30 Nov, 2010 6 commits
  7. 29 Nov, 2010 3 commits
    • Senthil Kumaran's avatar
      Blocked revisions 86864 via svnmerge · 30ec1154
      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.
      ........
      30ec1154
    • Senthil Kumaran's avatar
      Merged revisions 86861 via svnmerge from · 9a5897bb
      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.
      ........
      9a5897bb
    • Ezio Melotti's avatar
      Blocked revisions 86845,86855-86856 via svnmerge · 8244c575
      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
      ........
      8244c575
  8. 28 Nov, 2010 2 commits
  9. 27 Nov, 2010 4 commits
  10. 26 Nov, 2010 8 commits