1. 03 Şub, 2013 1 kayıt (commit)
  2. 02 Şub, 2013 4 kayıt (commit)
  3. 01 Şub, 2013 2 kayıt (commit)
  4. 31 Ock, 2013 2 kayıt (commit)
  5. 29 Ock, 2013 1 kayıt (commit)
  6. 25 Ara, 2012 1 kayıt (commit)
  7. 18 Ara, 2012 2 kayıt (commit)
  8. 18 Kas, 2012 2 kayıt (commit)
  9. 30 Haz, 2012 1 kayıt (commit)
  10. 13 May, 2012 1 kayıt (commit)
  11. 01 May, 2012 3 kayıt (commit)
  12. 12 Nis, 2012 3 kayıt (commit)
  13. 19 Eki, 2011 2 kayıt (commit)
  14. 10 Haz, 2011 1 kayıt (commit)
  15. 09 Haz, 2011 2 kayıt (commit)
  16. 22 May, 2011 1 kayıt (commit)
  17. 19 May, 2011 1 kayıt (commit)
  18. 18 May, 2011 1 kayıt (commit)
  19. 20 Nis, 2011 1 kayıt (commit)
  20. 14 Mar, 2011 2 kayıt (commit)
  21. 02 Şub, 2011 2 kayıt (commit)
  22. 01 Ock, 2011 2 kayıt (commit)
  23. 21 Ara, 2010 2 kayıt (commit)
    • R. David Murray's avatar
      Merged revisions 87430 via svnmerge from · 30f9c8c6
      R. David Murray yazdı
      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
    • R. David Murray's avatar
      #4871: check that zipfile password is bytes, and give useful error message. · 8d855d83
      R. David Murray yazdı
      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.
      8d855d83