| Commit message (Expand) | Author | Age | Files | Lines |
* | - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting | doko@ubuntu.com | 2013-03-19 | 1 | -3/+3 |
|
|
* | stop CObject deprecation warnings in test___all__ | Benjamin Peterson | 2010-04-03 | 1 | -0/+2 |
|
|
* | remove deprecation warnings silence attempting | Benjamin Peterson | 2010-04-03 | 1 | -2/+1 |
|
|
* | silence PyCObject warnings in bsddb | Benjamin Peterson | 2010-04-03 | 1 | -0/+1 |
|
|
* | pybsddb 4.8.4 integration. Please, comment in issue #8156 | Jesus Cea | 2010-03-22 | 1 | -10/+13 |
|
|
* | Issue #7092: Fix the DeprecationWarnings emitted by the standard library | Antoine Pitrou | 2010-01-04 | 1 | -1/+1 |
|
|
* | Deprecate bsddb for removal in Python 3.0. | Brett Cannon | 2008-09-05 | 1 | -0/+6 |
|
|
* | Improve compatibility with Python3.0 testsuite | Jesus Cea | 2008-09-02 | 1 | -6/+9 |
|
|
* | bsddb module updated to version 4.7.2devel9. | Jesus Cea | 2008-07-23 | 1 | -8/+34 |
|
|
* | Fix issue2669: bsddb simple/legacy interface iteration silently fails | Gregory P. Smith | 2008-05-25 | 1 | -63/+77 |
|
|
* | Testsuite for bsddb module, version 4.6.4 | Jesus Cea | 2008-05-13 | 1 | -6/+6 |
|
|
* | Fix bug 1725856. | Gregory P. Smith | 2007-08-24 | 1 | -0/+4 |
|
|
* | - bsddb: multithreaded DB access using the simple bsddb module interface | Gregory P. Smith | 2006-06-15 | 1 | -28/+36 |
|
|
* | pasted set_lk_detect line in wrong spot in previous commit. fixed. passes t... | Gregory P. Smith | 2006-06-08 | 1 | -1/+1 |
|
|
* | * Turn the deadlock situation described in SF bug #775414 into a | Gregory P. Smith | 2006-06-08 | 1 | -0/+1 |
|
|
* | Fixes bug #1117761 | Gregory P. Smith | 2006-04-12 | 1 | -7/+9 |
|
|
* | Closes bug #1149413 | Gregory P. Smith | 2006-04-12 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-02-20 | 1 | -1/+1 |
|
|
* | Bug #1210377: close bsddb cursor correctly after NotFoundError. | Georg Brandl | 2006-02-20 | 1 | -1/+4 |
|
|
* | Add a unit test for bug fix #1396678. | Georg Brandl | 2006-02-19 | 1 | -4/+3 |
|
|
* | Bug #1396678: a closed bsddb.DB raises AttributeError on repr(). | Georg Brandl | 2006-02-19 | 1 | -1/+4 |
|
|
* | Get BSD DB working most for version 3.2 | Neal Norwitz | 2005-10-20 | 1 | -0/+2 |
|
|
* | Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. | Martin v. Löwis | 2005-03-03 | 1 | -2/+2 |
|
|
* | Fix SF bug # 897820 - we can no longer use the DB_TRUNCATE flag when | Gregory P. Smith | 2004-06-27 | 1 | -6/+11 |
|
|
* | Fixes SF bug # 778421 | Gregory P. Smith | 2004-02-26 | 1 | -1/+1 |
|
|
* | __init__.py: keep it compatible with older python (True and False == 1 and 0) | Gregory P. Smith | 2004-01-13 | 1 | -2/+2 |
|
|
* | * Use weakref's of DBCursor objects for the iterator cursors to avoid a | Gregory P. Smith | 2003-11-03 | 1 | -47/+45 |
|
|
* | * Fix the singlethreaded deadlocks occurring in the simple bsddb interface. | Gregory P. Smith | 2003-11-02 | 1 | -7/+102 |
|
|
* | Use a threadsafe private DBEnv for each bsddb compatibility interface | Gregory P. Smith | 2003-09-27 | 1 | -3/+10 |
|
|
* | Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new | Gregory P. Smith | 2003-09-21 | 1 | -2/+9 |
|
|
* | Maintain backwards compatibility with python < 2.3 by dynamically | Gregory P. Smith | 2003-09-20 | 1 | -18/+30 |
|
|
* | The previous change works much faster (one lookup per key) when | Raymond Hettinger | 2003-09-13 | 1 | -0/+9 |
|
|
* | SF #662923 | Raymond Hettinger | 2003-09-12 | 1 | -1/+10 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-04-24 | 1 | -1/+1 |
|
|
* | Everything worked in both the distutils distro and in Python 2.3cvs, | Barry Warsaw | 2003-01-28 | 1 | -16/+16 |
|
|
* | Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at | Barry Warsaw | 2002-12-30 | 1 | -9/+2 |
|
|
* | Delete bsddb from sys.modules if _bsddb cannot be imported. | Martin v. Löwis | 2002-11-24 | 1 | -1/+8 |
|
|
* | Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. | Martin v. Löwis | 2002-11-19 | 1 | -0/+237 |
|
|