- 14 Haz, 2006 7 kayıt (commit)
-
-
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 28 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ı
-
Neal Norwitz yazdı
-
Tim Peters yazdı
more comments about why it's this way at all; and removed what looked like needless expense (sorting (i, j, k) triples directly should give exactly the same order as sorting (i, (i, j, k)) pairs).
-
Tim Peters yazdı
-
Tim Peters yazdı
-
- 12 Haz, 2006 5 kayıt (commit)
-
-
Ka-Ping Yee yazdı
This module has been tested so far on Windows XP (Python 2.4 and 2.5a2), Mac OS X (Python 2.3, 2.4, and 2.5a2), and Linux (Python 2.4 and 2.5a2).
-
Thomas Heller yazdı
-
Kristján Valur Jónsson yazdı
Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CRT error handler and disable the assertion for debug builds. This causes CRT to set errno to EINVAL. This update fixes crash cases in the test suite where the default CRT error handler would cause process exit.
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-