1. 10 Jul, 2010 2 commits
  2. 09 Jul, 2010 5 commits
  3. 08 Jul, 2010 2 commits
  4. 06 Jul, 2010 1 commit
  5. 04 Jul, 2010 2 commits
  6. 03 Jul, 2010 4 commits
    • Victor Stinner's avatar
      Merged revisions 82492 via svnmerge from · e9123efa
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r82492 | victor.stinner | 2010-07-03 15:36:19 +0200 (sam., 03 juil. 2010) | 3 lines
      
        Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module,
        ensure that the input string length is a multiple of the frame size
      ........
      e9123efa
    • Georg Brandl's avatar
      Fix markup. · 4d1e53e0
      Georg Brandl authored
      4d1e53e0
    • Mark Dickinson's avatar
      Merged revisions 82476 via svnmerge from · 6e07931d
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r82476 | mark.dickinson | 2010-07-03 10:15:09 +0100 (Sat, 03 Jul 2010) | 1 line
      
        Fix typo in sys.float_info docs.
      ........
      6e07931d
    • Ezio Melotti's avatar
      Merged revisions 81758-81759 via svnmerge from · 86e5e17b
      Ezio Melotti authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r81758 | ezio.melotti | 2010-06-05 20:51:07 +0300 (Sat, 05 Jun 2010) | 15 lines
      
        Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.
      
        1) #8271: when a byte sequence is invalid, only the start byte and all the
           valid continuation bytes are now replaced by U+FFFD, instead of replacing
           the number of bytes specified by the start byte.
           See http://www.unicode.org/versions/Unicode5.2.0/ch03.pdf (pages 94-95);
        2) 5- and 6-bytes-long UTF-8 sequences are now considered invalid (no changes
           in behavior);
        3) Add code and tests to reject surrogates (U+D800-U+DFFF) as defined in
           RFC 3629, but leave it commented out since it's not backward compatible;
        4) Change the error messages "unexpected code byte" to "invalid start byte"
           and "invalid data" to "invalid continuation byte";
        5) Add an extensive set of tests in test_unicode;
        6) Fix test_codeccallbacks because it was failing after this change.
      ........
        r81759 | ezio.melotti | 2010-06-05 22:21:32 +0300 (Sat, 05 Jun 2010) | 1 line
      
        Add a NEWS entry for r81758 and clarify a comment.
      ........
      86e5e17b
  7. 02 Jul, 2010 5 commits
  8. 01 Jul, 2010 3 commits
  9. 30 Jun, 2010 2 commits
  10. 29 Jun, 2010 4 commits
  11. 28 Jun, 2010 3 commits
  12. 27 Jun, 2010 4 commits
    • Ronald Oussoren's avatar
      Merged revisions 82284 via svnmerge from · 68f74ba5
      Ronald Oussoren authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r82284 | ronald.oussoren | 2010-06-27 15:59:39 +0200 (Sun, 27 Jun 2010) | 4 lines
      
        Fix for Issue8883: without this patch test_urllib will fail
        when there is a bare IP address in the "Bypass proxy settings
        for these Hosts & Domains" list on MacOSX.
      ........
      68f74ba5
    • Ronald Oussoren's avatar
      Merged revisions 82150 via svnmerge from · 3d3ffd8c
      Ronald Oussoren authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r82150 | ronald.oussoren | 2010-06-22 11:32:22 +0200 (Tue, 22 Jun 2010) | 12 lines
      
        The code in _scproxy (a mac specific helper module to
        detect proxy settings) had the wrong logic for detecting
        if the checkbox 'Exclude simple hostnames' is checked. This
        checkin fixes that.
      
        As a result the test failure 'Issue8455' goes away on systems
        where the checkbox is not checked.
      
        I'm carefully avoiding saying that is fixes that issue,
        test_urllib2_localnet assumes that system proxy settings are
        empty (not just on OSX, see Issue8455 for details).
      ........
      3d3ffd8c
    • Ronald Oussoren's avatar
      Merged revisions 82276 via svnmerge from · a5dae25b
      Ronald Oussoren authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r82276 | ronald.oussoren | 2010-06-27 14:43:47 +0200 (Sun, 27 Jun 2010) | 5 lines
      
        The uuid library on OSX 10.5 seems to contain the same bug as the one
        on OSX 10.6, therefore don't use it there either.
      
        This fixes issue8621.
      ........
      a5dae25b
    • Ronald Oussoren's avatar
      Merged revisions 82272 via svnmerge from · 0bf7ea85
      Ronald Oussoren authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r82272 | ronald.oussoren | 2010-06-27 14:36:16 +0200 (Sun, 27 Jun 2010) | 8 lines
      
        Two small fixes for the support for SDKs on MacOSX:
      
        1) The code that checks if an path should be located in the SDK
           explicitly excludes /usr/local. This fixes issue9046
      
        2) The SDK variant for filtering "db_dirs_to_check" in setup.py
           was not doing anything because of a missing assignment.
      ........
      0bf7ea85
  13. 26 Jun, 2010 3 commits