1. 05 Nis, 2017 1 kayıt (commit)
  2. 02 Kas, 2015 1 kayıt (commit)
  3. 10 Tem, 2015 1 kayıt (commit)
  4. 10 Nis, 2015 1 kayıt (commit)
  5. 25 Ara, 2012 1 kayıt (commit)
  6. 30 Agu, 2007 1 kayıt (commit)
  7. 12 Nis, 2007 1 kayıt (commit)
  8. 18 Şub, 2006 1 kayıt (commit)
  9. 07 Nis, 2002 1 kayıt (commit)
  10. 11 May, 2001 1 kayıt (commit)
  11. 15 Nis, 2001 1 kayıt (commit)
  12. 18 Şub, 2001 1 kayıt (commit)
  13. 21 Ock, 2001 1 kayıt (commit)
  14. 20 Ock, 2001 1 kayıt (commit)
    • Skip Montanaro's avatar
      added __all__ lists to a number of Python modules · e99d5ea2
      Skip Montanaro yazdı
      added test script and expected output file as well
      this closes patch 103297.
      __all__ attributes will be added to other modules without first submitting
      a patch, just adding the necessary line to the test script to verify
      more-or-less correct implementation.
      e99d5ea2
  15. 14 Ock, 2001 1 kayıt (commit)
  16. 26 Agu, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Sjoerd Mullender writes: · 3601e88c
      Guido van Rossum yazdı
      """
      Extended chunk so that it can also handle formats that are almost
      according to EA IFF 85.  In particular, added options to handle
      little-endian and to handle formats that include the header size in
      the chunk size value.
      
      Fixed a bug where the header size was included in the chunk size, which
      it isn't according to EA IFF 85.
      
      Added a new method getsize() to get the size of the chunk (excluding
      header).
      
      Fixed chunk documentation (TIFF doesn't look like it uses chunks).
      Converted wave to use chunk.  Wave uses EA IFF 85 chunks except that
      it uses little-endian encoding of integer data.
      
      Removed __del__ methods from aifc and wave since I got an
      AttributeError there upon exit.
      """
      3601e88c
  17. 25 Haz, 1999 1 kayıt (commit)
    • Fred Drake's avatar
      Patch from Sjoerd Mullender: · 624a1915
      Fred Drake yazdı
      Make argument names equal to what is used in the documentation of the
      file object, since chunks are supposedly file-like.
      624a1915
  18. 16 Haz, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Sjoerd Mullender: · 7bb11d68
      Guido van Rossum yazdı
      Added support for unseekable files.
      
      (I use unqualified excepts since we don't know why the seek/tell might
      fail.  In my case it was because of an AttributeError.)
      7bb11d68
  19. 09 Haz, 1999 2 kayıt (commit)