- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 06 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake 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 ;)
-
- 04 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The attached patches update the standard library so that all modules have docstrings beginning with one-line summaries. A new docstring was added to formatter. The docstring for os.py was updated to mention nt, os2, ce in addition to posix, dos, mac.
-
- 22 Haz, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 05 Şub, 1999 2 kayıt (commit)
-
-
Guido van Rossum yazdı
Also finally get rid of some obsolete commented-out access statements. A note about the previous checkin: I believe it's correct, but I found something strange: the file Lib/test/audiotest.au in the Python distribution was evidently encoded in u-LAW format but had its encoding set to 2, i.e. linear-8. I hope that this is a mistake caused by some conversion program that produced this .au file; I just found it on a website.
-
Guido van Rossum yazdı
-
- 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.
-
- 20 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Agu, 1995 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
Definition of Error was missing.
-
- 03 Şub, 1994 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
as aifc.py and sunau.py. sunau.py: small change in comment (au -> sunau).
-
- 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.
-
- 03 Ock, 1994 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
- 20 Ara, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
SUNAUDIODEV.py: Added some constants for Solaris.
-
- 17 Ara, 1993 1 kayıt (commit)
-
-
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
-