- 26 Agu, 1999 1 kayıt (commit)
-
-
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. """
-
- 17 Haz, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
mode attribute of the file object (if it has one), otherwise use 'rb'. The documentation should still show this as required until there's a new release.
-
- 05 Şub, 1999 2 kayıt (commit)
-
-
Guido van Rossum yazdı
array object at all.
-
Guido van Rossum yazdı
(1) on a little-endian platform, don't byteswap; (2) in _patchheader(), there was a missing self._file argument to a _write_long() call.
-
- 23 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
the description of setparams() was wrong. wave.py: Include the tag of an unknown format in the exception.
-
- 16 Nis, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
Accept 'rb' and 'wb' as well as 'r' and 'w' as the mode parameter to open().
-
- 20 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 15 Şub, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
date and addr parsing; string: force result of atof to float and support atoi, atol, atof in strop; tzparcs: don't call test().
-