- 08 Şub, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Reported by Drew Perttula.)
-
- 07 Şub, 2004 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
comes from and show the differences from lists). * Add a rotate() method.
-
Skip Montanaro yazdı
-
Raymond Hettinger yazdı
* Let deques support reversed().
-
- 06 Şub, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 03 Şub, 2004 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
This matches what is already documented for corresponding feature of the C API.
-
- 29 Ock, 2004 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Add unittests, newsitem, and whatsnew * Apply to Queue.py mutex.py threading.py pydoc.py and shlex.py * Docs are forthcoming
-
- 27 Ock, 2004 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
(could someone backport this to Python 2.3.x please?)
-
- 26 Ock, 2004 3 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Skip Montanaro yazdı
-
- 23 Ock, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 21 Ock, 2004 3 kayıt (commit)
-
-
Fred Drake yazdı
closes SF bug #871402
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 20 Ock, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 17 Ock, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
Several style fixes are suggested by Martin v. Loewis and Marc-Andre Lemburg. Thanks!
-
- 16 Ock, 2004 2 kayıt (commit)
-
-
Fred Drake yazdı
- fix some markup
-
Fred Drake yazdı
-
- 13 Ock, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 11 Ock, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 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.
-
- 08 Ock, 2004 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
-
- 04 Ock, 2004 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Barry Warsaw yazdı
-
- 01 Ock, 2004 3 kayıt (commit)
-
-
Fred Drake yazdı
- rearranged a bit to avoid duplicated information - provide more complete (and hopefully less confusing) descriptions of the return values for most of these functions (close SF bug #563298)
-
Raymond Hettinger yazdı
-
Fred Drake yazdı
closes SF bug #825810
-
- 31 Ara, 2003 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by George Yoshida.)
-
Fred Drake yazdı
-
Guido van Rossum yazdı
conversion). Hopefully I've not messed up the formatting.
-
Fred Drake yazdı
- rearrange so two small sections become one; this avoids an extra page in the HTML format
-
Fred Drake yazdı
-
Fred Drake yazdı
-