1. 04 Oct, 2010 2 commits
    • Lars Gustäbel's avatar
      Merged revisions 85211 via svnmerge from · 2fdbfc50
      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.
      ........
      2fdbfc50
    • Senthil Kumaran's avatar
      Merged revisions 85209 via svnmerge from · 3cc7d7ae
      Senthil Kumaran authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85209 | senthil.kumaran | 2010-10-04 11:12:58 +0530 (Mon, 04 Oct 2010) | 3 lines
      
        Remove the debugging print line from the test.
      ........
      3cc7d7ae
  2. 03 Oct, 2010 5 commits
  3. 02 Oct, 2010 4 commits
  4. 01 Oct, 2010 4 commits
  5. 30 Sep, 2010 1 commit
  6. 29 Sep, 2010 4 commits
  7. 28 Sep, 2010 7 commits
  8. 27 Sep, 2010 5 commits
  9. 24 Sep, 2010 3 commits
  10. 23 Sep, 2010 2 commits
  11. 21 Sep, 2010 3 commits