Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7be67ff2e032eb8bd26dd3d6c7b51f175ed0b77b
/
Lib
/
bsddb
3d785e2
Consistently use tempfile.tempdir for the db_home directory.
by Neal Norwitz
· 18 years ago
960efe9
Fix exception in tearDown on ppc buildbot. If there's no directory,
by Neal Norwitz
· 18 years ago
80e95c1
* db->get_flags is only available in BerkeleyDB >= 4.2
by Gregory P. Smith
· 18 years ago
ac11e02
Add the bsddb.db.DBEnv.lock_id_free method.
by Gregory P. Smith
· 18 years ago
ec10a4a
Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags and
by Gregory P. Smith
· 18 years ago
6d331ca
Undo revision 58533 58534 fixes. Those were a workaround for
by Gregory P. Smith
· 18 years ago
aae141a
Fix bug introduced in revision 58385. Database keys could no longer
by Gregory P. Smith
· 18 years ago
87fc9ad
squelch the warning that this test is supposed to trigger.
by Gregory P. Smith
· 18 years ago
3ef21cb
A cleaner fix than the one committed last night. Generate random rowids that
by Gregory P. Smith
· 18 years ago
f8a2a0b
Fix a weird bug in dbtables: if it chose a random rowid string that contained
by Gregory P. Smith
· 18 years ago
afed3a4
cleanup test_dbtables to use mkdtemp. cleanup dbtables to pass txn as a
by Gregory P. Smith
· 18 years ago
d29f1d2
Use unittest for assertions
by Neal Norwitz
· 18 years ago
3884690
Don't raise a string exception, they don't work anymore.
by Neal Norwitz
· 18 years ago
5d743fd
Fix an uncollectable reference leak in bsddb.db.DBShelf.append
by Gregory P. Smith
· 18 years ago
d40f126
Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve.DBShelf.append
by Gregory P. Smith
· 18 years ago
b7de61b
Use the highest cPickle protocol in bsddb.dbshelve. This comes from
by Gregory P. Smith
· 18 years ago
10bed54
Fix a double free when positioning a database cursor to a non-existant
by Gregory P. Smith
· 18 years ago
f805785
email address update
by Gregory P. Smith
· 18 years ago
161586c
Apply the fix from Issue1112 to make this test more robust and keep
by Gregory P. Smith
· 18 years ago
1042a4d
Fix bug 1725856.
by Gregory P. Smith
· 18 years ago
ca4669c
stop leaving log.0000001 __db.00* and xxx.db turds in developer
by Gregory P. Smith
· 18 years ago
d410b32
Give some clue as to what happened if the test fails.
by Neal Norwitz
· 18 years ago
9c3a392
[Patch #1520904] Fix bsddb tests to write to the temp directory instead of the Lib/bsddb/test directory
by Andrew M. Kuchling
· 19 years ago
8b96a35
Support linking of the bsddb module against BerkeleyDB 4.5.x
by Gregory P. Smith
· 19 years ago
10cdb74
Oops, convert tabs to spaces
by Neal Norwitz
· 19 years ago
4fe4423
Bug #1599782: Fix segfault on bsddb.db.DB().type().
by Neal Norwitz
· 19 years ago
919d5cc
This was found by Guido AFAIK on p3yk (sic) branch.
by Neal Norwitz
· 19 years ago
641cddf
- pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename
by Gregory P. Smith
· 19 years ago
506f7b5
- bsddb: multithreaded DB access using the simple bsddb module interface
by Gregory P. Smith
· 19 years ago
6aaccc6
Fix errors found by pychecker
by Neal Norwitz
· 19 years ago
996710f
pasted set_lk_detect line in wrong spot in previous commit. fixed. passes tests this time.
by Gregory P. Smith
· 19 years ago
dda291c
* Turn the deadlock situation described in SF bug #775414 into a
by Gregory P. Smith
· 19 years ago
ff7d991
- bsddb: the bsddb.dbtables Modify method now raises the proper error and
by Gregory P. Smith
· 19 years ago
c169e9f
Add missing svn:eol-style property to text files.
by Tim Peters
· 19 years ago
372b583
* fix DBCursor.pget() bug with keyword argument names when no data= is
by Gregory P. Smith
· 19 years ago
d6024d3
Whitespace normalization.
by Tim Peters
· 19 years ago
9d7a69c
forgot to add this file in previous commit
by Gregory P. Smith
· 19 years ago
f0547d0
* add support for DBSequence objects [patch #1466734]
by Gregory P. Smith
· 19 years ago
db8a807
* support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902]
by Gregory P. Smith
· 19 years ago
7140de0
Whitespace normalization.
by Tim Peters
· 19 years ago
76a82e8
* support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885]
by Gregory P. Smith
· 19 years ago
3dd2002
bugfix: when log_archive was called with the DB_ARCH_REMOVE flag present
by Gregory P. Smith
· 19 years ago
0ebf27a
BaseThreadedTestCase.setup(): stop special-casing WindowsError.
by Tim Peters
· 19 years ago
e93abb7
Handle ERROR_ALREADY_EXISTS.
by Martin v. Löwis
· 19 years ago
6402998
Fixes bug #1117761
by Gregory P. Smith
· 19 years ago
14c6b46
Closes bug #1149413
by Gregory P. Smith
· 19 years ago
7f5b6f4
Fix bsddb.db.DBError derived exceptions so they can be unpickled.
by Gregory P. Smith
· 19 years ago
318af47
Plug the last 657 referenceleaks in test_bsddb3: a circular reference
by Thomas Wouters
· 19 years ago
32cbc96
Whitespace normalization.
by Tim Peters
· 19 years ago
a223d2c
Bug #1210377: close bsddb cursor correctly after NotFoundError.
by Georg Brandl
· 19 years ago
19e2203
Add a unit test for bug fix #1396678.
by Georg Brandl
· 19 years ago
26caeba
Bug #1396678: a closed bsddb.DB raises AttributeError on repr().
by Georg Brandl
· 19 years ago
c26cf5a
fix test import for use in standalone pybsddb project bsddb3 module as well
by Gregory P. Smith
· 20 years ago
3d344e8
Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER
by Gregory P. Smith
· 20 years ago
62a2112
Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env.
by Neal Norwitz
· 20 years ago
40563ed
Get BSD DB working most for version 3.2
by Neal Norwitz
· 20 years ago
6564ca7
fix import to work with either module name.
by Gregory P. Smith
· 20 years ago
95a2a4e
Tools/scripts/reindent.py _is_ your friend
by Anthony Baxter
· 20 years ago
7e87a8a
fix more Errors (not Failures) when run using BerkeleyDB <= 4.0
by Gregory P. Smith
· 20 years ago
c9321cc
fix Errors (not Failures) in test cases when running with BerkeleyDB<4.2
by Gregory P. Smith
· 20 years ago
889bca0
make the tests that expect uncatchable exceptions from a callback test
by Gregory P. Smith
· 20 years ago
9e28205
test case for pybsddb SF bug id 1215432
by Gregory P. Smith
· 20 years ago
48796c3
test DB.associate using transactions. somewhat related to SF pybsddb
by Gregory P. Smith
· 20 years ago
e947706
pybsddb 4.3.2:
by Gregory P. Smith
· 20 years ago
5d36a55
Whitespace normalization.
by Tim Peters
· 20 years ago
e4ed2de
pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison
by Gregory P. Smith
· 20 years ago
e869eb1
Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.
by Martin v. Löwis
· 20 years ago
69b8caa
Simplify string comparison using startswith()
by Steve Holden
· 21 years ago
95334a5
Purged Berkeley code of references to the long-obsolete whrandom.
by Tim Peters
· 21 years ago
182b5ac
Whitespace normalization, via reindent.py.
by Tim Peters
· 21 years ago
19699a9
Adds support for DB.pget and DBCursor.pget methods.
by Gregory P. Smith
· 21 years ago
dc5af70
SF patch / bug #967763
by Gregory P. Smith
· 21 years ago
a6b3caa
Fix SF bug # 897820 - we can no longer use the DB_TRUNCATE flag when
by Gregory P. Smith
· 21 years ago
1281f76
* supply a more useful error message when append() is called on the
by Gregory P. Smith
· 21 years ago
bce64ec
bugfix for people executing test_all to run the test suite. (call the
by Gregory P. Smith
· 21 years ago
a7befda
Fixes SF bug # 778421
by Gregory P. Smith
· 21 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
e33aef7
__init__.py: keep it compatible with older python (True and False == 1 and 0)
by Gregory P. Smith
· 22 years ago
a703a21
* Use weakref's of DBCursor objects for the iterator cursors to avoid a
by Gregory P. Smith
· 22 years ago
dc113a8
* Fix the singlethreaded deadlocks occurring in the simple bsddb interface.
by Gregory P. Smith
· 22 years ago
be0db8b
bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length
by Gregory P. Smith
· 22 years ago
1eb41e2
Use a threadsafe private DBEnv for each bsddb compatibility interface
by Gregory P. Smith
· 22 years ago
41631e8
Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new
by Gregory P. Smith
· 22 years ago
cec1b3f
Maintain backwards compatibility with python < 2.3 by dynamically
by Gregory P. Smith
· 22 years ago
2e9da60
The previous change works much faster (one lookup per key) when
by Raymond Hettinger
· 22 years ago
deadbf5
SF #662923
by Raymond Hettinger
· 22 years ago
6676f6e
Support DBEnv.set_shm_key() to allow multi-threaded multi-process
by Gregory P. Smith
· 22 years ago
e3ea281
readerThread(): Add max_retries to both DeadlockWrap() calls. This
by Barry Warsaw
· 22 years ago
e676c5e
test01_join(): Fix a test failure when run with "python -O". The
by Barry Warsaw
· 22 years ago
ad30fa0
fix to work on python <= 2.1
by Gregory P. Smith
· 22 years ago
df35bee
bugfix: proper import bsddb exists below
by Gregory P. Smith
· 22 years ago
455d46f
bsddb 4.1.6:
by Gregory P. Smith
· 22 years ago
bc6e94a
Wrap the cursor functions with dbutils.DeadlockWrap to deal with the
by Gregory P. Smith
· 22 years ago
0eadaac
Whitespace normalization.
by Tim Peters
· 22 years ago
fe11d3e
Adds support for the DBEnv->set_timeout() method.
by Gregory P. Smith
· 22 years ago
9914227
Fix compatibility for earlier versions of Python (than 2.3), which
by Barry Warsaw
· 23 years ago
30a634e
SF patch #674396: Apply UserDict.DictMixin to expand dbshelve and dbojb
by Raymond Hettinger
· 23 years ago
bc2adef
fix for use on python 2.1
by Gregory P. Smith
· 23 years ago
f71de3e
Everything worked in both the distutils distro and in Python 2.3cvs,
by Barry Warsaw
· 23 years ago
b6c9f78
bugfix: do not double-close DB cursor during deallocation when the
by Gregory P. Smith
· 23 years ago
Next »