- 19 Haz, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
- 18 Haz, 2006 6 kayıt (commit)
-
-
Georg Brandl yazdı
-
Thomas Heller yazdı
Fix doctest example. Mention in the tutorial that 'errcheck' is explained in the ref manual. Use better wording in some places. Remoce code examples that shouldn't be in the tutorial. Remove some XXX notices.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
is that the wait is failing for some reason. Use WNOHANG, so we won't wait until the buildbot kills the test suite. I haven't been able to reproduce the failure, so I'm not sure if this will help or not. Hopefully, this change will cause the test to fail, rather than hang. That will be better since we will get the rest of the test results. It may also help us debug the real problem.
-
Neal Norwitz yazdı
issues that crop up from time to time, but this change seems to have been pretty stable (no spurious warnings) for about a week. Other modules which use threads may require similar use of threading_setup/threading_cleanup from test_support.
-
Fred Drake yazdı
-
- 17 Haz, 2006 10 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
George Yoshida yazdı
Old url returned status code:301 Moved permanently.
-
George Yoshida yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Tkinter variable classes.
-
Fred Drake yazdı
-
- 16 Haz, 2006 5 kayıt (commit)
-
-
Fred Drake yazdı
(implementation/tests contributed by Sam Ruby)
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 15 Haz, 2006 13 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
of this test. It probably still requires more disk space than most buildbots have, and in any case is still so intrusive that if we don't find another way to test this I'm taking my buildbot offline permanently ;-)
-
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 4 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ı
-