- 14 Jun, 2006 18 commits
-
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Georg Brandl authored
mime.types file for determining MIME types.
-
Georg Brandl authored
-
Georg Brandl authored
objects of same type/of subclasses of the other.
-
Thomas Heller authored
-
Georg Brandl authored
-
Thomas Heller authored
-
Georg Brandl authored
__del__ method when initialization failed.
-
Martin v. Löwis authored
-
Fred Drake authored
-
Fred Drake authored
but that SF patch 1504676 as written mis-handles
-
Fred Drake authored
- remove some over-zealous triple-quoting
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
adjacent triples in the result list describe non-adjacent matching blocks. That's _nice_ to have, and Guido said he wanted it. Not a bugfix candidate: Guido or not ;-), this changes visible endcase semantics (note that some tests had to change), and nothing about this was documented before. Since it was working as designed, and behavior was consistent with the docs, it wasn't "a bug".
-
- 13 Jun, 2006 22 commits
-
-
Gerhard Häring authored
-
Brett Cannon authored
-
Gerhard Häring authored
follow in a few hours at the latest. Then we should be ready for beta1.
-
Brett Cannon authored
arguments in reverse, the interpreter would infinitely recourse trying to get a coercion that worked. So put in a recursion check after a coercion is made and the next call to attempt to use the coerced values. Fixes bug #992017 and closes crashers/coerce.py .
-
Brett Cannon authored
-
Thomas Heller authored
-
Marc-André Lemburg authored
-
Andrew MacIntyre authored
to pass reliably on the one buildbot that insists on more than 32kB of thread stack.
-
Marc-André Lemburg authored
See svn.python.org/external/pybench-2.0 for the original import of that version. Note that platform.py was not copied over from pybench-2.0 since it is already part of Python 2.5.
-
Tim Peters authored
-
Andrew MacIntyre authored
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
-
Andrew M. Kuchling authored
-
Brett Cannon authored
-
Andrew MacIntyre authored
Heavily revised, comprising revisions: 46640 - original trunk revision (backed out in r46655) 46647 - markup fix (backed out in r46655) 46692:46918 merged from branch aimacintyre-sf1454481 branch tested on buildbots (Windows buildbots had problems not related to these changes).
-
Walter Dörwald authored
not an argument.
-
Walter Dörwald authored
-
Andrew M. Kuchling authored
-
Ronald Oussoren authored
that return None to indicate that the module is valid but no source is available. This patch fixes that.
-
Thomas Heller authored
VARIANT_BOOL is a special _ctypes data type, not c_short.
-
Thomas Heller authored
the aliases defined in windows header files for the structures.
-