- 17 Mar, 2006 3 kayıt (commit)
-
-
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 23 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ı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
The pre module has been gone for a while. Need to go through and find other modules that no longer exists, since errors are silently ignored.
-
Tim Peters yazdı
-
Tim Peters yazdı
stale .pyc files.
-
Tim Peters yazdı
This is a heavily altered derivative of SF patch 1123430, Evan Jones's heroic effort to make obmalloc return unused arenas to the system free(), with some heuristic strategies to make it more likley that arenas eventually _can_ be freed.
-
- 15 Mar, 2006 14 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
now if close() has been called before (like file and StringIO.StringIO do)
-
Thomas Heller yazdı
versions.
-
Tim Peters yazdı
-
Walter Dörwald yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Vinay Sajip yazdı
Catch situations where currentframe() returns None. See SF patch #1447410, this is a different implementation.
-
Nick Coghlan yazdı
-
Andrew M. Kuchling yazdı
-
Walter Dörwald yazdı
of tuple) that provides incremental decoders and encoders (a way to use stateful codecs without the stream API). Functions codecs.getincrementaldecoder() and codecs.getincrementalencoder() have been added.
-
Nick Coghlan yazdı
-
Tim Peters yazdı
unique to Python 2.5.
-