summaryrefslogtreecommitdiffstats
path: root/test/SConsignFile/use-dbm.py
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] typo in error message in testWilliam Deegan2020-01-021-2/+2
* Fix use-dbm test to work with sconsign files using dbm but where the underlyi...William Deegan2020-01-011-7/+10
* set tools=[] for test/SConsignFile/use-dbm.pyWilliam Deegan2019-12-281-1/+3
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-4/+2
* py2/3 set python path to be raw string literal py3 was trying to interpret pa...William Deegan2017-05-161-1/+1
* py2/3 use dbm.ndbm on py3 and plain dbm doesn't create .sconsign.db, but rath...William Deegan2017-04-241-3/+9
* 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/+99