summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_anydbm.py
Commit message (Collapse)AuthorAgeFilesLines
* #7092: silence py3k warnings for deprecated modulesEzio Melotti2010-01-301-1/+3
|
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-3/+1
| | | | mistake. ( It may come in for sure tough)
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ↵Senthil Kumaran2010-01-081-1/+3
| | | | Patch by flox
* whoops - revertSkip Montanaro2008-02-101-1/+1
|
* Get the saying right. ;-)Skip Montanaro2008-02-101-1/+1
|
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-2/+1
| | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones.
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
| | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
* initial test_anydbm module - based on test_dumbdbm.pySkip Montanaro2002-03-181-0/+96