1. 03 Ock, 2011 3 kayıt (commit)
  2. 02 Ock, 2011 9 kayıt (commit)
  3. 01 Ock, 2011 3 kayıt (commit)
  4. 31 Ara, 2010 1 kayıt (commit)
  5. 29 Ara, 2010 2 kayıt (commit)
  6. 28 Ara, 2010 5 kayıt (commit)
  7. 27 Ara, 2010 3 kayıt (commit)
  8. 26 Ara, 2010 4 kayıt (commit)
  9. 24 Ara, 2010 2 kayıt (commit)
    • R. David Murray's avatar
      Blocked revisions 87479 via svnmerge · 770f4be5
      R. David Murray yazdı
      ........
        r87479 | r.david.murray | 2010-12-24 17:36:49 -0500 (Fri, 24 Dec 2010) | 8 lines
      
        #1693546: don't add quotes around RFC 2231 encoded values.
      
        The RFC is bit hard to understand on this point, but the examples
        clearly show that parameter values that are encoded according
        to its charset/language rules don't have surrounding quotes, and
        the ABNF does not allow for quotes.  So when we produce such
        encoded values, we no longer add quotes.
      ........
      770f4be5
    • Alexander Belopolsky's avatar
      Merged revisions 87463 via svnmerge from · bd584d21
      Alexander Belopolsky yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87463 | alexander.belopolsky | 2010-12-23 19:24:11 -0500 (Thu, 23 Dec 2010) | 1 line
      
        Issue #9063: Corrected the tzinfo example.
      ........
      bd584d21
  10. 23 Ara, 2010 3 kayıt (commit)
  11. 21 Ara, 2010 5 kayıt (commit)
    • R. David Murray's avatar
      Blocked revisions 87430 via svnmerge · e1367f3e
      R. David Murray yazdı
      ........
        r87430 | r.david.murray | 2010-12-21 16:53:37 -0500 (Tue, 21 Dec 2010) | 9 lines
      
        #4871: check that zipfile password is bytes, and give useful error message.
      
        Previously passing a string in as the password would fail either with
        an assertion error or a TypeError with a confusing error message.
        Note that a string can't be accepted since zipfile has no way to
        guess what encoding should be used to turn it into bytes.
      
        Patch by Victor Stinner.
      ........
      e1367f3e
    • Antoine Pitrou's avatar
      Merged revisions 87427 via svnmerge from · fc9ead69
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87427 | antoine.pitrou | 2010-12-21 22:20:59 +0100 (mar., 21 déc. 2010) | 3 lines
      
        Issue #10750: The `raw` attribute of buffered IO objects is now read-only.
      ........
      fc9ead69
    • Antoine Pitrou's avatar
      Merged revisions 87421 via svnmerge from · 5cf36729
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87421 | antoine.pitrou | 2010-12-21 19:49:01 +0100 (mar., 21 déc. 2010) | 4 lines
      
        Suggest sys.maxsize as a reliable way to know whether the interpreter is 64-bit.
        (part of #10735)
      ........
      5cf36729
    • R. David Murray's avatar
      Blocked revisions 87418 via svnmerge · c132b590
      R. David Murray yazdı
      ........
        r87418 | r.david.murray | 2010-12-21 13:24:33 -0500 (Tue, 21 Dec 2010) | 10 lines
      
        Make test_compileall more robust by using -S to keep sys.path minimized.
      
        Try this again, hopefully the right way this time.
      
        Arfrever Taifersar Arahesis reported that test_compileall failed during Gentoo
        install because it was tyring to write .pyc files to a read-only system
        directory during test_no_args_compiles_path.  Having the tests call python
        with -S should eliminate the system directories from the path.
      ........
      c132b590
    • R. David Murray's avatar
      Merged revisions 87415 via svnmerge from · a993b2d5
      R. David Murray yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87415 | r.david.murray | 2010-12-21 13:07:59 -0500 (Tue, 21 Dec 2010) | 4 lines
      
        Fix the change made for issue 1243654.
      
        Surprisingly, it turns out there was no test that exercised this code path.
      ........
      a993b2d5