- 15 Jun, 2006 7 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
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 authored
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 authored
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
Neal Norwitz authored
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 Jun, 2006 20 commits
-
-
Tim Peters authored
-
Gerhard Häring authored
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 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 13 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
-