- 16 Mar, 2006 18 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
Hope that fixes one or two Coverty warnings.
-
Tim Peters authored
-
Trent Mick authored
helper written by Roger Upole and Mark Hammond) and adjust the expected PlaySoundTest case results accordingly.
-
Neal Norwitz authored
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 authored
-
Thomas Heller authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
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 authored
-
Tim Peters authored
stale .pyc files.
-
Tim Peters authored
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 19 commits
-
-
Guido van Rossum authored
-
Walter Dörwald authored
-
Walter Dörwald authored
now if close() has been called before (like file and StringIO.StringIO do)
-
Thomas Heller authored
versions.
-
Tim Peters authored
-
Walter Dörwald authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Vinay Sajip authored
Catch situations where currentframe() returns None. See SF patch #1447410, this is a different implementation.
-
Nick Coghlan authored
-
Andrew M. Kuchling authored
-
Walter Dörwald authored
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 authored
-
Tim Peters authored
unique to Python 2.5.
-
Tim Peters authored
C99 "z" qualifier on all platforms.
-
Thomas Heller authored
configure step.
-
Walter Dörwald authored
after calling close(). Change StringIO, so that it behaves the same way.
-
Neal Norwitz authored
Will backport.
-
Guido van Rossum authored
(Ideally, all packages in Python 2.5 will use the relative import syntax for all their relative import needs.)
-
- 14 Mar, 2006 3 commits
-
-
Tim Peters authored
Since it's never intended that this script be run by regrtest.py, it shouldn't have been named with a "test_" prefix to begin with. A consequence is that we shouldn't see useless: test_hashlib_speed skipped -- not a unit test (stand alone benchmark) lines in regrtest output anymore.
-
Thomas Heller authored
using a proper function prototype.
-
Thomas Heller authored
-