summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/SourceCode/Perforce
Commit message (Collapse)AuthorAgeFilesLines
* Fix for backslash being treated as an escape characterThomas Tanner2016-01-302-2/+2
| | | | | 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.organatoly techtonik2014-05-283-3/+3
|
* 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-281-3/+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-283-19/+62
| | | | | | 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-263-0/+530
the deprecation cycle.