http://scons.tigris.org/issues/show_bug.cgi?id=2329
[scons.git] / src / engine / SCons / Job.py
2010-03-27 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2329
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2008-10-12 stevenknightDon't use the Exception.message attribute that was...
2008-10-04 GregNoelFix small inefficiency in jobs dispatching
2008-09-13 stevenknightFix the "explicit stack size" warning message on earlie...
2008-09-13 stevenknightAdditional clean up of how we import some SCons.* modul...
2008-09-12 GregNoelFix errors that cropped up in revision 3382
2008-09-11 GregNoelEvaluate compat module transparently when SCons is...
2008-04-30 stevenknightMerged revisions 2898-2901,2903-2927 via svnmerge from
2008-04-17 stevenknightMerged revisions 2725-2865 via svnmerge from
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
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.