summaryrefslogtreecommitdiff
path: root/test/Value.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some bytes/str issues to fix py2/3.Craig Rodrigues2017-03-121-2/+2
* Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-0/+1
* Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-1/+1
* Start the deprecation cycle for the BuildDir() method and the build_dirGreg Noel2010-05-261-5/+5
* Convert old-style classes in test scripts to new-style classes.Steven Knight2010-05-201-3/+4
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-2/+1
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-111-1/+0
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Remove (lots) more unnecessary imports.Steven Knight2009-02-061-1/+1
* Commonize new string-search-in-output methods:Steven Knight2009-02-061-11/+4
* Merged revisions 2928-2932,2934-2946 via svnmerge fromSteven Knight2008-05-181-9/+9
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-2/+2
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-9/+13
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-3/+27
* Fix Value node expansion in command-line strings. (Kevin Quick)Steven Knight2004-11-211-2/+15
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-25/+16
* Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.Steven Knight2004-05-141-10/+6
* More Environment method conversions:Steven Knight2003-10-131-1/+1
* Give Value Nodes timestamps. (Chad Austin)Steven Knight2003-07-211-50/+70
* Add Python Value Nodes. (Chad Austin)Steven Knight2003-05-011-0/+103