summaryrefslogtreecommitdiff
path: root/test/SConsignFile
Commit message (Collapse)AuthorAgeFilesLines
* py2/3 set python path to be raw string literal py3 was trying to interpret ↵William Deegan2017-05-151-1/+1
| | | | path as unicode
* py2/3 use dbm.ndbm on py3 and plain dbm doesn't create .sconsign.db, but ↵William Deegan2017-04-241-3/+9
| | | | rather .sconsign and causes test to fail. Continue to use dbm on py2 as dbm.ndbm doesn't exist there
* Fix dumbdbm/dbm.dumb for py2/3William Deegan2017-04-011-4/+9
|
* check for correct gdbm module to decide to skip or not py2/3William Deegan2017-03-191-1/+1
|
* Commit resolved conflicted merge.Russel Winder2016-04-104-4/+4
|\
| * Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-224-4/+4
| |
* | Fix for backslash being treated as an escape characterThomas Tanner2016-01-304-4/+4
|/ | | | | 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.
* Add tests of using SConsignFile() with Python dbm modules.Steven Knight2010-08-214-0/+395
| | | | | Related fixes: explicitly close the db when we close it, and add a .close() method to dblite.py.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-093-0/+18
|
* Windows portability (path names in expected output).Steven Knight2008-09-221-2/+7
|
* Issue 1693: make the subdirectory in which the .sconsign file willSteven Knight2008-09-143-0/+226
| | | | appear (if it doesn't already exist. (Damyan Pepper, Jim Randall)
* Revert the previous change, I overlooked some regression test failures.Steven Knight2008-09-133-226/+0
|
* Issue 1693: Make the directory in which the .sconsign file will live,Steven Knight2008-09-133-0/+226
if the directory doesn't already exist. (Damyan Pepper, Jim Randall)