1. 25 Apr, 2010 2 commits
  2. 24 Apr, 2010 5 commits
  3. 23 Apr, 2010 9 commits
  4. 22 Apr, 2010 16 commits
  5. 21 Apr, 2010 3 commits
    • Antoine Pitrou's avatar
      Merged revisions 80317 via svnmerge from · da6902cb
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r80317 | antoine.pitrou | 2010-04-21 21:46:23 +0200 (mer., 21 avril 2010) | 15 lines
      
        Merged revisions 80314-80315 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r80314 | antoine.pitrou | 2010-04-21 21:28:03 +0200 (mer., 21 avril 2010) | 5 lines
      
          Issue #8484: Load all ciphers and digest algorithms when initializing
          the _ssl extension, such that verification of some SSL certificates
          doesn't fail because of an "unknown algorithm".
        ........
          r80315 | antoine.pitrou | 2010-04-21 21:36:23 +0200 (mer., 21 avril 2010) | 3 lines
      
          Forgot to add the sample certificate (followup to r80314)
        ........
      ................
      da6902cb
    • Tarek Ziadé's avatar
      Blocked revisions 80309 via svnmerge · 0c21bdf3
      Tarek Ziadé authored
      ................
        r80309 | tarek.ziade | 2010-04-21 15:35:21 +0200 (Wed, 21 Apr 2010) | 9 lines
      
        Merged revisions 80306 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r80306 | tarek.ziade | 2010-04-21 15:32:26 +0200 (Wed, 21 Apr 2010) | 1 line
      
          shutil: removed unused import and fixed attributes names in _call_external_zip
        ........
      ................
      0c21bdf3
    • R. David Murray's avatar
      Merged revisions 80296 via svnmerge from · 44546f89
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r80296 | r.david.murray | 2010-04-20 21:51:57 -0400 (Tue, 20 Apr 2010) | 14 lines
      
        Merged revisions 80144 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r80144 | r.david.murray | 2010-04-17 01:26:26 -0400 (Sat, 17 Apr 2010) | 8 lines
      
          Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug.
      
          Two itimer tests and an interprocess signal test fail on FreeBSD 6 if
          any test that starts a thread runs before test_signal.  Since FreeBSD7
          does not show this behavior, the bug is most likely a platform bug,
          so this patch just skips the failing tests on freebsd6.
        ........
      ................
      44546f89
  6. 20 Apr, 2010 5 commits
    • Mark Dickinson's avatar
      Blocked revisions 80293 via svnmerge · e8ab2220
      Mark Dickinson authored
      ........
        r80293 | mark.dickinson | 2010-04-21 00:24:25 +0100 (Wed, 21 Apr 2010) | 1 line
      
        Rework delta_divmod to avoid use of PyTuple_SetItem.
      ........
      e8ab2220
    • Mark Dickinson's avatar
      Blocked revisions 80290-80291 via svnmerge · 20d00fce
      Mark Dickinson authored
      ........
        r80290 | mark.dickinson | 2010-04-20 23:32:49 +0100 (Tue, 20 Apr 2010) | 12 lines
      
        Issue #2706:  Add support for dividing a timedelta by another timedelta.
      
        Adds support for the three division operations:
      
          - timedelta / timedelta -> float
          - timedelta // timedelta -> int
          - timedelta % timedelta -> timedelta
      
        also adds support for divmod(timedelta, timedelta).
      
        Patch by Alexander Belopolsky.
      ........
        r80291 | mark.dickinson | 2010-04-20 23:39:53 +0100 (Tue, 20 Apr 2010) | 1 line
      
        Fix memory leak.
      ........
      20d00fce
    • Tarek Ziadé's avatar
      Blocked revisions 80286 via svnmerge · 8cf6d42f
      Tarek Ziadé authored
      ................
        r80286 | tarek.ziade | 2010-04-20 23:40:47 +0200 (Tue, 20 Apr 2010) | 9 lines
      
        Merged revisions 80282 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r80282 | tarek.ziade | 2010-04-20 23:09:06 +0200 (Tue, 20 Apr 2010) | 1 line
      
          removed ztar support in shutil.make_archive
        ........
      ................
      8cf6d42f
    • Ronald Oussoren's avatar
      Ensure the framework installs cleanly after · 8c882bc5
      Ronald Oussoren authored
      the recent changes to CFLAGS and BASECFLAGS.
      8c882bc5
    • Tarek Ziadé's avatar
      Blocked revisions 80263 via svnmerge · c5c9ee40
      Tarek Ziadé authored
      ........
        r80263 | tarek.ziade | 2010-04-20 16:31:49 +0200 (Tue, 20 Apr 2010) | 1 line
      
        fixed typo -- thanks Nick
      ........
      c5c9ee40