- 14 Haz, 2006 16 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Georg Brandl yazdı
mime.types file for determining MIME types.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
objects of same type/of subclasses of the other.
-
Thomas Heller yazdı
-
Georg Brandl yazdı
-
Thomas Heller yazdı
-
Georg Brandl yazdı
__del__ method when initialization failed.
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
but that SF patch 1504676 as written mis-handles
-
Fred Drake yazdı
- remove some over-zealous triple-quoting
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
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 Haz, 2006 24 kayıt (commit)
-
-
Gerhard Häring yazdı
-
Brett Cannon yazdı
-
Gerhard Häring yazdı
follow in a few hours at the latest. Then we should be ready for beta1.
-
Brett Cannon yazdı
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 yazdı
-
Thomas Heller yazdı
-
Marc-André Lemburg yazdı
-
Andrew MacIntyre yazdı
to pass reliably on the one buildbot that insists on more than 32kB of thread stack.
-
Marc-André Lemburg yazdı
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 yazdı
-
Andrew MacIntyre yazdı
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
-
Andrew M. Kuchling yazdı
-
Brett Cannon yazdı
-
Andrew MacIntyre yazdı
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 yazdı
not an argument.
-
Walter Dörwald yazdı
-
Andrew M. Kuchling yazdı
-
Ronald Oussoren yazdı
that return None to indicate that the module is valid but no source is available. This patch fixes that.
-
Thomas Heller yazdı
VARIANT_BOOL is a special _ctypes data type, not c_short.
-
Thomas Heller yazdı
the aliases defined in windows header files for the structures.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-