- 18 Mar, 2006 5 kayıt (commit)
-
-
Walter Dörwald yazdı
PyCodec_IncrementalDecoder().
-
Walter Dörwald yazdı
-
Thomas Heller yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
cell object. Now, a ``cell_contents`` attribute has been added (closes patch #1170323).
-
- 17 Mar, 2006 18 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
now exposed via new get...() methods.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Now only Modules/timingmodule.c is left. Should that be removed, too? (dito for clmodule and svmodule)
-
Nick Coghlan yazdı
Fix bug 1441408 where a double colon didn't trigger extended slice semantics (applies patch 1452332)
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Thomas Heller yazdı
- cast is implemented as a foreign function now - On Windows, it is now possible to access functions exported by ordinal only
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
this time and call gc.collect(), since there is some garbage. The original code didn't really leak (if gc.collect() was called).
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Try to find a host that responds slower from python.org so this test does not fail on macteagle (G4 OSX.4 in buildbot)
-
Tim Peters yazdı
in pyport.h. Changed PyString_FromFormatV() to use it instead of inlining its own maze of #if'ery.
-
- 16 Mar, 2006 17 kayıt (commit)
-
-
Walter Dörwald yazdı
PyCodec_IncrementalDecoder(). Factor out common code from PyCodec_Encoder()/PyCodec_Decoder(), PyCodec_IncrementalEncoder()/PyCodec_IncrementalDecoder() and PyCodec_StreamReader()/PyCodec_StreamWriter().
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
Hope that fixes one or two Coverty warnings.
-
Tim Peters yazdı
-
Trent Mick yazdı
helper written by Roger Upole and Mark Hammond) and adjust the expected PlaySoundTest case results accordingly.
-
Neal Norwitz yazdı
Make mktuple consistent with mklist to get rid of Coverity warnings. Also use macro version of SetItem since we know everything is setup.
-
Neal Norwitz yazdı
-
Thomas Heller yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-