summaryrefslogtreecommitdiffstats
path: root/test/SConsignFile/use-dumbdbm.py
Commit message (Collapse)AuthorAgeFilesLines
* Commit resolved conflicted merge.Russel Winder2016-04-101-1/+1
|\
| * Fix for backslash being treated as an escape characterThomas Tanner2016-01-301-1/+1
| | | | | | | | | | On my windows system, my python is in c:\apps\32\python. Theres a lot of places where that \32 gets turned into an ascii character and the unit tests don't run.
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-1/+1
|/
* Add tests of using SConsignFile() with Python dbm modules.Steven Knight2010-08-211-0/+104
Related fixes: explicitly close the db when we close it, and add a .close() method to dblite.py.