1. 03 Jan, 2011 9 commits
  2. 02 Jan, 2011 5 commits
  3. 01 Jan, 2011 3 commits
  4. 31 Dec, 2010 1 commit
  5. 30 Dec, 2010 2 commits
  6. 29 Dec, 2010 2 commits
  7. 28 Dec, 2010 4 commits
  8. 27 Dec, 2010 2 commits
  9. 26 Dec, 2010 4 commits
  10. 24 Dec, 2010 2 commits
    • R. David Murray's avatar
      Blocked revisions 87479 via svnmerge · 5fff1479
      R. David Murray authored
      ........
        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.
      ........
      5fff1479
    • Alexander Belopolsky's avatar
      Merged revisions 87463 via svnmerge from · 5512f32d
      Alexander Belopolsky authored
      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.
      ........
      5512f32d
  11. 23 Dec, 2010 4 commits
  12. 22 Dec, 2010 1 commit
  13. 21 Dec, 2010 1 commit
    • R. David Murray's avatar
      Merged revisions 87430 via svnmerge from · 30f9c8c6
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        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.
      ........
      30f9c8c6