Merged revisions 1968-2115 via svnmerge from
[scons.git] / src / engine / SCons / Job.py
2007-07-11 stevenknightMerged revisions 1968-2115 via svnmerge from
2007-02-11 stevenknightMerged revisions 1784-1824 via svnmerge from
2007-01-21 stevenknightMerged revisions 1767-1783 via svnmerge from
2006-07-25 stevenknightMerged revisions 1441-1539 via svnmerge from
2005-05-04 stevenknightReap as many thread responses as possible at once....
2004-09-17 stevenknightFix problems with Parallel Tasks and Exception handling...
2004-07-13 stevenknightMake exception handling thread-safe by using sys.exc_in...
2004-06-01 stevenknightRemove dead imports and other things found by PyChecker.
2004-02-09 stevenknightSave memory by allowing Nodes to clean up their Executo...
2003-10-22 stevenknightReally handle lack of the threading.py module when...
2003-10-21 stevenknightBetter detection of KeyboardInterrupts. (Christoph...
2003-10-18 stevenknightAllow SConsignFile() to take a dbm module argument...
2003-10-09 stevenknightFix a problem with the new Parallel job support when...
2003-10-06 stevenknightNew parallel job execution. (J.T. Conklin)
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2002-12-10 stevenknightAdd functions for getting and setting the number of...
2002-11-27 stevenknightSerialize calls to Node.prepare() (Anthony Roach)
2002-05-18 stevenknightCtrl-C Improvements (Anthony Roach)
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2001-10-25 stevenknightSupport building (sub)directories.
2001-10-24 stevenknightAdd -k support and more
2001-10-03 stevenknightUpdating licensing.
2001-10-02 stevenknightLet the Taskmaster control whether the build stops.
2001-09-17 stevenknightAdd automatic substitution on filename lines.
2001-09-17 stevenknightRun setup.py on the unpacked .tar.gz for testing.