History log of /external/python/cpython2/Lib/bsddb/test/test_pickle.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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_pickle.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_pickle.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_pickle.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_pickle.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_pickle.py
c5f05e45cffa16f45f1332cec531c045893f928f 23-Feb-2008 Christian Heimes <christian@cheimes.de> Patch #2167 from calvin: Remove unused imports
/external/python/cpython2/Lib/bsddb/test/test_pickle.py
3d785e2c6a0ceeb83747cf46b509cd1c81e689ca 27-Jan-2008 Neal Norwitz <nnorwitz@gmail.com> Consistently use tempfile.tempdir for the db_home directory.
/external/python/cpython2/Lib/bsddb/test/test_pickle.py
7f5b6f4b33195ce9848bf396bbb52dab8d524587 08-Apr-2006 Gregory P. Smith <greg@mad-scientist.com> Fix bsddb.db.DBError derived exceptions so they can be unpickled.

Also adds some backwards compatibility when compiling _bsddb.c on earlier
python versions (needed for pybsddb).
/external/python/cpython2/Lib/bsddb/test/test_pickle.py