summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Convert old-style classes in miscellaneous files to new-stylre classes:Steven Knight2010-05-211-1/+1
| | | | src/test_strings.py, runtest.py and doc/man/scons.1.
* Update deprecated features to the next life-cycle stageGreg Noel2010-05-216-46/+57
|
* Remove a spurious checked-in vc.py.bak file.Steven Knight2010-05-201-394/+0
|
* Apply changes caught by fixer plus trivial optimizationsGreg Noel2010-05-201-3/+2
|
* Convert old-style classes in src/script to new-style classes.Steven Knight2010-05-203-6/+6
|
* Fix breakage in how AddMethod() handles instances.Steven Knight2010-05-191-1/+1
|
* Convert SubstitutionEnvironment from an old-style class to a new-style class.Steven Knight2010-05-192-9/+7
|
* Fix unit test ripple effect from converting SCons.Util.Proxy to a new-style ↵Steven Knight2010-05-191-2/+4
| | | | class.
* Convert Util.Proxy from an old-style class to a new-style class.Steven Knight2010-05-193-7/+38
|
* Updates to README from W. Trevor KingGreg Noel2010-05-191-20/+28
|
* Convert Environment.MethodWrapper from an old-style class to a new-style class.Steven Knight2010-05-181-1/+1
|
* Convert an old-style class in Tool/mwcc.py to a new-style class.Steven Knight2010-05-181-1/+1
|
* Convert an old-style class in Platform/win32.py to a new-style class.Steven Knight2010-05-181-1/+1
|
* Convert old-style classes in MS Tool modules to new-style classes.Steven Knight2010-05-184-6/+6
|
* Convert Environment._Null from an old-style class to a new-style class.Steven Knight2010-05-171-1/+1
|
* Convert (most) old-style classes in Util.py to new-style classes. Refactor ↵Steven Knight2010-05-171-18/+12
| | | | assignment to Util.DisplayEngine.__call__. Update __new__() use in Util.Null. Proxy is still unconverted.
* Eliminate custom use of old-style Proxy class in Node/FSTests.py.Steven Knight2010-05-171-8/+1
|
* Convert old-style classes in Node/FS.py to new-style classes. Refactor ↵Steven Knight2010-05-171-11/+9
| | | | assignment to FS.DiskChecker.__call__.
* Convert old-style classes in Platform/__init.py to new-style classes. Add ↵Steven Knight2010-05-171-5/+8
| | | | an explicit PlatformSpec.__call__() method to handle behavioral difference in new-style classes.
* Convert an old-style class in Tool/packaging/rpm.py to a new-style class.Steven Knight2010-05-161-1/+1
|
* Convert old-style classes in Scanner/*.py modules to new-style classes.Steven Knight2010-05-162-4/+4
| | | | Ripple effect to fix monkey-patching in test/Scanner/generated.py.
* Commit old-style classes in Node/__init__.py to new-style classes.Steven Knight2010-05-162-10/+8
| | | | | Fix a ripple-effect in Script/Main.py by using obj.__class__.__name_ to, uh, fetch the name of a class.
* Convert old-style classes in Executor.py modules to new-style classes.Steven Knight2010-05-161-4/+4
|
* Convert old-style classes in compat/*.py modules to new-style classes.Steven Knight2010-05-163-11/+4
|
* Convert old-style classes in various Tool/*.py modules to new-style classes.Steven Knight2010-05-154-4/+4
|
* Convert old-style classes in Variables/{__init__,PathVariable}.py to ↵Steven Knight2010-05-152-3/+3
| | | | new-style classes.
* Convert old-style classes in cpp.py to new-style classes.Steven Knight2010-05-151-2/+2
|
* Convert old-style classes in dblite.py to new-style classes.Steven Knight2010-05-151-1/+1
|
* Convert old-style classes in tool/JavaCommon.py to new-style classes.Steven Knight2010-05-151-6/+6
|
* Convert old-style classes in Taskmaster.py to new-style classes.Steven Knight2010-05-151-3/+3
|
* Convert old-style classes in Subst.py to new-style classes.Steven Knight2010-05-151-5/+5
|
* Convert old-style classes in Scanner/LaTeX.py to new-style classes.Steven Knight2010-05-151-4/+4
|
* Convert old-style classes in PathList.py to new-style classes.Steven Knight2010-05-151-2/+2
|
* Convert old-style classes in Tool/__init__.py to new-style classes.Steven Knight2010-05-141-3/+3
|
* Convert old-style classes in Script/SConscript.py to new-style classes.Steven Knight2010-05-141-2/+2
|
* Convert old-style classes in Script/Main.py to new-style classes.Steven Knight2010-05-141-5/+5
|
* Convert old-style classes in SConsign.py to new-style classes.Steven Knight2010-05-141-2/+2
|
* Convert old-style classes in SConf.py to new-style classes.Steven Knight2010-05-141-4/+4
|
* Convert old-style class in Options/PathOption.py to new-style class.Steven Knight2010-05-141-1/+1
|
* Convert old-style classes in Memoize.py to new-style classes.Steven Knight2010-05-141-2/+2
|
* Convert old-styles in Job.py to new-style classes.Steven Knight2010-05-141-5/+5
|
* Convert old-style classes in Defaults.py to new-style classes.Steven Knight2010-05-131-2/+2
|
* Convert old-style class in CacheDir.py.Steven Knight2010-05-131-1/+1
|
* Convert old-style classes in Builder.py to new-style classes.Steven Knight2010-05-131-3/+3
|
* Convert the old-style classes in Action.py to new-style classes.Steven Knight2010-05-131-6/+6
|
* Convert old-style classes to new-style classes.Steven Knight2010-05-122-20/+22
| | | | | | | Leave the Proxy class in Node/FSTests.py, which can't be converted until we convert Node/FS.py itself. Update the AttributeError matches to search for the new "'Foo' object..." error message in addition to the old "'Foo' instance..." message.
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-1225-127/+127
| | | | to new-style classes.
* Merged revisions 4832,4834-4836 via svnmerge fromWilliam Deegan2010-05-092-1027/+53
| | | | | | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/checkpoint/trunk ........ r4832 | bdbaddog | 2010-05-03 23:00:21 -0700 (Mon, 03 May 2010) | 3 lines Updated RELEASE.txt from Greg Noel ........ r4834 | bdbaddog | 2010-05-03 23:34:14 -0700 (Mon, 03 May 2010) | 3 lines Updates for 2.0.0.alpha.20100503 checkpoint release ........ r4835 | bdbaddog | 2010-05-08 14:27:43 -0700 (Sat, 08 May 2010) | 3 lines Change test to check for version 3.0 and expect failure, since we're now working on a 2.0 checkpoint. ........ r4836 | bdbaddog | 2010-05-08 14:31:58 -0700 (Sat, 08 May 2010) | 3 lines Update build date. Fix checkpoint build version string to remove the .dYYYYMMDD and change to .YYYYMMDD ........
* Updated CHANGES.txt for checkpointGreg Noel2010-05-021-4/+56
|
* Use slice built-in instead of types.SliceTypeGreg Noel2010-05-011-2/+1
|