summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_early_close.py
Commit message (Collapse)AuthorAgeFilesLines
* - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supportingdoko@ubuntu.com2013-03-191-11/+10
| | | | db-5.x, and dropping support for db-4.1 and db-4.2.
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
* pybsddb 4.8.4 integration. Please, comment in issue #8156Jesus Cea2010-03-221-8/+29
|
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-3/+3
| | | | | | | | WarningsRecorder object. This makes the API simpler to use as no special object must be learned. Closes issue 3781. Review by Benjamin Peterson.
* Update bsddb code to version 4.7.3pre2. This code shouldJesus Cea2008-08-311-13/+1
| | | | | | be compatible with Python 3.0, also. http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3
* Testsuite for bsddb module, version 4.6.4Jesus Cea2008-05-131-0/+207