1. 04 Oct, 2010 2 commits
    • Éric Araujo's avatar
      Merged revisions 85223 via svnmerge from · c17776f9
      Éric Araujo authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85223 | eric.araujo | 2010-10-05 01:52:37 +0200 (mar., 05 oct. 2010) | 3 lines
      
        Fix interaction of custom translation classes and caching (#9042)
      ........
      c17776f9
    • Lars Gustäbel's avatar
      Merged revisions 85211 via svnmerge from · 6aab8d09
      Lars Gustäbel authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85211 | lars.gustaebel | 2010-10-04 17:18:47 +0200 (Mon, 04 Oct 2010) | 14 lines
      
        Issue #9065: no longer use "root" as the default for the
        uname and gname field.
      
        If tarfile creates a new archive and adds a file with a
        uid/gid that doesn't have a corresponding name on the
        system (e.g. because the user/group account was deleted) it
        uses the empty string in the uname/gname field now instead
        of "root". Using "root" as the default was a bad idea
        because on extraction the uname/gname fields are supposed
        to override the uid/gid fields. So, all archive members
        with nameless uids/gids belonged to the root user after
        extraction.
      ........
      6aab8d09
  2. 03 Oct, 2010 4 commits
  3. 02 Oct, 2010 4 commits
  4. 01 Oct, 2010 4 commits
  5. 30 Sep, 2010 1 commit
  6. 29 Sep, 2010 3 commits
  7. 28 Sep, 2010 6 commits
  8. 27 Sep, 2010 4 commits
    • Hirokazu Yamamoto's avatar
      Blocked revisions 84762,84876,84897,84902,84949 via svnmerge · 1ece8817
      Hirokazu Yamamoto authored
      ........
        r84762 | hirokazu.yamamoto | 2010-09-13 14:59:38 +0900 | 1 line
      
        Updated PC/VS8.0 with PCBuild/vs9to8.py.
      ........
        r84876 | hirokazu.yamamoto | 2010-09-18 13:42:41 +0900 | 1 line
      
        In Python3000, Tkinter was renamed to tkinter. And print is now function.
      ........
        r84897 | hirokazu.yamamoto | 2010-09-19 17:31:01 +0900 | 1 line
      
        Set svn:ignore to folders.
      ........
        r84902 | hirokazu.yamamoto | 2010-09-19 18:24:20 +0900 | 1 line
      
        Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)
      ........
        r84949 | hirokazu.yamamoto | 2010-09-22 01:05:47 +0900 | 1 line
      
        Revert r84902 before committing better solution.
      ........
      1ece8817
    • Antoine Pitrou's avatar
      Merged revisions 85032 via svnmerge from · 66b5df68
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85032 | antoine.pitrou | 2010-09-27 19:52:25 +0200 (lun., 27 sept. 2010) | 6 lines
      
        Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is
        received.  Now sendall() properly calls signal handlers if necessary,
        and retries sending if these returned successfully, including on sockets
        with a timeout.
      ........
      66b5df68
    • Vinay Sajip's avatar
      47ca122b
    • Senthil Kumaran's avatar
      Merged revisions 85025 via svnmerge from · 176c73df
      Senthil Kumaran authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85025 | senthil.kumaran | 2010-09-27 06:56:03 +0530 (Mon, 27 Sep 2010) | 6 lines
      
        Fix Issue1595365 - Adding the req.headers after the un-redirect headers have
        been added. This helps in accidental overwritting of User-Agent header to
        default value. To preserve the old behavior, only headers not in unredirected
        headers will be updated.
      ........
      176c73df
  9. 26 Sep, 2010 4 commits
  10. 25 Sep, 2010 7 commits
  11. 24 Sep, 2010 1 commit