1. 08 Jan, 2010 4 commits
  2. 07 Jan, 2010 2 commits
    • Antoine Pitrou's avatar
      Merged revisions 77352-77354 via svnmerge from · 8dba727c
      Antoine Pitrou authored
      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!
      ........
      8dba727c
    • Mark Dickinson's avatar
      Blocked revisions 77339 via svnmerge · a507072e
      Mark Dickinson authored
      ........
        r77339 | mark.dickinson | 2010-01-07 09:28:29 +0000 (Thu, 07 Jan 2010) | 1 line
      
        Eric Smith was missing fro m the issue 7117 whatsnew attribution.
      ........
      a507072e
  3. 06 Jan, 2010 4 commits
  4. 04 Jan, 2010 2 commits
  5. 03 Jan, 2010 4 commits
  6. 02 Jan, 2010 4 commits
  7. 01 Jan, 2010 3 commits
  8. 31 Dec, 2009 4 commits
  9. 30 Dec, 2009 6 commits
  10. 29 Dec, 2009 3 commits
    • Amaury Forgeot d'Arc's avatar
      Merged revisions 77122 via svnmerge from · 7682d043
      Amaury Forgeot d'Arc authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77122 | amaury.forgeotdarc | 2009-12-29 23:03:38 +0100 (mar., 29 déc. 2009) | 3 lines
      
        #7413: Passing '\0' as the separator to datetime.datetime.isoformat()
        used to drop the time part of the result.
      ........
      7682d043
    • Mark Dickinson's avatar
      Blocked revisions 77116 via svnmerge · 2b4b2d1c
      Mark Dickinson authored
      ........
        r77116 | mark.dickinson | 2009-12-29 20:51:24 +0000 (Tue, 29 Dec 2009) | 6 lines
      
        Issue #7575:  An overflow test for math.expm1 was failing on OS X 10.4/Intel,
        due to a defect in the platform's implementation of expm1.  Since the issue
        is of low severity, and appears to be fixed in OS X 10.5 and 10.6, it doesn't
        seem worth working around, so I'm just weakening the relevant test so that
        it passes on 10.4.
      ........
      2b4b2d1c
    • Georg Brandl's avatar
      Merged revisions 77108-77109,77111 via svnmerge from · aae8e3e4
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77108 | georg.brandl | 2009-12-29 11:34:34 +0100 (Di, 29 Dez 2009) | 1 line
      
        #7569: clarification about c_char_p.
      ........
        r77109 | georg.brandl | 2009-12-29 12:06:31 +0100 (Di, 29 Dez 2009) | 1 line
      
        Improve markup of ctypes docs.
      ........
        r77111 | georg.brandl | 2009-12-29 12:25:38 +0100 (Di, 29 Dez 2009) | 1 line
      
        Fix wrong markup.
      ........
      aae8e3e4
  11. 28 Dec, 2009 1 commit
    • Georg Brandl's avatar
      Blocked revisions 77088 via svnmerge · 33613676
      Georg Brandl authored
      ........
        r77088 | georg.brandl | 2009-12-28 09:34:58 +0100 (Mo, 28 Dez 2009) | 1 line
      
        #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring.
      ........
      33613676
  12. 27 Dec, 2009 3 commits
    • Mark Dickinson's avatar
      Blocked revisions 77071 via svnmerge · 77577563
      Mark Dickinson authored
      ........
        r77071 | mark.dickinson | 2009-12-27 21:31:50 +0000 (Sun, 27 Dec 2009) | 1 line
      
        Use a more idiomatic check in check_truediv.
      ........
      77577563
    • Mark Dickinson's avatar
      Blocked revisions 77066 via svnmerge · 32e5feeb
      Mark Dickinson authored
      ........
        r77066 | mark.dickinson | 2009-12-27 16:16:02 +0000 (Sun, 27 Dec 2009) | 1 line
      
        Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus failures on platforms with broken pow (e.g., Ubuntu/ia64).
      ........
      32e5feeb
    • Mark Dickinson's avatar
      Blocked revisions 77062 via svnmerge · 7670ea9a
      Mark Dickinson authored
      ........
        r77062 | mark.dickinson | 2009-12-27 14:55:57 +0000 (Sun, 27 Dec 2009) | 2 lines
      
        Issue #1811:  Improve accuracy and consistency of true division for integers.
      ........
      7670ea9a