summaryrefslogtreecommitdiffstats
path: root/test/option
Commit message (Expand)AuthorAgeFilesLines
* Start the deprecation cycle for the BuildDir() method and the build_dirGreg Noel2010-05-264-37/+20
* Fix test/option/profile.py to hide old-style import from fixers.Greg Noel2010-04-271-22/+6
* Python 2.6 forward compatibility with 3.x: use a subclass of io.StringIOSteven Knight2010-04-271-2/+15
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-261-3/+16
* Convert to Python 3.x division rules.Greg Noel2010-04-241-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-243-6/+0
* Rewrite uses of reduce(), which is being deprecated for Python 3.x.Steven Knight2010-04-201-1/+3
* Remove use of the "new" module from --debug=memoizer support.Steven Knight2010-04-191-44/+6
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-4/+3
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-259-36/+28
* Revert r4356, the problem is in TestSCons.py, not the test script itself.Steven Knight2009-09-131-3/+3
* Remove last checkin.William Deegan2009-09-131-13/+11
* Fix test to pass for deprecated python versions. Not what was expected deprec...William Deegan2009-09-131-11/+13
* Add python version deprecated check to get this test to pass on python 2.3 (h...William Deegan2009-09-121-3/+3
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-112-2/+0
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-0929-0/+174
* Fix misspelled method name in the section that tests Python versionsSteven Knight2009-02-061-1/+1
* Remove (lots) more unnecessary imports.Steven Knight2009-02-068-26/+5
* Commonize new string-search-in-output methods:Steven Knight2009-02-0610-100/+42
* Move test/option-h.py to test/option/h.py and clean up an unnecessary import.Steven Knight2009-01-191-0/+59
* Issue 2265: Suppress messages about spurious dependency cycles.Steven Knight2008-12-071-16/+16
* Issue 2265: Add additional --taskmastertrace= messages in the Task class.Steven Knight2008-12-051-8/+80
* Windows portability: Avoid duplicate foo.lib targets by tellingSteven Knight2008-11-101-1/+1
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-291-2/+2
* Issue 1568: fix a stack trace when --debug=include tries to handleSteven Knight2008-10-171-4/+20
* Issue 1646: Block-wise signature computation for large filesLudwig Hähne2008-09-281-0/+121
* Merged revisions 2898-2901,2903-2927 via svnmerge fromSteven Knight2008-04-301-42/+50
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-178-44/+425
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-318-412/+263
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-043-12/+386
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-136-0/+6
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-197-78/+255
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-173-9/+16
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-1/+0
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-114-18/+52
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-133-57/+333
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-115-28/+485
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-163-49/+71
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-028-15/+53
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-6/+8
* More test portability fixes. (Baptiste Lepilleur and SK)Steven Knight2006-02-151-27/+28
* Support the --debug=memory option on Windows. (Baptiste Lepilleur)Steven Knight2006-02-121-2/+6
* Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...Steven Knight2005-12-271-10/+26
* Add a --debug=taskmaster option to print traces of what it's doing on its stack.Steven Knight2005-12-181-0/+78
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-144-12/+12
* Fix on-disk file matching on case-insensitive systems. Various fixes for win...Steven Knight2005-10-101-0/+132
* Update more tests to use the new skip_test() method. Replace a CHANGES.txt c...Steven Knight2005-08-143-9/+6
* Print stacktrace for UserErrors when --debug=stacktrace is used. (Chad Austin)Steven Knight2005-08-111-0/+117