1. 16 Dec, 2010 4 commits
    • Antoine Pitrou's avatar
      Merged revisions 87317 via svnmerge from · 3022ce1a
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87317 | antoine.pitrou | 2010-12-16 17:48:36 +0100 (jeu., 16 déc. 2010) | 4 lines
      
        Issue #10714: Limit length of incoming request in http.server to 65536 bytes
        for security reasons.  Initial patch by Ross Lagerwall.
      ........
      
      (also backport some tests)
      3022ce1a
    • Éric Araujo's avatar
      Blocked revisions 87312 via svnmerge · 0da0c48e
      Éric Araujo authored
      ........
        r87312 | eric.araujo | 2010-12-16 07:28:48 +0100 (jeu., 16 déc. 2010) | 2 lines
      
        Add missing docs and directives related to PEP 3147 and byte-compilation
      ........
      0da0c48e
    • Brian Curtin's avatar
      Merged revisions 87306 via svnmerge from · 1c76044e
      Brian Curtin authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87306 | brian.curtin | 2010-12-15 21:24:49 -0600 (Wed, 15 Dec 2010) | 2 lines
      
        EasyDialogs was removed in 3.x. fallback_getpass will always be the answer here.
      ........
      1c76044e
    • Éric Araujo's avatar
      Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from · 3efdf063
      Éric Araujo authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r86521 | eric.araujo | 2010-11-18 17:38:46 +0100 (jeu., 18 nov. 2010) | 17 lines
      
        Fix usage of :option: in the docs (#9312).
      
        :option: is used to create a link to an option of python, not to mark
        up any instance of any arbitrary command-line option.  These were
        changed to ````.
      
        For modules which do have a command-line interface, lists of options
        have been properly marked up with the program/cmdoption directives
        combo.  Options defined in such blocks can be linked to with :option:
        later in the same file, they won’t link to an option of python.
      
        Finally, the markup of command-line fragments in optparse.rst has
        been cleaned to use ``x`` instead of ``"x"``, keeping that latter
        form for actual Python strings.
      
        Patch by Eli Bendersky and Éric Araujo.
      ........
        r86632 | eric.araujo | 2010-11-21 04:09:17 +0100 (dim., 21 nov. 2010) | 2 lines
      
        Style edits in followup to r86521 (#9312)
      ........
        r86823 | eric.araujo | 2010-11-27 00:31:07 +0100 (sam., 27 nov. 2010) | 2 lines
      
        Use link-generating markup (see #9312)
      ........
        r86824 | eric.araujo | 2010-11-27 00:46:18 +0100 (sam., 27 nov. 2010) | 2 lines
      
        Rewrap long lines + minor edits
      ........
        r87294 | eric.araujo | 2010-12-16 01:07:01 +0100 (jeu., 16 déc. 2010) | 2 lines
      
        No need to generate a link for something that’s just above.
      ........
        r87296 | eric.araujo | 2010-12-16 01:23:30 +0100 (jeu., 16 déc. 2010) | 2 lines
      
        Advertise “python -m” instead of direct filename.
      ........
        r87300 | eric.araujo | 2010-12-16 02:40:26 +0100 (jeu., 16 déc. 2010) | 2 lines
      
        Advertise “python -m test” over test.regrtest (r87296 followup)
      ........
        r87302 | eric.araujo | 2010-12-16 03:10:11 +0100 (jeu., 16 déc. 2010) | 2 lines
      
        Add versionadded directive missing from r78983.
      ........
      3efdf063
  2. 15 Dec, 2010 4 commits
  3. 14 Dec, 2010 9 commits
  4. 13 Dec, 2010 1 commit
  5. 12 Dec, 2010 5 commits
  6. 11 Dec, 2010 2 commits
    • R. David Murray's avatar
      Blocked revisions 83675,85087,85178 via svnmerge · d06f801e
      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.
      ........
      d06f801e
    • R. David Murray's avatar
      Merged revisions 85678 via svnmerge from · 07c1bd74
      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.
      ........
      07c1bd74
  7. 09 Dec, 2010 2 commits
  8. 07 Dec, 2010 1 commit
  9. 06 Dec, 2010 3 commits
  10. 04 Dec, 2010 7 commits
  11. 03 Dec, 2010 2 commits
    • Éric Araujo's avatar
      Blocked revisions 86985 via svnmerge · 36a508fe
      É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.
      ........
      36a508fe
    • Antoine Pitrou's avatar
      Merged revisions 86981,86984 via svnmerge from · 976157f9
      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.
      ........
      976157f9