summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_lock.py
Commit message (Expand)AuthorAgeFilesLines
* remove bsddbBenjamin Peterson2008-09-031-179/+0
* bsddb code updated to version 4.7.3pre2. This code is the same thanJesus Cea2008-08-311-58/+54
* fix bsddb get_name and set_daemon usageBenjamin Peterson2008-08-181-2/+2
* fix more threading API related bugsBenjamin Peterson2008-06-131-3/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Fixed signature of theThread in test_lock.Alexandre Vassalotti2008-05-161-1/+1
* Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,...Alexandre Vassalotti2008-05-161-9/+49
* Merged revisions 61143-61144,61146-61147,61150-61151,61157,61165-61168,61170-...Christian Heimes2008-03-021-1/+5
* Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge...Christian Heimes2008-02-251-4/+2
* Merged revisions 58817-58861 via svnmerge fromGuido van Rossum2007-11-051-6/+9
* some test suite cleanup, use tempfile.mkdtemp() in setUp andGregory P. Smith2007-08-281-10/+5
* Require strict bytes objects for all bsddb.db input values.Gregory P. Smith2007-08-231-2/+2
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-10/+10
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Purged Berkeley code of references to the long-obsolete whrandom.Tim Peters2004-08-081-1/+0
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-211-3/+3
* Adds support for the DBEnv->set_timeout() method.Gregory P. Smith2003-03-271-1/+7
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-1/+6
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-16/+25
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-191-0/+124