- 20 Jan, 2004 4 commits
-
-
Marc-André Lemburg authored
Let the default encodings search function lookup aliases before trying the codec import. This allows applications to install codecs which override (non-special-cased) builtin codecs.
-
Marc-André Lemburg authored
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
codec in multibytecodec consumers.
-
- 18 Jan, 2004 5 commits
-
-
Tim Peters authored
meaning they must have been checked in to CVS from a Linuxish box with Windowish \r\n line endings to begin with.
-
Tim Peters authored
patch.
-
Tim Peters authored
patch.
-
Tim Peters authored
-
Andrew M. Kuchling authored
-
- 17 Jan, 2004 10 commits
-
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
Several style fixes are suggested by Martin v. Loewis and Marc-Andre Lemburg. Thanks!
-
Skip Montanaro authored
-
Skip Montanaro authored
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
Remove unused and unnecessary checks for sizeof(char).
-
- 16 Jan, 2004 3 commits
-
-
Fred Drake authored
- fix some markup
-
Fred Drake authored
-
Andrew M. Kuchling authored
-
- 13 Jan, 2004 4 commits
-
-
Fred Drake authored
closes SF bug #721157
-
Fred Drake authored
- use_icon(): fix the check for whether a supplemental link is being used
-
Fred Drake authored
-
Gregory P. Smith authored
test_basics.py: updated for the set_get_returns_none() default of 2 change.
-
- 11 Jan, 2004 4 commits
-
-
Raymond Hettinger authored
(Contributed by Greg Chapman.) Since this only changes the error message, I doubt that it should be backported.
-
Andrew M. Kuchling authored
-
Jack Jansen authored
-
Jack Jansen authored
the header file seems to be hand-written and missing the "const" keywords for input parameters passed by reference.
-
- 10 Jan, 2004 1 commit
-
-
Sjoerd Mullender authored
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 Jan, 2004 2 commits
-
-
Jack Jansen authored
-
Jeremy Hylton authored
-
- 08 Jan, 2004 4 commits
-
-
Andrew M. Kuchling authored
-
Fred Drake authored
-
Fred Drake authored
-
Raymond Hettinger authored
-
- 07 Jan, 2004 1 commit
-
-
Barry Warsaw authored
-
- 06 Jan, 2004 2 commits
-
-
Thomas Heller authored
-
Mark Hammond authored
strong crypto.
-