- 15 Haz, 2006 9 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
This will hopefully get the buildbots to pass. Not sure this test will be feasible or even work. But everything is red now, so it can't get much worse.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
now works reliably. It has been updated to use automatic BerkeleyDB deadlock detection and the bsddb.dbutils.DeadlockWrap wrapper to retry database calls that would previously deadlock. [SF python bug #775414]
-
Neal Norwitz yazdı
until Gerhard has time to fully debug the issue. This affects versions before 3.2.1 (possibly only versions earlier than 3.1.3). Based on discussion on python-checkins.
-
Ronald Oussoren yazdı
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
This backs out the test changes in 46962 which prevented crashes by not running the tests via a version check. All the version checks added in that rev were removed from the tests. Code was added to the error handler in connection.c that seems to work with older versions of sqlite including 3.1.3.
-
- 14 Haz, 2006 20 kayıt (commit)
-
-
Tim Peters yazdı
-
Gerhard Häring yazdı
SQLite versions. - Added version checks in test suite so that we don't execute tests that we know will fail with older (buggy) SQLite versions. Now, all tests should run against all SQLite versions from 3.0.8 until 3.3.6 (latest one now). The sqlite3 module can be built against all these SQLite versions and the sqlite3 module does its best to not trigger bugs in SQLite, but using SQLite 3.3.3 or later is recommended.
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
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 11 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ı
-