summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Flush sys.stdout after every write() so it intermixes properly with sys.stder...Steven Knight2002-01-311-0/+11
* Update Copyright lines for the new year.Steven Knight2002-01-291-2/+2
* Add a --debug=pdb option to run SCons under the Python debugger.Steven Knight2002-01-271-1/+15
* Fix for previous Tasks change.Steven Knight2002-01-271-8/+12
* Provide an error message when a target hasn't been defined.Steven Knight2002-01-241-4/+12
* Provide a traceback if a Python-function builder throws an exception (Crain).Steven Knight2002-01-231-0/+3
* Task 45350 - Add passing of custom command-line arguments.Steven Knight2002-01-181-1/+8
* Document function Actions and fix their return values (None == success, don't...Steven Knight2002-01-151-1/+1
* Split Action objects into their own module.Steven Knight2002-01-091-2/+2
* Fix race condition with --debug=tree and -jSteven Knight2001-12-301-6/+9
* Add --debug=tree (print depenency tree) supportSteven Knight2001-12-291-3/+20
* Create the Script directorySteven Knight2001-12-211-0/+643