summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/TaskmasterNeedsExecute.py
Commit message (Collapse)AuthorAgeFilesLines
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-281-1/+1
| | | | | | 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.
* Update deprecated features to the next life-cycle stageGreg Noel2010-05-211-14/+3
|
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Issue 2231: Add a --warn=future-deprecated option, along withSteven Knight2008-12-111-0/+58
FutureDeprecatedWarning and MandatoryDeprecatedWarning subclasses. Use these to future-deprecate the Taskmaster.Task class, which we intend to turn into an abstract base class by requiring subclasses to implement the .needs_execute() method.