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. | ||||
* | Fix development mailing list with a new address @scons.org | anatoly techtonik | 2014-05-28 | 1 | -1/+1 |
| | |||||
* | http://scons.tigris.org/issues/show_bug.cgi?id=2365 | Greg Noel | 2010-05-28 | 1 | -9/+23 |
| | | | | | | Start the deprecation cycle for SourceCode() and its related factory functions. Deprecation messages are added to the functions. Regression tests are modified to deal with the messages being generated. Documentation is updated. | ||||
* | Move tests for SourceCode() into test/Deprecated as a preliminary to beginning | Greg Noel | 2010-05-26 | 1 | -0/+126 |
the deprecation cycle. |