1. 24 Dec, 2009 1 commit
  2. 23 Dec, 2009 1 commit
  3. 21 Dec, 2009 10 commits
    • Tarek Ziadé's avatar
      Blocked revisions 76998 via svnmerge · 25339af9
      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
      ........
      25339af9
    • Tarek Ziadé's avatar
      Blocked revisions 76996 via svnmerge · db6ab8e1
      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
      ........
      db6ab8e1
    • Martin v. Löwis's avatar
      Merged revisions 76990-76991 via svnmerge from · 331411d3
      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.
      ........
      331411d3
    • Mark Dickinson's avatar
      Blocked revisions 76982 via svnmerge · b4c5f360
      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.
      ........
      b4c5f360
    • Mark Dickinson's avatar
      Blocked revisions 76984 via svnmerge · 04429f2c
      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.
      ........
      04429f2c
    • Mark Dickinson's avatar
      Blocked revisions 76978 via svnmerge · 1426930a
      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.
      ........
      1426930a
    • R. David Murray's avatar
      Blocked revisions 76973 via svnmerge · 28878ece
      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.
      ........
      28878ece
    • Mark Dickinson's avatar
      Blocked revisions 76967-76968 via svnmerge · 8be6a9a1
      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.
      ........
      8be6a9a1
    • Mark Dickinson's avatar
      Blocked revisions 76963 via svnmerge · bf205bc4
      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.
      ........
      bf205bc4
    • Tarek Ziadé's avatar
      Blocked revisions 76956 via svnmerge · 99ae4cbf
      Tarek Ziadé authored
      ........
        r76956 | tarek.ziade | 2009-12-21 02:22:46 +0100 (Mon, 21 Dec 2009) | 1 line
      
        massive import cleaning in Distutils
      ........
      99ae4cbf
  4. 20 Dec, 2009 10 commits
  5. 19 Dec, 2009 4 commits
  6. 18 Dec, 2009 2 commits
  7. 17 Dec, 2009 1 commit
  8. 16 Dec, 2009 4 commits
  9. 15 Dec, 2009 1 commit
  10. 14 Dec, 2009 3 commits
    • R. David Murray's avatar
      Merged revisions 76840 via svnmerge from · a657b0c2
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76840 | r.david.murray | 2009-12-14 16:57:39 -0500 (Mon, 14 Dec 2009) | 3 lines
      
        Issue #7498: make test_multiprocessing use test_support.find_unused_port
        instead of a hard coded port number in test_rapid_restart.
      ........
      a657b0c2
    • R. David Murray's avatar
      Blocked revisions 76831 via svnmerge · 0866bb92
      R. David Murray authored
      ........
        r76831 | r.david.murray | 2009-12-14 11:28:26 -0500 (Mon, 14 Dec 2009) | 6 lines
      
        Issue #1680159: unicode coercion during an 'in' operation was masking
        any errors that might occur during coercion of the left operand and
        turning them into a TypeError with a message text that was confusing in
        the given context.  This patch lets any errors through, as was already
        done during coercion of the right hand side.
      ........
      0866bb92
    • R. David Murray's avatar
      Merged revisions 76819,76830 via svnmerge from · a6fd2b2d
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76819 | benjamin.peterson | 2009-12-13 16:15:31 -0500 (Sun, 13 Dec 2009) | 1 line
      
        avoid having to update this statement all the time
      ........
        r76830 | r.david.murray | 2009-12-13 21:50:32 -0500 (Sun, 13 Dec 2009) | 2 lines
      
        Clarify phrasing that explains that there are currently two branches.
      ........
      a6fd2b2d
  11. 13 Dec, 2009 3 commits
    • Tarek Ziadé's avatar
      Blocked revisions 76826 via svnmerge · 18e4117c
      Tarek Ziadé authored
      ........
        r76826 | tarek.ziade | 2009-12-14 00:24:13 +0100 (Mon, 14 Dec 2009) | 1 line
      
        reorganized the distutils doc a bit : the MANIFEST.in template system has its own section now. This is easier to find and follow
      ........
      18e4117c
    • Mark Dickinson's avatar
      Blocked revisions 76813 via svnmerge · 97710c11
      Mark Dickinson authored
      ........
        r76813 | mark.dickinson | 2009-12-13 21:06:06 +0000 (Sun, 13 Dec 2009) | 3 lines
      
        Issue #7492: Autoconf tests were leaving semaphore files behind.  Add
        sem_unlink calls to delete those semaphore files.
      ........
      97710c11
    • R. David Murray's avatar
      Blocked revisions 73819,73821-73822,73877,73986,74098,74100 via svnmerge · 9c536026
      R. David Murray authored
      All of these are descendants of the issue 6267 patch (r73638), which was
      an enhancement patch and thus blocked from backport (even though it may
      have contained a couple fixes...)
      
      ........
        r73819 | kristjan.jonsson | 2009-07-03 19:07:07 -0400 (Fri, 03 Jul 2009) | 2 lines
      
        http://bugs.python.org/issue6381
        some platforms may raise ENOTCONN if the stack has disconnected the socket on behalf of the peer.
      ........
        r73821 | kristjan.jonsson | 2009-07-03 19:26:02 -0400 (Fri, 03 Jul 2009) | 2 lines
      
        http://bugs.python.org/issue6267
        Incorrect exception handling for xmlrp client retry
      ........
        r73822 | kristjan.jonsson | 2009-07-03 19:29:50 -0400 (Fri, 03 Jul 2009) | 2 lines
      
        http://bugs.python.org/issue6267
        Incorrect exception handling for xmlrpc client retry
      ........
        r73877 | kristjan.jonsson | 2009-07-07 05:01:34 -0400 (Tue, 07 Jul 2009) | 2 lines
      
        http://bugs.python.org/issue6382
        added the shutdown_request() which can perform shutdown before calling close.  This is needed for the ForkingMixIn because different close semantics are required for child and parent process.  shutdown_request(), for TCP servers, calls socket.shutdown() and then calls close_request().  Therefore, this is not an backwards incompatible change, since subclasses that continue to override close_request() continue to work.
      ........
        r73986 | kristjan.jonsson | 2009-07-12 18:42:08 -0400 (Sun, 12 Jul 2009) | 2 lines
      
        http://bugs.python.org/issue6267
        Add more tests for the xlmrpc.ServerProxy
      ........
        r74098 | kristjan.jonsson | 2009-07-19 18:14:00 -0400 (Sun, 19 Jul 2009) | 2 lines
      
        http://bugs.python.org/issue6499
        zlib/gzip may not be present for all builds.  Make xmlrpclib gracefully not supporg gzip encoding in this case
      ........
        r74100 | kristjan.jonsson | 2009-07-19 18:35:44 -0400 (Sun, 19 Jul 2009) | 2 lines
      
        http://bugs.python.org/issue6499
        gzip.GzipFile may not exist as a parent class
      ........
      9c536026