summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/Python.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-11/+23
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-6/+22
* Refactor NodeInfo and BuildInfo handling to prepare for signature refactoring.Steven Knight2006-01-221-0/+10
* Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...Steven Knight2005-06-071-4/+4
* Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2004-12-021-1/+1
* Make the use of the calc argument in Node methods consistent.Steven Knight2004-06-021-1/+1
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-6/+6
* Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.Steven Knight2004-05-141-18/+15
* Give Value Nodes timestamps. (Chad Austin)Steven Knight2003-07-211-0/+5
* Add Python Value Nodes. (Chad Austin)Steven Knight2003-05-011-0/+76