- 17 Mar, 2006 13 commits
-
-
Nick Coghlan authored
Fix bug 1441408 where a double colon didn't trigger extended slice semantics (applies patch 1452332)
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Thomas Heller authored
- cast is implemented as a foreign function now - On Windows, it is now possible to access functions exported by ordinal only
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Neal Norwitz authored
-
Neal Norwitz authored
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 authored
-
Neal Norwitz authored
-
Neal Norwitz authored
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 authored
in pyport.h. Changed PyString_FromFormatV() to use it instead of inlining its own maze of #if'ery.
-
- 16 Mar, 2006 23 commits
-
-
Walter Dörwald authored
PyCodec_IncrementalDecoder(). Factor out common code from PyCodec_Encoder()/PyCodec_Decoder(), PyCodec_IncrementalEncoder()/PyCodec_IncrementalDecoder() and PyCodec_StreamReader()/PyCodec_StreamWriter().
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
-
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 4 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.
-