- 15 Mar, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
initialization failed.
-
- 01 Agu, 2004 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Backport candidate.
-
- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 04 Eyl, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
mostly changes of / operators into //. Once or twice I did more or less than recommended.
-
- 01 Mar, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
giving it a slight facelift
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 09 Eki, 2000 2 kayıt (commit)
-
-
Tim Peters yazdı
didn't bother to close the files. This caused the new test_wave test to fail under Windows, as Windows won't let you delete a file that's open. Fixed that by ensuring the wave read & write classes' .close() and __del__ methods close files that were opened by their constructors.
-
Guido van Rossum yazdı
never written properly because the '4' length indicators for the 's' format characters were missing.
-
- 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.
-
- 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().
-