- 20 Ock, 2004 3 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
Hye-Shik Chang yazdı
-
Hye-Shik Chang yazdı
codec in multibytecodec consumers.
-
- 18 Ock, 2004 5 kayıt (commit)
-
-
Tim Peters yazdı
meaning they must have been checked in to CVS from a Linuxish box with Windowish \r\n line endings to begin with.
-
Tim Peters yazdı
patch.
-
Tim Peters yazdı
patch.
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
-
- 17 Ock, 2004 10 kayıt (commit)
-
-
Hye-Shik Chang yazdı
-
Hye-Shik Chang yazdı
Several style fixes are suggested by Martin v. Loewis and Marc-Andre Lemburg. Thanks!
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
Remove unused and unnecessary checks for sizeof(char).
-
- 16 Ock, 2004 3 kayıt (commit)
-
-
Fred Drake yazdı
- fix some markup
-
Fred Drake yazdı
-
Andrew M. Kuchling yazdı
-
- 13 Ock, 2004 4 kayıt (commit)
-
-
Fred Drake yazdı
closes SF bug #721157
-
Fred Drake yazdı
- use_icon(): fix the check for whether a supplemental link is being used
-
Fred Drake yazdı
-
Gregory P. Smith yazdı
test_basics.py: updated for the set_get_returns_none() default of 2 change.
-
- 11 Ock, 2004 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by Greg Chapman.) Since this only changes the error message, I doubt that it should be backported.
-
Andrew M. Kuchling yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
the header file seems to be hand-written and missing the "const" keywords for input parameters passed by reference.
-
- 10 Ock, 2004 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
as "This is the same format as used by gl.lrectwrite() and the imgfile module." This implies a certain byte order in multi-byte pixel formats. However, the code was originally written on an SGI (big-endian) and *uses* the fact that bytes are stored in a particular order in ints. This means that the code uses and produces different byte order on little-endian systems. This fix adds a module-level flag "backward_compatible" (default not set, and if not set, behaves as if set to 1--i.e. backward compatible) that can be used on a little-endian system to use the same byte order as the SGI. Using this flag it is then possible to prepare SGI-compatible images on a little-endian system. This patch is the result of a (small) discussion on python-dev and was submitted to SourceForge as patch #874358.
-
- 09 Ock, 2004 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jeremy Hylton yazdı
-
- 08 Ock, 2004 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
-
- 07 Ock, 2004 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 06 Ock, 2004 2 kayıt (commit)
-
-
Thomas Heller yazdı
-
Mark Hammond yazdı
strong crypto.
-
- 05 Ock, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by Dmitry Vasiliev.)
-