- 11 Ock, 2004 1 kayıt (commit)
-
-
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 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by Dmitry Vasiliev.)
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
timeit, base64, MSVC++ 7.1 build, METH_COEXISTS, and optimizations. * Put in a comment suggesting an improvement to the rsplit() example.
-
Hye-Shik Chang yazdı
separaters on str.split() and str.rsplit().
-
- 04 Ock, 2004 23 kayıt (commit)
-
-
Jack Jansen yazdı
factory functions, so you can call quicktime functions that are implemented as methods on NULL too. Still don't allow quicktime functions to return NULL pointers, though: I think this always signals an error condition.
-
Raymond Hettinger yazdı
-
Hye-Shik Chang yazdı
failure on FreeBSD.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Formerly, the length was only fetched from sequence objects. Now, any object that reports its length can benefit from pre-sizing.
-
Martin v. Löwis yazdı
-
Raymond Hettinger yazdı
Formerly, the length was only fetched from sequence objects. Now, any object that reports its length can benefit from pre-sizing.
-
Raymond Hettinger yazdı
Formerly, length data fetched from sequence objects. Now, any object that reports its length can benefit from pre-sizing. On one sample timing, it gave a threefold speedup for list(s) where s was a set object.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Make timings more consistent by temporarily disabling GC.
-
Raymond Hettinger yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
again. Removed the following subprojects and folded them into pythoncore, to match what's being done under VC7. We *can* build the core DLL under VC6 again after this: datetime.dsp winreg.dsp parser.dsp _sre.dsp _csv.dsp mmap.dsp _symtable.dsp
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
encoding and decoding, including optional case folding and optional alternative alphabets.
-
- 03 Ock, 2004 2 kayıt (commit)
-
-
Hye-Shik Chang yazdı
-
Jack Jansen yazdı
-