- 11 Jun, 2006 17 commits
-
-
Ronald Oussoren authored
-
Tim Peters authored
-
Tim Peters authored
-
Thomas Heller authored
Python coded COM objects.
-
Greg Ward authored
description, and epilog.
-
Greg Ward authored
-
Ronald Oussoren authored
being in an IDLE.app bundle on darwin. This does a slight reorganisation of the menus and adds support for file-open events.
-
Neal Norwitz authored
-
Neal Norwitz authored
I think these changes are correct, but I'm not sure. Could someone who knows how this module works test it? It can at least start on the cmd line.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
So there doesn't seem to be much point to checking here.
-
Neal Norwitz authored
Bottom factor out some common code.
-
Neal Norwitz authored
-
Neal Norwitz authored
Top/Bottom factor out some common expressions Add a XXX comment about widing offset.
-
Neal Norwitz authored
We know it's not NULL from the ParseTuple and DbObject_Check will verify it's not NULL.
-
Greg Ward authored
i.e. do *not* expand tabs, but treat them as whitespace that is not equivalent to spaces. Add a couple of test cases. Clarify docs.
-
- 10 Jun, 2006 17 commits
-
-
Tim Peters authored
versus generator period. While this was a real weakness of the older WH generator for lists with just a few dozen elements, and so could potentially bite the naive ;-), the Twister should show excellent behavior up to at least 600 elements. Module docstring: reflowed some jarringly short lines.
-
Skip Montanaro authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Fred Drake authored
-
Fred Drake authored
varies between __main__ and other modules, and strongly suggest not touching it but using __builtin__ if absolutely necessary
-
Thomas Heller authored
Summary of changes: - support for 'variable sized' data - support for anonymous structure/union fields - fix severe bug with certain arrays or structures containing more than 256 fields
-
Thomas Heller authored
Summary of changes: - support for 'variable sized' data - support for anonymous structure/union fields - fix severe bug with certain arrays or structures containing more than 256 fields
-
Greg Ward authored
* restore "Extending optparse" section * document ALWAYS_TYPED_ACTIONS (SF #1449311)
-
Skip Montanaro authored
-
Martin v. Löwis authored
- update header checks, using autoconf - provide dummies for getenv, environ, and GetVersion - adjust MSC_VER check in socketmodule.c
-
Armin Rigo authored
PyThreadState_GET() complains if the tstate is NULL, but only in debug mode.
-
Martin v. Löwis authored
-
Georg Brandl authored
Also improve error message on overflow.
-
- 09 Jun, 2006 6 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
An object with __call__ as an attribute, when called, will have that attribute checked for __call__ itself, and will continue to look until it finds an object without the attribute. This can lead to an infinite recursion. Closes bug #532646, again. Will be backported.
-
Georg Brandl authored
Occurences in email and compiler were ignored due to backwards compat requirements.
-
Thomas Heller authored
-
Thomas Heller authored
-
Andrew M. Kuchling authored
-