summaryrefslogtreecommitdiffstats
path: root/test/SConsignFile/explicit-file.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Issue 1693: make the subdirectory in which the .sconsign file willSteven Knight2008-09-141-0/+82
| | | | appear (if it doesn't already exist. (Damyan Pepper, Jim Randall)
* Revert the previous change, I overlooked some regression test failures.Steven Knight2008-09-131-82/+0
|
* Issue 1693: Make the directory in which the .sconsign file will live,Steven Knight2008-09-131-0/+82
if the directory doesn't already exist. (Damyan Pepper, Jim Randall)