1. 03 Ock, 2011 7 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 1 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