1. 16 Jan, 2010 5 commits
    • R. David Murray's avatar
      Merged revisions 77542 via svnmerge from · fa606926
      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.
        ........
      ................
      fa606926
    • Mark Dickinson's avatar
      Merged revisions 77535 via svnmerge from · 11f65784
      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.
        ........
      ................
      11f65784
    • Antoine Pitrou's avatar
      Blocked revisions 77468 via svnmerge · 27f9eaa6
      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`
        ........
      ................
      27f9eaa6
    • Ezio Melotti's avatar
      Merged revisions 77523 via svnmerge from · 5683a3d8
      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.
      ........
      5683a3d8
    • Ezio Melotti's avatar
      Merged revisions 77520-77521 via svnmerge from · 9ce52610
      Ezio Melotti authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r77520 | georg.brandl | 2010-01-16 16:41:21 +0200 (Sat, 16 Jan 2010) | 1 line
      
        Remove L suffix for integers.
      ........
        r77521 | ezio.melotti | 2010-01-16 16:46:27 +0200 (Sat, 16 Jan 2010) | 1 line
      
        remove obsolete sentence
      ........
      9ce52610
  2. 15 Jan, 2010 1 commit
  3. 14 Jan, 2010 2 commits
    • Antoine Pitrou's avatar
      Merged revisions 77501 via svnmerge from · 0560e8a8
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77501 | antoine.pitrou | 2010-01-14 18:34:48 +0100 (jeu., 14 janv. 2010) | 10 lines
      
        Merged revisions 77499 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77499 | antoine.pitrou | 2010-01-14 18:25:24 +0100 (jeu., 14 janv. 2010) | 4 lines
      
          Issue #3299: Fix possible crash in the _sre module when given bad
          argument values in debug mode.  Patch by Victor Stinner.
        ........
      ................
      0560e8a8
    • Mark Dickinson's avatar
      Merged revisions 77494 via svnmerge from · 9000c161
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77494 | mark.dickinson | 2010-01-14 15:37:49 +0000 (Thu, 14 Jan 2010) | 41 lines
      
        Merged revisions 77477-77478,77481-77483,77490-77493 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77477 | mark.dickinson | 2010-01-13 18:21:53 +0000 (Wed, 13 Jan 2010) | 1 line
      
          Add comments explaining the role of the bigcomp function in dtoa.c.
        ........
          r77478 | mark.dickinson | 2010-01-13 19:02:37 +0000 (Wed, 13 Jan 2010) | 1 line
      
          Clarify that sulp expects a nonnegative input, but that +0.0 is fine.
        ........
          r77481 | mark.dickinson | 2010-01-13 20:55:03 +0000 (Wed, 13 Jan 2010) | 1 line
      
          Simplify and annotate the bigcomp function, removing unused special cases.
        ........
          r77482 | mark.dickinson | 2010-01-13 22:15:53 +0000 (Wed, 13 Jan 2010) | 1 line
      
          Fix buggy comparison:  LHS of comparison was being treated as unsigned.
        ........
          r77483 | mark.dickinson | 2010-01-13 22:20:10 +0000 (Wed, 13 Jan 2010) | 1 line
      
          More dtoa.c cleanup;  remove the need for bc.dplen, bc.dp0 and bc.dp1.
        ........
          r77490 | mark.dickinson | 2010-01-14 13:02:36 +0000 (Thu, 14 Jan 2010) | 1 line
      
          Fix off-by-one error introduced in r77483.  I have a test for this, but it currently fails due to a different dtoa.c bug;  I'll add the test once that bug is fixed.
        ........
          r77491 | mark.dickinson | 2010-01-14 13:14:49 +0000 (Thu, 14 Jan 2010) | 1 line
      
          Issue 7632: fix a dtoa.c bug (bug 6) causing incorrect rounding.  Tests to follow.
        ........
          r77492 | mark.dickinson | 2010-01-14 14:40:20 +0000 (Thu, 14 Jan 2010) | 1 line
      
          Issue 7632:  fix incorrect rounding for long input strings with values very close to a power of 2.  (See Bug 4 in the tracker discussion.)
        ........
          r77493 | mark.dickinson | 2010-01-14 15:22:33 +0000 (Thu, 14 Jan 2010) | 1 line
      
          Issue #7632:  add tests for bugs fixed so far.
        ........
      ................
      9000c161
  4. 13 Jan, 2010 3 commits
  5. 12 Jan, 2010 1 commit
    • Mark Dickinson's avatar
      Merged revisions 77452 via svnmerge from · 46672513
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77452 | mark.dickinson | 2010-01-12 23:04:19 +0000 (Tue, 12 Jan 2010) | 23 lines
      
        Merged revisions 77410,77421,77450-77451 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77410 | mark.dickinson | 2010-01-10 13:06:31 +0000 (Sun, 10 Jan 2010) | 1 line
      
          Remove unused BCinfo fields and an unused macro.
        ........
          r77421 | mark.dickinson | 2010-01-11 17:15:13 +0000 (Mon, 11 Jan 2010) | 1 line
      
          Change a variable type to avoid signed overflow; replace repeated '19999' constant by a define.
        ........
          r77450 | mark.dickinson | 2010-01-12 22:23:56 +0000 (Tue, 12 Jan 2010) | 4 lines
      
          Issue #7632: Fix a problem with _Py_dg_strtod that could lead to
          crashes in debug builds, for certain long numeric strings
          corresponding to subnormal values.
        ........
          r77451 | mark.dickinson | 2010-01-12 22:55:51 +0000 (Tue, 12 Jan 2010) | 2 lines
      
          Issue #7632:  Fix a bug in dtoa.c that could lead to incorrectly-rounded results.
        ........
      ................
      46672513
  6. 11 Jan, 2010 2 commits
  7. 10 Jan, 2010 4 commits
  8. 09 Jan, 2010 3 commits
  9. 08 Jan, 2010 1 commit
  10. 07 Jan, 2010 1 commit
    • Antoine Pitrou's avatar
      Merged revisions 77355 via svnmerge from · 901d81e6
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77355 | antoine.pitrou | 2010-01-07 18:57:31 +0100 (jeu., 07 janv. 2010) | 18 lines
      
        Merged revisions 77352-77354 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77352 | antoine.pitrou | 2010-01-07 18:46:49 +0100 (jeu., 07 janv. 2010) | 5 lines
      
          Issue #7455: Fix possible crash in cPickle on invalid input.  Patch by
          Florent Xicluna.
        ........
          r77353 | antoine.pitrou | 2010-01-07 18:49:37 +0100 (jeu., 07 janv. 2010) | 3 lines
      
          Fix attribution. Florent actually repackaged and reviewed Victor's patch (sorry!).
        ........
          r77354 | antoine.pitrou | 2010-01-07 18:54:10 +0100 (jeu., 07 janv. 2010) | 3 lines
      
          Fix reattribution mistake when fixing attribution mistake!
        ........
      ................
      901d81e6
  11. 06 Jan, 2010 2 commits
  12. 05 Jan, 2010 1 commit
  13. 04 Jan, 2010 3 commits
  14. 03 Jan, 2010 4 commits
  15. 02 Jan, 2010 3 commits
  16. 01 Jan, 2010 4 commits