summaryrefslogtreecommitdiff
path: root/Lib/test/test_dbm.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-33752: Fix a file leak in test_dbm. (GH-7376)Miss Islington (bot)2018-06-051-4/+2
* bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632)Miss Islington (bot)2018-04-291-2/+15
* [3.7] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630...Miss Islington (bot)2018-04-291-0/+9
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* | #17198: merge with 3.3.Ezio Melotti2013-07-071-2/+16
|\ \ | |/
| * #17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.Ezio Melotti2013-07-071-2/+16
* | #17082: merge with 3.3.Ezio Melotti2013-03-011-10/+10
|\ \ | |/
| * #17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware.Ezio Melotti2013-03-011-10/+10
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
|/
* Issue #12451: Add support.create_empty_file()Victor Stinner2011-06-301-2/+2
* Fix #11491. When dbm.open was called with a file which already exists andbriancurtin2011-03-141-0/+8
* Merged revisions 88631 via svnmerge fromSenthil Kumaran2011-02-261-1/+1
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-3/+3
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-3/+3
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-1/+3
* fix merge boo-booBenjamin Peterson2008-10-111-2/+2
* merge from trunkBenjamin Peterson2008-10-111-0/+17
* #3929: dbm.open() would try to raise a tuple. This does not work anymore wit...Amaury Forgeot d'Arc2008-09-251-0/+3
* Make db modules' error classes inherit IOError.Georg Brandl2008-05-281-24/+27
* Rename test file to its proper module name.Georg Brandl2008-05-261-0/+147
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-40/+0
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-181-52/+31
* Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge fromChristian Heimes2008-03-031-7/+13
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* The dbm module should use bytes for keys. This makes test_shelve pass.Guido van Rossum2007-08-141-3/+3
* Remove the ability to slice/index on exceptions per PEP 352.Brett Cannon2007-02-271-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+2
* Don't use a fixed temporary name (gdbm).Guido van Rossum2006-08-251-2/+2
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Skip test_dbm if we can't write to the fileNeal Norwitz2002-11-021-31/+43
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Check that f.keys() == [] right after creation -- this prevents bugsGuido van Rossum2001-03-221-1/+2
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Fix up the cleanup of the temporary DB so it works for BSD DB'sFred Drake2000-09-181-4/+12
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-2/+2
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-201-1/+6
* Added a test script for dbmmodule.c and added it to testall.py andRoger E. Masse1996-12-101-0/+29