1. 16 Şub, 2013 1 kayıt (commit)
  2. 03 Eki, 2012 3 kayıt (commit)
  3. 10 Eyl, 2012 1 kayıt (commit)
  4. 20 Agu, 2012 1 kayıt (commit)
  5. 25 May, 2012 7 kayıt (commit)
  6. 30 Ock, 2012 1 kayıt (commit)
    • Gregory P. Smith's avatar
      Fix zip_import.c's read_directory() to use appropriate types for the values · ab32066e
      Gregory P. Smith yazdı
      being read from the header vs the values being used by fseek and ftell
      (Py_ssize_t for those) and how they are computed.  Py_ssize_t is used for
      actual file offsets so that files greater than 2gigs could be supported.
      Updates the Py_BuildValue format string to match (including several existing
      wrong 'i's that should have been 'l's).
      ab32066e
  7. 18 Ara, 2011 1 kayıt (commit)
  8. 13 Ock, 2012 1 kayıt (commit)
  9. 18 Ara, 2011 1 kayıt (commit)
  10. 31 Eki, 2011 3 kayıt (commit)
  11. 14 Eki, 2011 1 kayıt (commit)
  12. 11 Eki, 2011 1 kayıt (commit)
  13. 10 Eki, 2011 1 kayıt (commit)
  14. 28 Eyl, 2011 2 kayıt (commit)
  15. 26 May, 2011 1 kayıt (commit)
  16. 21 May, 2011 2 kayıt (commit)
  17. 19 May, 2011 1 kayıt (commit)
  18. 16 Mar, 2011 2 kayıt (commit)
  19. 15 Mar, 2011 3 kayıt (commit)
  20. 22 Ock, 2011 1 kayıt (commit)
    • Victor Stinner's avatar
      Issue #10955: zipimport uses ASCII at bootstrap · 4ee65a96
      Victor Stinner yazdı
      zipimport uses ASCII encoding instead of cp497 to decode filenames, at
      bootstrap, if the codec registry is not ready yet. It is still possible to have
      non-ASCII filenames using the Unicode flag (UTF-8 encoding) for file entries in
      the ZIP file.
      4ee65a96
  21. 18 Eki, 2010 5 kayıt (commit)