- 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 3 kayıt (commit)
-
-
Hye-Shik Chang yazdı
-
Jack Jansen yazdı
-
Tim Peters yazdı
still far away, but a lot closer than it was.
-
- 02 Ock, 2004 10 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jeremy Hylton yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Alex Martelli yazdı
loops to run (default remains 50,000 if no argument is specified).
-
Andrew M. Kuchling yazdı
than are specified by the buffer size. The patch calls .__write() to ensure that any full blocks are written out.
-
Fred Drake yazdı
-