1. 01 Jan, 2010 2 commits
  2. 31 Dec, 2009 4 commits
  3. 30 Dec, 2009 6 commits
  4. 29 Dec, 2009 3 commits
    • Amaury Forgeot d'Arc's avatar
      Merged revisions 77122 via svnmerge from · 9ee5d404
      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.
      ........
      9ee5d404
    • Mark Dickinson's avatar
      Blocked revisions 77116 via svnmerge · 89253f5a
      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.
      ........
      89253f5a
    • Georg Brandl's avatar
      Merged revisions 77108-77109,77111 via svnmerge from · b1b3af00
      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.
      ........
      b1b3af00
  5. 28 Dec, 2009 1 commit
    • Georg Brandl's avatar
      Blocked revisions 77088 via svnmerge · 76eb9a41
      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.
      ........
      76eb9a41
  6. 27 Dec, 2009 4 commits
  7. 25 Dec, 2009 1 commit
  8. 24 Dec, 2009 9 commits
  9. 23 Dec, 2009 1 commit
  10. 21 Dec, 2009 9 commits
    • Tarek Ziadé's avatar
      Blocked revisions 76998 via svnmerge · bcd87d3f
      Tarek Ziadé authored
      ........
        r76998 | tarek.ziade | 2009-12-22 00:37:44 +0100 (Tue, 22 Dec 2009) | 1 line
      
        added a note about #7556 in Misc/NEWS
      ........
      bcd87d3f
    • Tarek Ziadé's avatar
      Blocked revisions 76996 via svnmerge · f6b7258c
      Tarek Ziadé authored
      ........
        r76996 | tarek.ziade | 2009-12-22 00:31:55 +0100 (Tue, 22 Dec 2009) | 1 line
      
        backported r76993 and r76994 so the trunk behaves the same way with MSVC Manifest files editing
      ........
      f6b7258c
    • Martin v. Löwis's avatar
      Merged revisions 76990-76991 via svnmerge from · 96fff6fd
      Martin v. Löwis authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76990 | martin.v.loewis | 2009-12-21 20:27:15 +0100 (Mo, 21 Dez 2009) | 1 line
      
        Switch to OpenSSL 0.9.8l.
      ........
        r76991 | martin.v.loewis | 2009-12-21 20:29:59 +0100 (Mo, 21 Dez 2009) | 1 line
      
        Add NEWS for OpenSSL changes.
      ........
      96fff6fd
    • Mark Dickinson's avatar
      Blocked revisions 76982 via svnmerge · a7d0a7a2
      Mark Dickinson authored
      ........
        r76982 | mark.dickinson | 2009-12-21 15:40:33 +0000 (Mon, 21 Dec 2009) | 2 lines
      
        Inverse hyperbolic trigonometric functions should call m_log1p, not log1p.
      ........
      a7d0a7a2
    • Mark Dickinson's avatar
      Blocked revisions 76984 via svnmerge · 14614e0d
      Mark Dickinson authored
      ........
        r76984 | mark.dickinson | 2009-12-21 16:29:21 +0000 (Mon, 21 Dec 2009) | 3 lines
      
        Issue #7553:  test_long_future wasn't testing properly.  Thanks Florent Xicluna
        for bug report and patch.
      ........
      14614e0d
    • Mark Dickinson's avatar
      Blocked revisions 76978 via svnmerge · 1f900100
      Mark Dickinson authored
      ........
        r76978 | mark.dickinson | 2009-12-21 15:22:00 +0000 (Mon, 21 Dec 2009) | 3 lines
      
        Issue #7518:  Move substitute definitions of C99 math functions from
        pymath.c to Modules/_math.c.
      ........
      1f900100
    • R. David Murray's avatar
      Blocked revisions 76973 via svnmerge · b40a67ed
      R. David Murray authored
      ........
        r76973 | r.david.murray | 2009-12-21 07:45:41 -0500 (Mon, 21 Dec 2009) | 2 lines
      
        Remove a leftover from a previous iteration of the issue 7376 patch.
      ........
      b40a67ed
    • Mark Dickinson's avatar
      Blocked revisions 76967-76968 via svnmerge · f5b9b121
      Mark Dickinson authored
      ........
        r76967 | mark.dickinson | 2009-12-21 11:31:54 +0000 (Mon, 21 Dec 2009) | 1 line
      
        Fix reference counts for test_long_and_overflow.
      ........
        r76968 | mark.dickinson | 2009-12-21 12:15:48 +0000 (Mon, 21 Dec 2009) | 1 line
      
        Additional edge-case tests for test_long_and_overflow.
      ........
      f5b9b121
    • Mark Dickinson's avatar
      Blocked revisions 76963 via svnmerge · 2f6fa7b8
      Mark Dickinson authored
      ........
        r76963 | mark.dickinson | 2009-12-21 11:21:25 +0000 (Mon, 21 Dec 2009) | 3 lines
      
        Issue #7528:  Backport PyLong_AsLongAndOverflow from py3k to trunk.
        Thanks Case Van Horsen for the patch.
      ........
      2f6fa7b8