- 12 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Şub, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
- remove unnecessary imports - rename dum -> dummy
-
- 20 Ock, 2001 1 kayıt (commit)
-
-
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.
-
- 14 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 17 Agu, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 16 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;)
-
- 07 Mar, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The (relatively) new chunk module uses seek, not setpos. One instance of the call still needed to be fixed.
-
- 02 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
1. Comments at the beginning of the module, before functions, and before classes have been turned into docstrings. 2. Tabs are normalized to four spaces. Also, removed the "remove" function from dircmp.py, which reimplements list.remove() (it must have been very old).
-
- 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. """
-
- 22 Haz, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 09 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Separate the Chunk class out of the aifc module into a new "chunk" module.
-
- 03 May, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
undefined 'nframes'. Should be self._nframes. (Andrew Dalke & kjpylint)
-
- 07 Agu, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Don't use CL module since all constants are now in cl.
-
- 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.
-
- 11 Ock, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 31 Ara, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
module. (Small problem: struct.pack() won't deal with the Python long ints returned by struct.unpack() for the 'L' format. Worked around that for now.)
-
- 20 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Agu, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Eki, 1994 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
- 16 Eyl, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Audio_mac.py: Mac specific class for audiodev.py. aifc.py: open files for reading/writing in binary mode ('rb', 'wb').
-
- 06 Eyl, 1994 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
- 01 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 28 Ock, 1994 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Sjoerd Mullender yazdı
sunau.py: should convert number of frames correctly to number of bytes when reading.
-
- 06 Ock, 1994 2 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
Sjoerd Mullender yazdı
-
- 20 Ara, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
SUNAUDIODEV.py: Added some constants for Solaris.
-
- 17 Ara, 1993 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
-
- 16 Ara, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
- 13 Ara, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
use audioop module as backup for cl module when reading or writing u-law compressed files. sunau.py: interface with the same methods as aifc for Sun and NeXT audio files
-
- 26 Agu, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
- 20 Haz, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* calendar.py: remove stuff now built in time; some cleanup and generalization in the calendar printing * cmd.py: use __init__. * tzparse.py: This module is no longer necessary -- use builtin time instead!
-
- 17 Haz, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* ftplib.py: support __init__ with optional host, port args * aifc.py: ensure header is written on close even when no data is written
-
- 01 Haz, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* sndhdr.py: renamed to whatsound.py; use new aifc module for AIFF/AIFC * ftplib.py: added close() (closes without sending QUIT command) * aifc.py: documented close()
-
- 24 May, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* Several modules: change "class C(): ..." to "class C: ...". * flp.py: support for frozen forms. * Added string.find() which is like index but returns -1 if not found
-
- 05 Şub, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
algorithms in cl module. aifc.py: fixed a small bug.
-
- 04 Şub, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
aifc.py: Several small improvements. Use new methods from CL module.
-
- 29 Ock, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
just set file pointer correctly instead of returning the complete file.
-
- 26 Ock, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
data. Pass an extra parameter to the compression library.
-