History log of /external/python/cpython2/Lib/bsddb/test/test_lock.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b1d867f14965e2369d31a3fcdab5bca34b4d81b4 26-May-2016 Martin Panter <vadmium+py@gmail.com> Issue #27076: Doc, comment and test function name spelling fixes

Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
/external/python/cpython2/Lib/bsddb/test/test_lock.py
4950a3b6ccb91e0ffe937374836caa825e93c742 19-Mar-2013 doko@ubuntu.com <doko@ubuntu.com> - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting
db-5.x, and dropping support for db-4.1 and db-4.2.
/external/python/cpython2/Lib/bsddb/test/test_lock.py
6557aac599f1c22051ee61ba61c8c43add406e94 22-Mar-2010 Jesus Cea <jcea@jcea.es> pybsddb 4.8.4 integration. Please, comment in issue #8156
/external/python/cpython2/Lib/bsddb/test/test_lock.py
c028abf3cd59086eb2665446a58aa462af8c2abd 26-Jan-2009 Mark Dickinson <dickinsm@gmail.com> Issue #5073: Fix occasional failure of bsddb/test/test_lock.py. Thanks
Hirokazu Yamamoto for the patch.
/external/python/cpython2/Lib/bsddb/test/test_lock.py
4907d27c1fcc7bd990715d3023932433076e152f 31-Aug-2008 Jesus Cea <jcea@jcea.es> Update bsddb code to version 4.7.3pre2. This code should
be compatible with Python 3.0, also.

http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3
/external/python/cpython2/Lib/bsddb/test/test_lock.py
c5a11fabdb03d032f278f86e600bcdaafdb5d783 23-Jul-2008 Jesus Cea <jcea@jcea.es> bsddb module updated to version 4.7.2devel9.

This patch publishes the work done until now
for Python 3.0 compatibility. Still a lot
to be done.

When possible, we use 3.0 features in Python 2.6,
easing development and testing, and exposing internal
changes to a wider audience, for better test coverage.

Some mode details:
http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.2
/external/python/cpython2/Lib/bsddb/test/test_lock.py
664782e1c855db7f78f961fb993461709a330277 17-May-2008 Gregory P. Smith <greg@mad-scientist.com> issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get
and other bsddb.db object constructors raised an exception.
Debugging & patch by Neal Norowitz.
/external/python/cpython2/Lib/bsddb/test/test_lock.py
00ca01e7c34a6ae791ec9d113e630b34b4982399 15-May-2008 Gregory P. Smith <greg@mad-scientist.com> disable the crashing test. I will also file a bug. This crash does
not appear to be a new bug, its just that the test coverage went up
recently exposing it. (I verified that by testing this test code on
an older Modules/_bsddb.c)
/external/python/cpython2/Lib/bsddb/test/test_lock.py
18eb1fa2dd0e4f6b80e1cc31fc712eebfc610154 13-May-2008 Jesus Cea <jcea@jcea.es> Testsuite for bsddb module, version 4.6.4
/external/python/cpython2/Lib/bsddb/test/test_lock.py
492e2bfefa3c534ab7cbe9f497509bcbcfec6eb9 02-Mar-2008 Gregory P. Smith <greg@mad-scientist.com> Modify import of test_support so that the code can also be used with a
stand alone distribution of bsddb that includes its own small copy of
test_support for the needed functionality on older pythons.
/external/python/cpython2/Lib/bsddb/test/test_lock.py
6057b2e645dd3b7a262553d5a547ef45d3fc5d93 24-Feb-2008 Neal Norwitz <nnorwitz@gmail.com> Create a db_home directory with a unique name so multiple users can
run the test simultaneously. The simplest thing I found that worked
on both Windows and Unix was to use the PID. It's unique so should be
sufficient. This should prevent many of the spurious failures of
the automated tests since they run as different users.

Also cleanup the directory consistenly in the tearDown methods.

It would be nice if someone ensured that the directories are always
created with a consistent name.
/external/python/cpython2/Lib/bsddb/test/test_lock.py
c5f05e45cffa16f45f1332cec531c045893f928f 23-Feb-2008 Christian Heimes <christian@cheimes.de> Patch #2167 from calvin: Remove unused imports
/external/python/cpython2/Lib/bsddb/test/test_lock.py
ac11e021438def54dbcb2c41f22608caa454889c 05-Nov-2007 Gregory P. Smith <greg@mad-scientist.com> Add the bsddb.db.DBEnv.lock_id_free method.
Improve test_lock's tempdir creation and cleanup.
/external/python/cpython2/Lib/bsddb/test/test_lock.py
9c3a392321b615fcd1abe184ad5759808a7bc943 05-Jan-2007 Andrew M. Kuchling <amk@amk.ca> [Patch #1520904] Fix bsddb tests to write to the temp directory instead of the Lib/bsddb/test directory
/external/python/cpython2/Lib/bsddb/test/test_lock.py
95334a5d1e224548d16b358c1314be444625b925 08-Aug-2004 Tim Peters <tim.peters@gmail.com> Purged Berkeley code of references to the long-obsolete whrandom.
/external/python/cpython2/Lib/bsddb/test/test_lock.py
41631e8f668c9c2c724731d207edcc39c6fcf38c 21-Sep-2003 Gregory P. Smith <greg@mad-scientist.com> Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new
features in BerkeleyDB not exposed. notably: the DB_MPOOLFILE interface
has not yet been wrapped in an object.

Adds support for building and installing bsddb3 in python2.3 that has
an older version of this module installed as bsddb without conflicts.
The pybsddb.sf.net build/packaged version of the module uses a
dynamicly loadable module called _pybsddb rather than _bsddb.
/external/python/cpython2/Lib/bsddb/test/test_lock.py
fe11d3e0d4385400999c89e22ea7bc3542564f47 27-Mar-2003 Gregory P. Smith <greg@mad-scientist.com> Adds support for the DBEnv->set_timeout() method.
/external/python/cpython2/Lib/bsddb/test/test_lock.py
f71de3e9a017d698be8ee4db3e2ec5fbc68bfc8c 28-Jan-2003 Barry Warsaw <barry@python.org> Everything worked in both the distutils distro and in Python 2.3cvs,
so merge from the bsddb-bsddb3-schizo-branch back to the trunk.
/external/python/cpython2/Lib/bsddb/test/test_lock.py
9a0d779c7d39ba5f4666eac7c3f913720198e0f8 30-Dec-2002 Barry Warsaw <barry@python.org> Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at
version 4.1.1 and works with up to BerkeleyDB 4.1.25.
/external/python/cpython2/Lib/bsddb/test/test_lock.py
1c6b1a2b4ea38955a3f0514f4709bafd0be96c5e 19-Nov-2002 Martin v. Löwis <martin@v.loewis.de> Importing test suite from bsddb3 3.4.0 (with modifications).
/external/python/cpython2/Lib/bsddb/test/test_lock.py