1. 30 Jan, 2010 1 commit
  2. 29 Jan, 2010 5 commits
  3. 27 Jan, 2010 10 commits
  4. 25 Jan, 2010 3 commits
  5. 24 Jan, 2010 2 commits
    • Ezio Melotti's avatar
      Merged revisions 77731 via svnmerge from · f3a74f85
      Ezio Melotti authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77731 | ezio.melotti | 2010-01-24 22:59:24 +0200 (Sun, 24 Jan 2010) | 9 lines
      
        Merged revisions 77729 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77729 | ezio.melotti | 2010-01-24 22:48:35 +0200 (Sun, 24 Jan 2010) | 1 line
      
          remove archaic functions from test_support
        ........
      ................
      f3a74f85
    • Mark Dickinson's avatar
      Merged revisions 77722 via svnmerge from · 6fc1a23e
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77722 | mark.dickinson | 2010-01-24 10:16:29 +0000 (Sun, 24 Jan 2010) | 23 lines
      
        Merged revisions 77691,77698,77713-77714 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77691 | mark.dickinson | 2010-01-22 16:18:09 +0000 (Fri, 22 Jan 2010) | 1 line
      
          Correct typo in comment.
        ........
          r77698 | mark.dickinson | 2010-01-22 17:04:07 +0000 (Fri, 22 Jan 2010) | 3 lines
      
          Issue #7743:  Fix a potential incorrect rounding bug in dtoa.c (2nd bug
          in issue 7743).
        ........
          r77713 | mark.dickinson | 2010-01-23 20:48:56 +0000 (Sat, 23 Jan 2010) | 3 lines
      
          Issue #7743:  Add checks for zero inputs to the lshift and mult functions;
          this fixes the first bug described in issue #7743.
        ........
          r77714 | mark.dickinson | 2010-01-23 21:25:53 +0000 (Sat, 23 Jan 2010) | 1 line
      
          dtoa.c fix from upstream that fixes incorrectly rounded results for certain subnormals that are also halfway cases.
        ........
      ................
      6fc1a23e
  6. 23 Jan, 2010 1 commit
  7. 22 Jan, 2010 2 commits
  8. 21 Jan, 2010 2 commits
    • Ezio Melotti's avatar
      Merged revisions 77677 via svnmerge from · f1825130
      Ezio Melotti authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77677 | ezio.melotti | 2010-01-21 22:57:24 +0200 (Thu, 21 Jan 2010) | 9 lines
      
        Merged revisions 77675 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77675 | ezio.melotti | 2010-01-21 22:50:57 +0200 (Thu, 21 Jan 2010) | 1 line
      
          #7746: rephrase a sentence
        ........
      ................
      f1825130
    • Mark Dickinson's avatar
      Merged revisions 77670 via svnmerge from · e4f3c777
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77670 | mark.dickinson | 2010-01-21 19:51:08 +0000 (Thu, 21 Jan 2010) | 24 lines
      
        Merged revisions 77614-77616,77663 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77614 | mark.dickinson | 2010-01-20 17:36:31 +0000 (Wed, 20 Jan 2010) | 5 lines
      
          Various dtoa.c cleanups.  1. Despagghetify _Py_dg_strtod parsing code
          and exit points.  2. Simplify bigcomp comparison loop.  3. Don't set
          ERANGE on _Py_dg_strtod underflow (it was set inconsistently anyway).
          4. Remove unused dsign field from BCinfo struct.
        ........
          r77615 | mark.dickinson | 2010-01-20 18:02:41 +0000 (Wed, 20 Jan 2010) | 1 line
      
          Don't try to put a value into a NULL pointer.
        ........
          r77616 | mark.dickinson | 2010-01-20 21:23:25 +0000 (Wed, 20 Jan 2010) | 1 line
      
          Additional explanatory comments for _Py_dg_strtod.
        ........
          r77663 | mark.dickinson | 2010-01-21 17:02:53 +0000 (Thu, 21 Jan 2010) | 1 line
      
          Additional testcases for strtod.
        ........
      ................
      e4f3c777
  9. 18 Jan, 2010 1 commit
  10. 17 Jan, 2010 7 commits
  11. 16 Jan, 2010 6 commits
    • Matthias Klose's avatar
      8f4fb0f8
    • Mark Dickinson's avatar
      Merged revisions 77551 via svnmerge from · 431863bf
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77551 | mark.dickinson | 2010-01-16 20:34:30 +0000 (Sat, 16 Jan 2010) | 9 lines
      
        Merged revisions 77550 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77550 | mark.dickinson | 2010-01-16 20:33:02 +0000 (Sat, 16 Jan 2010) | 1 line
      
          Add better error reporting for MemoryErrors caused by str->float conversions.
        ........
      ................
      431863bf
    • R. David Murray's avatar
      Merged revisions 77542 via svnmerge from · 32104fc0
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77542 | r.david.murray | 2010-01-16 13:30:03 -0500 (Sat, 16 Jan 2010) | 18 lines
      
        Merged revisions 77517,77525 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        Merge adds an additional test for as_string with a maxheaderlen specified.
      
        ........
          r77517 | r.david.murray | 2010-01-16 00:15:17 -0500 (Sat, 16 Jan 2010) | 6 lines
      
          Issue #1670765: Prevent email.generator.Generator from re-wrapping
          headers in multipart/signed MIME parts, which fixes one of the sources of
          invalid modifications to such parts by Generator.  Patch and tests by
          Martin von Gagern.
        ........
          r77525 | r.david.murray | 2010-01-16 11:08:32 -0500 (Sat, 16 Jan 2010) | 2 lines
      
          Fix issue number in comment.
        ........
      ................
      32104fc0
    • Mark Dickinson's avatar
      Merged revisions 77535 via svnmerge from · 719367e1
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77535 | mark.dickinson | 2010-01-16 18:10:25 +0000 (Sat, 16 Jan 2010) | 21 lines
      
        Merged revisions 77519,77530,77533 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77519 | mark.dickinson | 2010-01-16 10:44:00 +0000 (Sat, 16 Jan 2010) | 5 lines
      
          Issue #7632: Fix a serious wrong output bug for string -> float conversion.
          Also remove some now unused variables, and add comments clarifying the
          possible outputs of the parsing section of _Py_dg_strtod.  Thanks
          Eric Smith for reviewing.
        ........
          r77530 | mark.dickinson | 2010-01-16 17:57:49 +0000 (Sat, 16 Jan 2010) | 3 lines
      
          Issue #7632: Fix one more case of incorrect rounding for str -> float
          conversion (see bug 5 in the issue tracker).
        ........
          r77533 | mark.dickinson | 2010-01-16 18:06:17 +0000 (Sat, 16 Jan 2010) | 1 line
      
          Fix multiple uses of variable 'L' in _Py_dg_strtod, where one use requires an unsigned long and the other a signed long.  See also r77421.
        ........
      ................
      719367e1
    • Antoine Pitrou's avatar
      Blocked revisions 77468 via svnmerge · b2272111
      Antoine Pitrou authored
      ................
        r77468 | antoine.pitrou | 2010-01-13 13:04:20 +0100 (mer., 13 janv. 2010) | 18 lines
      
        Note: I'm merging these changes out of consistency, but they don't seem
        to be needed in py3k (except perhaps for non-utf8 paths).
      
      
        Merged revisions 77466-77467 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77466 | antoine.pitrou | 2010-01-13 12:47:49 +0100 (mer., 13 janv. 2010) | 5 lines
      
          Issue #7661: Allow ctypes to be built from a non-ASCII directory path.
          Patch by Florent Xicluna.
        ........
          r77467 | antoine.pitrou | 2010-01-13 12:57:42 +0100 (mer., 13 janv. 2010) | 3 lines
      
          Use `with`
        ........
      ................
      b2272111
    • Ezio Melotti's avatar
      Merged revisions 77523 via svnmerge from · 009e8248
      Ezio Melotti authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r77523 | ezio.melotti | 2010-01-16 17:09:48 +0200 (Sat, 16 Jan 2010) | 1 line
      
        Fixed crasher. Patch by Florent Xicluna.
      ........
      009e8248