1. 27 Nis, 2010 7 kayıt (commit)
  2. 26 Nis, 2010 2 kayıt (commit)
  3. 25 Nis, 2010 5 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 80480 via svnmerge from · 6ec1a16f
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80480 | antoine.pitrou | 2010-04-25 23:15:50 +0200 (dim., 25 avril 2010) | 3 lines
      
        Replace a Lock with a better suited Event.
      ........
      6ec1a16f
    • Antoine Pitrou's avatar
      Merged revisions 80484 via svnmerge from · 53d7d06e
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80484 | antoine.pitrou | 2010-04-25 23:40:32 +0200 (dim., 25 avril 2010) | 6 lines
      
        Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown,
        where the method could block indefinitely if called just before the
        event loop started running.  This also fixes the occasional freezes
        witnessed in test_httpservers.
      ........
      53d7d06e
    • Victor Stinner's avatar
      Blocked revisions 80166,80189,80288 via svnmerge · 212067b9
      Victor Stinner yazdı
      ........
        r80166 | victor.stinner | 2010-04-18 11:07:49 +0200 (dim., 18 avril 2010) | 7 lines
      
        platform: use subprocess.Popen() instead of os.popen() in _syscmd_file()
      
         * Popen() avoids ugly shell escape: target.replace('"', '\\"')
         * Use proc.communicate() instead of f.stdout.read()
         * Get output from stdout by splitting with ": " instead of splitting by spaces
           to support filename with spaces
      ........
        r80189 | victor.stinner | 2010-04-18 20:22:25 +0200 (dim., 18 avril 2010) | 1 line
      
        Revert r80166 (and r80171), restore Lib/platform.py. subprocess cannot be used in platform.py
      ........
        r80288 | victor.stinner | 2010-04-21 00:28:31 +0200 (mer., 21 avril 2010) | 2 lines
      
        Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm
      ........
      212067b9
    • Georg Brandl's avatar
      Merged revisions 80465-80470 via svnmerge from · 34e44c43
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80465 | georg.brandl | 2010-04-25 12:29:17 +0200 (So, 25 Apr 2010) | 1 line
      
        Remove LaTeXy index entry syntax.
      ........
        r80466 | georg.brandl | 2010-04-25 12:54:42 +0200 (So, 25 Apr 2010) | 1 line
      
        Patch from Tim Hatch: Better cross-referencing in socket and winreg docs.
      ........
        r80467 | georg.brandl | 2010-04-25 12:55:16 +0200 (So, 25 Apr 2010) | 1 line
      
        Patch from Tim Hatch: Remove reference to winreg being the fabled high-level registry interface.
      ........
        r80468 | georg.brandl | 2010-04-25 12:55:58 +0200 (So, 25 Apr 2010) | 1 line
      
        Patch from Tim Hatch: Minor spelling changes to _winreg docs.
      ........
        r80469 | georg.brandl | 2010-04-25 12:56:41 +0200 (So, 25 Apr 2010) | 1 line
      
        Fix code example to have valid syntax so that it can be highlighted.
      ........
        r80470 | georg.brandl | 2010-04-25 12:57:15 +0200 (So, 25 Apr 2010) | 1 line
      
        Patch from Tim Hatch: Make socket setblocking <-> settimeout examples symmetric.
      ........
      34e44c43
    • Georg Brandl's avatar
      Merged revisions 80461 via svnmerge from · a33971a3
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80461 | georg.brandl | 2010-04-25 12:17:27 +0200 (So, 25 Apr 2010) | 1 line
      
        #8522: use with statement instead of try-finally for file handling.
      ........
      a33971a3
  4. 24 Nis, 2010 5 kayıt (commit)
  5. 23 Nis, 2010 3 kayıt (commit)
  6. 22 Nis, 2010 8 kayıt (commit)
  7. 21 Nis, 2010 4 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 80314-80315 via svnmerge from · 878602a2
      Antoine Pitrou yazdı
      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)
      ........
      878602a2
    • Tarek Ziadé's avatar
      Blocked revisions 80306 via svnmerge · 55b40f4c
      Tarek Ziadé yazdı
      ........
        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
      ........
      55b40f4c
    • Tarek Ziadé's avatar
      Blocked revisions 80282 via svnmerge · 250810fd
      Tarek Ziadé yazdı
      ........
        r80282 | tarek.ziade | 2010-04-20 23:09:06 +0200 (Tue, 20 Apr 2010) | 1 line
      
        removed ztar support in shutil.make_archive
      ........
      250810fd
    • R. David Murray's avatar
      Merged revisions 80144 via svnmerge from · 12c5fbb1
      R. David Murray yazdı
      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.
      ........
      12c5fbb1
  8. 20 Nis, 2010 6 kayıt (commit)