1. 06 Eki, 2010 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 82757-82758,82760-82764 via svnmerge from · e85e1ae4
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r82757 | georg.brandl | 2010-07-10 10:58:37 +0200 (Sa, 10 Jul 2010) | 1 line
      
        Fix markup.
      ........
        r82758 | georg.brandl | 2010-07-10 12:23:40 +0200 (Sa, 10 Jul 2010) | 1 line
      
        Emphasize role of count for Pascal string.
      ........
        r82760 | georg.brandl | 2010-07-10 12:39:57 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #3214: improve description of duck-typing in glossary.
      ........
        r82761 | georg.brandl | 2010-07-10 13:40:13 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #1434090: properly append child in expatbuilder doctype handler.
      ........
        r82762 | georg.brandl | 2010-07-10 13:51:06 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #8338: fix outdated class name.
      ........
        r82763 | georg.brandl | 2010-07-10 14:01:34 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #8456: fix signature of sqlite3.connect().
      ........
        r82764 | georg.brandl | 2010-07-10 14:20:38 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #8564: update docs on integrating doctest/unittest with unittest(2) test discovery.
      ........
      e85e1ae4
  2. 05 Eki, 2010 2 kayıt (commit)
  3. 04 Eki, 2010 2 kayıt (commit)
    • Éric Araujo's avatar
      Merged revisions 85223 via svnmerge from · c17776f9
      Éric Araujo yazdı
      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 yazdı
      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
  4. 03 Eki, 2010 4 kayıt (commit)
  5. 02 Eki, 2010 4 kayıt (commit)
  6. 01 Eki, 2010 4 kayıt (commit)
  7. 30 Eyl, 2010 1 kayıt (commit)
  8. 29 Eyl, 2010 3 kayıt (commit)
  9. 28 Eyl, 2010 6 kayıt (commit)
  10. 27 Eyl, 2010 4 kayıt (commit)
    • Hirokazu Yamamoto's avatar
      Blocked revisions 84762,84876,84897,84902,84949 via svnmerge · 1ece8817
      Hirokazu Yamamoto yazdı
      ........
        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 yazdı
      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 yazdı
      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
  11. 26 Eyl, 2010 4 kayıt (commit)
  12. 25 Eyl, 2010 5 kayıt (commit)