Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for backslash being treated as an escape character | Thomas Tanner | 2016-01-30 | 1 | -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 Knight | 2009-02-09 | 1 | -0/+6 |
| | |||||
* | Issue 1693: make the subdirectory in which the .sconsign file will | Steven Knight | 2008-09-14 | 1 | -0/+82 |
| | | | | appear (if it doesn't already exist. (Damyan Pepper, Jim Randall) | ||||
* | Revert the previous change, I overlooked some regression test failures. | Steven Knight | 2008-09-13 | 1 | -82/+0 |
| | |||||
* | Issue 1693: Make the directory in which the .sconsign file will live, | Steven Knight | 2008-09-13 | 1 | -0/+82 |
if the directory doesn't already exist. (Damyan Pepper, Jim Randall) |