summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/SourceCode
Commit message (Collapse)AuthorAgeFilesLines
* os.spawnv is here since Python 1.6, removing compatibility codeanatoly techtonik2012-12-121-7/+2
|
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-282-5/+4
| | | | | Thanks to Steven Knight, the SCCS and Perforce tests have been debugged. Only the BitKeeper test remains to be debugged.
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-2824-245/+551
| | | | | | 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 beginningGreg Noel2010-05-2624-0/+3702
the deprecation cycle.